/* @override 
	http://192.168.0.100:49012/wordpress/wp-content/themes/cec/style.css
*/

/*
Theme Name: Cordova Electric Company
Description: CEC site design.
Version: 1.0
Author: Copper Graphics & Perceptual Media Works
Author URI: http://www.PerceptualMediaWorks.com/
Tags: two columns, widgets
*/

@import url('../../plugins/easy-contact/sample/econtact-basic.css');

/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

html{
}

body {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #403737;
	background: #eae8db url(images/pageBgTile.png) repeat;
}

#page {
	background: url(images/contentBgTile.png) repeat-y;
	width: 950px;
	margin: 0px auto;
}

#pageInner {
	background: url(images/footerBg.png) no-repeat center bottom;
	padding: 0 17px 45px;
}

#header {
	position: relative;
	background: url(images/headerBg.jpg) no-repeat center top;
	height: 263px;
}

#headerImageWrap {
	position: relative;
	height: 250px;
	line-height: 250px;
	text-align: center;
	font-size: 24px;
	color: gray;
}

.transparent {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.headerImage,
.headerImageText {
	position: absolute;
	width: 639px;
	left: 149px;
	top: 7px;
}

.headerImageText {
	height: 62px;
}

.headerImage {
	height: 244px;
}

p#cc_logos {
	text-align: center;
}

h1, h2, h3 {
	font-family: "Calisto MT", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div#content li {
	margin: 5px 0;
}

div#content ul,
div#content ol {
	margin-right: 25px;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	margin-top: 25px;
	width: 150px;
	height: 90%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#sidebar #logo {
	width: 135px;
	height: 83px;
	margin: 0 auto 10px;
	background: url(images/cec_logo.png) no-repeat left top;
}
div#sidebar li.page_item a {
	text-transform: uppercase;
	display: block;
	width: 95%;
	color: #403737;
	padding: 3px;
	margin: 0;
	font-family: Optima, Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
}

div#sidebar li.page_item a:hover {
	background-color: #797c69;
	text-decoration: none;
	color: #eae8db;
}


/* Begin Structure */
.maincolumn {
	float: right;
	width: 66%;
	padding-right: 145px;
}

.maincolumn p {
	margin: 10px 0;
}

body.ceo-report .maincolumn p {
	text-align: justify;
}

.post {
	margin: 0 0 20px;
}

.post hr {
	display: block;
}

.maincolumn .postmetadata {
	padding: 10px;
	font-size:10px;
}

.maincolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.maincolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	background-color:#f5f5f5;
	border-top:1px dashed #e7e7e7;
	border-bottom:1px dashed #e7e7e7;
	clear: left;
}

.clear {
	clear: both;
}

#footer p {
	text-align: center;
}

#footer p#meter {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 33px 0 0;
	background: url(images/meter.gif) no-repeat left top;
	color: #eae8db;
}
/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 2.0em;
	padding: 20px 0 10px;
}

h2 {
	font-size: 1.7em;
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */

#oeof {
	width: 359px;
	height: 13px;
	margin: 35px auto 10px;
	background: url(images/oeof.png) no-repeat left top;
}

div.post .entry ul {
	margin-left: 25px;
	margin-top: 15px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	padding: 0 5px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	padding:10px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 10px; 
	text-align: center;
}

div#sidebar #searchform {
	margin-right: 10px;
	padding: 0; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 160px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

table#rates {
	font-size: 12px;
	margin: 0 auto;
}

table#rates th {
	padding-top: 20px;
	text-align: left;
}

table#rates th span {
	font-weight: normal;
}

table#rates td {
	border: 1px solid gray;
	padding: 2px;
}

table#rates td.indent {
	padding-left: 15px;
	white-space: nowrap;
}

table#boardstaff {
	margin: 15px auto;
}

table#boardstaff img {
	border: 1px solid white;
}

table#boardstaff td {
	width: 200px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	background-color: #c8c18f;
	border: 1px solid grey;
}

body.board-staff p#cec_team {
	text-align: center;
}

table#team th {
	text-align: left;
	vertical-align: bottom;
	height: 35px;
	text-decoration: underline;
}

table#team td.name {
	width: 25%;
}

table#team td.position {
	width: 45%;
}

.signature {
	color: grey;
	font-style: italic;
}

