/*  
Theme Name: Ethos
Theme URI: http://ethicsmadeeasy.com/
Description: Custom Theme for Ethos LLC
Version: 0.9
Author: Gene Ehrbar
Author URI: http://anomalyinc.com

*/

/* TABLE OF CONTENTS

01 - Global Elements
02 - Main Structure - Columns, clearfix
03 - Header - Header, Logo, navigation
05 - Main Content - Post boxes, post meta, comments, etc
06 - Sidebar - Ads, search, categories, etc
06 - Footer - Copyright

/*  01 - Global Elements -------------------------------------------------- */
/*------------------------------------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
/*	font-size:1.3em; */
	font-family: Helvetica, Arial, sans-serif;	
	width:auto; height:auto;
	background: #333 url('/wp-content/themes/ethos-theme/images/body-bg.png') no-repeat top left;
	padding: 0;
	margin: 0;
	color: #464646;
}


p {
	font-size: 1.3em;
	line-height:1.6em;
	margin: 0 0 8px 0;	
}

ul {
	font-size: 1.3em;
	line-height:1.6em;
/*	list-style: none;*/
/*	margin: 0;
	padding: 0;*/
}

li {
/*	margin: 0 0 0 0;
	padding: 0;*/
}

img {
	margin: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #a03632;
}

a:hover {
	color: #a03632;
}

p a:hover {
	text-decoration: underline;
}


h2 {
	font: 3.7em Georgia, "Times New Roman", Times, serif;
	color: #a03632;	
	margin: 0 0 15px 0;
}

h3, h4 {
	color: #000;
}

h3 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;	
	margin: 0 0 15px 0px;
}

h4 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;	
	margin: 0 0 2px 0px;
	text-transform: uppercase;
}



/*  02 - mainColumn Structure -------------------------------------------------- */
/*------------------------------------------------------------------- */

#container {	
	margin: 0 auto;
	width: 940px;	
	padding: 0px 21px 0px 21px;
	background: transparent url('/wp-content/themes/ethos-theme/images/container-bg.png') no-repeat 935px 119px;
}

#sidebar {
	width: 247px;
	border-top: 8px solid #a03632;
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0;
}

#mainColumn {
	width: 683px;
	background: #feffd8;
	margin: 0;
	padding: 0;
	border-top: 8px solid #a03632;
	border-left: 8px solid #a03632;
	float: left;
}


/* Clearfix ----------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




/*  03 - Header -------------------------------------------------- */
/*------------------------------------------------------------------- */

#header{
	margin-top: 0px;
	padding: 45px 0px 0px 0px;
	background: #333 url('/wp-content/themes/ethos-theme/images/header-bg.png') no-repeat top left;
}

#divlogo{
	border-top: 3px solid #a03632;
	border-left: 3px solid #a03632;
	border-right: 8px solid #a03632;
	padding-top: 20px;
	float: left;
	text-align: center;
	width: 245px;
	height: 83px;
	background: #fff;
}

#divnav{
	border-top: 3px solid #a03632;
	border-right: 8px solid #a03632;
	padding: 20px 15px 0px 15px;
	float: left;
	text-align: center;
	width:475px;
	height: 83px;
	background: #fff;
}

#divlogin{
	float: left;
	width:170px;
	height: 61px;
	text-align: center;
	padding-top: 45px;
	background: #333;
}

#divlogin a:link, #divlogin a:hover, #divlogin a:active, #divlogin a:visited{
	font: 1.6em  Helvetica, Arial, sans-serif;	
	color: #fff;
} 

#logo {
	float: left;
/*	background: #dd3900;	*/
	background: #a03632;
	text-align: center;
	padding: 10px 12px 10px 12px;
	margin: 0px 25px 0px 25px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#fff;
}

#mainNav{
	float: right;
	font: 2.0em Georgia, "Times New Roman", Times, serif; color:#4b4b4b;
	display: block;
	padding: 8px 0 0 0;
}

#mainNav li{
	margin: 0 25px 0 0;
	float: left;
}

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #595959;
}

#mainNav a:hover {
	color: #a03632;
}


/*  04 - Content -------------------------------------------------- */
/*------------------------------------------------------------------- */

