/*
Theme Name: Photos By Leanna Wordpress Theme
Description: Wordpress Theme created by Stephen Baker.
Version: 1.0
Author: Stephen Baker
Tags: fixed width, single column, pink

*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	color: #000;
	text-align: center;
	margin:0; padding:0;
}
h1, h2, h3 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold;}
h1 {font-size: 4em;text-align: center;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
a {color:#780A09; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}
input {margin:0; padding:0; color:#333; font-size:12px;}
.clear {overflow:auto;width:100%;}

/* Structure */
#page {width:100%;}
#topper {background: #780A09; height:20px;}
#header {width:980px; height:140px; margin:0 auto; padding:10px 0 0;}
#header .right {float:right;}

/* Logo */
#logo {float:left; width:350px; height:138px;}
#logo h1 {margin:0; font-size:3em;}
#logo a {text-decoration:none; color:#000;}
#logo a:hover {color:#000;}

/* Search Styles */
#search {margin:20px 0 0; text-align:right;}
#search label {display:none;}
#search input {background:#EEE; border:1px solid #EEE; width:100; color:#8a8a8a; margin-right:-5px; padding:1px;}
#search #searchsubmit {border-left:1px solid #8a8a8a; text-transform:uppercase; margin:0; padding:0;}
#search #searchsubmit:hover {color:#974746;}

/*Nav Styles*/
#nav {list-style:none; margin:40px 0 0; padding:0; font-size:1.2em; text-align:right;}
#nav li {display:inline; margin:0 15px;}
#nav li a {color:#8a8a8a;}
#nav li a:hover {color:#974746; text-decoration:none;}

/* Content Styles */
.post h2, .post h3, .post h4, .page h2, .page h3, .page h4 {margin:0;}
.postblock {background:url(images/post-bkg.png) 0px 56px repeat-x #fff;}
.post {width:980px; background:#fff; margin:0 auto; padding:0 25px 25px; text-align:left;}
.post .entry {text-align:justify;}
.postheader {overflow:hidden; width:100%; clear:both;}
.postheader h2 {float:left;}
.dateblock {padding:2px 5px; background: #780A09; text-transform:uppercase; font-size:11px; float:left; margin-right:7px; text-align:center; color:#FFF;}
.postmetadata {margin:0;}


/* Footer Styles */
#footer {background: #780A09;}
#footer .inner {width:980px; margin:0 auto; padding:25px;}
#footer .left {float:left; width:49%; text-align:left;}
#footer .right {float:right; width:49%; text-align:right;}

/* RSS */
.rss a, .rss img {border:none !important;}
.rss a:hover {text-decoration:none !important;}

/* Search */


/* Wordpress Styles */
.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: 0 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;
}

/* 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;
}
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
/* End Images */
/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
