/* ------------------GLOBAL RESET-------------------- */

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, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}
/* ----------------------------------------------- */

/* ######### 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%;
}

/* ########################### */

/*$$$$$$$$$$$BASE CSS INFO$$$$$$$$$$$$*/

/*sets the base font size, font color and family*/
/*sets the margin to 0 for all browsers default margins to be equal*/
/*repeating background image changes for each css*/
body {
	font-size:12pt;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffff99;
}

	/*sets wrapper around whole page, restricting max size & moving it left 13px*/
	#wrapper {
		margin:0 auto;
		text-align:center;
		padding-left:8px;
		width:1010px;
	}
	
	
		#scheduleBg {
			background:url(http://i.adultswim.com/adultswim/schedule/tools/img/schedulePlane.gif) 579px -28px no-repeat;
		}
		
			#content {
				text-align:left;
				width:985px;
			}
			
				#header {
					width:592px;
					height:45px;
					margin-top:20px;
					background:url(http://i.adultswim.com/adultswim/schedule/tools/img/scheduleHeader.gif) no-repeat;
				}
				
				/*margin 0 auto centers the area and margin-top pushes it down*/
				/*width & height sets a specific width so it won't inherit the section's*/
				/*padding pushes the sched down, and space to right & left*/
				/*border and bg url change for each css*/
				#mainSchedule {
					float:left;
					margin-top:3px;
					width:814px;
					height:545px;
					padding-top:4px;
					border:3px solid #a99835;
					background:#d4ca3f;
				}
				
					/*houses Drew's onair schedule floated left to allow scheds to be beside it*/
					/*set specific width and height for swfObject*/
					#drewSchedule {
						margin-left:4px;
						padding-right:4px;
					}
					
					#scheduleAd {
						margin:0 auto;
						text-align:left;
						width:730px;
					}
					
						.adTag {
							float:none;
							font-size:0px;
						}
						
						#ad {
							width:728px;
							height:90px;
							//margin-top:-1px;
						}
				
					#oldSchedule {
						float:right;
						margin-top:3px;
						background:#eee744;
						border:3px solid #a99835;
						padding:5px;
					}
					
						#oldScheduleHeader {
							width:133px;
							height:61px;
							background:url(http://i.adultswim.com/adultswim/schedule/tools/img/oldSchedulesHeader.gif) no-repeat;
						}
						
							/*floats lists to line up beside drewScedule*/
							/*margin-left pushes it from drewSchedule*/
							/*text align center to center desc*/
							#scheduleImage ul {
								text-align:center;
							}
							
							/*display block and float none so list will be vertical*/
							
							#scheduleImage li {
								display:block;
								float:none;
							}
							
							/*shrink link size and bold it*/
							
							#scheduleImage a {
								font-size:.8em;
								color:#FF0000;
								font-weight:bold;
							}
							
							#scheduleImage a:hover {
								font-size:.8em;
								color:#000000;
								font-weight:bold;
							}
							
							/*pushes down img from header and pads space between them*/
							
							#scheduleImage img {
								margin-top:5px;
								padding:0px;
							}
	#footer {
		margin-top: 45px;
	}
