@charset "utf-8";
body {
	color: #666666;
	margin: 0 auto;
	padding:0;
	font-family: Arial, Helvetica;
	font-size: 100%;
	background-color: #C6E5B9;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/topbar.jpg);
	}
td {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}


p {
	text-align: justify;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none;	
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			
#ruler {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	margin-top: 10px;
}


acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.3em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	position:relative;
	left:0;
	width:960px;
	margin: 0px auto;
	padding:175px 0px 0px 0px;
	font-size:0.7em;
	}
#headboard {
	background-color: #3E712B;
	width: auto;
	margin: 0px;
	padding: 0px;
}



#page {
	padding:10px;
	font-size:0.7em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}
.globalFooter {
	font-size: 10px;
	text-align: center;
}
.globalFooter a {
	color: #333333;
	font-weight: bold;
}

#footer_cat_links {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


	
#footer_cat_links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#footer_cat_links li {
	display: inline; 
	padding:5px;
	text-transform:uppercase;
	}
#footer_cat_links  a  {
	color: #64A264;
	font-weight: bold;
}
#login {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 200px;
	position: absolute;
	top: 130px;
	height: 40px;
	right: 1px;
}



/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px;
	width: 960px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #EAEFE9;
	background-position: bottom;
	z-index: auto;
	}

#page-bar {
	font-size: 12px;
	height: 30px;
	margin: 0px;
	padding: 0px;

	}

	

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	height: 30px;
	}

#page-bar li:hover {
	background-color: #666666;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	color:#999999;
	display:block;
	font-family: Tahoma;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	letter-spacing: 1px;
	height: 25px;
	}
#page-bar   a:hover   {
	text-decoration:none;
	display:block;
	color: #FFFFFF;
	}
#page-bar a:active {
	text-decoration:none;
	display:block;
	color: #050704;
}
	
#page-bar li li {
	float: left;
	clear: left;

	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 100px;









	background-color: #666666 transparent50
%;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 11px;
	text-transform: uppercase;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	background-color: #333333;
	color: #FFFFFF;
	}

#page-bar li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


#searchform {
	width:400px;
	float:left;
	text-align:left;
	padding-top:8px;
	margin-left:10px;
	}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
}



/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em arial, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}
	
#headline {
	width:608px;
	float:left;
	background:#fff;
	padding:10px;
	border: solid 1px #cccccc;
	font-size:1.05em;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	}	
.headline_excerpt a {
	color: #006600;
}

	
#headline  div.title {
	font:1.4em arial;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}
	
	#headline  div.comments_image {
	font:0.8em arial;
	}
	
	#headline  div.comments_image a {
	color:#FFFFFF;
	}
	
	#headline  div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}	

#latest_news {
	width:608px;
	float:left;
	padding:10px;
	border: solid 1px #cccccc;
	font-size:1.05em;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/fader1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	}

#latest_news  div.title {
	font:1.6em arial;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}
	
	#latest_news  div.comments_image {
	font:0.8em arial;
	}
	
	#latest_news  div.comments_image a {
	color:#FFFFFF;
	}
	
	#latest_news  div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	

#latest_news div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#latest_news p {
	padding-bottom:15px;
	}	
#latest_news a {
	color: #1F291A;
	text-decoration: underline;
}


#mpu {
	width:300px;
	height:250px;
	background:#fff;
	padding:0px;
	float:right;
	clear:both;
	margin: 0px 0px 10px 0px;
	}
	
#btn {
	width:145px;
	height:105px;
	padding:0px;
	float:left;
	margin: 0px 0px 10px 0px;
	}	

#btn_right {
	width:145px;
	height:105px;
	padding:0px;
	float:left;
	margin: 0px 0px 10px 10px;
	}	
	
	
#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:0px;
	padding-top:2px;
	float:left;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}
	
	
	
#horiz_box_sidebar {
	width:278px;
	background:#fff;
	float:left;
	padding:5px 10px 9px 10px;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	}

#horiz_box_sidebar .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#horiz_box_sidebar .info {
	margin-top:0px;
	padding-top:2px;
	float:left;
	width:180px;
	}

#horiz_box_sidebar .title {
	font-weight:bold;
	}	
	
	
