/*
Theme Name:		LoveHowlMuse
Theme URI:		http://www.lovehowlmuse.com.com
Description:	A clean, newspaper-columns-style theme for WordPress designed and coded by <a href="http://www.adriantoll.co.uk">Adrian Toll</a>.
Version:		1.1
Author:			Adrian Toll
Author URI:		http://www.adriantoll.co.uk/
*/



  /******************************/
 /********** RESET *************/
/******************************/

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

ul {
	list-style-type:none;
	}



  /************************************/
 /********** OVERALL STYLES **********/
/************************************/

body {
	background:#fff;
	font-family:Helvetica,Arial,sans-serif;
	color:#000;
	}

#wrapper {
	width:910px;
	position:relative;
	top:0;
	margin:0 auto;
	}

a, h1, h2, h3, h4, h5, h6 {
	color:#d00;
	text-decoration:none;
	}

a:hover, a:focus, a:active {
	background:#d00;
	color:#fff;
	}

blockquote {
	margin-left:10px;
	border-left:10px solid #ddd;
	padding-left:20px;
	}



  /****************************/
 /********** HEADER **********/
/****************************/

#header {
	width:500px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	background:#bbb;
	}

#header.home {
	height:70px;
	}

#header_title {
	display:block;
	float:left;
	font-size:40px;
	font-weight:bold;
	line-height:1em;
	color:#000;
	}

#header_title.home {
	font-size:60px;
	line-height:1em;
	}

#header_title a {
	color:#000;
	}

#header_title a:hover, #header_title a:focus, #header_title a:active {
	color:#fff;
	}

#header_strapline {
	display:block;
	float:right;
	padding:2px 2px 0 0;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	line-height:1em;
	}

#header_strapline.home {
	padding:5px 5px 0 0;
	font-size:15px;
	line-height:1em;
	}

.header_strapline_black {
	color:#000;
	}

a:hover .header_strapline_black, a:focus .header_strapline_black, a:active .header_strapline_black {
	color:#fff;
	}

#header_rss {
	clear:right;
	float:right;
	padding:5px 3px 0 0;
	font-size:.6em;
	line-height:1em;
	white-space:nowrap;
	}

#header_rss.home {
	padding:4px 6px 0 0;
	font-size:.7em;
	}



  /**********************************/
 /********** CONTENT AREA **********/
/**********************************/

#content {	
	width:520px;
	position:absolute;
	top:70px;
	left:0;
	font-size:.8em;
	background:#eee;
	}

#content.home {	
	top:90px;
	}



  /************************************/
 /********** CONTENT TITLES **********/
/************************************/

#content {	
	width:520px;
	position:absolute;
	top:70px;
	left:0;
	font-size:.8em;
	background:#eee;
	}

div.archive_title_div {
	width:500px;
	height:35px;
	padding:10px;
	background:#d1d1d1;
	} 

h1.archive_title {
	font-size:1.4em;
	text-transform:uppercase;
	} 

div.archive_title_rss {
	font-size:.9em;
	float:left;
	} 

div.posts_by_author {
	width:500px;
	height:20px;
	padding:10px;
	background:#d1d1d1;
	color:#d00;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	} 

#content .author-description {
	margin-bottom:0;
	}



  /*****************************/
 /********** CONTENT **********/
/*****************************/

#content .post_splash {
	width:520px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

#content .post {
	margin-bottom:60px;
	padding:10px;
	}

#content div.post h1 {
	font-size:1.9em;
	letter-spacing:.01em;
	}

#content h2 {
	font-size:1.9em;
	margin-top:20px;
	}

#content h2:first-child {
	margin-top:0;
	}

#content p.post_date_author {
	margin-top:0;
	font-size:.85em;
	}

#content p {
	margin-top:15px;
	line-height: 1.3em;
	}

#content div.more {
	margin-bottom:15px;
	font-weight:bold;
	}



  /************************************/
 /********** CONTENT IMAGES **********/
/************************************/

#content .alignright {
	float:right;
	margin:0 0 10px 10px;
	}

#content .alignleft {
	float:left;
	margin:0 10px 10px 0;
	}
	
#content div.wp-caption {
	background:#ccc;
	padding:5px 0;
	}

#content div.wp-caption img {
	padding:0 5px;
	}

#content p.wp-caption-text {
	color:#333;
	margin:5px 5px 0 5px;
	padding:0;
	font-size:.8em;
	}



  /***********************************/
 /********** CONTENT LISTS **********/
/***********************************/

#content ul, #content ol {
	margin:10px 0 0 30px;
	}



  /******************************************/
 /********** CONTENT POST DETAILS **********/
/******************************************/

#post_details {
	font-size:.9em;
	background: #ccc;
	margin:0;
	padding:5px 10px 10px 10px;
	}

#post_bookmarks {
	margin:5px 0 5px 5px;
	float:right;
}

