/*
Theme Name: BlogTheme
Theme URI: http://www.woothemes.com
Description: Personal Blog Theme from WooThemes
Version: 1.0
Author: WooThemes
Author URI:  http://www.woothemes.com
*/

/*----- Setup ----- */

body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;	
}

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

#header {
	width: 100%;
	padding: 16px 0;
}

#inner-header {
	margin: 0 auto;
	width: 940px;
}

#header-ads {
	float: left;
}

#header h1 {
	text-indent: -9999px;
	background: url(images/cake-header.jpg) top right no-repeat;
	float: right;
	width: 425px;
	height: 122px;
	margin: 5px 0 0;
}

#nav {
	background: #2d3223;
	width: 100%;
}

#navigation {
	margin: 0;
	padding: 0;
	width: auto;
	height: 58px;
	list-style:none;
}

#navigation li {
	border: 0 !important;
	margin: 0;
	padding: 0;
	height: 58px;
	float: left;
}

#navigation a {
	background: url(styles/default/nav-hover.gif) repeat-x 0 -1000px;
	color: #fff;
	border-right: 1px solid #3f4434;
	font:18px Georgia, "Times New Roman", serif;
	float: left;
	height: 48px;
	margin: 0;
	padding: 10px 50px 0 20px;
	text-decoration: none;
}
	
#navigation a:hover, #navigation .current_page_item a, #navigation a.current_page_item {
	text-decoration:none;
	color: #2d3223;
	background: url(styles/default/nav-hover.gif) top left repeat-x;
	border-right: 1px solid #BEB013 !important;
}

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

#contentwrap {
	float: left;
}

#wrap {
	background: url(images/contentbg-top.jpg) top center no-repeat;
	float: left;
	padding: 24px 0 0;
}

#contentcontainer {
	margin-right: 0px !important;	
}

/*----- Posts ----- */

.post {
	background: url(images/metabg.png) top left repeat-y;
	float: left;
}

.post h2, .post h2 a {
	text-decoration: none;
	margin: 15px 0 0 0;
	font-size: 20px;
	line-height: 26px;
}

p.cat {
	font-size: 12px;
	font-style: italic;
	padding: 0 0 25px 0;
}

p.cat a {
	font-style: normal;
}

.post ul a {
	color: #8e997a;
}

.postbody {
	padding: 0 20px 30px 20px;
	width: 520px !important;
	margin-left: 0px !important;
}

.post .first {
	background: url(images/firstpostbg.jpg) top left no-repeat;
}

a.read-more {
	font-weight: bold;
	margin-left: 1px;
	float: left;
	display: inline;
}

.meta {
	margin-right: 0px !important;
}

.meta ul {
	padding: 0 10px;
	color: #535947;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

.meta ul li {
	padding: 0 0 10px;
}

.meta a {
	color: #535947;
	text-decoration: none;
}

.meta a:hover {
	text-decoration: none;
}

.meta ul em {
	font-style: italic;
}

.meta .auth {
	margin-top: 20px;
}

.meta .pagedesc {
	margin-top: 20px;
	font-size: 16px !important;
	line-height: 20px !important;
}

.meta .date {
	border-bottom: 1px solid #baae94;
	margin-bottom: 10px;

	font-weight: bold;
	font-size: 14px;
}

.meta .comms {
	float: right;
	font-weight: bold;
	background: url(images/ico-comm-trans.png) center left no-repeat;
	padding: 2px 0 2px 26px;
}

/*----- Entry Styles ----- */

.entry {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px;
}

.entry p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: justify;
}

.entry ul, .entry ol  {
	margin: 5px 0 10px 30px;
}

.entry ul li, .entry li ul li, .entry ol li, .entry li ol li {
	font-size: 14px;
	line-height: 22px;
}

.entry ul li  {
	list-style: disc;
}

.entry li ul li  {
	list-style: square;
}

.entry ol li  {
	list-style: decimal;
}

.entry li ol li  {
	list-style: lower-roman;
}

.entry a:hover {
	border: none !important;
	text-decoration: underline;
}

.entry blockquote  {
	margin: 0px 15px 0 0 !important;
	padding: 0px 20px 0 40px !important;
	font-style: italic;
	background: url(images/blockquote-trans.png) top left no-repeat;
}

