/*
Theme Name: Ten Days
Theme URI: http://tendays.co.uk
Description: Custom WordPress theme for http://tendays.co.uk.
Version: 1.0
Author: Adrian Diaconescu
Author URI: http://rubiqube.com/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #333333;
	font-size: 13px;
}

a {
	color: #EA2E03;
	text-decoration: none;
}

a:hover {
	color: #EA2E03;
	text-decoration: underline;
}

ul {
	list-style: none;
}

hr {
	border: none 0;
	border-bottom: 1px solid #ECECEC;
	height: 1px;
	margin: 20px 0;
}

blockquote {
	font-style: italic;
	background: #F5F5F5 url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	border-top: 1px solid #CCCCCC;
	padding: 8px 15px 8px 60px;
	margin: 15px 0 10px 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
}

#header {
	height: 295px;
}

#sitelogo {
	position: absolute;
}

#sponsorlogo {
	position: relative;
	top: 210px;
	left: 640px;
}

#sponsorlogo img {
	padding: 3px;
	background: #FFFFFF;
}

#menu {
	height: 39px;
	background: url(images/bg_menu.jpg) no-repeat top left;
}

#menu ul li {
	float: left;
	padding: 16px 10px 8px 10px;
	font-size: 90%;
}

#menu ul li a {
	color: #999999;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li.current_page_item {
	background: url(images/bg_menu_active.png) repeat-x bottom left;
	padding: 12px 10px 12px 10px;
}

#menu ul li.current_page_item a {
	color: #FFFFFF;
}

#container {
	background: url(images/bg_container.gif) repeat-y top left;
}

#content {
	float: left;
	width: 500px;
	background: #FFFFFF url(images/bg_content_top.gif) no-repeat top left;
	margin-left: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#topbuttons {
	padding: 0;
	margin: 0;
}	

#topbuttons li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.post h1 {
	font-size: 130%;
	color: #F05913;
	margin: 0 0 15px 0;
}

.post h2 {
	font-size: 130%;
	color: #333333;
	margin: 15px 0 8px 0;
}

.pagetitle {
	font-size: 130%;
	color: #F05913;
	margin: 0 0 15px 0;
}

.post h3 {
	font-size: 110%;
	color: #333333;
	margin: 5px 0 8px 0;
}

.post p {
	margin-bottom: 10px;
	line-height: 1.5;
}

.post ul, .post ol {
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.post ul {
	list-style: disc;
}

.post img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

.post img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

.post table {
	margin-bottom: 10px;
}

.entry-date {
	font-size: 85%;
	color: #999999;
}

.navigation {
	margin-top: 20px;
}

.newsentry {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
}

.logocell {
	width: 160px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #E4E6E5;
}

#sidebar {
	float: left;
	width: 170px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#btn-sponsor {
	display: block;
	width: 170px;
	height: 52px;
	background: url(images/btn_sponsor.png) no-repeat top left;
}

#btn-podcast {
	display: block;
	width: 170px;
	height: 52px;
	background: url(images/btn_podcast.png) no-repeat top left;
	margin-bottom: 15px;
}

#btn-sponsor:hover, #btn-podcast:hover {
	background-position: 0 -52px;
}

.widget {
	margin-bottom: 20px;
}

.widgettitle {
	font-size: 110%;
	color: #333333;
	margin-bottom: 5px;
}

.widget ul li {
	padding: 4px 0;
	font-size: 90%;
	border-bottom: 1px solid #ECECEC;
}

#footer {
	width: 740px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0;
	border-top: 5px solid #F0F0F0;
}


#footer-links {
	color: #666666;
	float: left;
	margin-left: 20px;
}

#footer-links p {
	margin-bottom: 5px;
}

#footer-logos {
	float: right;
	margin-right: 20px;
	font-size: 90%;
	font-weight: bold;
	color: #999999;
}

#footer-logos ul li {
	float: left;
	margin-left: 20px;
}
