/*  
Theme Name: cdf_tranquility
Theme URI: http://coeurdefeu.com
Description: Customized for Coeur de Feu
Version: 1.0
Author: Lori Hutton
Author URI: http://coeurdefeu.com
*/

/* --[Basic Page Components]-- */
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #025D02 url(images/body_bg.jpg);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	}

form {
	}

input, textarea {
	padding: 2px 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}

h1, h2, h3 {
	padding-top: 25px;
	margin: 0px;
	font-weight: normal;
	}

h1 {
	color: #ACC5AC;
	font-size: 40px;
	padding: 35px 5px 5px 20px;	
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	font-size: 24px;
	color: #F1FEF1;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;	
	}

h3 {
	font-size: 11px;
	}

p, ul, ol {
	margin-top: 14px;
	line-height: 150%;
	}

ul, ol {
	margin-left: 3em;
	}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	}

a {
	color: #CC9900;
	}

a:hover {
	text-decoration: underline;
	color: #F1FEF1;
	}

a img {
	border: none;
	}

img.left {
	float: left;
	margin: 0 20px 0 0;
	}

img.right {
	float: right;
	margin: 0 0 0 20px;
	}

hr {
	size: 80%;
	color: #CC9900;
	}

/* --[Header]-- */

#header {
	height: 40px;
	margin: 0 auto;
	background-color: #001B00;
	border-bottom: 1px dashed #9F5A01;
	overflow: visible;
	}

#logo {
	width: 450px;
	height: 111px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat top center;
	float: right;
	}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFF6BD;
	}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 4em;
	}

#logo h1 a {
	text-decoration: none;
	color: #FFF6BD;
	}

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
	}

/* --[Menu Items]-- */

#menu-wrap {
	width: 900px;
	margin: 0 auto;
	}

#menu {
	width: 450px;
	height: 40px;
	margin: 0 auto;
	float: left;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: inline;
	}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 15px 15px 5px 10px;
	background: #001B00;
	border: 0px #2B0404 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #CE9512;
	}

#menu a:hover {
	text-decoration: underline;
	background: transparent;
	}

#menu .first a {
	background-color: transparent;
	}

/* -[Page and Content Components]-- */

#page {
	margin: 0 auto;
	}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 25px 0px;
	background: #064706 url(images/content_bg.jpg);
	}

/* --[Single Page Navigation]-- */

.navigation {
	width: 778px;
	height: 25px;
	margin: 0 auto;
	}

.alignleft {
	float: left;
	padding: 5px 20px 5px 20px;	
	}

.alignright {
	float: right;
	padding: 5px 20px 5px 20px;
	}	

/* --[Post]-- */

.post {
	min-height: 600px;
	}

.post .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-style: italic;
	margin: 0;
	}

.post .title a {
	text-decoration: none;
	}

.post .byline {
	margin: 0 0 10px 0;
	line-height: normal;
	}

.post .entry {
	padding: 10px 50px;
	text-align: center;
	}

.post .entry h2 {
	margin: 0;
	padding: 15px 0 5px 0;
	letter-spacing: .2em;
	font-size: 24px;
	color: #F1FEF1;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #9F5A01;
	}
	
.post .entry img {
	margin: 5px;
	padding: 0px;
	border: 4px solid #ACC5AC;	
	}	
	
.post .meta {
	/* clear: both; */
	}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
	}

.post .meta a:hover {
	text-decoration: underline;
	}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	}

.post .meta .permalink {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
	}

	
/* --[Latest Post Break Out]-- */

#latest-post-wrap {
	width: 900px;
	margin: 0 auto;	
	background: transparent;
	border: 0px #CC9900 solid;
	}

#latest-post {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}

#latest-post h1 {
	color: #ACC5AC;
	font-size: 40px;
	padding: 35px 5px 5px 20px;	
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
	}

#latest-post .meta {
	padding: 10px 0 0 20px;
	}

#latest-post .byline {
	margin: 0 0 10px 0;
	padding: 5px 0;
	background: #CC9900;
	font-size: .9em;
	font-weight: bold;
	color: #320202;
	}

#latest-post .byline span {
	padding: 0 0 0 15px;
	}

#latest-post .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
	color: #993300;
	}

#latest-post .byline a:hover {
	text-decoration: underline;
	}

/* --[Recent Posts]-- */

#recent-posts {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0px;
	}

#recent-posts h2 {
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #CC9900;
	letter-spacing: .5em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #320202;
	}

#recent-posts h3 {
	margin: 10px 0 0 0px;
	padding: 0px 30px;
	font-size: 14px;
	font-weight: bold;
	}

#recent-posts h3 a {
	text-decoration: none;
	}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#recent-posts li {
	float: none;
	width: 240px;
	padding-left: 29px;
	}

#recent-posts li.first {
	padding: 0;
	}

#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0 40px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	}

#recent-posts .byline span {
	}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
	}

#recent-posts .byline a:hover {
	text-decoration: underline;
	}

#recent-posts p {
	padding: 5px 30px;
	margin: 0;
	}


/* --[Sidebar Components]-- */

#sidebar {
	background-color: transparent;
	width: 900px;
	height: 100px;
	/* padding: 15px 5px 5px 30px; */
	padding 0;
	margin: 0 auto;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	float: left;
	width: 259px;
	}

#sidebar li ul {
	padding-left: 20px;
	}

#sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
	}

#sidebar h2 {
	margin: 0 10px 20px 0;
	padding: 5px 0 5px 16px;
	background: #CC9900;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #320202;
	}

/* --[Search Box]-- */

#search {
	}

#search #s {
	width: 80%;
	margin-bottom: 10px;
	}

/* --[Calendar]-- */

#calendar {
	}

#calendar table, #calendar caption {
	width: 100%;
	text-align: center;
	}

#calendar caption {
	font-weight: bold;
	}

#calendar a {
	font-weight: bold;
	}

/* --[Footer]-- */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #001B00;
	border-top: 1px dashed #9F5A01;	
	text-align: center;
	}

#footer-content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 10px 30px 10px;
	}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #CCCCCC;
	text-align: right;
	}

#footer-menu {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#footer-menu li {
	display: inline;
	}

#footer-menu a {
	float: left;
	margin-right: 6px;
	padding: 10px 15px 25px 10px;
	background: #001B00;
	border: 0px #2B0404 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #CE9512;
	}

#footer-menu a:hover {
	text-decoration: underline;
	background: transparent;
	}

