/*  
Theme Name: CMF Redux
Theme URI: http://courage-my-friend.org
Description: Simplified CMF Hemingway Reloaded theme.
Version: 1.0
Author: Chris Poirier
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .column{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

a{
	color: #000000;
}

a img{
	border: none;
}

blockquote{
	border-left: 1px dotted #777;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #D8D8D8;
	color: #404040;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
   min-width: 70em;
}

fieldset {
	padding: .5em;
}

h1{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #000000;
	font-size: 1.15em;
	font-weight: normal;
}

input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

p{
	line-height: 1.75em;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #CCCCCC;
	color: #000000;
}

table th{
	background: #CCCCCC;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: square;
	margin: 0.5em 0px 0.5em 2em;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.counts li { clear: both; }

ul.dates .date{
	color: #7A7A7A;
	padding: 0px 1.5em 0px 0px;
}

ul.dates a, ul.counts a{
	color: inherit;
	color: #404040;
	text-decoration: none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #000000;
}

ul.dates li, ul.counts li{
	border-bottom: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head .details{
	font-size: 0.95em;
}

.comment-head a{
	color: #868686;
	text-decoration: none;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #CCCCCC;
	border: 1px solid #868686;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 0px 0.5em;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #808080;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	color: #AAAAAA;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.single-post h1, .single-post h2{
	margin-top: 0px;
}

.column h3{
	color: #666666;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
}

.column h3 a{
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 0px 0px 0px;
}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	margin: 2em 0px 3em 0px;
}

#footer .inside{
	background: url(../images/footer_black.gif) 50% 0 repeat-x;
	padding: 1em 0px;
}

#footer p{
	font-size: 0.95em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #000000;
}

#footer p.copyright{
	float: left;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #FFFFFF;
}

#header .inside{
	padding: 3em 0px;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	/* -moz-opacity: 0.4; */
	position: absolute;
	text-align: right;
	top: 4em;
	width: 100%;
}

#live-search:hover{
	/* -moz-opacity: 1.0; */
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #7F7F7F;
	padding:1px 0 2em 0;
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .column{
	float:left;
	width:47%;
	margin:0 0 0 6%;
	display:inline;
}

* html #primary.twocol-stories .column{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.column .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
}
.column .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.column .details a{
	color:#4D4D4D;
	text-decoration:none;
}

.column .details a:hover{ color:#000000; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: #F3F3F3;
	border-top: 1px solid #E3E3E3;
	padding: 1px 2em;
}










/*-----------------------------------------------------------------------------------------------
   CMF CUSTOMIZATIONS	
-----------------------------------------------------------------------------------------------*/

BODY 
{
   background: #2c2530;
   color:      rgb(192,182,168);
}

A { color: rgb(184,173,160); }
A:hover { color: rgb(191,191,191); }


#header
{
   background:     rgb(34,56,89);  
   color:          rgb(174,174,174); 
   padding-bottom: 2em; 
   z-index:        2;
}

#header h2 { color: rgb(174,174,174); border-right-color: rgb(174,174,174); }
#header h2 A { color: rgb(211,211,211); }
#header h2 A:hover { color: rgb(191,191,191); }

#header h2 .at { color: rgb(161,154,131); font-size: 0.8em; }

#primary
{
   background:     rgb(34,56,89);  
   color:          rgb(174,174,174); 
   padding-bottom: 6em; 
}

#primary dl, #primary p { text-align: justify; }
#primary dt { color: rgb(161,154,131); }

#primary H1, #primary H2, #primary H3 { color: rgb(191,191,191); }
#primary A { color: rgb(184,173,160); }
#primary A:hover { color: rgb(191,191,191); }

#primary .secondary .featured dl, #primary .secondary .featured p { border-color: rgb(80,114,156); }

#primary .column .details { color: rgb(161,154,131); border-color: #3c506e; /* rgb(191,191,191); */ }

#primary ul.dates li, #primary ul.counts li { border-color: rgb(80,114,156); }
#primary ul.dates,    #primary ul.counts    { border-color: rgb(80,114,156); }

#primary .column .details .read-on { background: inherit; padding-right: inherit; font-style: italic; }

#secondary
{
   background: rgb(37,35,50);
   border-color: black;
}

#secondary H1, #secondary H2, #secondary H3 { color: rgb(191,191,191); }
#secondary A { color: rgb(184,173,160); }
#secondary A:hover { color: rgb(191,191,191); }

#secondary .comment-head { border-color: rgb(191,191,191); }
#secondary #comments .content { border-color: rgb(191,191,191); }


#ancillary
{
   border-top: 1px solid black;
}

#ancillary H1, #ancillary H2, #ancillary H3 { color: rgb(191,191,191); }
#ancillary A { color: rgb(184,173,160); }
#ancillary A:hover { color: rgb(191,191,191); }

#ancillary ul.dates li, #ancillary ul.counts li { border-color: #7A7A7A; } /* 6b655e; } */  /* rgb(131,131,131); } */
#ancillary ul.dates,    #ancillary ul.counts    { border-color: #7a7a7a; } /* #807970; } */  /* rgb(131,131,131); } */

