	/*
	Theme Name: Leatherbelt Theme
	Theme URI: http://www.samulli.com
	Description: custom theme for Everybody Lies
	Version: 1.0
	Author: samulli
	Author URI: http://www.samulli.com
	Tags: grey, brown, 2 columns 
	
	dark background grey #363634
	light grey #a9926f
	almost white #f4f4f4
	violet body text #3c2052
	red links #7f1104
	green active links #828415
	
	*/


/* ====================================================================
=RESET
=======================================================================*/

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,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}


ul, dl
{
	list-style: none;
}

a 
{
	text-decoration: none;
}

/*=====================================================================
=GLOBAL STYLES
======================================================================*/

body 
{
	background: #363634 url(img/leatherbg.jpg) repeat-x;
	color: #3c2052;
        font-size: 100%;
	font-family: lucida grande, verdana, helvetica, arial, sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, table
{
	padding-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6, strong
{
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

pre, code {
   background: #bba180;
   font-size: 0.9em;
   font-family: Courier, serif;
   padding: 0.5em 1.5em;
}

em
{
       font-style: italic;
}

h1 
{
	font-size: 1.6em;
}

h2
{
	font-size: 2em;
	color: #7f1104;
	font-weight: normal;
	font-style: italic;
	padding: 0.7em 0 0.3em 0;
}

h2 a {font-style: italic;}

h3 
{
	font-size: 1.6em;
	color: #7f1104; 
        padding-top: 1.0em;
}

h4 
{
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #7f1104;
        padding-top: 1.0em;
}

a:link, a:visited 
{
	color:#7f1104;
}

a:hover, a:focus 
{
	color:#828415;
}

p,ul,blockquote,pre
{
	font-size: 0.9em;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* ===================================================================
=LAYOUT
======================================================================*/

#wrap {
	margin:0 auto;
	width: 960px;
	text-align: left;
}

.masthead {
	width: 963px;
	height: 331px;
        position: relative;
}

/* =logo */

h1.logo {
	background:url(img/blogtitle.png) no-repeat;
	position: absolute;
	top: 110px;
	left: 280px;
	width:424px;
	height: 65px;
	text-indent: -9999px;
}

h3.description {
	background:url(img/desc.png) no-repeat;
	position: absolute;
	top: 180px;
	left: 290px;
	width:568px;
	text-indent: -9999px;
}
/* end logo */

/* content */

p.clearfloat {
        clear: both;
}

.content {
	background:url(img/paper.jpg) repeat;
	margin-top: 1px;
	padding: 25px 200px 50px 25px;
	border-top: 3px solid #a9926f;
}

.content  .entry p.meta  {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
}

.content .entry  {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #3c2052;
	padding: 5px 0 10px 60px;
}

.content .entry p.more  {
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px dashed #3c2052;
	padding-bottom: 25px;
}

.content .entry-extended  {
	font-size: 1.0em;
	line-height: 1.6em;
}

.content .entry-extended p {
	font-size: 0.8em;
	color: #3c2052;
	padding: 5px 50px 10px 0;
}

.content .entry-extended p.meta  {
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 2px;
}

.content .entry-extended ul, dl {
     list-style: disc outside;
     padding-left: 25px;
     font-size: 0.9em;
}

.content .entry-extended ol {
     font-size: 0.9em;
     padding-left: 40px;
}

.content .entry-extended blockquote {
     background: url(img/quote.jpg) top left no-repeat;
     font-size: 0.9em;
     margin: 0 100px 0 40px;
     padding: 0 15px 0 40px;
     border: 1px solid;
     border-color: #a9926f;
}

.content .entry-extended img {
	padding: 8px;
	background: #f4f4f4;
	border: 1px solid #c7a673;
	margin: 10px;
}

.content .entry-extended img.wp-smiley {
   padding: 0;
   margin: 0;
}

.content .entry-extended img.wp-smiley {
  border: none;
  background: none;
  padding: 0;
}

.prev  a {
	float: left;
	padding-left: 80px;
}

.next a {
	float: right;
} 

/* end content  */

/* sidebar */


.sidebar {
	background:url(img/sidebarbg.jpg) repeat-y;
	width: 312px;
	float: right;
	position: relative;
	top: -60px;
	right: 20px;
	margin-left: 30px;
}

.sb-content {
	padding: 0 30px;
}


.sidebar .sb-content li a {
	color: #7f1104;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 20px;
	text-transform: capitalize;
}

.sidebar .sb-content #wp_quotes {     /* styling for random quotes plugin output */
	color: #3c2052;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
}

.sidebar .sb-content li a:hover {
	color:#828415;
}

.sidebar .bottom 	{
		background: url(img/sidebarbottom.jpg) no-repeat;
		width: 312px;
		height: 18px;
}

/* end sidebar */



/* =search */

.search {
	width:280px;
	height:100px;

} 

.search img.searchlabel  {
		padding-bottom: 15px;
}

.search .input-bg  {
		background: url(img/searchfield.jpg) no-repeat transparent;
		position: relative;
		float: left;
		height: 40px;
}

.search .input-bg input  {
		width: 200px;
		border: none;
		text-align: center;
		background: none;
		margin: 10px 0 0 0;
		font-size: 0.9em;
}

.search .button  {
	float: left;
	background: url(img/go.jpg) center no-repeat;
	width:50px;
	height:40px;
	border: none;
}

.search .button:active {
	background: url(img/go2.jpg) center no-repeat;
	width:50px;
	height:40px;
	border: none;
}

.search .button input  {
	border: none;
	background: none;
	width:50px;
	height:40px;
}

/* end search */

/* =navigation */

 .navigation {
	height:73px;
	position:relative;
}

.navigation li {
	float:left;
}

.navigation li a {
	display: block; 
	height: 73px;
	text-decoration: none;
	text-indent: -9999em;
}

.navigation a.home {
	width: 134px;
	background-image: url(img/home.jpg);
	background-position: 0 -73px;
}

.navigation a.home:hover {
	background-image: url(img/home.jpg);
	background-position: 0 0;
}

.navigation a.about {
	width: 133px;
	background-image: url(img/about.jpg);
	background-position: 0 -73px;
}

.navigation a.about:hover {
	background-image: url(img/about.jpg);
	background-position: 0 0;
}

.navigation a.archive {
	width: 152px;
	background-image: url(img/archive.jpg);
	background-position: 0 -73px;
}

.navigation a.archive:hover {
	background-image: url(img/archive.jpg);
	background-position: 0 0;
}

.navigation a.contact {
	width: 159px;
	background-image: url(img/contact.jpg);
	background-position: 0 -73px;
}

.navigation a.contact:hover {
	background-image: url(img/contact.jpg);
	background-position: 0 0;
}

.navigation a.feed {
	width: 379px;
	background-image: url(img/rss.jpg);
	background-position: 0 -73px;
}

.navigation a.feed:hover {
	background-image: url(img/rss.jpg);
	background-position: 0 0;
}

/* commentform styling  */

#respond {
	display: block;
	float: left;
}

#commentlist li {
	margin:15px 0px;
	padding:8px;
	border:2px solid #ccc;
	font-style:normal;
}

