@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Karen Hunter Photography 
Description: This theme was custom designed for Karen Hunter Photography and is NOT freeware.  Unauthorized use of this theme, graphics or code is a violation of copyright.
Version: 1.0
Author: Genevieve Sass
Author URI: http://www.lilaccreative.com/

*/

/* General Styling */

body{
	margin: 0;
	font-family: Corbel, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/bg2.gif) bottom repeat-x;
	color: #645f50;
}

#wrapper1{
	background: url(images/bg.gif) top repeat-x;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2.pagetitle{
	text-align: center;
	margin: 25px;
}

a:link, a:visited{
	text-decoration: none;
	color: #6385c5;
}

a:hover{
	color: #daae7f;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */

#ds{
	margin: 0 auto 0 auto;
	width: 1022px;
	text-align: left;
	background: url(images/ds.png) repeat-y;
	padding: 0;
}

#header{
	height: 221px; 
	width: 1022px;
	background: url(images/hd-bg.png) top left no-repeat;
	padding: 0;
	margin: 0 auto;
}

#logo h1{
	float: left;
	text-indent: -9999px;
	background: url(images/logo.gif) top no-repeat;
	display: block;
	height: 153px;
	width: 455px;
	margin: 55px 0 0 275px;
}

#logo h1 a{
	display: block;
	height: 153px;
	width: 455px;
}

#flash{
	clear: both;
	margin: 0;
	padding: 0;
}

#main-content{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
	background: #fff;
}

/* Navigation Bar Styling */
#nav{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	height: 57px;
	margin-left: 10px;
	width: 100%;
}

#nav li{
	height: 57px;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	width: 122px;
}

#nav li a{
	display: block;
	height: 57px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 122px;
}

#nav li.home a{
	background: url(images/home.gif) bottom left no-repeat;
}

#nav li.home a:hover{
	background: url(images/home.gif) top left no-repeat;
}

#nav li.website a{
	background: url(images/website.gif) bottom left no-repeat;
}

#nav li.website a:hover{
	background: url(images/website.gif) top left no-repeat;
}

#nav li.about a{
	background: url(images/about.gif) bottom left no-repeat;
}

#nav li.about a:hover{
	background: url(images/about.gif) top left no-repeat;
}

#nav li.pricing a{
	background: url(images/pricing.gif) bottom left no-repeat;
}

#nav li.pricing a:hover{
	background: url(images/pricing.gif) top left no-repeat;
}


/* Main Body Styling */

#container{
	padding: 20px;
}

.post-bg{
	background: url(images/post-bg.gif) top left repeat-y;
	margin: 0 0 30px 0; 
	padding: 0;
	width: 959px;
}

.post-bot{
	background: url(images/post-bot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

.post{
	background: url(images/post-top.gif) top left no-repeat;
	padding: 25px;
}

#title-block{
	border-bottom: 1px solid #645f50;
	padding-bottom: 5px;
	width: inherit;
}

#title-block p{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.post h2{
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #645f50;
}

.entry{
line-height: 18px;
}

img.cat-img{
	margin-bottom: -1px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

/* Comments Styles */
.meta-comments{
	clear: both;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #e7eeb3;
	border: solid 1px #d8bc5b;
	padding: 0 10px;
	font-size: 10px;
	width: inherit;
}

*html body.home .commentlist{
	height: 100px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #d8bc5b 1px dotted;
	padding: 10px 0;
	clear: both;
}

body.home .meta-comments{
	font-size: 10px;
	padding-top: 5px;
}

.meta-comments a img{
	border: none;
}

body.home a.comments_link{
	font-size: 10px;
	padding-top: 15px;
	margin-top: 15px;
}

.comments-template h2, .comments-template h3{
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 10px;
}

.comment-author{
	color: #486ea8;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #486ea8;
}

.comment-meta a:hover{
	color: #eb008b;
}

.comment-text p{
	margin: 0;
	padding: 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}


/* Bottom Sidebar and Footer Styling */
#sidebars{
	background: #bacdea url(images/foot-bg.gif) top left no-repeat;
	padding: 105px 75px 25px 105px;
}

#sidebars ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebars h2{
	color: #645f50;
	padding-top: 15px;
}

#sidebars a{
	color: #6385c5;
}

#sidebars a:hover{
	color: #fff;
}

#sidebar1, #sidebar2, #sidebar3{
	width: 220px;
	float: left;
}

#sidebar1, #sidebar2{	
	padding-right: 70px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	background: #ffe0bf;
	text-align: center;
	clear: both;
	padding: 5px;
	font-size: 11px;
}

#footer p{
	line-height: 18px;
}

#footer a:hover{
	color: #fff;
}

/* WP Image-in-Post Alignment */

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}



