/*
Theme Name: Cutprice Blog
Description: A design and build by Elliot Birch for Cutprice and ROI.
Version: 1
Author: Elliot Birch
Tags: Black, white, cool.
*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*End reset*/

/*Basic Structure and styles*/
body {
	background:white;
	font-size:14px;
	font-family:Tahoma, Arial, Sans-serif;
	color:#8e8c8c;
}

a:link, a:visited {
	color:#ffcc00;
}

a:hover, a:active {
	color:#8e8c8c;
}

#page {
	width:1010px;
	margin:5px auto;
}

#header {
	background:url(images/header.jpg) no-repeat top left;

	overflow:hidden;
	height:226px;
}
/*nav*/
.mainnav {
	background:transparent url(images/navbot.gif) no-repeat scroll left bottom;	
	display:block;
	margin-left:7px;
	float:left;
	width:993px !important;
}

.mainnav ul {
	display:block;
	width:993px;
	background:transparent url(images/navtop.gif) no-repeat scroll left top;
}

.mainnav a {
	color:#b9b9b9;
}

.mainnav a:hover {
	color:#ffcc00;
}
/*end nav*/

#contentwrap {
	float:left;
	line-height:24px;
	margin-top:15px;
}

#content{
	float:left;
	padding:0px 25px 0 86px;
	width:559px;
}

#sidebar {
	background:transparent url(images/sidebarbg.gif) no-repeat scroll left top;
	float:left;
	padding:30px 9px 0;
	width:304px;
}

#sidebar ul ul {
	padding:7px 20px;
	
}

#sidebar ul ul li {
	padding-left:25px;
	background:url(images/redcar.gif) no-repeat center left;
	
}

#sidebar a {
	color:#717070 !important;
	
}

#sidebar img {
	margin:0 0 0 5px;
}

.entryhead {
	position:relative;	
	clear:both;
	margin-top:20px;
}

.entryhead .date {
	background:transparent url(images/date.gif) no-repeat scroll left top;
	color:white;
	font-size:12px;
	height:68px;
	left:-80px;
	padding-top:3px;
	position:absolute;
	text-align:center;
	top:0;
	width:66px;
}

.entryhead .date strong {
	color:#333333;
	display:block;
	font-size:36px;
	font-weight:normal;
	line-height:36px;
	margin-top:-1px;
}

.entryhead small {
	color:#717070;
	
}

.entry {
	margin-top:10px;
	overflow:hidden;
}

#footer {
	background:transparent url(images/footer.gif) no-repeat scroll left top;
	clear:both;
	padding:20px 0;
}

#footer a {
	color:#ccc;
	text-decoration:none;
	font-size:10px;
}

#footer p {
	margin:0px 0 5px 0;
	font-size:10px;
}

#footer .roi {
	background:transparent url(images/roilogo.gif) no-repeat scroll 65px 0px;
	padding:4px 0 1px 86px;
}

#footer .rss {
	background:transparent url(images/rss.gif) no-repeat scroll 65px 0px;
	padding:4px 0 1px 86px;
	
}
/*End structure*/

/*Type*/

h1 {
	display:none;
}

p, #content ul, #content ol, #content blockquote {
	margin:10px 0 0 0;	

}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

blockquote {
	background:transparent url(images/quote.gif) no-repeat scroll left 8px;
	font-family:Georgia,serif;
	font-size:16px;
	font-style:italic;
	padding:1px 0 0 40px;
}

#content a {
	font-weight:bold;
	text-decoration:none !important;	
}

.post li {
	padding-left:30px;
	background:url(images/contentlist.gif) no-repeat center left;
	margin-top:5px;
}

#sidebar h2 {
	background:transparent url(images/sidebarh2.gif) no-repeat scroll left top;
	width:287px;
	padding:5px 0 5px 20px;
	color:white;
	/*
	text-transform:lowercase;
	*/
}

.entryhead h2 {
	color:#333;
	font-size:24px;
	font-weight:bold;
}

.entryhead h2 a {
	color:#333 !important;	
	text-decoration:none;
}

.postmeta {
	margin-top:30px;
}

.postmeta a {
	color:#717070 !important;
}

.postmeta span {
	background:#eaeaea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:4px;
	font-size:12px;
}

#sidebar a {
	color:#717070;
	text-decoration:none;
}

#respond {
	clear:both;	
}

.comment {
	margin-top:20px;
	padding-bottom:20px;
	position:relative;
}

.comment .narrow {
	font-size:12px;
	left:-78px;
	padding:0;
	position:absolute;
	top:0;
}

.comment .wide cite {
	float:right;
	
}

#respond {
	border-top:1px solid #CCCCCC;
	margin-top:25px;
	padding-top:10px;
}

#respond h3, #commenthead {
	font-size:16px;
	margin-top:10px;
	font-weight:bold;
}

#respond textarea {
	width:450px;
	height:121px;
	background:#f1f1f1;
	font-family:Georgia, Serif;
	font-size:12px;
	border:none;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#respond input {
	width:300px;
	background:#f1f1f1;
	font-family:Georgia, Serif;
	font-size:12px;
	border:none;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#respond label {
	display:block;
	font-family:Tahoma, Arial, Sans-serif;
	font-size:14px;
	color:#333333;
}

#submit {
	font-family:Tahoma, Arial, Sans-serif !important;
	width:auto !important;
	cursor:pointer !important;
	font-size:14px !important;
	background:url(images/submit.gif) no-repeat top left !important;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:15px 19px 16px 14px !important;
}

.wp-caption {
        padding:8px;
        margin:10px;
}

.wp-caption p {
        font-size:9px;
line-height:10px;
margin-top:7px;
text-align:center;
}

.wp-caption img {
       margin:0 auto
}

.alignleft {
        float:left;
}

.alignright {
        float:right;
}
