/*
	Theme Name: SEOPCO Three Column Wordpress Theme
	Theme URI: http:seopco.org
	Description: A two sidebar Wordpress theme with a flexible main content area
	Version: 1.0
	Author: jreidko
	Author URI: http://jreidko.com
*/

/************************************************
*	Set Basic Parameters					    *
************************************************/

body {
	padding: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #777;
	max-width: 1200px;
	min-width: 800px;
	margin: 0px auto 0px auto;
}

a:link, a:visited {
	color: #960;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px dotted #960;
}

h1, h2, h3, h4, h5, h6, blockquote, p, ul, ol, li, form, div {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.break {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/************************************************
*	Main Elements							    *
************************************************/

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#FFF;		/* Left column background colour */
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#FFF;    	/* Centre column background colour */
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#FFF;    	/* Right column background colour */
}

#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

#col1pad {
	margin: 0px 0px 0px 400px;
	padding: 0px;
	overflow:hidden;
}

#col1 {
	width:100%;
	overflow:hidden;
}

#col2 {
	float:left;
	width:196px;
	position:relative;
	margin-left:-50.3%;
	left: 212px;
	overflow:hidden;
}

#col3 {
	float:left;
	width:200px;
	position:relative;
	overflow:hidden;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	text-align: center;
}

/************************************************
*	Header & Footer Elements				    *
************************************************/

.headercontent {
	overflow: hidden;
}

.headerlogo {
	position: relative;
	float: left;
	width: 200px;
	height: 114px;
	padding-top: 48px;
	margin-right: -210px;
	border-right: 1px dotted #BBB;
}

.headerimage {
	float: left;
	padding-left: 215px;
}

.footercontent {
	padding: 12px 0px 12px 0px;
	border-top: 1px dotted #BBB;
}

/************************************************
*	Post and Widget Elements				    *
************************************************/

.entry {
	border-top: 1px dotted #BBB;
	border-left: 1px dotted #BBB;
	border-right: 1px dotted #BBB;
	padding: 12px 12px 1px 12px;
}

.entrytitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

.entrytitle a:link, .entrytitle a:visited {
	color: #006735;
}

.entrytitle a:hover, .entrytitle a:active {
	border-bottom: 1px dotted #006735;
}

.entrymeta {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 12px;
}

.entrymeta a:link, .entrymeta a:visited {
	color: #006735;
	font-weight: bold;
}

.entrymeta  a:hover, .entrymeta a:active {
	border-bottom: 1px dotted #006735;
}

.entrybody {
	color: #000;
}

.entrybody p, .entrybody div {
	margin-bottom: 12px;
}

.entrybody a:link, .entrybody a:visited {
	color: #006735;
	font-weight: bold;
	font-style: italic;
}

.entrybody  a:hover, .entrybody a:active {
	border-bottom: 1px dotted #006735;
}

#leftcolholder {
	border-top: 1px dotted #BBB;
	padding: 12px 12px 10px 2px;
}

#rightcolholder {
	border-top: 1px dotted #BBB;
	padding: 12px 0px 12px 12px;
}


.widgettitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul {
	margin: 0px 0px 12px 12px;
}

ul li {
	margin: 3px 0px 3px 8px;
	list-style-image: url(images/leaf_bullet.png);
}

#newsletter input {
	margin-bottom: 12px;
}

/************************************************
*	Calendar Area Elements						    *
************************************************/

#calendar_wrap {
	width: 176px;
	margin: 12px 12px 12px 0px;
	padding: 0;
	border: solid 1px #ccc;
}

table#wp-calendar caption {
	width: auto;
	background: #006735;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #FFF;
}

table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
}

table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
	text-align: center;
}

table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ddd;
	background-color: #fff;
	text-align: center;
}

#wp-calendar a {
	font-weight: bold;
	color: #006735;
}

/************************************************
*	Comments main							    *
************************************************/

#commentblock {
	width: 100%;
	overflow: hidden;
}

#commentblock h1 {
	color: #006735;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#commentlist li {
	padding: 12px;
	margin: 12px 0px 12px 0px;
	border-top: 1px dotted #BBB;
}

.commentname {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 12px;
}

.commentname a:link, .commentname a:visited {
	font-weight: bold;
	color: #006735;
}

.commentname a:hover, .commentname a:active {
	border-bottom: 1px dotted #006735;
}

.commenttext {
	clear: both;
	font-size: 11px;
	font-style: italic;
}

.commenttext a:link, .commenttext a:visited {
	font-weight: bold;
	color: #00673;
}

.commenttext a:hover, .commenttext a:active {
	border-bottom: 1px dotted #006735;
}

.commenttext-admin {
	clear: both;
	font-size: 11px;
	font-style: italic;
}

/************************************************
*	Comments form							    *
************************************************/

#commentsform {
	padding: 12px;
	margin-top: 12px;
	border-top: 1px dotted #BBB;
}

#commentsform h2 {
	font: italic 11px/16px Georgia;
	color: #606060;
}

#commentsform p {
	margin-top: 10px;
}

#author, #email, #url {
	background-color: #eee;
	border: 1px solid #999;
	width:50%;
}

#comment {
	background-color: #eee;
	border: 1px solid #999;
	width:50%;
}

#submit {
	background-color: #006735;
	border: 1px solid #999;
	color: #FFF;
}