.comment-author img.avatar {
    float: right;
}

.comment-meta {
     padding-left: 40px;
     padding-bottom: 20px;
     padding-top: 12px;
     font-size: 0.8em;
}

.comment-body p {
    padding-left: 40px;
    width: 550px;
}

.comment-body .reply {
   font-size: 0.8em;
   padding-top: 10px;
}

#respond .combutton  {
	float: left;
	background: url(img/submit.jpg) center no-repeat;
	width:108px;
	height:40px;
	border: none;
}

#respond .combutton:active {
	background: url(img/submit2.jpg) center no-repeat;
	width:108px;
	height:40px;
	border: none;
}

#respond .combutton input  {
	border: none;
	background: none;
	width:108px;
	height:40px;
}


label {
	font-size: small;
}


/* end commentform  */


/* Footer Styles */

.footer {
	clear: right;
        float: left;
        background: url(img/paper.jpg) repeat;
	width:960px;
        height: 520px;
	font-size: 0.8em;
	color: #3c2052;
        position: relative;
}



.footer img.burn {
	width: 960px;
        height: 76px;
        position: absolute;
        top: 0;
        left: 0;
}

#col1 {

	width: 160px;
	border: 1px dashed #7f1104;
	top: 120px;
	left: 25px;
        position: absolute;
        padding: 10px 20px;
        min-height: 270px;
}

#col2 {
	width: 160px;
	border: 1px dashed #7f1104;
	top: 120px;
	left: 261px;
        position: absolute;
        padding: 10px 20px;
        min-height: 270px;
}

#col3 {
	width: 160px;
	border: 1px dashed #7f1104;
	top: 120px;
	left: 498px;
        position: absolute;
        padding: 10px 20px;
        min-height: 270px;
}

#col4 {
	width: 160px;
	border: 1px dashed #7f1104;
	top: 120px;
	left: 735px;
        position: absolute;
        padding: 10px 20px;
        min-height: 270px;
} 

#toplink  a{
	float: right;
        position: relative;
	font-weight: bold;
	text-transform: uppercase;
        margin-right: 25px;
}

/* end Footer styling */


/* Enhanced WP-Contactform styling */

.contactform {
    width: 300px;
    float: left;
}

#wpcf label {
	clear: both;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 250px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	width: 100px;
}


/* Archive Page Styling */

ul.postspermonth li a {
  opacity: 1;
  font-size: 0.8em;
}
