/*
Theme Name:Love Art London
Description: Love Art London Theme
Version:0.1
Author:
Author URI:
Tags:
*/

/* LAYOUT */

body {
	background-color: #fffff7;
	font-family: Monospace;
	font-size: 62.5%;
}

#header, #content, #sidebar, #footer {
	color: #010000;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
	margin:0;
	overflow: auto;
}

#header h1 a {
	display: block;
	width: 541px;
	height: 155px;
	text-indent: -9999px;
	background: #fffff7 url(./images/logo.png) no-repeat top left;
	margin: 40px auto 35px auto;
}

#content {
	width:500px;
	float:left;
	padding:0 20px;
	overflow:hidden;
}

/* TYPOGRAPHY - different sizing required for Monospace...*/

#content p, #sidebar ul, #sidebar p, #footer {
	font-size: 1.4em;
	line-height: 1.3em;
}

p a {
	border-bottom:1px solid #909088;
	text-decoration:none;
	color: #010000;
}

p a:hover {
	border-bottom:1px solid transparent;
}

/* h3 neede as this is the default heading markup for Wordpress widgets... */
h2, h3 {
	padding: 8px 2px;
	border-top: 2px dotted #bebeb6;
	border-bottom: 2px dotted #bebeb6;
	font-family: Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #030303;
}

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

.post {
	margin-bottom: 30px;
}

.post_content p {
	padding: 10px 0;
}

.post_content img {
	width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.post_content blockquote {
	margin: auto 40px;
}

.category {
	line-height: 2.8em;
}

.category a {
	color: #909088;
}

/* NAVIGATION */

.navigation div {
	display: inline-block;
}

.alignleft {
	float:left;
}

.alignright {
	float: right;
}

.alignleft a, .alignright a {
	font-size: 1.4em;
	color: #909088;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.alignleft a:hover, .alignright a:hover {
	border-bottom: 1px solid #909088;
}

/* SIDEBAR */

#sidebar {
	width:220px;
	float:right;
	overflow:hidden;
}

#sidebar a {
	border-bottom:1px solid transparent;
	text-decoration:none;
	color: #010000;
}

#sidebar a:hover {
	border-bottom:1px solid #909088;
}

#sidebar ul {
	list-style: disc inside none;
	margin-top: 28px;
	margin-left: 3px;
	
}

.block {
	margin-bottom: 28px;
}
	
/* FOOTER */
	
#footer {
	clear: both;
	width: 100%;
	padding: 30px 20px 30px 20px;
	margin-top: 30px;
}

#footer p {
	padding-bottom: 5px;
}