/*
Theme Name: Voltz Energy Shot Live
Theme URI: http://www.voltzenergyshot.co.uk/live/
Description: The theme for <a href="http://www.voltzenergyshot.co.uk/live/">Voltz Energy Shot Live</a>.
Version: 1.0
Author: Shotgun Front
Author URI: http://www.shotgunfront.com/
Tags:
*/

/* -------------------- START BODY -------------------- */

body {
	font-size: 62.5%;
	background: #131313;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#page {
	margin-left: auto; 
	margin-right: auto;
	width: 960px;
	text-align: left;
}

a:active, a:focus, input[type="image"] {
	outline: 0; /* removes dotted borders in firefox */
}

*:focus {
	outline: 0;
}

a img, img {
	border: none;
	padding: 0;
	margin: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.dotted_line {
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #bfbfbf;
	clear: both;
}



/* -------------------- END BODY -------------------- */
/* -------------------- START FONTS -------------------- */



h1, h2, h3, h4 {
	font-weight: 100;
	margin: 0;
	line-height: 1em;
}

p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 10px 0 10px;
}

.bold { font-weight: bold; }

.white { color: #ffffff; }

.yellow { color: #fff000; }

.grey { color: #454545; }

a { color: #fff000; text-decoration: none; }
a:hover { color: #ffffff; }

a.grey_yellow { color: #454545; }
a.grey_yellow:hover { color: #fff000;}

a.white_yellow { color: #ffffff; }
a.white_yellow:hover { color: #fff000; }

a.yellow_white { color: #fff000; }
a.yellow_white:hover { color: #ffffff; }

/*** START HEADER FONTS ***/

.strapline {
	font-size: 1.8em;
}

.businesslinks {
	font-size: 1.4em;
}

#breadcrumb {
	font-size: 1.2em;
	color: #989898;
}

.hidden { /* Search label */
	font-size: 1.2em;
	color: #989898;
}

#s {
	font-size: 1.2em;
	color: #ffffff;
}

#searchsubmit {
	font-size: 1.2em;
	color: #272727;
	font-weight: bold;
	text-align: center;
}

#searchsubmit:hover {
	color: #ffffff;
}

/*** END HEADER FONTS ***/

/*** START POST FONTS ***/

h1.pagetitle {
	font-size: 3.0em;
	color: #fff000;
	font-weight: bold;
}

h2.post_title {
	font-size: 3.0em;
}

h3.comment_title {
	font-size: 1.4em;
	color: #454545;
	font-weight: bold;
}

.post_date {
	font-size: 1.4em;
}

.postmeta_more a, .postmeta_comments a, .postmeta_rss a {
	font-weight: bold;
	font-size: 2.4em;
}

.postmeta_comments a { color: #454545; }
.postmeta_comments a:hover { color: #fff000; }

.postmeta_rss a { color: #ffffff; }
.postmeta_rss a:hover { color: #fff000; }

.comment-author {
	font-size: 1.4em;
	color: #454545;
	font-weight: bold;
	color: #fff000;
}

em {
	color: #454545;
}

#author, #email, #url, #comment, #submit {
	color: #FFFFFF;
	font-size: 1em;
}

#submit {
	font-weight: bold;
}

#submit:hover {
	color: #333333;
}

#comment {
	font-family: Helvetica, Arial, sans-serif;
}

.next_posts_link a, .previous_posts_link a {
	font-weight: bold;
	font-size: 2.4em;
}

/*** END POST FONTS ***/

/*** START SIDEBAR FONTS ***/

h3.widgettitle {
	font-size: 3.0em;	
	font-weight: bold;	
	color: #454545;
	margin: 0 0 20px 0;
}

li.cat-item a {
	font-size: 2.4em;	
	font-weight: bold;	
	color: #ffffff;
}

li.cat-item a:hover { color: #fff000; }

/*** END SIDEBAR FONTS ***/

/* -------------------- END FONTS -------------------- */
/* -------------------- START STRUCTURE -------------------- */



/*** START MAIN STRUCTURE ***/

.narrowcolumn {
	float: left;
	width: 615px;
}

.widecolumn {
}

/*** END MAIN STRUCTURE ***/

/*** START HEADER STRUCTURE ***/

#header {
	height: 180px;
	width: 960px;
}

#header_strapline {
	height: 27px;
	background: url('content/bottle.gif') no-repeat;
	background-position: 17px 9px;
	padding: 21px 0 0 40px;
	float: left;
}

#header_businesslinks {
	padding: 25px 0 0 0;
	float: right;
}

.businesslinks {
	float: right;
}

.header_businesslinks_strike {
	background: url('content/strike.gif') no-repeat;
	background-position: center;
	width: 34px;
	height: 13px;
	float: right;
}

#header_bread_search {
	background: #3c3c3c;
	height: 30px;
	width: 960px;
	margin: 6px 0 0 0;
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: #fff000;
}

#breadcrumb {
	float: left;
	margin: 8px 0 0 10px;
}

#searchform {
	float: right;
}

.hidden { /* Search label */
	position: relative;
	bottom: 1px;
}

#s {
	background: #272727;
	border: none;
	padding: 6px 6px 7px 6px;
	width: 185px;
	position: relative;
	left: 2px;
	bottom: 1px;
}


#searchsubmit {
	background: #fff000;
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 31px;
	padding: 0px 0 0 0;
	cursor: pointer;
}

