/* Lets get things tidy */
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; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
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: "" ""; }
.floatright { float:right; }
.floatleft { float:left }

/*General layout */
html, body {
	background:url(assets/images/pagebg.jpg) top left repeat-x;
	width:100%;
		margin:0;
	padding:0;
	}
#container {
	width:975px;
	}
#header {
	width:100%;
	height:83px;
	margin:0;
	padding:0;
	}
#header a.logo {
	display:block;
	width:134px;
	height:83px;
	background:url(assets/images/logo.png) top left no-repeat;
	text-indent:-9999px;
	margin-left:25px;
	}
#banner {
	width:100%;
	height:184px;
	background:url(assets/images/banner-base.png)
	}
#content {
	width:100%;
	clear:both;
	margin-top:20px;
	}
#contentleft {
	float:left;
	width:70%;
	margin-bottom:15px;
	padding-left:15px;
	}
#sidebar {
	float:right;
	width:24%;
	margin-bottom:15px;
	}
#footer {
	width:100%;
	border-top:1px solid #CCCCCC;
	clear:both;
	margin-bottom:10px;
	}
#footer p {
	padding:0 15px 0 15px;
	}
	
/* Typography */
h1 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#069aca;
	}
h2, h2 a, #sidebar ul li h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#069aca;
	padding-bottom:12px;
	text-decoration:none;
	}
h2 a:hover {
	text-decoration:underline;
	}
h3, h3 a {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#069aca;
	padding-bottom:12px;
	text-decoration:none;
	}
h3 a:hover {
	text-decoration:underline;
	}
p {
	font:12px Arial, Helvetica, sans-serif;
	color:#272829;
	line-height:20px;
	padding:0 0 12px 20px;
	}
#footer p {
	font-size:11px;
	}
p strong {
	font-weight:bold;
	color:#353535;
	}
em {
	font-style:italic;
	color:#4b4b4b;
	}

/* Sidebar */
#sidebar ul, #sidebar li ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#sidebar ul ul {
	margin-bottom:20px;
	}
ul#sidebar-group ul {
	border-top:1px solid #d0d0d0;
	}
ul#sidebar-group li a, ul#sidebar-group li a:link, ul#sidebar-group li a:visited {
	display:block;
	padding:8px 0 8px 28px;
	border-bottom:1px solid #d0d0d0;
	background:url(assets/images/bullet_blue.png) no-repeat;
	background-position:12px 10px;	
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	outline:none;
	}
#sidebar ul li ul {
	margin-bottom:0;
	}
#sidebar ul li ul li {
	padding-left:10px;
	}
#sidebar ul li ul li a {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	}
#sidebar ul li ul li a:hover {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: underline;
	}	

/* Search Box */
#searchbox {
	background:#c8dfe6;
	margin:20px 0 20px 0;
	padding:8px;
	}
.searchfield {
	border:1px solid #057295;
	height:18px;
	width:155px;
	}
.searchbutton {
	background:#057295;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	border:0;
	width:55px;
	height:22px;
	}
	
/* Main Menu and Navigation */
#menu {
	display:block;
	float:right;
	width:480px;
	height:24px;
	margin:-46px 0 0 0;
	}
#menu ul {
	margin:0;
	padding:0;
	}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
#menu li a {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	}
#menu li a:hover {
	color:#069aca;
	}
#navigation { }
#navigation { }
#footer ul {
	width:400px;
	margin:5px 0 5px 15px;
	}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	}
#footer ul li a {
	font:11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	outline:none;
	}
#footer ul li a:hover {
	color:#069aca;
	}

/* Post display */
.post {
	clear:both;
	}
/* Post infomation box */
#postinfo {
	margin:4px 0 10px 15px;
	width:280px;
	height:27px;
	background:url(http://www.claxson.co.uk/wp-content/themes/claxson/assets/images/postinfoboxbg.png) top left no-repeat;
	}
.timestamp, #timestamp  {
	position:relative;
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	padding:7px 0 10px 30px;
	background:url(http://www.claxson.co.uk/wp-content/themes/claxson/assets/images/icon-blog_blue.png) top left no-repeat;
	background-position:6px 5px;
	color:#002b39;
	}
	
/* post navigation */
div.navigation {
	margin-bottom:25px;
	}
span.alignleft {
	float:left;
	padding:3px 5px 4px 5px;
	background:#cae0e6;
	margin-bottom:15px;
	}
span.alignright {
	float:right;
	text-align:right;
	padding:3px 5px 4px 5px;
	background:#cae0e6;
	margin-bottom:15px;
	}
span.alignleft a, span.alignright a {
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	}
span.alignleft a:hover, span.alignright a:hover {
	text-decoration:underline;
	}
	
/* Comment Form */
div#comments {
	}
div#comments #commentform input {
	border:1px solid #999999;
	}
div#comments #commentform textarea#comment {
	width:400px;
	height:200px;
	border:1px solid #999999;
	}
div#comments #commentform input#submit {
	background:#057295;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	border:0;
	width:155px;
	height:22px;
	}
ol.commentlist {
	display:block;
	padding:10px;
	border-top:1px solid #c8dfe6;
	border-bottom:1px solid #c8dfe6;
	}
ol.commentlist em {
	font:12px Arial, Helvetica, sans-serif;
	}
ol.commentlist cite, ol.commentlist cite a {
	font:12px Arial, Helvetica, sans-serif;
	}
.avatar {
	display:none;
	}
.commentmetadata {
	display:block;
	margin:4px 0 4px 0;
	width:280px;
	height:27px;
	background:url(http://www.claxson.co.uk/wp-content/themes/claxson/assets/images/postinfoboxbg.png) top left no-repeat;
	}
.commentmetadata a {	
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	padding:7px 0 10px 30px;
	background:url(http://www.claxson.co.uk/wp-content/themes/claxson/assets/images/icon-blog_blue.png) top left no-repeat;
	background-position:6px 5px;
	color:#002b39;
	}
.comment-text p {
	display:block;
	border-left:4px solid #c8dfe6;
	padding-left:10px;
	margin:0;
	
	}
.comment-textwrap {
	padding:4px 20px 4px 22px;
	margin:8px;
	background:url(assets/images/commentborder.png) top left no-repeat;
	}

.imgfloat-right { float:right; margin:0 0 10px 15px; }
a.button-vote {
	display:block;
	width:196px;
	height:34px;
	background:url(../../uploads/2009/09/vote-comtec.png) top left no-repeat;
	text-indent:-9999px;
	outline:none;
	}
a.button-vote:hover {
	display:block;
	width:196px;
	height:34px;
	background:url(../../uploads/2009/09/vote-comtec.png) bottom left no-repeat;
	text-indent:-9999px;
	outline:none;
	}
a.button-tickets {
	display:block;
	width:196px;
	height:34px;
	background:url(../../uploads/2010/05/button-buy-tickets.png) top left no-repeat;
	text-indent:-9999px;
	outline:none;
	}
a.button-tickets:hover {
	display:block;
	width:196px;
	height:34px;
	background:url(../../uploads/2010/05/button-buy-tickets.png) bottom left no-repeat;
	text-indent:-9999px;
	outline:none;
	}