#ancillary ul.dates a:hover, #ancillary ul.dates a:hover .date, 
#ancillary ul.counts a:hover, #ancillary ul.counts a:hover .count
{ 
   color: rgb(191,191,191); 
} 

#ancillary ul.dates .date { padding-right: 1em; }

#ancillary DIV.row { padding-top: 2em; }

#ancillary DIV.row ul 
{
	border-top: 1px solid #7a7a7a;  /* rgb(191,191,191); */
	list-style-type: none;
	margin: 1.5em 0px;
}

#ancillary DIV.row ul li
{
	border-bottom: 1px solid #7a7a7a;  /* rgb(191,191,191); */
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

#ancillary DIV.row ul li .description { color: #7A7A7A; padding: 3px 0 0 0; }
#ancillary DIV.row ul li .rating { float: right; }
#ancillary DIV.row ul li .rating a { text-decoration: none; }



DIV.formactions { margin-top: 1.5em; clear: both; }

/*
 * Added because the default formatting partially covers the title link with the search div.
 */

#live-search { width: 50%; left: 50%; }
#live-search .inside { width: 80%; min-width: 32.5em; max-width: 42.5em; margin: 0 auto 0 0; }

/*
 * Added because using .inside in FF caused lines to show inside the footer.
 */

#footer .alt-inside{ width: 80%; min-width: 65em; max-width: 85em; margin: 0 auto; padding: 1em 0px; }

#footer p.copyright a
{
   color: #525252;
   text-decoration: none;
}

#footer p.copyright a:hover
{
   color: #000000;
}


#primary table td
{
	background: rgb(45,72,113); /* rgb(80,114,156); */
	color: inherit;
}

#primary table th
{
	background: rgb(80,114,156);
	color: #000000;
   font-weight: bold;
}

#primary div.simple table td 
{
   background: transparent;
}

a.continued { font-style: italic; float: right; text-decoration: none; }

#primary .column .story {
   padding-top: 3em;
}

#primary .column .first {
   padding-top: 0em;
}


#primary .column h3 .date{
   float: left;
   margin-right: 1em; 
}

#primary .column h2 {
   letter-spacing: 1em;
   text-align: center;
   text-transform: uppercase;
}

#ancillary h2 {
   text-align: center;
   letter-spacing: 0.25em;
}

#primary .continued {
   padding-right: 2em;
   text-align: right;
   font-style: italic;
}

#primary li { 
   line-height: 1.75em; 
   margin-top: 0;
   margin-bottom: 0;
}

#primary hr {
   height: 1px;
/*   width:  7em; */
   margin: 1.75em auto 1.75em auto;
   text-align: center;
   border-color: #777;
   border-width: 1px 0 0 0;
   border-style: dotted;
}


#primary h3 {
   margin-top: 2em;
}

#primary .primary h2 {
   margin-top: 2em;
}



/* -------------------------------------------------------------------------------------------
   Good Stuff support for home page
------------------------------------------------------------------------------------------- */

#primary .good_stuff h2 {
   text-align:     center;
   letter-spacing: 0.25em;
	font-size:      1.15em;
	font-weight:    normal;
   text-transform: none;
   padding-top:    1.5em;
}

.good_stuff ul.dates li, .good_stuff ul.counts li { border-color: #7A7A7A; } /* 6b655e; } */  /* rgb(131,131,131); } */
.good_stuff ul.dates,    .good_stuff ul.counts    { border-color: #7a7a7a; } /* #807970; } */  /* rgb(131,131,131); } */

.good_stuff ul.dates a:hover, .good_stuff ul.dates a:hover .date, 
.good_stuff ul.counts a:hover, .good_stuff ul.counts a:hover .count
{ 
   color: rgb(191,191,191); 
} 

.good_stuff ul.dates .date { padding-right: 1em; }

.good_stuff ul
{
	border-top: 1px solid #7a7a7a;  /* rgb(191,191,191); */
	list-style-type: none;
	margin: 1.5em 0px;
}

#primary .good_stuff li
{
	border-bottom: 1px solid #7a7a7a;  /* rgb(191,191,191); */
	list-style-type: none;
   line-height: 1.25em;
	margin: 0px;
	padding: 0.5em 0px;
}

.good_stuff ul li .description { color: #7A7A7A; padding: 3px 0 0 0; }
.good_stuff ul li .rating { float: right; }
.good_stuff ul li .rating a { text-decoration: none; }


#primary .prose p
{
   margin: 0; padding: 0;
   text-indent: 2em;
   font-weight: normal;
}

#primary .prose > p:first-child
{
   text-indent: 0;
}

#primary .prose hr {
   height: 1px;
   width:  7em;
   margin: 1em auto 2.5em auto;
   text-align: center;
   border-color: transparent;
   border-width: 1px 0 0 0;
   border-style: dotted;
}

#primary .primary H2 { font-size: 1.5em; padding-top: 1.2em; }
#primary .primary H3 { padding-top: 1.2em; }

