/*
Theme Name: Red House
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



		body{
			background-image: url(images/back1.jpg);
			background-position: top;
			background-repeat: repeat-x;
			background-color: #510000;
			margin: 0px;
			padding: 0px;
			font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
			font-size: 14px;
			color: #202425;
			line-height: 150%;
		}
		a{
			color: #802810;
			text-decoration: none;
		}
		a:hover{
			color: #D64F22;
			text-decoration: underline;
		}
		#shadowBox{
			width: 984px;
			background-image: url(images/shadow-fill.png);
			background-repeat: y-repeat:
			background-align: center;
			min-height: 500px;
		}
		#rim-top{
			height: 28px;
			background-color: #802810;
			background-position: top;
			background-repeat: repeat-x;
			background-image: url(images/top-rim.jpg);
		}
		#shadow-right-top{
			width: 13px;
			height: 28px;
			background-image: url(images/shadow-top-right.png);
			float: right;
			position: relative;
			top: 0px;
			left: 12px;
		}
		#shadow-left-top{
			width: 13px;
			height: 28px;
			background-image: url(images/shadow-top-left.png);
			float: left;
			position: relative;
			top: 0px;
			left: -12px;
		}
		#rim-bottom{
			height: 47px;
			width: 948px;
			background-position: bottom;
			background-repeat: repeat-x;
			background-image: url(images/bottom-rim.png);
			font-size: 10px;
			color: #F9E6D9;
			line-height: 30px;
		}
		#rim-bottom a{
			color: #F9E6D9;
			text-decoration: underline;
		}
		#rim-bottom a:hover{
			color: #fff;
			text-decoration: underline;
		}
		#shadow-right-bottom{
			width: 18px;
			height: 47px;
			background-image: url(images/shadow-bottom-right.png);
			float: right;
			position: relative;
			top: 0px;
			left: 18px;

		}
		#shadow-left-bottom{
			width: 18px;
			height: 47px;
			background-image: url(images/shadow-bottom-left.png);
			float: left;
			position: relative;
			top: 0px;
			left: -18px;
			
		}
		.widthSet{
			width: 960px;
		}
		#header{
			height: 86px;
			background-image: url(images/header-back.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#pueblo{
			float: left; 
			width: 423px;
			height: 86px;
			background-image: url(images/pueblo.gif);
			background-position: top right;
			background-repeat: no-repeat;
		}
		/*#head-nav{
			float: right;
			width: 500px;
			height: 50px;
		}
		#head-nav a{
			height: 18px;
			width: 60px;
			color: #F9E6D9;
			line-height: 18px;
			text-decoration: none;
			text-align:center;
			vertical-align: middle;
			display: block;
			background-color: #512E23;
			float: right;
			font-size:12px;
			margin-left: 5px;
		}
		#head-nav a:hover{
			background-color: #202425;
			color: #fff;
			height: 23px;
			line-height: 23px;
		}*/
		.defaultBackground{
			background-color: #F9E6D9;
		}
		#catNav{
			background-color: #202425;
			height: 25px;
			overflow: hidden;
			color: #F9E6D9;
			line-height: 25px;
			font-size: 16px;
		}
		.stripe{
			background-color: #202425;
			height: 25px;
		}
		/*#catNav a{
			text-decoration: none;
			color: #F9E6D9;
			margin-left: 20px;
			font-weight: 100;
		}
		#catNav a:hover{
			text-decoration: none;
			color: #D75023;
		}*/
		.spacer{
			height: 11px;
		}
		

	#left{
		width: 283px;
		float: left;
		/*height: 500px;*/
		border-right: 5px solid #202425;
	}

	.left-container{
		background-image: url(images/hatch.gif);
		border-left: 5px solid #202425;
	}
	.left-pad{
		padding: 16px;
	}
	#right{
		width: 672px;
		background: #F9E6D9;
		float: left;
		/*height: 500px;*/
	}
	.right-container{
		margin: 20px;
		margin-bottom: 0;	/* IE6 pushes footer down without this */
	}
	.clear{
		clear: both;
	}
	.scrollwork{
		height: 46px;
		background-image: url(images/scroll.gif);
	}
	#left .box{
		background-color: #F9E6D9;
		border: 5px solid #202425;
	}
	#left h3{
		background-color: #202425;
		color: #F9E6D9;
		font-size: 17px;
		text-align: center;
		margin: 0px;
		padding-bottom: 5px;
	}
	.spacer2{
		height: 16px;
	}
	#right h1{
		color: #F9E6D9;
		background-color: #202425;
		font-size: 20px;
		padding: 7px;
		font-weight: 100;
	}
	.rightFloat{
		float: right;
	}

		#head-nav ul{
  			font-size:1.2em;
  			list-style:none;
  			margin:0;
  			padding:0;
		}

		#head-nav li{
  			float:right;
  			border-bottom:0;
		}
		#head-nav li a{
  			height: 18px;
			width: 60px;
			color: #F9E6D9;
			line-height: 18px;
			text-decoration: none;
			text-align:center;
			vertical-align: middle;
			display: block;
			background-color: #512E23;
			float: right;
			font-size:12px;
			margin-left: 5px;
		}

		#head-nav li a:hover{
  			background-color: #202425;
			color: #fff;
			height: 23px;
			line-height: 23px;
		}


		#head-nav ul li ul{
  			display:none;
		}
		#catNav ul{
  			font-size:1.2em;
  			list-style:none;
  			margin:0;
  			padding:0;
		}

		#catNav li{
  			float:left;
  			border-bottom:0;
		}
		#catNav li a{
  			text-decoration: none;
			color: #F9E6D9;
			margin-left: 10px;
			padding-right: 20px;
			font-weight: 100;
			background-image: url(images/bullet.gif);
			background-repeat: no-repeat;
			background-position: right center;
		}

		#catNav li a:hover{
  			text-decoration: none;
			color: #D75023;
		}

		#catNav ul li ul{
  			display:none;
		}
		#searchBox{
			float: right;
			padding-right: 20px;
			font-size: 12px;
		}
		#left ul{
  			list-style-type:none;
  			clear:both;
  			margin:0 0 1em;
  			padding:0;
		}

		#left ul li,#left ul li a{
  			padding-top:.2em;
  			padding-bottom:.2em;
  			padding-right:.2em;
		}

		#left ul li a:hover{
  			background:#FAF0EA;
		}

		#left ul.children{
			margin:0 0 0 10px;
		}
		#left ul li h4{
			display: inline;
		}
		
		
		
		.avatar{
  color:#FFF;
  clear:right;
  float:left;
  margin:0 15px 0 0;
  padding: 2px;
}

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

