/*
Theme Name: BHPhotoblog
Theme URI: http://www.bhphotoworld.net/blog/wp-content/themes/bhphotoblog
Description: Photoworlds blog theme
Version: 1.0
Author: Mike Vinton
Author URI: http://www.bhphotoworld.net
*/

body {
	margin: 0;
	background: #FAEBD7 url(../../../../../bkgnd.jpg) top repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #050505;
}

a:hover {
	background: none;
	text-decoration: none;
	color: #848484;
}

/* Header */

#header {
	width: 80%;
	height: 160px;
	margin: 0 auto;
	background: #008080 url(../../../../../header.jpg) top repeat-x;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	margin-left: 1em;
	padding-top: 1.5em;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #ffffff
}

#logo p {
	float: left;
	margin-left: 3.06em;
	padding: .75em 0 0 .13em;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #050505;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 80%;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 1.2em;
	padding: 1em 0 0 .6em;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: .13em;
	padding: .4em 1.2em;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F5F5DC;
	color: #000000;
}

#menu a:hover {
	background: #008080;
	text-decoration: underline;
	color: #000000;
}


/* Page */

#page {
	width: 80%;
	min-height: 450px;
	margin: 0 auto;
	padding: 2em;
}

/* Content */

#content {
	float: left;
	width: 65%;
}


.post {
}

.post .storytitle {
	padding: 5px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.post .storytitle a {
	background: none;
	text-decoration: none;
}

.post .meta {
	padding: 2px 10px;
	background: #F5F5DC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;	color: #050505;
	font-size: 10px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
	border-bottom: 1px dotted #000000;
}

.navigation {
	font-size: 2.0em;
	color: #050505;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}



	
/* Sidebar */

#sidebar {
	position:absolute;
	left: 65%;
	top: 260px;
	float: right;
	width: 258px;
	background: #F5F5DC;
	border: 1px solid #D3D3D3;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 1.7em;
}

#sidebar li li {
}

#sidebar h2 {
	padding: .15em .75em;
	background: #000000;
	letter-spacing: .15em;
	font-size: 1.2em;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar p {
	padding: 1.1em;
}

/* Footer */

#footer {
	width:80%;
	margin: 0 auto;
	padding: 1.75em 0;
	background: #008080;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