#horiz_box_sidebar div.title {
	font:1.4em arial;
	letter-spacing:-0.05em;
	}	
	
	#horiz_box_sidebar  div.comments_image {
	font:0.8em arial;
	}
	
	#horiz_box_sidebar  div.comments_image a {
	color:#FFFFFF;
	}
	
	#horiz_box_sidebar  div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#poll {
	width:300px;
	background:#fff;
	float:left;
	margin-top:10px;
	padding:10px 10px 9px 10px;
	}

#poll .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#poll .info {
	margin-top:0px;
	padding-top:2px;
	float:left;
	width:180px;
	}

#poll .title {
	font-weight:bold;
	}		

#headline a img, #featured a img, #latest_news a img, #movies a img, #music a img, #games a img, #horiz_box_sidebar a img {
	margin-top:5px;
	margin-right:5px;
	padding:0px;
	}

#top_ads {
	width: 940px;
	float:left;
	padding:0px;
	margin:0px 0px 10px 0px;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	/*width: 940px;*/
	float:left;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.3em;
	float:left;
	}

.headline_excerpt {
	font-size:1em;
	color:#333;
	}	
	
.headline_link {
padding:10px 0px 0px 0px;
	}
	
.post_info_bar {
background:url(images/title_post_info.jpg) repeat-x;
margin:10px 0px 20px 0px;
padding:0px;
border:#AAAAAA solid 1px;
height:30px;
	}			
	
.excerpt {
	font-size:0.9em;
	color:#333;
	padding-bottom:4px;
	}

.meta {
	font-size:0.8em;
	color:#333;
	border:solid 1px #3c78a7; 
	display:inline; 
	padding:2px;
	}
	
.calendar_image {
background: url(images/calendar.jpg) no-repeat;
padding: 1px 0px 0px 0px;
float:right;
width: 45px;
height:40px;
color:#FFF;
font-size:11px;
	}

.calendar_day {
padding: 3px 0px 0px 0px; color:#333333; font: 16px bold Arial, Helvetica, sans-serif;
}	
	
.meta_white {
	font-size:1.2em;
	color:#999999;
	padding-bottom:5px;
	letter-spacing:-0.05em;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p, #latest_news p, #movies p, #music p, #games p, #horiz_box_sidebar p {
	margin:0;
	}

.post img, .post a img, #front-list img {
	border:0px solid #ccc;
	margin:0 10px 5px 0;
	padding:0px;
	}
	
#archive img {
	margin:0 10px 5px 0;
	padding:0px;
}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:200px;
	margin: 0px 0px 0px 10px;
	}
	
#searchsubmit {
	padding-left:5px;
	}


#footer {
	font-size: 0.6em;
	height: 180px;
	background-attachment: scroll;
	background-image: url(../images/bottombar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
.title  a   {
}
.title {
	font-family: Tahoma;
	font-size: 14px;
	color: #20650C;
	text-align: left;
}
#title {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #8AA886;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8AA886;
	text-align: left;
}



/* Float Properties*/

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

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
.txtsiteunderconstruction {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #FF9900;
}
.dropcap {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #93CD7A;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-left: 5px;
}
#join_signup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 352px;
}
#join_signup td {

}
.join_signuptext  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}

.signuptext1 {
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-size: 12px;
}
.leftside_ruler {
	border-left-width: 0.5px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#contents {
	font-family: Tahoma;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	border-left-width: 0.5px;
	border-left-style: solid;
	border-left-color: #999999;
	overflow: auto;
	height: 400px;
}
#sideadvertbox {
	height: 500px;
	width: 120px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	margin: 0px;
	float: right;
	left: 0px;
}
#footerbottomline {
	background-image: url(../images/bottom_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}

#pagecontent {
	font-family: Tahoma;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
}
.biggertext {
	font-size: 16px;
	font-weight: bolder;
	color: #9CD387;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8ACB6F;
}
.hometext1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#advertside1 {
	height: 500px;
	width: 200px;
	position: absolute;
	top: 20px;
	background-color: #FFA600;
	right: -150px;
}
#add1 {
	background-color: #E7F4E1;
}
#add1 p{
	color: #000;
	line-height: 14px;
	font-size: 9px;
	margin-right: 10px;
	margin-left: 10px;

}
#add1 td {
}
