/*
Theme Name: Buyyourself
Theme URI: http://craigsharp.co.uk
Description: Buyyourself Default Theme.
Author: Craig Sharp
Theme URI: http://craigsharp.co.uk
Tags: starkers, buyyourself
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font-family: Georgia, Times, serif;
	font-size:12px;
	background: url(http://www.buyyourself.co.uk/images/bg.jpg) repeat scroll;
	line-height:16px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom:22px;
}

a {
	color: #36a2be;
	text-decoration:none;
}

a:hover {
	background-color: #fff799;
	text-decoration:none;
}

#container {
	width:800px;
	margin:0 auto;
	background: #fff;
}

/* Header */
#header {
	height:180px;
	margin:0 auto;
	width: 100% !important;
	padding: 0px 0px 0px 0px;
}

#header h1 {
	height:160px;
	margin-left: 130px;
	text-indent: -9999px;
	background: url(http://www.buyyourself.co.uk/images/logo.jpg) no-repeat 10px;
	display: block;
}

#header h1 a {
	text-decoration:none;
}

#header #navigation{
	width: 760px;
	float: left;
	font-size: 24px;
	background: #fff;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

#header #navigation li{
	display: inline;
	padding-right: 20px;
}

#header #navigation li a{
	color: #aaa;
	text-decoration: none;
}

#header #navigation li a:hover{
	text-decoration:none;
	color: cadetblue;
}

h2 {
	color: #36a2be;
}

h2 a{
	color: #36a2be;
}

h2 a:hover {
	background-color: #fff799;
	text-decoration:none;
}

.date {
	color: #aaa;
	text-transform: uppercase;
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
}

.postinfo {
	color: #aaa;
	padding-bottom: 20px;
	border-bottom: 1px solid #36a2be;
}
/* Main Content */
#main-content {
	width: 510px;
	float:left;
	background: #fff;
	padding: 10px 20px 20px 20px;
}

#single-content {
	width: 760px;
	float:left;
	background: #fff;
	padding: 10px 20px 20px 20px;
}

.post{
	margin:0px;
}
.page {
	
}

body.home .post h2 {
	font-size:1.57em;
	line-height:normal;
	font-weight:bold;
	margin-top:10px;
}

body.archive .post h3, body.search .page h3, body.search .post h3 {
	font-size:26px;
	line-height:normal;
	color:#000;
	font-weight:bold;
	font-family: Helvetica, arial, sans-serif;
	margin-top:10px;
}

body.single .post h2, body.page .post h2 {
	font-size:26px;
	line-height:normal;
	margin-top:10px;
	margin-bottom:20px;
}

.post h2 a, .post h2 a:hover, .post h3 a, .post h3 a:hover, .page h3 a, .page h3 a:hover  {
	text-decoration:none;
	border: none;
}

/* Comments */
h3#comments {
	margin:0 30px;
}

ol.commentlist {
	margin:0 30px;
}

ol.commentlist li {
	margin-bottom:30px;
}

#respond {
	margin:0 30px;
}

textarea#comment {
	width:600px;
	margin-bottom:10px;
}

/* Sidebar */
#sidebar {
	width:190px;
	float:left;
	padding:6px 20px 20px 40px;
	background: #fff;
	margin: 0px 0px 0px 0px;
}

#sidebar p {
	color:#000;
}

#sidebar h2 {
	font-size:16px;
	color:#555;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #36a2be;
}

.widget_twitter .entry-meta .from-meta {
    display:none;
}

#sidebar ul li {
	margin-bottom:10px;
}

#sidebar ul ul {
	padding:0px;
}

#sidebar ul ul ul {
	margin:0;
	padding:0;
}

/* Footer */
#footer {
	clear:both;
	padding-top:10px;
	margin-bottom: 20px;
	height: 20px;
	display: block;
	background: none;
}

#footer p {
	color:#aaa;
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}

#footer a, #footer a:link, #footer a:visited{
	color: #36a2be;
	text-decoration:none
}
#footer a:hover{
	background-color: #fff799;
	text-decoration:none;
}
