/*
Theme Name: Lomo
Theme URI: http://lomocotion.com/
Description: the theme of Lomocotion.com.
Version: 1.0
Author: Jesse Baker
Author URI: http://jessebaker.co.uk/
Tags: lomo

This theme was designed and built by Jesse Baker
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
hr {
	display: none;
}
body {
	line-height: 1;
	color: #E8E9EA;
	font-family:Arial, Helvetica, sans-serif;
	background: #485554 url(images/body-bg.png) repeat-x top left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Links */
a{
	color:#CA974D;
}
/*a:visited {
	color:#8B8B8B;
}*/
a:hover {
	color: #EFA927;
}
/* Layout */
#page {
	width: 960px;
	margin: 0 auto;
}
#content {
	float: left;
	padding: 20px 10px;
	width: 620px
}
#sidebar {
	float: left;
	width: 300px;
	padding: 0 10px;
}
p.nocomments {
display:none;
}
.entry {
float:left;
}
/* Header */
.description {
	float: left;
	width: 700px;
	margin: 47px 10px 0px;
	font-size: 62px;	
	font-weight: normal;
	text-align: left;
	color: #475453;
}
#headerimg {
	background: url(images/header-bg.gif) bottom left no-repeat;
	height: 333px;
}
.headernav {
	width: 460px;
	float: right;
	font-weight: bold;
	border: 2px solid #D3D1D3;
	border-right: none;
	border-top: none;
}
.headernav li {
	border-right: 2px solid #D3D1D3;
	display: inline;
	float: left;
	width: 80px;
	text-align:center;
	height: 21px;
	padding: 4px 5px 0;
}
.headernav a{
	text-decoration: none;
}
/* Text */
h1 a{
    padding: 293px 0 0 0;
    overflow: hidden;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;    
    height: 0px !important;
    height /**/:293px;
	width: 220px;
	margin: 20px 10px;
	float: left;
}
#content h2 {
	font-size: 24px;
	float: left;
	margin: 10px 10px 20px 0;
	width: 460px;
clear:left;
}
h2 a{
	color: #E8E9EA !important;
	text-decoration: none;
}
#content h3 {
	font-size: 18px;
	float: left;
	margin: 10px 10px 20px 0;
	width: 460px;
}
h3 a{
	color: #E8E9EA !important;
	text-decoration: none;
}
h3#comments {
	width: 620px;
}
p {
	font-size: 14px;
	line-height: 150%;
	clear: both;
	margin: 0 0 20px 0;
	text-align: justify;
}
.postmetadata {
	margin: 0 0 30px 0;
	font-size: 12px;
	padding: 0 0 10px;
	border-bottom: 1px solid #E8E9EA;
}
small {
	float: right;
	width: 140px;
	text-align: right;
	font-size: 12px;
	display: block;
	margin: 10px 0 20px 10px
}
p.alt small {
	float: none;
	text-align: left;
	width: 620px;
	margin: 0;
}
/* Forms */
form#searchform {
	margin: 10px 0 30px 0;
	float: right;
}
label {
	font-size: 12px;
	margin: 0 5px 0 0;
}
input#s {
	border: 2px solid #E8E9EA;
}
/* Sidebar Nav */
#sidebar h2 {
	background: url(images/nav-bg.png) no-repeat;
	height: 29px;
	color: #475453;
	width: 290px;
	padding: 4px 0 0 10px;
	font-size: 24px;
	float: left;
	margin: 20px 0 10px 0;
}
#sidebar ul li ul li {
	line-height: 150%;
	padding: 0 0 0 7px;
}
/* Comments Page Layout */
img.avatar {
	float: left;
	border: 1px solid #E8E9EA;
	padding: 1px;
	margin: 0 10px 0 0;
}
.comment-body {
	float: left;
	width: 600px;
	padding: 10px;
	background-color: #3E4948;
	margin: 0 0 20px; 
}
.vcard {
	float: left;
	width: 380px;
	margin: 0 0 10px 0;
}
.commentmetadata {
	float: right;
	text-align: right;
	width: 220px;
	font-size: 12px;
}
.comment-body p {
	margin: 0px  0 20px 46px;
}
/* IMAGES */
.wp-caption {
	background-color:  #3E4948;
text-align: center;
padding: 5px 0;
margin: 0 0 10px 0;
}
.wp-caption-text {
text-align: center;
}
p.wp-caption-text {
text-align: center;
margin: 0px !important;
}
.alignleft {
float:left;
}


/* FOOTER */
#footer {
	width: 100%;
	float:left;
	background: #3e4948 url(images/footer.png) no-repeat top center;
	padding: 110px 0 0 0;
}
#footer p {
	font-size: 12px;
	text-align: center;
}