/* Main Post ----------- */

.mainPost {
	margin: 0;
	padding: 25px 25px 10px 25px;
/*	background: transparent url(images/dotted_line_gray.gif) left top repeat-x; */
}

.mainPost h3 {
	margin-left: 0;
	margin-bottom: 0;
}

.mainPost h2 a:link, .mainPost h2 a:visited {
	text-decoration: none;
}

.mainPost h2 a:hover {
	color: #595959;
	text-decoration: underline;
}

.mainPost h3 a:hover {
	color: #595959;
}

.postMeta {
	margin: 0 0 10px 0;	
}

.postMeta .date{
	float: left;
	border-bottom: 4px solid #cdcdcd;
	padding: 0 20px 3px 5px;
	color: #a5a5a5;
	font-size: 1.3em;
}

.postMeta .category{
	float: left;
	border-bottom: 4px solid #a1a1a1;
	padding: 0 3px 3px 5px;
	color: #808080;
	font-size: 1.3em;
}

.postMeta .commentCount{
	float: right;
	background: transparent url(images/comment_icon.gif) no-repeat;
	width: 25px;
	height: 25px;
	font-size: 11px;
}

.postMeta .commentCount a{
	text-align: center;
	line-height: 20px;
	display: block;
	color: #fff;
}

.postMeta .commentCount a:hover{
	
	color: #dcdcdc;
}

.postMeta .category a:link, .postMeta .category a:visited{
	color: #a03632;
}

#container .readMore {
	color: #fff;
	background-color: #a03632;	
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#container .readMore:hover {
	background: #595959;
}

.more-link {
	display: none;
}


/* Secondary Post ----------- */

#secondaryPosts {
	margin: 0;	
	background: transparent url(images/dotted_line_gray_vert.gif) 335px 3px repeat-y;
}

.secondaryPostRow {
	margin: 0;
	padding: 25px 0 10px 0;
	background: transparent url(images/dotted_line_gray.gif) left top repeat-x;
}

.secondaryPost {
	width: 310px;
	float: left;
	margin-left: 25px;
}

.secondaryPost p{
	margin-right: 25px;
}

.secondaryPost h2{
	font-size: 2.0em;
}

.secondaryPost h2 a:hover {
	color: #595959;
}

.secondaryPost img{
	width: 285px;
}

.secondaryPost .postMeta {
	margin-right: 25px;
}

/* Pagination Links ----------- */

#paginationBar {	
	font-weight: bold;
	background: #232323;
}

#paginationBar a:link, #paginationBar a:visited{
	color: #656565;
}

#paginationBar a:hover{
	color: #fff;
}

#paginationBar a{
	padding: 20px 25px 20px 25px;
	display: block;
	width: 100px;
}

#paginationBar .olderLink{
	float: left;	
}

#paginationBar .newerLink{
	float: right;	
}


/* Search ----------- */
#container .searchResult h3{
	margin: 0;
}


/* Comments ----------- */

#comments{
	background: transparent url(images/dotted_line_gray.gif) left top repeat-x;
	padding: 25px 0 0 0;
}

#comments h3{
	color: #656565;
	margin-left: 25px;
}

.comment-content {
	padding:0;	
	border-bottom:0;
}

#comments .comment-content p{	
/*	font-size: 1.3em;*/
}

#comments a:hover {
	text-decoration: underline;
}

.commentlist, .commentlist ul {
	margin:15px 0 25px 0;
	padding:0;
	list-style:none;
}

.commentlist li {
	margin:0 25px 15px 25px; 
	padding:25px;	
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
}
	
.commentlist li.alt, .thread-alt {
	
}
	
.commentlist li.no-comments {
	margin:55px 0 0 0;
	padding:0 30px;
	background:none;
	border:0;
}
	
.commentlist .children {
	margin:10px 0 0 0; padding:0;
	
}
	
.commentlist .children li {
	margin:0;
	padding:20px;
	background: #f6f6f6;
}
	
	
.commentlist li .comment-wrap {
	position:relative;
	text-align:left;
	margin: 0 0 25px 0;
}
	
