/*
Theme Name: Paul B. Jones
Theme URI: http://wordpress.org/
Description: Theme developed for Paul B. Jones Photography
Version: 1.0
Author: Ben Carr
Author URI: http://www.bencarr.net/
Tags: black, artsy, fixed width
*/


/* Reset */
body, div, span, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0; font-weight: normal; }
.clear {
	clear: both; }

/* Typography & Colors */
body {
	background: #000 url('images/bg.jpg') fixed repeat-x top;
	color: #AAA;
	font: normal 13px 'Georgia', Times, serif; }

h1 {
	font-size: 36px;
	color: #FFF; }
h2 {
	font-size: 22px;
	color: #888;
	font-style: italic;
	margin: 0 0 1em; }
h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #555;
	margin: 1em 0; }
h4 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px; }
	
hr {
	background: #111111;
	height: 1px;
	border: 0;
	margin: 20px 0 10px; }
p {
	line-height: 150%;
	margin: 1.5em 0; }
a, a:active, a:visited {
	color: #FFF;
	text-decoration: none; }
a:hover, a:focus {
	text-decoration: underline; }
a img {
	padding: 5px;
	border: 1px solid #000; }
a:hover img {
	border-color: #555; }
	
.dividerheading {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color: #777;
	text-align: center;
	margin: 10px 0;
	padding: 7px 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111; }
.cufon {
	font-size: 60px;
	color: #FFF;
	line-height: 30px;
	letter-spacing: 2px;
	z-index: 0; }


/* Structure */
#container {
	width: 880px;
	margin: 20px auto 0;
	background: #000;
	border: 1px solid #222;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000; }
#header {
	background: url('images/logo.jpg') no-repeat top left;
	height: 100px;
	margin: 0 10px;
	position: relative; }
#header a#homelink {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 240px;
	height: 100px;
	text-decoration: none; }
#content {
	padding: 0 10px 10px; }
#left {
	float: left;
	width: 580px;
	padding: 0 30px 0 0;
	border-right: 2px solid #060606; }
#right {
	margin-left: 640px; }
	
#footer {
	width: 880px;
	margin: 0 auto;
	padding: 4px 0 20px;
	text-align: center; }
.slideshow {
	z-index: 0 !important; }
	

/* Menu */
#menu {
	float: right;
	list-style: none;
	margin: 40px 0 0; padding: 0;
	font-family: Times New Roman, Times, serif; }
#menu li {
	display: inline; }
#menu li a {
	text-transform: uppercase;
	color: #555;
	font-size: 13px;
	margin: 0 10px 0;
	text-decoration: none;
	letter-spacing: 2px; }
#menu li a:hover {
	color: #FFF; }
#menu li a.current {
	color: #FFF; }
	
/* Images */
img {
	padding: 0; }
.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
img.alignright {
	margin: 0 0 7px 7px;
	display: inline; }
.alignright {
	float: right; }
img.alignleft {
	margin: 0 7px 7px 0;
	display: inline; }
.alignleft {
	float: left; }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 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; }


/* Posts */
.posttitle {
	font-size: 18px;
	color: #FFF; }
.postdate {
	font-size: 14px;
	font-style: italic;
	color: #777;
	padding: 0 0 0 10px; }
.posttitle_latest {
	font-size: 24px;
	color: #FFF; }
.postdate_latest {
	display: block;
	font-size: 18px;
	font-style: italic;
	color: #777; }
.postimage {
	float: left;
	margin: 0 10px 10px 0; }

/* Sidebar */
.sidebar ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0; }
.sidebar ul ul {
	list-style: disc;
	padding: 10px 0;
	margin: 0 0 0 30px;
	color: #222; }
.sidebar h2 {
	margin: 0; }
.searchformli {
	margin: 0 0 15px; }
#searchform input {
	border: 0;
	border: 0;
	padding: 2px 3px;
	background: #111;
	outline: 0;
	color: #FFF;
	width: 120px; }
#searchform input:focus, #searchform input:hover {
	border-color: #222; }
#searchform #searchsubmit {
	width: auto;
	border: 0;
	cursor: pointer;
	color: #555;
	background: #000; }
#searchform #searchsubmit:hover {
	color: #FFF; }
.searchterm1, .searchterm2 {
	background-color: #FFCC00;
	color: #000;
	padding: 0 3px; }
