@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Photoblog Template
Description: Photoblog Barebones.  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: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #a5cf79;
	color: #623e1f;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-weight: normal;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2.pagetitle{
	text-align: center;
	margin: 25px;
}

a:link, a:visited{
	text-decoration: none;
	color: #418795;
}

a:hover{
	color: #145663;
}

a img{
       border: none;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */

#wrapper{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url(images/bg.gif) repeat-y;
	padding: 20px 8px 0 6px;
}

#logo h1{	
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	height: 131px;
	width: 532px;
	margin: 0 auto;
}

#logo h1 a{
	display: block;
	height: 131px;
	width: 532px;
}

#flash{
	clear: both;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 1000px;
}

/* Navigation Bar Styling */
ul.nav, ul.nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.nav{
    background: #7dc3d1;
	clear: both;
	height: 30px;
	padding: 0 15px;
	width: 970px;
}

ul.nav li{
	display: block;
	position: relative;
	float: left;
	padding:7px 30px 3px 0;
}

ul.nav li.searchBox{
	float: right;
	margin-top: -3px;
	padding-right: 0;
}

ul.nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color: #654c2a;
}

ul.nav li a:hover{
	color: #fff;
}

ul.nav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 26px;
	left:auto;
	z-index: 99;
	zoom: 1;
}

ul.nav ul li{
	padding: 0;
	margin: 0;
}

ul.nav li ul li a{
	font-size: 14px;
	width: 150px;
	padding: 3px 0 3px 10px;
    background-color: #cff3f6;
}

ul.nav li ul.categories li a{
	padding: 3px 0 3px 25px;
}

ul.nav li ul li a:hover{
	color: #fff;
	background-color: #7dc3d1;
}

ul.nav li:hover ul{
	display: block;
}

ul.nav li a:hover{
	color: #ffffff;
}

/* Bio Section */
#bio{
	background: #eee9e3 url(images/commBot.jpg) bottom left no-repeat;
	margin: 0 0 25px;
	padding: 25px;
	width: 950px;
}

#bio img{
	border: 1px solid #6d5637;
	float: left;
	margin: 0 25px 20px 0;
}

#bioContent{
	float: right;
	width: 760px;
	padding-top: 10px;
}

h2.aboutMe{
	background: url(images/birdie.png) top left no-repeat;
	color: #418795;
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0 0 0 48px;
	width: 500px;
}

.bioText{
	clear: both;
}


/* Main Body Styling */

#container{
	padding: 20px 0;
}

.post{
	background: url(images/divider.gif) bottom center no-repeat;
	margin-bottom: 40px;
	padding: 10px 0 95px 0;
}

.post .title-block p.date{
	background: url(images/dateBg.gif) top center no-repeat;
	color: #fff;
	height: 17px;
	margin: 0 0 10px;
	padding: 15px 0 15px;
	text-align: center;
}

.title-block{
	text-align: center;
	background: url(images/title-bg.gif) top left no-repeat;
	margin-bottom: 15px;
}

.title-block h2{
	font-size: 24px;
}

.title-block h2 a{
	color: #3f2610;
}

.title-block h2 a:hover{
	color: #418795;
}

.title-block p.categoryMeta{
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0;
}

.entry{
clear: both;
line-height: 20px;
padding: 0 25px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

/* Comments Styles */
.commBot{
	background: #eee9e3 url(images/commBot.jpg) bottom left no-repeat;
	margin: 20px 0;
	padding: 0 0 35px;
	width: 1000px;
}

.commTop{
	background: url(images/commTop.jpg) top left no-repeat;
	margin: 0;
	padding: 25px 30px 0;
}

.meta-comments{
	clear: both;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 25px 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 #aad2d8;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	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: #aad2d8 1px solid;
	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: #8aba58;
	font-weight: bold;
}

.comment-author a{
	color: #8aba58;
}

.comment-author a:hover{
	color: #61932d;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.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: #bde0e7 url(images/footerBg.gif) top left no-repeat;
	padding: 50px 0 0;
	width: 1000px;
}

#sidebars ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebars h2{
	color: #418795;
	padding-top: 15px;
}

#sidebars a{
	color: #623e1f;
}

#sidebars a:hover{
	color: #418795;
}

#sidebar1, #sidebar2, #sidebar3{
	margin-right: 90px;
	width: 250px;
	float: left;
}

#sidebar1{	
	margin-left: 40px;
}

#sidebar3{
	margin-right: 0;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	text-align: center;
	clear: both;
	padding: 15px 0 5px;
	font-size: 11px;
}

#footer p{
	line-height: 18px;
}

#footer a:hover{
	color: #a6ce1e;
}

/* 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;
}

.slide-out-div {
          padding: 20px;
          width: 300px;
          height: 550px;
          background: #c6e59d;
}  


