@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Elizabeth Winsby Photography
Description: This theme was custom designed for Elizabeth Winsby 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://lilaccreative.com/

*/

/* General Styling */

body{
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #ab9472 url(images/bg.jpg) repeat;
	color: #000000;
}

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: #ec008c;
}

a:hover{
	color: #13a89e;
}

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;
}

#wrapper{
	background: url(images/post-bg.gif) repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#logo h1{
	float: left;	
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	height: 203px;
	width: 312px;
	margin: 10px 0 10px 344px;
}

#logo h1 a{
	display: block;
	height: 203px;
	width: 312px;
}

#flash{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}

#sidebar-wrapper{
	background: #5eccf5 url(images/foot-bg.gif) repeat-y;
}

#sidebars{
	background: url(images/foot-top.gif) top left no-repeat;
}

#footer{
	background: #8cc63f url(images/copy-bg.gif) repeat-y;
}

/* Navigation Bar Styling */
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	height: 33px;
	width: 100%;
	background: url(images/nav-bg.gif) top repeat-x;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

#nav li{
	display: block;
	position: relative;
	float: left;
	margin-left: 15px;
}

#nav li a{
	display:block;
	float:left;
	padding: 6px 0 0 17px;
	text-decoration:none;
	color: #000000;
}

#nav li a:hover{
	color: #fff;
}

li.home a{
	background: url(images/home.gif) bottom left no-repeat;
	height: 27px;
	margin-left: 155px;
	width: 66px;
}

li.home a:hover{
	background: url(images/home.gif) top left no-repeat;
}

li.website a{
	background: url(images/website.gif) bottom left no-repeat;
	height: 27px;
	width: 81px;
}

li.website a:hover{
	background: url(images/website.gif) top left no-repeat;
}

li.about a{
	background: url(images/about.gif) bottom left no-repeat;
	height: 27px;
	width: 64px;
}

li.about a:hover{
	background: url(images/about.gif) top left no-repeat;
}

li.pricing a{
	background: url(images/pricing.gif) bottom left no-repeat;
	height: 27px;
	width: 67px;
}

li.pricing a:hover{
	background: url(images/pricing.gif) top left no-repeat;
}

li.contact a{
	background: url(images/contact.gif) bottom left no-repeat;
	height: 27px;
	width: 77px;
}

li.contact a:hover{
	background: url(images/contact.gif) top left no-repeat;
}

li.categories a{
	background: url(images/categories.gif) bottom left no-repeat;
	height: 27px;
	width: 104px;
}

li.categories a:hover{
	background: url(images/categories.gif) top left no-repeat;
}

#nav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 33px;
	left:auto;
}

#nav ul li{
	padding: 0;
	margin: 0;
}

#nav li.categories ul li a{
	color: #000;
	font-size: 16px;
	line-height: 16px;
	width: 150px;
	padding: 5px 15px;
	margin: 0;
    background-color: #fcb040;
	background-image: none;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}


#nav li ul li a:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav li:hover ul{
	display: block;
}


/* Main Body Styling */

#container{
	padding: 40px;
}

.post{
	padding: 10px 0 40px 0;
}

.title-block{
	background: url(images/ladybug.gif) top left no-repeat;
	height: 110px;
	width: 902px;
}

.title-block h2.page-title{
        margin-left: 110px;
}

.date-block{
	float: left;
	height: 75px;
	margin: 0 30px 0 40px;
	padding-top: 35px;
	text-align: center;
}

.title-block h2{
	padding-top: 35px;
}

p.month, p.year{
	font-size: 12px;
}

p.day{
	font-size: 24px;
}

p.month, p.day{
	color: #fff;
	padding: 0;
}

p.year{
	padding-top: 10px;
}

p.meta{
	font-size: 12px;
	padding: 0;
}

.post h2{
	font-size: 18px;
	font-weight: bold;
	color: #eb008b;
}

.entry{
line-height: 18px;
}

img.cat-img{
	margin-bottom: -1px;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

/* Comments Styles */
.meta-comments{
	clear: both;
	background: url(images/dragonfly.gif) top right no-repeat;
	min-height: 122px;
         margin: 0;
         padding: 0;
}

.comments-template{
	margin: 10px 0 0;
	padding: 65px 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: #f89ed3;
	border: solid 2px #ec008c;
	padding: 0 10px;
	font-size: 10px;
	width: 755px;
         margin: 0;
}

*html body.home .commentlist{
	height: 100px;
	width: 755px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #ec008c 1px dotted;
	padding: 10px 0;
	clear: both;
}

body.home .meta-comments{
	font-size: 12px;
	padding: 35px 0 0 45px;
}

.meta-comments a img{
	border: none;
}

body.home a.comments_link{
	font-size: 12px;
	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: 12px;
}

.comment-author{
	color: #1db4bd;
	font-weight: bold;
}

.comment-meta{
	font-size: 12px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #ec008c;
}

.comment-meta a:hover{
	color: #000;
}

.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{
	padding: 55px 75px 25px 75px;
}

#sidebars ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebars h2{
	color: #ec008c;
	padding-top: 15px;
}

#sidebars a{
	color: #414141;
}

#sidebars a:hover{
	color: #000;
}

#sidebar1, #sidebar2, #sidebar3{
	width: 220px;
	float: left;
}

#sidebar1, #sidebar2{	
	padding-right: 90px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	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;
}



