body {
	background: #242424 url('../images/body-bg.png') top left repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #a0a0a0;
}

p {
	line-height: 1.2em;
	padding-bottom: 0.8em;
}

h3 {
	display: block;
	font-size: 165%;
	font-weight: bold;
	padding: 0.8em 0 0.3em 0;
	margin-bottom: 0.2em;
	border-bottom: 1px solid black;
}

h3 a {
	text-decoration: none;
	color: #242424;
}

#header {
	display: block;
	background: url('../images/header.png') top left no-repeat;
	height: 115px;
	min-height: 115px;
}

#header h1 {
	visibility: hidden;
}

#nav {
	display: block;
	height: 35px;
}

#nav ul, #nav li {
	font-size: 18px;
	display: inline;
	margin-right: 8px;
}

#nav a {
	display: inline;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	color: white;
	text-decoration: none;
}

#nav .search {
	margin-top: 5px;
	text-align: right;
}

#nav .pages {
	text-align: right;
}

#content {
	display: block;
}

img.alignright {
	float: right;
}

#photo-frame {
	display: block;
	width: 940px;
	height: 420px;
	background: url('../images/photo-frame.png') top left no-repeat;
	overflow: hidden;
}

#photo-image {
	display: block;
	width: 920px;
	height: 400px;
	min-height: 400px;
	margin: 10px;
}

#photo-image a {
	text-decoration: none;
}

.photo-title, .photo-excerpt {
	display: block;
	height: 55px;
	line-height: 50px;
	text-indent: 10px;
	width: 100%;
	background: url('../images/trans.png') top left repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: white;
	text-decoration: none;
}

.photo-excerpt {
	clear: both;
	height: 40px;
	visibility: hidden;
}

.photo-post:hover .photo-excerpt {
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 36px;
}

.nav-prev, .nav-next {
	float: left;
	width: 90px;
	height: 305px;
	background: url('../images/picnav.png') top left;
}

.nav-next {
	background-position: top right;
}

.nav-prev:hover {
	background-position: bottom left;
}

.nav-next:hover {
	background-position: bottom right;
}

.photo-cover {
	width: 740px;
	height: 305px;
	float: left;
}

.video-frame {
	background: url('../images/video-frame.png') top left no-repeat;
	width: 460px;
	height: 265px;
}

.video-image {
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
	width: 440px;
	height: 245px;
	text-decoration: none;
}

.single-post, .column {
	padding-bottom: 25px;
	background: url('../images/blog-foot.png') bottom center no-repeat;
}

.single-post>span, .column>span {
	display: block;
	background: url('../images/blog-bg.png') top center repeat-y;
}

.story-image {
	width: 920px;
	height: 320px;
	background-position-y: -40px;
	margin-left: 10px;
}

.top-shadow {
	background: url('../images/top-shadow.png') top left repeat-x;
	height: 10px;
	width: 100%;
}

.single-post h2.no-image {
	font-size: 28px;
	color: #242424;
	padding: 10px 0px 10px 0px;
	margin-left: 15px;
}

.single-post h2.with-image {
	font-size: 38px;
	margin-top: -34px;
	margin-left: 15px;
	text-transform: uppercase;
	color: #eaeaea;
}

.single-post .post-content {
	padding: 0 15px 0 15px;
}

.single-post a {
	color: #666666;
}

.column h2 {
	font-size: 18px;
	color: black;
	padding: 0 15px;
}

.column .hentry {
	padding: 0 15px;
}

.meta {
	display: inline;
	font-size: 75%;
	padding: 3px 10px 3px 20px;
	margin-right: 10px;
	line-height: 20px;
}

.meta-time {
	background: url('../images/icon-clock.png') center left no-repeat;
}

.meta-category {
	background: url('../images/icon-folder.png') center left no-repeat;
}

.meta-admin {
	background: url('../images/icon-admin.png') center left no-repeat;
}

.meta-comments {
	background: url('../images/icon-comments.png') center left no-repeat;
}

.meta-tags {
	background: url('../images/icon-tags.png') center left no-repeat;
}

#sidebar {
	background: url('../images/sidebar-bord.png') top left no-repeat;
	font-size: 80%;
}

#sidebar>span {
	padding: 20px 20px 30px 12px;
	display: block;
	background: url('../images/sidebar-bord-foot.png') bottom left no-repeat;
	
}

#sidebar ul>li.widget {
}

#sidebar h2 {
	font-size: 140%;
	display: block;
	color: #333;
	padding-bottom: 3px;
}

#sidebar h2 a {
	text-decoration: none;
	color: #333;
}

.widget_twitter li {
	display: block;
	padding-bottom: 8px;
}

.widget_twitter .entry-content {
	display: block;
	text-align: justify;
}


.widget_twitter .entry-meta {
	display: block;
	font-size: 90%;
}

#footer {
	text-align: center;
	font-size: 9px;
	margin-top: 25px;
	padding-bottom: 10px;
	color: white;
}
