/*  
Theme Name: EastPleasant
Theme URI: http://www.eastpleasant.org/

Version: 1.0
Author: Trevor Thompson
Author URI: http://www.nickjr.com/

*/

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #282828 url('/images/bg.gif');
	color: #6f6f6f;
	text-align: left;	
}

#page {
	position:absolute;
	width: 980px; /* added 25px for home-news page (news thumbs were wrapping) */ 
	top: 25px;
	left: 30px;
	padding: 0;
	border: 0;
}

#header {
	margin: 0;
	padding: 0;
}

#subnav {
	margin: 5px 0 5px 0;
}

#subnav a {
	margin: 0 20px 0 0;
}

#footer {
	position:relative;
	bottom:0px;
	clear:both;
	padding: 2px 0px 2px 20px;
	margin: 12px 0 -28px 0;
	width: 940px;
	background: #ffffff; 
	border: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
	
#footer a:hover {
	color: #dbdb0F;
	text-decoration: none;
}

#content{
	min-height:484px;
	height:auto;
}
	
/* start thumbnail css =============== */

.thumb-row {
    border:0 none;
    display:inline;
    float:left;
    margin:0 0 40px 0;
    width:730px;
}

.thumb {
	float: left;
	display: inline;
	width: 365px;
	margin: 0 0 0 0;
	border: 0;
}

.thumb a:hover {
	text-decoration: none;
}

.thumb h3 {
	margin: 0 0 4px 0;
	padding: 0;
}

.thumb p {
	margin: 0;
	padding: 0;
}

.thumb-img {
	float: left;
	width: 154px;
	border: 2px;
	margin: 0;
}

.thumb-img img{
	border: 2px solid #666666;
}
		
.thumb-img:hover img{
	border: 2px solid #dbdb0F;
}

.thumb_copy {
	float: left;
	width: 155px; /* minus 4 for border of img */
	margin: 0 24px 0 16px;
	word-wrap: break-word;
}

/* end thumbnail css =============== */


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding: 0;
}

h2, h3 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h3 a:hover {
	color: #dbdb0f;
}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

/* End Headers */


/* Begin Various Tags & Classes */
hr {
	display: none;
}

a img {
	border: 0;
}
/* End Various Tags & Classes*/


/* Begin Typography & Colors */


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #dbdb0F;
	text-decoration: none;
}

.star {
 	margin:0 7px 11px 7px;
}

.play_link {
	color: #ffffff;
	font-weight: bold;
}
	
.play_link:hover, .play_plus{
	color: #dbdb0F;
}

/* End Typography & Colors */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