img.alignright
{
  display:inline;
  margin:0 0 2px 7px;
  padding:4px;
}

img.alignleft
{
  display:inline;
  margin:0 7px 2px 0;
  padding:4px;
}

.alignleft
{
  float:left;
}
.alignright
{
  float:right;
}

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

.wp-caption
{
  border:1px solid #ddd;
  text-align:center;
  background-color:#FCFCFC;
  padding-top:4px;
  border-radius:3px;
  margin:10px;
}

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

.wp-caption-dd
{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.navigation
{
	padding-bottom: 30px;
}
.postmetadata{
	font-size: 12px;
	color: #666;
}
#respond{
	border: 1px solid #802810;
	background-color: #FAF0EA;
	padding: 20px;
	font-size: 13px;
	clear: both;

}
#respond h3{
	margin-top: 0px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
textarea#comment{
	width: 580px;
}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 12px;
	}
/* End Comments */

.commentlist li ul li {
	font-size: 13px;
}

.commentlist li {
	font-weight: bold;
}


.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;
	}


.commentmetadata {
	font-weight: normal;
	}
h3.subpost{
	margin: 0px;
}
small{
	font-size: 10px;
	color: #666;
}
.metaTop{
	font-size: 12px;
	text-align: right;
	margin-top: -16px;
	color: #666;
}
h3#comments{
	font-weight: 100;
}
#archive div.hentry{
	background-color: #FAF0EA;
	padding: 10px;
	margin-bottom: 10px;
	border: 5px solid #202425;
}
#searchBox input[type=text]{
	background-color: #802810;
	color: #F9E6D9;
	border: none;
	
}
