/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, section, nav, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, section, nav{
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
}
/* ----------------------------------------------- */

/* ######### CLEAR FIX ######### */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* ########################### */

body {
    background: #000000;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
	overflow: hidden;
}

	h2 {
		font-size: 23px;
		text-transform: uppercase;
		color: #ffffff;
	}
	
	header {
		position: absolute;
   		width: 100%;
		z-index: 200;
		top: 0;
	}
	
	#site-nav {
		background-color: #333333;
	}
	
		#site-nav #site-nav-list li a, #site-nav-list .pipe-divider {
			color: #999999;
		}
		
		#site-nav #site-nav-list li a:hover {
			color: #ff0186;
		}
	
	#logo img {
		width: auto;
		height: auto;
		margin-top: 0;
		float: none;
	}
	
/*-------------CONTENT---------------*/

	#slides-container {
	    position: absolute;
	    top: 0;
	    left: 0;
	    overflow: hidden;
	    background: #000;
	}
	
		.slide {
		    position: absolute;
		    top: 0;
		    overflow: hidden;
		    height: 100%;
			display: none;
			z-index: 1;
		}

	#content {
	    position: absolute;
	    top: 40%;
	    z-index: 100;
	    padding: 0 80px 50px 100px;
	}
	
		.shows-list {
			width: 200px;
		    margin: 20px 17px;
		    float: left;
		}
		
			.shows-list select {
			    margin-top: 10px;
			    width: 201px;
			}
	
		#currentslide {
		    float: left;
		    text-align: left;
			margin: 20px 17px;
		}
	
			#current-slide-name {
				float: left;
				font-size: 30px;
				margin-top: 5px;
				width: 300px;
			}
			
			#currentslide a {
			    color: #ffffff;
			}
		
		.slideshow-pagination {
		    float: right;
		    width: 60px;
		    z-index: 101;
			margin-top: 10px;
		}
		
			#prev-slide, #next-slide {
			    z-index: 100;
			    overflow: hidden;
			    display: block;
			    float: left;
				cursor: hand;
				cursor: pointer;
				width: 19px;
				height: 26px;
			}
			
			#prev-slide {
			    background: url(http://i.cdn.turner.com/adultswim/shows/tools/img/module-navigation.png) no-repeat 0 0;
			}
			
			#prev-slide:hover {
				background-position: 0 -27px;
			}
			
			#next-slide {
			    background: url(http://i.cdn.turner.com/adultswim/shows/tools/img/module-navigation.png) no-repeat -21px 0;
			}
			
			#next-slide:hover {
				background-position: -21px -27px;
			}
	
	#footer-statement {
		background: url("http://i.cdn.turner.com/adultswim/shows/tools/img/footer-bg.png") repeat scroll 0 0 transparent;
	    bottom: 0;
	    position: absolute;
	    text-align: center;
	    width: 100%;
	    z-index: 100;
	}
	
		#footer-statement p {
			color: #FFFFFF;
    		font-size: 10px;
    		margin: 0 auto;
    		width: 900px;
			padding: 10px 0;
		}
	
	#legal-footer {
		bottom: 0px;
		padding: 10px 0 0;
	    position: absolute;
	    width: 100%;
	    z-index: 100;
		/*background: url("http://i.cdn.turner.com/adultswim/shows/tools/img/footer-bg.png") repeat scroll 0 0 transparent;*/
	}
