/*------------- WEB PAGE LAYOUT ------------*/

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	font-size: 14px;
	
}

a:link,
a:visited,
a:active {
	color: #244716;
}

a:hover {
	color: #444444;
}

.center {

	text-align: center !important;

}
div#wrapper{
	background-color: #fff;
	width:960px;
	margin: auto;
	line-height: 18px;
	font-size: 14px;
}

div#header{
	clear: both;
	height: 113px;
	overflow: hidden;
	padding-top: 10px;
	height: 209px;
	margin-top: -10px;
}

div#adspace1{
	width: 100%;
	text-align: center;
	font-size: 11px;
	letter-spacing: 2.5px !important;
	}
div#adspace2{
	display: none; 
	height: 250px; 
	width: 300px;
	background-image: url(../../images/adspace2.jpg);
}
div#adspace3{
	display: none; 
  	height: 250px; 
	height: 300px;
	background-image: url(../../images/adspace3.jpg);
}

div#logo{
	height: 209px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#tagline {
	width: 100%;
	font-size: 11px;
	letter-spacing: 2.5px !important;
	text-align: center;
	margin-top: -12px;
}

div#logo a{
	display: block;
	width: 250px;
	height: 100px;
	margin-left: 250px;
}

/*menu starts here*/

div#nav,
div#listHeader {
	height: 50px; 
	width: 100%;
	background-color: #1279a6;
	background-image: url(../../images/navigation.jpg);	
}

div#navShadow{
	height: 20px; 
	width: 100%;
	background-color: #1279a6;
	background-image: url(../../images/navigation_shadow.jpg);	
}

div#nav ul{
	list-style-type: none;
	padding-left: 55px;
	margin: 0; /* NEW */
}

div#nav ul li{
	float: left; 
	/*margin-top: -10px;*/
	/* margin-top: -14px; NEW */
	/* height: 38px; EDITED */
	/*display: block; */
	width: auto;
/* 	line-height: 38px;
	font-size: 15px; */
}
div#nav ul li a,
div#nav ul li a:active,
div#nav ul li a:visited{
	margin: auto;
	color: #89b079;
	padding-left: 24px;
	padding-top: 5px;
/*	display: block; */
	text-align: center;
	height: 42px;
	font-weight: normal;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;

	/* added hoping to fix */
	line-height: 50px;
	height: 50px;
}

/* THIS SECTION UNDER HERE IS NEW */

div#nav ul li a:active,
div#nav ul li a:link{
	height: 38px;
	color: #89b079;
}

div#nav ul li.selected,
div#nav ul li a:hover{
	color: #ffffff;
	height: 38px;
}

/*menu ends here*/


img {
	border: 0;
}
div#imgRight {
	background-image: url(../../images/header-right.jpg);
	background-color: transparent;
	width: 162px;
	height: 189px;
	float: right;
}

div#content{
	padding: 30px 20px 50px 20px;
	clear: both;
	margin: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

div#columnLeft{
	float:left;
	/*width: 450px;*/
	width:600px;
	padding-right: 10px;
}


div#columnLeft h3{
	font-size:16px;
	line-height:22px;
}
div#columnLeft h3.subTitle{
	font-size:16px;
	line-height:22px;
	text-decoration:underline;
	color: #1279a6;
	font-weight:600;

}
div#columnLeft p{
	text-align: justify;
	width: 600px;
}


div#columnLeft ul li{
	font-size:16px;
	line-height:22px;
	list-style: disc;
}
div#columnRight{
	float: right;
	width: 300px;
	font-size:12px;
}

div#footer{
	padding: 10px 0 10px 20px;
	height: 20px;
	clear: both;
	border-top: 5px solid #3c7625;
}

div#copyright{
	margin: auto;
	/*padding-left: 55px; */
	color: #444444;
	font-size: 12px;
	text-align: center;
}

/*------------------------------------------*/

/*--------------- CLASSES ------------------*/


.main{
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.image {
	padding: 8px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
}




.postFooter {
	border-top: 5px solid #dddddd;
	width: 100%;
	margin-bottom: 25px;
}

.postFooterSide {
	width: 100%;
	margin-bottom: 2px;
	border-bottom: 2px solid #dddddd;
}
/*------------------------------------------*/

/*--------------- FORM SECTION -------------*/
legend {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1279a6; 
}

form {

}

div#submit {
	float: right;
	width: 65px;
	height: 20px;
	background-image: url(../../images/submit.gif);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

fieldset {
	border: 1px solid #eeeeee;
}

form label {
	text-align: right;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 120px;
}

form input {
	width: 150px;
}

textarea {
	width: 150px;
	height: 100px;
}

input#submit {
	width: 100px;
	height: 30px;
	float: right;
	background-color: #3c7625;
	color: #fff;
	font-weight: bold;
}

/*------------------------------------------*/

