@charset "utf-8";

html {
	min-height: 100%;
	height: auto;
}

body {
	height: 100%;
	background: #00853e url(../images/bg-page.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#header {
    display: none; /* Transition with Javascript */
	position: absolute;
	top: 65px;
	left: 50px;
}

#content {
	height: 769px; /* No easy, nice way of doing this */
}

#footer { clear: both; overflow: hidden; padding: 50px 40px; }
	#footer .beaware { float: right; margin: 0 0 0 20px; }
	#footer ul { float: right; margin: 0; }
		#footer ul li { list-style: none; display: inline; color: #80ba98; font-size: 9px; padding: 0 10px; }
		#footer ul li.ageNote { display: block; font-size: 11px; text-align: right; padding-top: 10px; }
			#footer ul li a:link, #footer ul li a:visited { color: #80ba98; text-decoration: none; }
			#footer ul li a:hover, #footer ul li a:active { text-decoration: underline; }
	#like { float: left; }

a.copy-link:link,	
a.copy-link:visited, 
a.copy-link:active { 

	color:#00853e;
}

/*BASIC STRUCTURE LINKS*/
#links {
	margin: 0;
}

#links li {
    display: none;    /* Transition with Javascript */
	position: absolute;
	width: 279px;
	text-indent: -5000px;
	list-style: none;
}

a.ad_image {
	display: block;
	width:  289px;
	height: 215px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

p.ad-description {
	font-size: 11px;
	color: #007531;
	line-height: 1.4em;
	text-align: right;
	text-indent: 0;
	padding: 7px 10px 0;
}


/* LINKS */
#links #featured { top: 75px; right: 50px; width: auto; overflow: hidden; text-indent: -9999px; }
	#links #featured a.ad_image { display: block; width: 557px; height: 290px; background-image: url(../images/nocturnal.jpg); }
	#links #featured p.ad-description { font-size: 13px; margin-top: -22px; }

#link_1 { top: 438px; left: 25px; }
	#link_1 a.ad_image { background-image: url(../images/bathtub_small.jpg); }

#link_2 { top: 438px; left: 335px; }
	#link_2 a.ad_image { height: 216px; background-image: url(../images/graphic-6beers.jpg); }

#link_3 { top: 438px; left: 645px; }
	#link_3 a.ad_image { width: 287px; height: 218px; background-image: url(../images/graphic_thescenes.jpg); }


/* TED NEWS OVERLAY */
#ted-news { overflow: hidden; background: #fff; padding: 35px 25px 20px; }
#ted-news {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-border-top-right-radius: 15px;
    -khtml-border-radius-topright: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}
    #ted-news img.logo { display: block; float: left; margin: 0 25px 50px 0; }
    #ted-news div.content { float: left; width: 300px; }
        #ted-news h2 { width: 259px; height: 58px; background: url(/images/heading-ted-news.png) no-repeat; text-indent: -9999px; margin: 0 0 1.0em; }
        #ted-news p { color: #007531; line-height: 1.4em; }

