/*  
Theme Name: Log Homes Journal
Theme URI: http://www.loghomesjournal.com
Description: Custom Blog Design developed by <a href="http://www.chriskjennings.com">Chris Jennings</a>.
Version: 1.0
Author: Chris Jennings
Author URI: http://www.chriskjennings.com/
*/

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

body {
	background: url(images/bg.gif) repeat-x;
	font-size: 62.5%;
	font-family: Tahoma, Arial, sans-serif;
	}

a {
	color: #c40f1a;
	}


#container {
	width: 830px;
	margin: auto;
	}
	
#header {
	margin: 30px 0 30px 0;
	overflow: hidden;
	}

#header h1 a {
	display: block;
/*  	text-indent: -9999px; */
/*	width: 243px; */
	height: 82px;
	text-decoration: none;
	font-size: 8em;
/*  	background: url(images/logo.gif); */
	}
	
ul#mini-nav {
	width: 183px;
	height: 23px;
	float: right;
	overflow: hidden;
	}

ul#mini-nav li {
	float: left;
	}

ul#mini-nav li a {
	height: 23px;
	display: block;
	text-indent: -9999px;
	}

li.mini-home a{
	width: 55px;
	background: url(images/mini-home.gif);
	}
li.mini-home a:hover { background: url(images/mini-home.gif) 0 1px ;} 

li.mini-sitemap a{
	width: 68px;
	background: url(images/mini-sitemap.gif);
	}
li.mini-sitemap a:hover { background: url(images/mini-sitemap.gif) 0 1px ;}

li.mini-contact a{
	width: 60px;
	background: url(images/mini-contact.gif);
	}
li.mini-contact a:hover { background: url(images/mini-contact.gif) 0 1px ;}

#nav {
	clear: both;
	margin: 5px 0 0 0;
	}

#nav ul {
	float: right;
	overflow: hidden;
	}

#nav ul li {
	float: left;
	}

#nav ul a {
	display: block;
	height: 25px;
	padding: 4px  12px 0 12px;
	margin: 0 2px;
	font-size: 1.3em;
	text-decoration: none;
	color: #eaa98a;
	}

li.current_page_item a, #nav ul a:hover {
	background: #fff;
	color: #4c1b04 !important;
	}

#content {
	clear: both;
	overflow: hidden;
	margin: 0 0 40px 0;
	}

#primary {
	float: left;
	width: 565px;
	margin: 0 30px 0 0;
	}

#myGallery {
	width: 565px;
	height: 255px;
	background: url(slides/slide4.jpg);
	margin: 0 0 20px 0;
	overflow: hidden;
	}

#primary-left {
	width: 182px;
	margin: 0 20px 0 0;
	float: left;
	}

#primary-right {
	width: 363px;
	float: left;
	}

#primary h2, #sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #491d08;
	margin: 0 0 9px 0;
	}

#secondary {
	width: 235px;
	float: left;
	}


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

.post {
	margin: 0 0 20px 0;
	overflow: hidden;
	}
	
.post h3 a{
	color: #111;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.post-meta {
	color: #666;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	}
	
.entry p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 0 16px 0;
	}

.post-comments {
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	}

.post-comments a {
	display: block;
	float: right;
	background: #d2d2d2;
	padding: 4px 12px;
	color: #666;
	text-decoration: none;
	}

.post-comments a:hover {
	color: #000;
	}

.entry img {
	max-width: 100%;
	}


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

ul#sidebar > li {
	margin: 0 0 20px 0;
	}

ul#sidebar li ul > li, #primary-left li ul > li {
	font-size: 1.2em;
	border-bottom: 1px solid #d2d2d2;
	padding: 1px;
	}

#primary-left ul li a {
	display: block;
	font-size: 14px;
	color: #c40f1a;
	padding: 6px 0;
	background: url(images/arrow-brown.gif) no-repeat center right;
	}

ul#sidebar li ul > li a {
	text-decoration: none;
	display: block;
	background: url(images/arrow.gif) no-repeat center right;
	color: #a63d0b;
	padding: 4px 8px;
	}

ul#sidebar li ul > li a:hover {
	background: #f6ebe6 url(images/arrow.gif) no-repeat center right;
	}

#primary-left ul li a:hover {
	background: #f6ebe6 url(images/arrow-brown.gif) no-repeat center right;
	}

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

#footer {
	border-top: 1px solid #d2d2d2;
	text-align: right;
	padding: 20px 0;
	line-height: 20px;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px 0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0 0 10px 0;
	}

.commentlist small {
	font-size: 10px;
	float: right;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 10px 0;
	}

.commentmetadata {
	font-weight: normal;
	}

#primary h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d2d2d2;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	border: 1px solid #d2d2d2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