.wp-caption { text-align:center; margin: 0; }
.wp-caption img { margin-top: 5px; }
.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {font-size:14px;text-align:center; margin:0;font-style:italic;font-family: Georgia,"Times New Roman",serif !important;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	border: 1px solid #DFDFDF;
	padding: 4px;
	margin: 0 0 10px 20px;
	display: inline;
	float: right;
	}

.alignleft {
	padding: 4px;
	margin: 0 20px 10px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}

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

#comments h3 {
	display: inline-block;
	width: 100%;
	background: #e0d8c7 url(images/postnavbg-trans.png) top left repeat-x !important;
	padding: 20px 0;
	font-size: 18px;
	line-height: 24px;	
}

.commentlist .entry {
	padding: 15px 0 0;
}

.commentlist .meta .date {
	border: none !important;
}

.commentlist .meta .gravatar {
	margin-top: 20px;
}

.commentlist .meta .gravatar img {
	display: inline-block;
	height: 32px;
	width: 32px;
}

.commentlist .meta .auth {
	margin-top: 0px !important;
}

#commentform p {
	margin-bottom:20px;
}

#commentform .textfield {
	clear: both;
}

#commentform .textlabel {
	width: 120px;
	text-align: right;
	font-size: 14px;
	float: left;
	display: inline;
	padding: 5px 0 0;
}

#commentform .thefield {
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
}

#commentform .field {
	background: url(images/commentformbg.png) top left repeat;
	border: none;
	padding: 5px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#commentform .thefield textarea {
	background: url(images/commentformbg.png) top left repeat;
	border: none;
	padding: 5px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/*----- PostNav ----- */

#postnav {
	display: block;
	background: #e0d8c7 url(images/postnavbg-trans.png) top left repeat-x;
	padding: 20px 0;
}

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

#sidebar {
	margin-left: 0px !important;
	padding-left: 20px;
}

.side-ads {
	background: #EDE7DB;
	border: 1px solid #D4CFC5;
	float: left;
	padding: 15px;
	width: 186px; height: 640px;
}

.pageinfo {
	/*background: url(images/commentformbg.png) top left repeat;*/
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
	background-color: #fcfed9;
	border: 1px solid #FFD75B;
}

.pageinfo strong {
	font-weight: bold !important;
}

.widget {
	margin-bottom: 15px;
}

.widget h4 a:link,
.widget h4 a:visited { 
	display: block; 
	padding: 15px 10px; 
	font-weight: bold; 
	text-decoration: none; 
	/*background: url(images/accordion_up.png) no-repeat 190px 50%; */
	font-size: 16px;
}

.widget .selected a:link,
.widget .selected a:visited { 
	background: url(images/accordion_down.png) no-repeat 190px 50%;
}

.widget h4 span { 
	font-weight: normal;
}

.widget .content { 
	margin: 0px 1px; 
	padding: 15px;
}

.widget ul li {
	background: url(images/side-li.gif) no-repeat left top; 
	line-height: 17px;
	margin: 0 0 8px 0;
	padding: 0 0 3px 25px;
}

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

#footer {
	width: 100%;
	padding: 20px 0;
}

#footer h4 {
	display: block;
	padding: 12px 15px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
}

#footer ul {
	margin: 0 0 20px;
}

#footer ul li {
	border-bottom: 1px solid #4e5246;
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	font-style: normal !important;	
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	border: none !important;
}

#credit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#credit img {
	vertical-align: middle;
}

/*----- Misc ----- */

.clearfix {
	clear: both;
}

*:first-child+html .clearfix {
	height: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

#searchform {
	clear: both;
	height: 45px;
}

#searchform label {
	font-weight: bold;
}

#searchform input {
	float: left;
	margin: 5px 0 0 0;
	width: 65px;
}	

#searchform input#s {
	width: 140px;
	margin: 5px 7px 0 0;
}

.entry #searchform {
	background: #FCFED9;
	border: 1px dotted #2d2d2d;
	margin: 15px 0 0 0;
	padding: 5px 15px 15px 15px;
}

.entry #searchform label {
	font-family: "Times New Roman", Times, serif;
}

.entry #searchform input#s {
	background: #fff;
	border: 1px solid #BAAE94;
	color: #666;
	padding: 2px;
}


