/*  
Theme Name: cdf_rings
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: #F9F9D5 url(images/main3c_bg.png) repeat-x top left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	}

form {
	}

input, textarea {
	padding: 2px 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}

h1, h2, h3 {
	margin-top: 14px;
	font-weight: normal;
	}

h1 {
	font-size: 14px;
	padding: 5px 5px 5px 20px;	
	}

h2 {
	font-size: 12px;
	}

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: #9B410E;
	text-decoration: none;	
	}

a:hover {
	text-decoration: underline;	
	color: #2F7658;
	}

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: 250px;
	margin: 0 auto;
	background: url(images/main3a_bg.png) no-repeat top left;
	}

#logo {
	width: 778px;
	height: 110px;
	margin: 0px auto;
	padding: 130px 0 0 0;
	background: url(images/logo.png) no-repeat bottom 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 {
	background-color: transparent;
	}

#menu {
	width: 778px;
	height: 25px;
	margin: 0 auto;	
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: inline;
	}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 1px 20px;
	background: transparent;
	border: 0px #2B0404 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #F9F9D5;
	}

#menu a:hover {
	text-decoration: none;
	background: #CC9900;
	border-bottom: 3px #2F7658 solid;
	}

#menu .first a {
	background-color: #297155;
	border: 3px #2F7658 solid;
	}

/* -[Page and Content Components]-- */

#page {
	margin: 0 auto;
	background: url(images/main3b_bg.png) no-repeat top left;	
	}

#content {
	width: 850px;
	min-height: 650px auto;
	margin: 0 auto;
	padding: 0px 0px 25px 0px;
	background-color: transparent;
	border-bottom: 2px #003300 solid;
	}

/* --[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 {
	}

.post .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #003300 solid;
	margin: 0;
	}

.post .title a {
	text-decoration: none;
	}

.post .byline {
	margin: 0 0 10px 0;
	line-height: normal;
	}

.post .entry {
	padding: 10px 30px;
	}

.post .entry h2 {
	margin: 0;
	padding: 3px 0 3px 15px;
	background: #003300 url(images/footer_bg.png);
	letter-spacing: .5em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #F9F9D5;
	}
	
.post .entry img {
	padding: 5px;
	}	

.post .entry img a {
	padding: 5px;
	text-decoration: none;
	}	
		
.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: 800px;
	margin: 0 auto;	
	background: #CC9900;
	border: 2px #003300 solid;
	}

#latest-post {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}

#latest-post h1 {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}

#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: #9B410E;
	}

#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: #9B410E;
	}

#latest-post .byline a:hover {
	text-decoration: underline;
	}

/* --[Recent Posts]-- */

#recent-posts {
	width: 800px;
	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: #9B410E;
	}

#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: transparent;
	width: 815px;
	height: 250px;
	padding: 15px 5px 5px 30px;
	margin: 0 auto;
	border-bottom: 2px #003300 solid;
	}

#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: #003300 url(images/footer_bg.png);
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #F9F9D5;
	}

/* --[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: 20px 0;
	background: url(images/footer_bg.png) top left;
	text-align: center;
	}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #E9F7F4;
	}

#footer a {
	color: #CC9900;
	}

#footer a:hover {
	color: #F9F9D5;
	}