.commentlist li .comment-text {
	margin:0;
	padding:10px 0 0 0;
	width:auto;
	height:auto;
	background:none;
/*	font-size: 1.3em; */
}
			
.commentlist li .comment-author {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}

.commentlist li .comment-author strong{
	font-size: 1.9em; 
}
			
.gravatar {
	margin:0 10px 0 0;
	padding:1px 0 0 2px;
	width:41px;
	height:40px;
	background:url(images/gravatar.gif) no-repeat top center;
	float: left;
}
				
.author {
	margin:2px 0 0 0; padding:0;
	width:auto; height:auto;	
}

#commentform{
	margin: 25px;
	padding: 0 0 25px 0;
}

#submit {
	color: #fff;
	background-color: #a03632;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: none;
}

#respond {
	padding: 25px 0 0 0;
}

.cancel-comment-reply{
	margin: 0 0 0 25px;
}


/*  05 - Sidebar -------------------------------------------------- */
/*------------------------------------------------------------------- */


#sidebar h3{
	color: #000;
/*	font-size: 20px; */
	margin: 0px 0 15px 0;
}

#sidebar h4{
	margin: 20px 0 2px 0px;
}

#sidebar p{
	line-height: 1.4em;
	margin: 0 0 8px 0;		
}

/* Ads ----------- */

#ads{	
	margin: 0px 0 0 0px;
	display: block;	
}

#ads li{
	float: left;
	margin: 13px 0 0 15px;
	display: block;
	background: #444444;
	width: 125px;
	height: 125px;	
}

.dateline{
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

.byline{
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/* Lists ----------- */

.sidebarBox{
	padding: 61px 15px 15px 15px;
	color: #464646;
	background: #feffd8;
/*	border: 1px solid #ccc; */
	margin: 0 0 10px 0px;
}

#sidebar ul{
	margin: 0 0 0 0;
}

#sidebar ul li{
	padding: 9px 0 10px 0;
	background: transparent url(images/dotted_line_dark_gray.gif) left bottom repeat-x;
}

#sidebar ul li a:link, #sidebar ul li a:visited{
	color: #808080;
}

#sidebar ul li a:hover{
	color: #fff;
}

/*Ads -----------------*/

#sidebarAds {
	padding: 15px 0 0 0;	
	margin: 0 0 10px 15px;
}


/* Search ----------- */

#search{
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

#s{
	width: 160px;
	border: 3px solid #444444;
	padding: 3px;
}

#searchsubmit {
	color: #fff;
	background-color: #a03632;	
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: none;
	font-weight: bold;
	margin: 0 0 0 7px;	
}


/*  06 - Footer -------------------------------------------------- */
/*------------------------------------------------------------------- */

#footer {
	padding: 25px 0 25px 0;
	clear: both;
	color: #a8a8a8;	
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	color: #a8a8a8;
	font-weight: bold;
/*	font-size: 1.0em;*/
}

#footer #ftnav a:link, #footer #ftnav a:hover, #footer #ftnav a:active, #footer #ftnav a:visited{
	font-size: 1.4em;
	line-height: 1.8em;	
}

/* Special Accordion class stuff */

.accordion {
/*	margin-bottom: 70px; */
}

.accordion h3{
	padding: 8px 0px 3px 30px;
	margin: 2px 0px 13px 0px;
	cursor: pointer;
	height: 25px;
	background: #974036 url('/wp-content/themes/ethos-theme/images/header-background.png') no-repeat top center;
	text-align: left;
	color: #fff;
}


.accordion h3.biolink{
	background:transparent url('/wp-content/themes/ethos-theme/images/bioitem-background.png') no-repeat top center;
	float: right;
	text-align: center;
	padding: 12px 5px 5px 5px;
	margin: 5px 5px 20px 0px;
	cursor: pointer;
	width: 130px;
	height: 34px;
	font-size: 1.2em;
}

.accordion p{
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 10px;
	width: 600px;
	margin: 0px 0px 20px 3px;
}

.headshot{
	float: left;
	border: 1px solid #000;
	margin: 5px 5px 5px 0px;
}

table.calendar{
}

table.calendar th{
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

table.calendar td{
	background: #fff;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px;
	margin: 0px;
}