/*
----------
Style CSS for (eradicate)
NON-IE
----------
Author: Victor Mayorga, MediaCandy
Date: 10/24/2011
----------			
Version: Pre-Alpha
Unique ID:#automiyseelf
----------
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Alike);
/* 
============================
Colors:
	background red : f31d1d
	nav red : db383d
============================
*/

/*
Updates for 5/14/2012
*/
div#movie-block{width:960px;margin:0 auto 20px;overflow:hidden;}
	div#movie-block-1{width:465px;height:266px;background:blue;float:left;}
	div#movie-block-2{width:465px;height:266px;float:right;}

/*
Updates for 7/11/2012
*/
strong{font-weight:700;}

/*
===========
Body, HTML and main styles
===========
*/
html, body{height:100%;}
body{background-image:url(images/bg.jpg);background-repeat:repeat-x;background-position:center top;background-color:#f31d1d;}
.col-title{font-family:'Open Sans', sans-serif;font-size:24px;color:white;text-align:center;}
.line{border-top:1px dashed white;margin-top:10px;margin-bottom:10px;}
.clear{clear:both;}
.bold{font-weight:800;font-size:18px;}
/* Spans */
.bug-title{font-size:20px;font-family:'Open Sans', san-serif;font-weight:600;text-transform:uppercase;}
/* Images */
img.bug-image{margin-top:20px;}
/* Paragraphs */
.bug-p{color:black !important;padding:10px 0;border-top:1px solid red;border-bottom:1px solid red;margin-top:10px;}
.mcm{color:#FF0066;text-decoration:none;}
/*
===========
Main wrapper
===========
*/
div#jesse-car{background:url(images/meta/jesse.png) no-repeat;width:281px;height:369px;z-index:6000;position:absolute;left:-120px;top:-20px;}
div#wrapper{width:960px;margin:0 auto -100px;padding-top:20px;padding-bottom:40px;
	min-height:100%;
	height:100%;
	height: auto !important;
}
	div#header{position:relative;}
		div#header-meta{position:absolute;top:0;right:0;overflow:hidden;}
		div#header-eradicate-logo{width:293px;height:117px;background-image:url(images/header-logo.jpg);}
		div#header-eradicate-message{width:960px;height:189px;background-image:url(images/header-message.jpg);}
	div#nav-div{width:960px;padding:12px 0;margin-top:20px;background-color:#db383d;background-image:url(images/nav-bottom.jpg);background-repeat:repeat-x;background-position:center bottom;}
		ul#nav-ul{color:white;text-align:center;font-family:'Open Sans', san-serif;text-transform:uppercase;font-size:14px;}
			ul#nav-ul a:link{color:white;text-decoration:none;}
			ul#nav-ul a:hover{color:#a20000;}
			ul#nav-ul a:visited{text-decoration:underline;color:white;}
			ul#nav-ul li{display:inline;}
	div#rotating-banner{width:940px;height:320px;margin-top:10px;background-image:url(images/rotating-bg.jpg);background-repeat:no-repeat;padding:10px;}/* adjusted width and height for 10px padding */
		div#rotating-shadow{width:960px;height:47px;background-image:url(images/rotating-shadow.jpg);}
		div#slideshow{width:940px;height:320px;}
	div#main-content{overflow:hidden;}
		div.cols-3-1, div.cols-3-2, div.cols-3-3{width:310px;float:left;}
			div.cols-3-1, div.cols-3-2, div.cols-3-3, div.cols-2-1, div.cols-2-2 p{color:white;font-family:'Open Sans', serif;text-align:left;font-size:14px;line-height:20px;overflow:hidden;}
			/*img{box-shadow:2px 2px 2px black;}*/
		div.cols-3-1{margin-right:15px}
		div.cols-3-3{margin-left:15px;}
	/* 2 Col Layout */
		div.cols-2-1, div.cols-2-2{width:470px;}
		div.cols-2-1{float:left;}
		div.cols-2-2{float:right;}
			.rounded-col{background-color:white;padding:20px;width:430px;border-radius:15px;color:red !important;}
			.bug-dynamic-info{padding:0;}
		dl#bug-list{margin-top:10px;height:300px;overflow-y:scroll;}
			dl#bug-list dt{font-size:20px;border-top:1px solid red;border-bottom:1px solid red;padding:10px 0;}
			dl#bug-list dd ul{margin-left:10px;margin-bottom:10px;}
				dl#bug-list dd ul li{margin-top:10px;}
/*
===========
Footer
===========
*/
.footer, .push{height:100px;}
.footer{width:100%;background-image:url(images/footer-bg.jpg);}
	div.footer-text{width:960px;margin:0 auto;text-align:center;position:relative;top:50px;color:white;font-family:'Georgia', serif;font-variant:small-caps;font-size:12px;letter-spacing:2px;}

#slideshow {
    position:relative;
    height:320px;
	width:940px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

