@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 25px;
	background: url(../images/background.jpg) repeat-x top center;
	color: #2B251F;
}

#container {
	width: 970px;
	min-height: 100%;
	margin: 0px auto -180px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

#flashContent { 
	display:none;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #EA5D2D;
	font-weight: bold;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #274491; 
}

a:active {
	outline: none;
}

:focus
{
	-moz-outline-style: none;
}

strong {
	color: #B5EDEF;
}

p {
	padding: 0px 150px 15px;
}

ul, ol {
	margin-bottom: 15px;
}

ul li {
	list-style-position: inside;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 3px;
   border: 1px solid #e3e3e3;
   margin: 4px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 3px;
   border: 1px solid #e3e3e3;
   margin: 4px 13px 5px 0px;
   display: inline;
   float: left;
}

/* Info ////////////////////////////////////////////////////////// */

#info {
	background: url(../images/info_bg.jpg) top repeat-x #252525;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1350px;
	z-index: 100;
	color: #ffffff;
}

#info_container {
	width: 970px;
	margin: 0px auto;
	position: relative;
}

#share_r_info {
	position: absolute;
	top: 0px;
	right: 0px;
}

#info_share {
	width: 116px;
	height: 32px;
	background: url(../images/info_share.jpg) no-repeat;
	margin: 0px 100px 42px 754px;
}

#info_ad a {
	display: block;
	width: 530px;
	height: 115px;
	background: url(../images/info_ad.jpg);
	margin: 0px auto 100px;
	text-indent: -9999px;
}

#thinking {
	margin-bottom: 100px;
}

/* Header ////////////////////////////////////////////////////////// */

#share {
	width: 116px;
	height: 32px;
	background: url(../images/share.jpg) no-repeat;
	margin: 0px 100px 42px 754px;
}

#noshow {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#r_info {
	position: absolute;
	top: 0px;
	right: 0px;
}

#twitter {
	display: inline;
	float: left;
	margin-left: 58px;
}

#twitter a {
	width: 22px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}

#facebook {
	float: left;
}

#facebook a {
	width: 22px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}

#ad h1 a {
	display: block;
	width: 530px;
	height: 115px;
	background: url(../images/ad.jpg);
	margin: 0px auto 16px;
	text-indent: -9999px;
}

#flash {
	margin-bottom: 50px;
	width: 1000px;
	height: 723px;
}

/* Tri ////////////////////////////////////////////////////////// */

#amazon {
	display: inline;
	float: left;
	width: 336px;
	height: 169px;
	margin-bottom: 25px;
}

#amazon a {
	display: block;
	width: 336px;
	height: 169px;
	background: url(../images/amazon.jpg);
	text-indent: -9999px;
}

#hulu {
	float: left;
	width: 299px;
	height: 169px;
	margin-bottom: 25px;
}

#hulu a {
	display: block;
	width: 299px;
	height: 169px;
	background: url(../images/hulu.jpg);
	text-indent: -9999px;
}

#other {
	float: left;
	width: 335px;
	height: 169px;
	background: url(../images/other.jpg);
	margin-bottom: 25px;
}

#wikipedia {
	display: inline;
	float: left;
	width: 170px;
	height: 169px;
}

#wikipedia a {
	display: block;
	width: 170px;
	height: 169px;
	text-indent: -9999px;
}

#imdb {
	display: inline;
	float: left;
	width: 165px;
	height: 169px;
}

#imdb a {
	display: block;
	width: 165px;
	height: 169px;
	text-indent: -9999px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 180px;
	clear: both;
}

#footer {
	width: 100%;
	height: 180px;
	background: url(../images/footer.jpg) repeat-x bottom;
	position: relative;
}

#footer_container {
	width: 970px;
	margin: 0px auto;
}

#donate {
	display: inline;
	float: left;
	width: 712px;
	height: 130px;
}

#bees {
	float: right;
	width: 258px;
	height: 130px;
	background: url(../images/bees.jpg);
	text-indent: -9999px;
}

#info_btn {
	clear: both;
	width: 970px;
	height: 50px;
	background: url(../images/info.jpg);
}

#info_btn a {
	display: block;
	width: 970px;
	height: 50px;
	text-indent: -9990px;
}
