/*

Theme Name: COCRA

Description: Website redesign October / November 2009 

Version: 2.0

Author: LunaGraphica Inc


*/



body {
	margin:0 auto;
	width: 933px;
	background-image: url(http://www.cocra.org/images/gray-bg.gif);
	background-repeat: repeat;
	background-color: #585858;
	color: #000;
}
/* HEADER*/



#header {
	float:left;
	background: url(images/header.gif) repeat-x;
	width:782px;
	height:116px;
}
/* LOGO*/



#logo {
	float: left;
}
#logo h1 {
	padding-left: 85px;
	padding-top: 25px;
	font: 30px trebuchet ms;
	color: #ffffff;
	margin:0;
}
#logo h1 a, #logo h1 a:hover {
	font: 30px trebuchet ms;
	color: #ffffff;
	text-decoration:none;
}
#logo h2 {
	padding-left: 85px;
	text-align: left;
	font: 12px trebuchet ms;
	color: #ffffff;
	margin:0;
}
/* SEARCH*/



#search {
	float:right;
	width: 221px;
	height: 30px;
	border: 5px solid #618aa0;
	background-color: #ffffff;
	margin-top: 75px;
}
.input {
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border-style: none;
	font: 12px Trebuchet MS;
}
/* .sbutton {

     float:right;

     margin-left: 5px;

     border-style: none;

} */





		.submit {
	background-image:url(images/sbut.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	height:30px;
	width:32px;
	border:none;
	margin-left: 5px;
}
/* MENU*/







.menu {
	float:left;
	background-color: #324654;
	width:782px;
	height:41px;
}
.menu ul {
	list-style: none;
	margin:0;
	padding:0;
}
.menu li {
	float:left;
}
.menu li a {
	font: 12px Trebuchet MS;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #618aa0;
	padding-bottom: 12px;
	padding-top: 10px;
}
li.current_page_item {
	background-color: #618aa0;
	padding-bottom: 12px;
	padding-top: 10px;
}
.maincontent {
	float:left;
	background: url(http://cocra.org/images/main/blog-bg.jpg) repeat-y;
	background-color: #ffffff;
	width: 933px;
}
/* CONTENT LEFT */



#contentbg-l {
	float:left;
	width:500px;
padding-left: 30px;
	
}
.post {
	float:left;
	margin-top: 20px;
	padding-left: 5px;
}
.post h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #d0d3db;
	padding:4px 2px 2px 10px;
	background-color: #08285a;
	width: 635px;
}
.post h1 a {
	text-decoration:none;
	color: #d0d3db;
}
.post h1 a:hover {
	text-decoration:none;
	color:#e9c85e;
}
.post p {
	margin:0 0 0 10px;
	padding-bottom: 7px;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
}
.post li {
	margin:0 0 0 10px;
	padding-bottom: 7px;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
}
.post p img

{
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
max-width: 640px;
}

.post p a {
	color: #2a62b8;
	text-decoration: none;
font-weight:bold;
}
.post p a:hover {
	text-decoration: underline;
font-weight:bold;
}
p.cont {
	color: #2c3b43;
	padding-right: 10px;
}
p.rest a {
	color: #2a62b8;
}
.comment {
	float:left;
	margin-bottom: 30px;
	margin-right: 15px;
}
.comment p {
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 35px;
}
p.comments {
	float: right;
	background: url(images/comment_icon.gif) left no-repeat;
	padding-left: 15px;
}
.entries {
	float:left;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0;
}
.entries a {
	color: #2a62b8;
	text-decoration: none;
}
.entries a:hover {
	text-decoration: underline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* CONTENT RIGHT */







#contentbg-r {
	float:right;
	width:217px;
	margin-top:0px;
	padding-right: 20px;
	
}
.sidehead {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #2a62b9;
}
.sidehead h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #e9c85e;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin:0;
}
.sidelinks ul {
	margin:0;
	margin-bottom: 5px;
	padding-left:35px;
	list-style-image: url(http://cocra.org/images/arrows-li.gif);
}
.sidelinks li {
	font-size:12px;
	background-position: 0px 6px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #ffffff;
}
.sidelinks li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.sidelinks li a:hover {
	color: #e9c85e;
	font-weight: bold;
}
/* FOOTER */

div#footer { height: 24px; clear: both; padding-top: 10px; }

#footerbg {
	float:left;
	background-color: #080c0e;
	width:781px;
	height:67px;
}
#footerbg p {
	float:left;
	text-align: center;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 42px;
	font: 11px trebuchet ms;
	color: #607481;
	margin:0;
}
#footerbg p a {
	color: #89acc1;
	text-decoration: underline;
}
#footerbg p a:hover {
	text-decoration: none;
}
/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	background-color: #F7F7F7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
text-align: left;

        
}
.commentlist {
	padding: 0;
	text-align: justify;
	
}
.comments a {
	color: #2a62b8; font-size:12px;

}
.commentlist a {
	color: #2a62b8;
font-size:12px;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
font-size:12px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */
