/*
Theme Name: Deneen Pottery
Theme URI: http://www.deneenpottery.com/
Description: Custom theme for deneenpottery.com
Version: 1
Author: InsideOut Solutions (Kailey Lampert)
Author URI: http://insideout.com/
Tags:
*/

* { margin:0; padding:0; }
.clear { clear:both; }
.hidden { display:none; }
ul {margin-left:20px; }
a { color:#fff; text-decoration:none; }
a:hover { text-decoration:underline; }

body {
	background:#21140A;
	font-family: 	"Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	color: #fff;
}
#page {
	width:731px;
	margin:auto;
	font-size:1.3em;
	text-align:center;
}
#header {
	width:731px;
	padding:0px;
	margin:10px auto 0px;
	/* border:2px solid #603E18; */
	height:88px;
	background:#21140A url("images/header.jpg") top center no-repeat;
}

#header h1 {text-align: right; margin-right: 25px;}
#header .description {text-align: right; margin-right: 20px; color: #d3bc93;}

#header h1 a {color: #d3bc93;}

#content {
	width:726px;
	padding:10px 0 0 0;
	margin:0px auto 20px;	
	background:#35200F;
	text-align:left;
	border:2px solid #52341c;
	border-top:none;
}
#content a, #content {
	color:#C1A274;
}


	#content .top{

	background: url('images/contenttop.jpg') top left no-repeat;
	height: 13px;

}

#content .bottom{

	background: url('images/contentbottom.jpg') top left no-repeat;
	height: 13px;


}

#content .blog {width:552px;float:right;}

#content .container {


	background: url('images/content.jpg') top left repeat-y;
	width: 525px;
	padding: 5px 15px 0px 10px;
	color: #C1A274;

}
	.entry {padding:0 15px 0 10px;}
	#content p {
		margin: 0 0 20px;
	}
	
		#content h2 {
		padding:5px 0 0 20px;
		width:530px;
		height:27px;
		display:block;
		color:#21140A;
		font-size:18px;
		background:url("images/header1.gif") top left no-repeat;
	}
	#content h2 a{
		height:27px;
		display:block;
		color:#21140A;
		text-decoration:none;
		/*background:url("images/header2.gif") top right no-repeat; */
	}
	
	#content a{
		text-decoration:underline;
	}
	#content .postmetadata {
		padding: 0 0 5px 0;
		border-bottom:2px solid #21140A;
	}	
	
	#content #sidebar {
		width:170px;
		padding:0 0 0 0;
		float:left;
		margin-left:3px;
	}
	#content #sideLeft, #content #sideRight {
		margin:0 0 0 5px;
		float:left;
		width:173px;
		padding:15px 0px 0 0;
		margin: 0 0 15px 0;
		background: transparent url("images/navtop.jpg") top center no-repeat;
	}
	#content #sidebar .side2 {
		background:url("images/navbottom2.jpg") bottom center no-repeat;
	}
	#content #sidebar h2 {
		text-align:left;
		font-size:1.0em;
		padding: 5px 0 0 15px;
		margin: 0 0 0 0;
		color:#744801;
	}
	#content #sidebar ul {
		list-style:none;
		margin: 0 0 0 0;
		padding: 0 0 20px 0;
		background:url("images/navmiddle.jpg") top center repeat-y;
	}
	#content #sidebar ul ul {
		list-style:none;
		margin:0;
		padding: 0 0 20px 0;
	}
	#content #sidebar ul ul li {
		margin:0;
		padding:3px 0;
		font-size:.93em;
	}
	#content #sidebar ul ul a {
		padding:1px 2px 1px 40px;
		margin: 0 0px;
		color:#744801;
		background: url("images/navDot.gif") 25px 5px no-repeat;
		text-decoration:none;
	}
	#content #sidebar ul ul a:hover {
		color:#FFF;
		text-decoration:none;
		background: url("images/navDot2.gif") 25px 5px no-repeat;
	}
	#content #sidebar ul ul li.navHeader span, 	#content #sidebar ul  h2{
	
		display:block;
		padding: 0 0 0 35px;
		color: #744801;
		background: transparent url("images/navlink.gif") 15px 5px no-repeat;
		font-weight:bold;

}
	
	.navigation {
		width:100%;
		height:25px;
	}
	.navigation .alignright{
		float:right;
	}
	.navigation .alignleft{
		float:left;
	}
	
#tag_cloud-2 {
padding: 0 10px;
}
#content #sidebar ul  #tag_cloud h2 {
margin-left:-10px;
}
#searchform div {
}
#searchform * {
	vertical-align:center;
}
input#searchsubmit {
	float:left;
	margin: 0 0 0 5px;
}
input#s {
	margin: 0 0 20px 20px;
	width:80px;
	float:left;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


form #comment {width: 480px;}

#tag_cloud-2 a {color: #21140A; margin-left: 2px;}

