/*
Theme Name: Lessack Theme
Theme URI: http://chrisvanpatten.com/
Description: Theme for Lee Lessack website - by Chris Van Patten
Version: 1.0
Author: Chris Van Patten
Tags: mantle color, variable width, two columns, widgets

A visual, exciting website theme for Lee Lessack.
*/

* { margin: 0px; padding: 0px; }

.clear { clear: both; }

body {
	text-align: center;
	background: url(images/background.jpg);
}

/* Header */

#header {
	height: 315px;
	background: url(images/header/background.png) repeat-x;
}

#header-inner {
	width: 845px; /* 806px */
	height: 315px;
	margin: 0 auto;
	overflow: hidden;
}

h1#logo {
	width: 335px;
	height: 56px;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	z-index: 5;
}

h1 a {
	display: block;
	width: 335px;
	height: 56px;
	background: url(images/header/logo.png) top center no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

h1 a:hover {
	background: url(images/header/logo.png) bottom center no-repeat;
}

#lee {
	position: relative;
	top: -61px;
	left: 20px;
	float: left;
	z-index: 3;
}

#random {
	float: right;
	background: #FFF;
	width: 403px;
	height: 205px;
	position: relative;
	top: 29px;
	left: -10px;
}

/* links */

#links {
	width: 696px;
	margin: 0 auto;
	height: 75px;
	clear: both;
}

#links li {
	float: left;
	height: 75px;
	position: relative;
	top: 26px;
	list-style-type: none;
}

#links a {
	color: #96aae6;
	height: 16px;
	margin: 18px 18px 0;
	padding: 7px 10px 10px;
	text-decoration: none;
}

#links a:hover {
	background: #282016;
}

#dropdown ul {
	width: 108px;
	z-index: 200;
	height: 86px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	top: 9px;
	left: 18px;
	border: 2px solid #282016;
	background: #312819;
	display: none;
}

#dropdown ul li {
	float: none;
	z-index: 200;
	margin: 0;
	padding-top: 10px;
	height: 35px;
	position: relative;
	top: -1px;
}

#dropdown ul li a {
	padding-top: 8px;
}
	

/* Content */

#content {
	margin: 0 auto;
	width: 750px;
}

.post {
	width: 750px;
	text-align: left;
}

.post-top {
	min-height: 200px;
	background: url(images/content/content.png) top center no-repeat;
}

.post-bottom {
	width: 750px;
	height: 43px;
	background: url(images/content/content.png) bottom center no-repeat;
	position: relative;
	top: -36px;
}

.post-top h2 {
	font: 30px arial, sans-serif;
	padding: 18px 20px 0;
	text-align: left;
}

.post-top h2 a {
	color: #000;
	text-decoration: none;
}

.post-meta {
	padding: 8px 20px 0;
	text-align: right;
	font: 13px arial, sans-serif;
}

.post-text {
	padding: 8px 20px 0;
	position: relative;
	z-index: 10;
}

.post-text p {
	margin: 3px 0 14px;
	text-align: justify;
	font: 16px/22px arial, sans-serif;
}

/* Footer */

#footer {
	width: 806px;
	margin: 0 auto 110px;
	color: #918866;
	font: 10px arial, sans-serif;
}

/* Shelf */

#shelf {
	width: 100%;
	height: 77px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

#shelf-inner {
	margin: 0 auto;
	width: 835px;
	height: 77px;
	overflow: hidden;
	background: url(images/shelf/shelf.png) no-repeat;
}

#shelf h2 {
	float: left;
	color: #FFF;
	font: 35px arial, sans-serif;
	width: 208px;
	height: 35px;
	margin: 20px 0 0 1px;
}

#shelf ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	height: 77px;
	float: left;
}

#shelf ul li {
	float: left;
	margin: 2px 0 0;
}

#shelf-inner ul li a {
	display: block;
	height: 35px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 16px 24px;
}

#twitter a {
	width: 148px;
	background: url(images/shelf/twitter.png) no-repeat;
}

#facebook a {
	width: 121px;
	background: url(images/shelf/facebook.png) no-repeat;
}

#youtube a {
	width: 89px;
	background: url(images/shelf/youtube.png) no-repeat;
}

#kickstarter a {
	width: 60px;
	height: 61px !important;
	position: relative;
	top: -7px;
	background: url(images/shelf/kickstarter.png) no-repeat;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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;
}
/* End captions & aligment */

/* Comments */

#comments {
	padding: 15px 12px 16px;
}

#comments h3 {
	font: bold 24px arial, sans-serif;
	color: #372306;
	text-decoration: none;
	letter-spacing: -1px;
}

ol#commentlist {
	margin: 18px 0 10px;
	list-style-type: none;
}

#commentlist li {
	margin: 0 auto 20px;
	border: 1px solid #CCC;
	padding: 8px 10px 0px;
	min-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 700px;
	background: #EFEFEF no-repeat;
}

#commentlist li.alt {
	margin: 0 auto 20px;
}

#commentlist li .avatar {
	float: left;
	margin: 1px 10px 10px 0;
}

.comment-author {
	font: 15px georgia, serif;
	margin: 0 0 10px;
	float: right;
	width: 636px;
}

#comment-text {
	min-height: 37px;
}

#commentlist li p {
	font: 14px arial, sans-serif;
	margin: 0 0 10px;
	float: right;
	width: 636px;
}

#commentlist li cite {
	display: block;
	font: 11px georgia, serif;
	text-align: center;
	float: right;
	border: 1px solid #CCC;
	background: #CCC;
	padding: 3px 6px;
	position: relative;
	top: 1px;
}

#postcomment {
	font: 22px arial, sans-serif;
	height: 32px;
}

#no-comments {
	font: 18px georgia, serif;
	padding: 50px 0 60px;
	text-align: center;
}

#commentform {
	padding: 0 20px 10px;
	margin: 0 0 10px;
}

#commentform label, #loggedin {
	font: 13px georgia, serif;
}

#commentform input[type="text"] {
	margin-top: 5px;
	font: 14px arial, sans-serif;
}

#commentform textarea {
	margin-top: 5px;
	font: 14px arial, sans-serif;
	width: 705px;
	height: 100px;
	position: relative;
	z-index: 2
}

#commentform #submit {
	float: right;
	margin-top: 15px;
	position: relative;
	z-index: 20;
}