#post_details p {
	margin-top:5px;
	}



  /************************************/
 /********** CONTENT IMAGES **********/
/************************************/

#content .alignright {
	float:right;
	margin:0 0 10px 10px;
	}

#content .alignleft {
	float:left;
	margin:0 10px 10px 0;
	}
	
#content div.wp-caption {
	background:#ccc;
	padding:5px 0;
	}

#content div.wp-caption img {
	padding:0 5px;
	}

#content p.wp-caption-text {
	color:#333;
	margin:5px 5px 0 5px;
	padding:0;
	font-size:.8em;
	}



  /***********************************/
 /********** CONTENT LISTS **********/
/***********************************/

#content ul, #content ol {
	margin:10px 0 0 30px;
	}



  /******************************/
 /********** COMMENTS **********/
/******************************/

#post_comments {
	margin-top:0;
	}

#comments {
	}
	
#comments h2.comments_title {
	width:500px;
	margin:0;
	padding:10px;
	background:#ccc;
	color:#d00;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	} 

#comments .comments {
	font-size:.9em;
	background: #ddd;
	margin:0;
	padding:0 10px 10px 10px;
	overflow:auto;
	}

#comments ul.comments li.comment {
	margin:10px 0 0 0;
	padding:0;
	}

#comments ul.comments li.comment p {
	margin:0;
	padding:0 0 5px 0;
	}

#comments ul.comments li.comment p.comment_details {
	margin:0;
	padding:0 0 10px 0;
	font-size:0.9em;
	font-weight:bold;
	}

#comments ul.comments li.comment p.nocomments {
	margin:0;
	padding:0 0 10px 0;
	}

#comments div.comments p.logindetails {
	margin:0;
	padding:0;
	}

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

#commentform #comment {
	width:494px;
	max-width:494px;
	}

#commentform #submit {
	margin:5px 0 0 0;
	float:left;
	}
#commentform p.subscribe-to-comments {
	float:right;
	margin:8px 0 0 0;
	padding:0;
	}

#commentform p.subscribe-to-comments input {
	margin:0 3px;
	border:0;
	}



  /******************************/
 /********** SIDEBARS **********/
/******************************/

.sidebar {
	width:170px;
	padding:0 15px 15px 15px;
	position:absolute;
	top:-15px;
	background:#f7f7f7;
	font-size:.75em;
	line-height:1.2em;
	}

.sidebar h3 {
	font-size:1.4em;
	margin-top:30px;
	text-transform:uppercase;
	}

.sidebar p {
	font-size:1em;
	margin:8px 0 8px 0;
	}

.sidebar p.info {
	font-size:.9em;
	margin-top:4px;
	}

.sidebar ul li {
	margin-bottom:5px;
	}

#sidebar_left {
	right:190px;
	}

#sidebar_right {
	right:0;
	padding-left:5px;
	}

#lhm_screenshot {
	width:173px;
	height:104px;
	margin:7px 0 0 0;
	border:1px solid #333;
	}



  /*********************************/
 /********** SEARCH FORM **********/
/*********************************/


#searchform .search_text {
	width:120px;
	height:15px;
	padding:2px;
	border:1px solid #999;
	font-size:12px;
	vertical-align:top;
	}

#searchform input.search_submit {
	height:21px;
	padding:0 2px;
	background:#999;
	font-size:11px;
	color:#fff;
	}

#searchform input.search_submit:hover {
	background:#d00;
	cursor:pointer;
	}



  /********************************/
 /********** NAVIGATION **********/
/********************************/

#content div.navigation {
	background:#dadada;
	font-size:.8em;
	overflow:auto;
	}

#content div.navigation div.previous, #content div.navigation div.next {
	margin:10px;
	}

#content div.navigation div.previous {
	float:right;
	}

#content div.navigation div.next {
	float:left;
	}



  /***************************/
 /********** FORMS **********/
/***************************/

input, textarea {
	padding:2px;
	margin:5px 0;
	border:1px solid #777;
	}

input {
	margin-right:5px;
	}

#submit {
	background:#777;
	color:#fff;
	}

#subscribeform {
	margin:10px;
	}

span.required {
	color:#d00;
	}

p.sketchbook-message {
	color:#d00;
	margin-bottom:15px;
	font-weight:bold;
	}

p.sketchbook-information {
	margin-bottom:15px;
	}



  /****************************/
 /********** EXTRAS **********/
/****************************/

object[id^="ssp_"], embed[id^="ssp_"] {
	margin-top:15px;
	}

a[href*="/feed"] {
	background: url(/wp-content/themes/lovehowlmuse/_lib/img/icons/rss.png) right center no-repeat;
	padding-right:18px;
	}

a[href*="/feed"]:hover, a[href*="/feed/"]:focus, a[href*="/feed/"]:active {
	background: #d00 url(/wp-content/themes/lovehowlmuse/_lib/img/icons/rss.png) right center no-repeat;
	}

img#wpstats{
	display:none;
	}