@charset "utf-8";
/* CSS Document */
/*  
Theme Name: B2 Photography
Description: This theme was custom designed for Becky Bueckert 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: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #ffffff url(images/bg.gif) top left repeat-x;
	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: #ea4996;
}

a:hover{
	color: #00aeef;
}

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{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
	background: #fff;
}

#header{
	height: 606px; 
	width: 1000px;
	padding: 0;
	margin: 0;
}

#logo h1{
	float: left;	
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	height: 193px;
	width: 355px;
	margin: 12px 0 10px 322px;
}

#logo h1 a{
	display: block;
	height: 171px;
	width: 368px;
}

#flash{
	clear: both;
	margin: 0;
	padding: 0;
}

#footer{
	background: url(images/bg.gif) top left repeat-x;
	margin: -10px 0 0 0;
	padding: 0;
}

#foot-wrap{
	background: url(images/sb-bg.gif) top left repeat-y;
	width: 956px;
	margin: 10px 22px 0 22px;
}

#foot-content{
	background: url(images/sb-top.gif) top left no-repeat;
	width: 916px;
	padding: 20px 20px 0;
}

p.footer-p{
	text-align: center;
	clear: both;
	padding: 20px 5px 5px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

p.footer-p a{
	color: #fff;
	font-weight: bold;
}

p.footer-p a:hover{
	color: #ec008c;
}

/* Navigation Bar Styling */
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 10px 0 15px 15px;
}

#nav{
	height: 37px;
	width: 100%;
	background: url(images/nav-bg.gif) top repeat-x;
	font-size: 18px;
}

#nav li{
	display: block;
	position: relative;
	float: left;
	padding:7px 15px 5px 0;
}

#nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color: #565656;
	padding: 1px 15px;
}

#nav li a:hover{
	color: #000;
}

#nav li.home a:hover{
	background: #ec008c;
}

#nav li.website a:hover{
	background: #fbb040;
}

#nav li.categories a:hover{
	background: #8cc63f
}

#nav li.categories ul, #nav li.about ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 24px;
	left:0;
	margin-left: 0;
}

#nav ul li{
	padding: 0;
	margin: 0;
}

#nav li.categories ul li a{
	font-size: 16px;
	color: #000;
	width: 150px;
	padding: 3px 0 3px 10px;
    background-color: #8cc63f;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#nav li.about ul li a{
	font-size: 16px;
	color: #000;
	width: 150px;
	padding: 3px 0 3px 10px;
    background-color: #00aeef;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#nav li ul li a:hover{
	color: #000;
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#nav li:hover ul{
	display: block;
}

#nav li.about a:hover{
	background: #00aeef;
}

#nav li.contact a:hover{
	background: #91278f;
}


/* Main Body Styling */

#container{
	padding: 22px;
}

.post-bg{
	background: url(images/post-bg.gif) top left repeat-y;
	margin: 0 0 30px 0;
	padding: 0;
	width: 956px;
}

.post-bot{
	background: url(images/post-bot.gif) bottom left no-repeat;
}

.post{
	background: url(images/post-top.gif) top left no-repeat;
	padding: 30px;
}

.date-block{
	background: url(images/date-box.gif) top left no-repeat;
	float: left;
	height: 48px;
	margin: 0;
	padding: 15px 14px 30px 37px;
	text-align: center;
	width: 24px;
}

.date-block p.month{
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}

.date-block p.day{
	font-size: 24px;
	line-height: 12px;
	padding: 3px 0 6px 0;
	margin: 0;
}

.date-block p.year{
	font-size: 12px;	
	line-height: 12px;
	margin: 0;
        padding: 0;
}

.title-block{
	float: left;
	height: 93px;
	margin: 5px 0 0 0;
}	

.title-block p.meta{ 
	padding: 5px 0 0 10px;
	margin: 0;
	font-size: 12px;
}

.title-block p.meta a{
	color: #00aeef;
}

.title-block p.meta a:hover{
	color: #8cc63f;
}

h2.post-title{	
	border-bottom: solid 2px #cecece;
	padding: 0 0 10px 0;
	text-indent: 10px;
	width: 800px;
}

h2.post-title a:hover{
	color: #92278f;
}

h2.pagetitle{
	color: #92278f;
}

.post h2{
	font-size: 24px;
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #eb008b;
}

.entry{
        clear: both;
	line-height: 18px;
	margin-top: -10px;
}

.entry p{
	clear: both;
}

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;
	border-top: solid 2px #cecece;
	margin-top: 10px;
	width: 840px;	
	margin-bottom: 40px;
}

.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: 10px 0 0;
	border-top: 1px solid #cecece;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #f9c1e3;
	border: solid 1px #5c3e22;
	padding: 0 10px;
	font-size: 10px;
	width: 815px;
	margin: 10px 0 0 0;
}

*html body.home .commentlist{
	height: 100px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #fb7c9d 1px dotted;
	padding: 10px 0;
	clear: both;
}

body.home .meta-comments{
	font-size: 12px;
	padding-top: 5px;
}

.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: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 10px;
}

.comment-author{
	color: #ea4996;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #1db4bd;
}

.comment-meta a:hover{
	color: #eb008b;
}

.comment-text p{
	margin: 0;
	padding: 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}


/* Bottom Sidebar and Footer Styling */
#sidebars{
	padding: 0 0 0 35px;
}

#sidebars ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebars h2{
	font-size: 18px;
	color: #92278f;
	padding-top: 15px;
}

#sidebars a{
	color: #000;
}

#sidebars a:hover{
	color: #fff;
}

#sidebar1, #sidebar2, #sidebar3, #sidebar4{
	width: 200px;
	float: left;
}

#sidebar1, #sidebar2, #sidebar3{	
	padding-right: 20px;
}

table#wp-calendar{
	width: 100%;
}

/* 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;
}



