body {
	background:url(../images/background.jpg);
	background-color:#999;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px;
}

a, a:visited {
	color : #CCE ;
}
	a:hover {
		text-decoration:none ;
	}

#mainDiv {
	position: relative;
	margin: 0 auto;
	padding:10px 450px 10px 30px;
	background:url(../images/scottybg_home.jpg);
	width : 480px;
	min-height : 650px;
	border : 1px solid #000;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	text-align: left;
}

.pgHeader {
	font-size: 3em;
	color: #333;
	margin: 0 ;
	padding-bottom:10px ;
	float : left ;
	font-weight: normal ;
}

	.pgHeader a {
		color : inherit ;
		text-decoration: none ;
	}

#seasonList {
	float : right ;
	text-align: right ;
}

	#seasonList span {
		font-size: x-small ;
		padding-bottom : 3px ;
		border-bottom : 1px solid #000 ;
	}
	
	#seasonList a, #seasonList a:visited {
		color : inherit ;
		text-decoration:none ;
	}
	
	#seasonList a:hover {
		text-decoration:underline ;
	}

.seasonHeader {
	font-weight: normal ;
	margin : 3px 0 ;
}

#episodeInfo {
	margin-top : 1em ;
	padding : 0 10px ;
	-moz-border-radius : 10px ;
	-webkit-border-radius : 10px ;
}

.transDiv {
	background : url(../images/background_trans.png) ;
	border: 1px solid #000 ;
}

#bwFooter {
	font-size : x-small ;
	text-align:center ;
	padding-top : 2em ;
}
	#bwFooter a, #bwFooter a:visited{
		color : #DDD ;
	}

	#bwFooter a:hover {
		text-decoration : none ;
	}

/*================================================== HOME PAGE */

#pressDiv {
	padding : 15px;
	margin : 2em 0 ;
	color : #FFF;
	font-weight: normal;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
}

	#pressDiv a, #pressDiv a:visited {
		color : #DDF ;
	}
	
	#pressDiv a:hover {
		text-decoration: none ;
	}
	
.seasonButton {
	width : 108px ;
	float : left ;
	margin-right : 10px ;
	text-align: center ;
	color: #FFF ;
	font-weight : bold ;
	font-size: medium ;
	margin-bottom:2em ;
	-moz-border-radius : 5px ;
	-webkit-border-radius : 5px ;
}

	.seasonButton a, .seasonButton a:visited {
		color : #FFF ;
		display:block ;
		padding:5px ;
		text-decoration:none ;
	}

	.seasonButton a:hover {
		background-color : #333 ;
	}
	
	
	
/*========================================================*/

.out {
  display:block; 
  background:#777; 
  border:2px solid #888; 
  position:relative;
  margin:0 auto;
  -moz-border-radius : 25px ;
  -webkit-border-radius : 25px ;
  }
  
.in2 {
  display:block; 
  background:#555; 
  border:2px solid #666; 
  position:relative;
  padding:2px;
  margin:2px;
	-moz-border-radius : 20px ;
	-webkit-border-radius : 20px ;
  }
.in {
  background:#333; 
  border:2px solid #444; 
  position:relative; 
  margin : 0 auto ;
  font-weight:normal;
	-moz-border-radius : 15px ;
	-webkit-border-radius : 15px ;
  }

.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.rtin {
  left:5px;
  }

.normal {width:980px;}