/*----------------- HEADERS ----------------*/
h1{
	color: #244716;
	font-weight: lighter;
	font-size: 30px;
	line-height: 24px;
	margin-top: 0in;
}

h1 a:link,
h1 a,
h2 a:link,
h2 a,
h3 a:link,
h3 a,
h3 a:link,
h3 a   {
	text-decoration: none;
	color: #244716;
}

h2{
	color: #244716;
	font-weight: lighter;
	font-size: 22px;
}

h1,h2 {
	font-family:"Times New Roman", Times, serif;
}

h3, .h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;;
	font-size: 16px;
	color: #244716;
	line-height: 16px;
}


/*------------------------------------------*/


/*---------------- PARAGRAPH ---------------*/
p{
	margin-top: 0in;
}
/*------------------------------------------*/
/*---------------- TABLE--------------------*/
td{
	vertical-align: top;
}
/*------------------------------------------*/

#terms {
	padding: 5px;
	text-align: justify;
}

/* 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 */


/* Comments Styling */

.commtitle {
	color: #3c7625;
	margin-bottom: .5em;
	font-size: 1.3em;
	text-decoration:none;	font-weight:bold;
	font: Arial, Verdana, Sans-Serif;
	padding: 7px 0px 5px 20px}


.leavecomm {
	color: white;
	margin-bottom: .5em;
	font-size: 1.3em;
	text-decoration:none;	font-weight:bold;
	font: Arial, Verdana, Sans-Serif;
	padding: 7px 0px 5px 35px}


#commentlist li {
margin-bottom: 0em;
padding-bottom: 1em;
padding-top: 1em;
border-bottom: 1px solid #3c7625;
}


#commentform #email, #commentform #author, #commentform #url,#commentform textarea {
font-size: 1.1em;
background: #fff;
border: 1px solid #ccffcc;
width: 250px;
}

#commentform input{
margin-bottom: 3px;
}


#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color:#cdfdd3;
	}
#commentlist li {
	padding: 5px 0 0 0;

	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-title,
.comment-meta,
.comment-text {
	padding: 10px 0 0 10px;
	width: 250px;
	}


div#comment-text-div p{
	text-align: justify;
	width: 550px !important;
	*width: 550px !important;

}

#footer_tag {
	align: center;
	font-size: 11px;
	text-align: center;
	width: 850px;
	margin-left: 50px;
	line-height: 10px;
	color: #666666;
	clear: both;
	margin-top: 10px;
}

/* Stuff for the thelist.php page */

.sep {
	border-bottom: 3px dashed #DDDDDD;
}

#leftList {
	width: 420px;
	float: left;
	padding: 10px;
	clear: both;

	border-right: 3px dashed #DDDDDD;
}

#rightList {
	width: 420px;
	float: left;
	padding: 10px;
	/* border-left: 3px dashed #DDDDDD; */
	clear: right;

}

div#leftList p, 
div#rightList p {
	width: 420px;
	font-size: 12px;
	text-align: justify;
}


.comment-form {
	font-size: 11px;
}

.commentlist li {
	font-size: 11px;
}

.commentlist li p{
	font-size: 11px;
	width: 420px;
}

.comment-text-div-list p{
	text-align: justify;
	width: 420px !important;
	*width: 420px !important;
}

.comment-text-div-list {
	padding: 5px !important;
}

#listHeader {
	clear: both;
	
	vertical-align: center;
}

.list {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	color: #ffffff;
	float: left;
	margin-left: 150px;
	margin-top: 15px;
}

.listText {
	line-height: 26px; 
	text-align: justify;
	margin-right: 10px;
}
#loginBar a {
	color: #ffffff;
}
.listLoginHeading {
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}

#homepage-recent {
	width: 220px;
	float: left;
	padding-right: 10px;
    border-right: 1px solid #dddddd;
}

#homepage-article {
	width: 330px;
	margin-left: 10px;
	float: left;
	padding-left: 10px;
    border-right: 1px solid #dddddd;
}

#homepage-article p {
	
	width: 300px !important;

}

#homepage-recent p {
	
	width: 200px !important;

}

#porp_section {

	width: 580px;
	background-color: #376b3d;
	background-image: url(/images/porp_section.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#porp_section h2 {

	color: #000000;
	padding-top: 80px;
	width:  580px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.voteProducer {

	float: left;
	margin-left: 15px;

}

.voteParasite {

	float: right;
	margin-right: 15px;

}

#porp_content {

	width: 520px !important;
	padding-left: 10px;

}

#porp_content p {
	
	width: 510px !important;

}

#poll ul,
#poll li {

	list-style: none;
	padding: 2px;
}

#poll label {
	
	float: right;

}

#bookArea {
	
	width: 525px;
	padding: 20px;
	border: 1px solid #000000;
	height: 200px;
	overflow: scroll;
}

#bookArea p {

	width: 500px !important;

}