body {

	background-color: #2D7FBC;
	background-image: url(../images/interface/bg.gif);
	background-repeat: repeat;

	} 
	
p, td, ul, div {
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}
	
.bigtext {
	font-family: verdana, sans-serif;
	font-size: 15px;
	text-decoration:none;
	}	
		
	
.smalltext {
	font-size: 10px;
}

ul
{
	list-style-type:square;
}	
	
/* main body */

#main{
	position: relative;
	width:735px;
	margin: 0px auto;
	background-color:#C1DCF0;
	/*background-color:#FFFFFF;*/
	border: 3px solid #3475A5;
	background-repeat:repeat-y;
	background-position:center
}

#masthead {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 660px;
	margin: 5px 5px 5px 25px;
	padding: 5px 5px 5px 5px;
	/*background-image:url(images/schedule_bg.gif);*/
	height: 130px;
	background-color:#FFFFFF;
	
}

#content {
	width: 650px;
	margin: 1px 15px 10px 40px;
	padding: 5px 5px 5px 5px;
	/*background-color:#FFFFFF;*/
	
}

#content-special {
	width: 500px;
	margin: 0px auto;
	padding: 0px 10px 0px 5px;
	
	
}

#content-joinform {
	width: 560px;
	margin: 0px auto;
	padding: 0px 10px 0px 5px;
	
	
}


#content-events{
	position:relative;
	width: 650px;
	margin: 0px auto;
	padding: 0px 10px 0px 5px;
		
}

#photo-events{
	position:absolute;
	top:211px;
	left: 65px;
		
}

#photo-gallery {
	background-image:url(../images/photos/photo-gallery-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 650px;

}




.biglink a:link, .biglink a:visited {
	color: #3475A5;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;

	}
	
.biglink a:hover	{
	font-size:14px;
	text-decoration:underline;
	font-weight: bold;
	}	


/* Two column formatting */


#left {
	width: 375px;
	margin: 0px 10px 10px 35px;
	padding: 5px 5px 5px 5px;
	/*background-color:#FFFFFF;*/
	
}

#right
{
	position: absolute;
	top: 170px;  left:460px;
	width:230px;
}



.date {
	float:right;
	color:#3475A5;
	width: 60px;
	height: 50px;
	border: 3px double #3475A5;
	margin: 8px 20px 4px 10px;
	padding: 5px 5px 0px 5px;
	font-weight:bold;
	font-size: 16px;
	background-color:#FFFFFF;
	text-align:center;

	}
	
.event-dooley {
	border-top: 1px solid #3475A5;
	border-bottom: 1px solid #3475A5;
	margin: 10px 5px 10px 5px;
	padding: 5px 10px 5px 120px;
	background-color:#CFE6F5;
	background-image:url(../images/events/dooley_event_bg.jpg);
	background-repeat: no-repeat;
}	

.event-clifford {
	border-top: 1px solid #3475A5;
	border-bottom: 1px solid #3475A5;
	margin: 10px 5px 10px 5px;
	padding: 5px 10px 5px 120px;
	background-color:#CFE6F5;
	background-image:url(../images/events/clifford_event_bg.jpg);
	background-repeat: no-repeat;
}	


.event {
	border-top: 1px solid #3475A5;
	border-bottom: 1px solid #3475A5;
	margin: 10px 5px 10px 5px;
	padding: 5px 10px 5px 10px;
	background-color:#CFE6F5;


}	

.separate{

	border-bottom: 1px solid #3475A5;
	margin: 0px 15px 10px 15px;
	padding: 5px 15px 0px 15px;
	background-color:#CFE6F5;


}	

	


/* heading formats */

h1 {	
	font-size: 18px;
	font-family: Arial; 
	font-weight: bold;
	color: #2A6B9D;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

h2 {	
	font-size: 16px;
	font-family: Arial; 
	font-weight: bold;
	color: #2A6B9D;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

h2.box {	
	font-size: 16px;
	font-family: Arial; 
	font-weight: bold;
	color: #2A6B9D;
	padding: 3px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color:#DDED94;
	text-align:center;
	border: 1px solid #3475A5;
}

h3 {	
	font-size: 15px;
	font-family: Arial; 
	font-weight: bold;
	color: #2A6B9D;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}





/*view all layout*/

.top {
	width: 400px;
	padding: 0px 0px 0px 5px;
	margin: 0px 25px 10px 0px;
}
	
/* link effect */

a { 
	color: #3475A5; 
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #3475A5; 
	text-decoration: none;
}



a:hover {
	color: #3475A5; 
	text-decoration: underline;
}


/*footer*/

#footer p {
	color: #ffffff;
	font-size: 11px;
	font-variant: small-caps;
	}
	
#footer p a:link, #footer p a:visited {
	color: #FFFFFF;
	font-size:11px;
	text-decoration:underline;
	font-variant:small-caps;
	}
	
#footer p a:hover	{
	color: #FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-variant:small-caps;
	}	
	

#footer p a:active	{
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	}
	
/* ETV Kids Home */

#content-img {
	position: relative;
	background-image: url(../images/homepage/home-blank-bg-newcat.jpg);
	height: 475px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
#content-img-test {
	position: relative;
	background-image: url(../images/homepage/home-blank-bg-newcat.jpg);
	height: 475px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}		
	
#star-kidsclub {
	position:absolute;
	top: 9px;
	left: 112px;
}	
 
#star-programs {
	position:absolute;
	top: 6px;
	left: 207px;
	visibility: inherit;
}	

#star-events {
	position:absolute;
	top: 2px;
	left: 307px;
}	

#star-games {
	position:absolute;
	top: 10px;
	left: 402px;
}	


#star-grownups {
	position:absolute;
	top: 9px;
	left: 510px;
}

#star-smartcat-shop{
	position:absolute;
	top: 16px;
	left: 624px;
}


#myetv {
	position:absolute;
	top: 81px; left: 649px;
}

#smartcat-feature {
	position:absolute;
	top: 178px;
	left: 225px;
	
}	

#seal {
	position:absolute;
	top: 410px;
	left: 274px;
	width: 180px;
}

	
#tv-schedule {
	position:absolute;
	top: 210px;
	left: 29px;
	width: 180px;
	text-align: left;
}

#full {
	position:absolute;
	top: 340px;
	left: 56px;

}

#logo-pbskids {
	position:absolute;
	top: 382px;
	left: 46px;
}


#logo-pbskidsgo {
	position:absolute;
	top: 383px;
	left: 120px;
}


#new-events {
	position:absolute;
	top: 225px;
	left: 529px;
	width: 185px;
}


#scrapbook {
	position:absolute;
	top: 379px;
	left: 547px;
	
}

#enews{
	position:absolute;
	top: 377px;
	left: 620px;
	
}

/* Smart Cat's Home */

#content-cat {
	position: relative;
	background-image: url(../images/homepage/home-blank-bg.jpg);
	height: 475px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
	
/*EE Template Variables*/
.views {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