/*** END HEADER STRUCTURE ***/

/*** START POST STRUCTURE ***/

.post {
	padding: 25px 0 25px 0;
}

.pagetitle {
	margin: 25px 0 0 10px;
}

.post_date {
	border-style: solid;
	border-width: 6px 0 0 0;
	border-color: #2d2d2d;
	width: 34px;
	padding: 5px 0 0 0;
	margin: 2px 25px 3px 10px;
	float: left;
}

img.alignnone {
	margin: 15px 0 15px 0;
	position: relative;
	right: 10px;
}

.postmeta_more {
	float: left;
	margin: 32px 0 0 10px;
}

.postmeta_comments, .postmeta_rss {
	float: left;
	margin: 32px 0 0 45px;
}

.postmeta_addthis {
	float: left;
	margin: 38px 0 0 45px;
}

.single_addthis {
	margin: 20px 0 0 10px;
}

.comment_title {
	margin: 0 0 10px 10px;
}

.commentmetadata, .avatar {
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.comment-author, em {
	padding: 0 0 5px 10px;
}

.comment {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #bfbfbf;
}

#respond {
	padding: 25px 0 0 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #bfbfbf;
}

ol.commentlist {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#author, #email, #url, #comment, #submit {
	background: #333333;
	border: none;
	margin: 0 0 10px 0;
	padding: 3px;
}

#author, #email, #url, #submit {
	width: 215px;
}

#comment {
	overflow: auto;
	width: 400px;
	height: 100px;
}

#submit {
	cursor: pointer;
}

#submit:hover {
	background: #FFFFFF;
}

.next_posts_link, .previous_posts_link {
	margin: 25px 0 0 0;
}


/*** END POST STRUCTURE ***/

/*** START SIDEBAR STRUCTURE ***/

.searchresults_postmeta {
	float: left;
}

/*** END POST STRUCTURE ***/

/*** START SIDEBAR STRUCTURE ***/

#sidebar {
	width: 280px;
	margin: 68px 0 0 680px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

li.cat-item {
	background: url('content/bullet.gif') no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 40px;
	margin: 0 0 7px 0;
}

.widget_text {
	border-style: dotted;
	border-width: 1px 0 1px 0;
	border-color: #bfbfbf;
	width: 280px;
	margin: 30px 0 30px 0;
	padding: 30px 0 30px 0;
}

.dotted_line_sidebar {
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #bfbfbf;
	margin: 30px 0 30px 0;
}

.sidebar_follow {
	float: left;
}

.sidebar_follow_line {
	float: left;
	background: url('content/sidebar_follow_line.gif') no-repeat;
	width: 1px;
	height: 138px;
	margin: 0 30px 0 20px;
}

.sidebar_follow_img {
	margin: 0 0 10px 0;
}

/*** END SIDEBAR STRUCTURE ***/

/*** START FOOTER STRUCTURE ***/

#footer {
	width: 960px;
	height: 100px;
}

/*** END FOOTER STRUCTURE ***/



/* -------------------- END STRUCTURE -------------------- */