/*
Theme Name: Mawkin
Theme URI: http://www.mawkin.co.uk
Description: Mawking Website Theme
Version: 1.0
Author: Ben Delarre
Author URI: http://www.cwd.co.uk
*/

body,html {
	background: black;
	font-family: Verdana, Arial, sans-serif;
	color: white;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
#siteContainer {
	position: relative;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
h1 {
	font-size: 197%;
	text-indent: -2px;
	margin-bottom: 5px;
}
h2 {
	font-size: 182%;
	text-indent: -2px;
	margin-bottom: 5px;
}
h3 {
	font-size: 153.9%;
	text-indent: -2px;
	margin-bottom: 5px;
}
h4 {
	font-size: 138.5%;
	text-indent: -3px;
	margin-bottom: 5px;
}
a {
	color: #ff3840;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 197px;
	top: 5px;
}
#headingWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 159px;
	background: white;
}
#headingGraphic {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url('images/heading_trans.png') no-repeat;
	width: 479px;
	height: 177px;
	z-index: 10;
}
#logoText {
	width: 410px;
	height: 99px;
	position: absolute;
	top: 25px;
	left: 50px;
}
#logoTextImage {
	background: white url('images/logo.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 99px;
}
#searchform #s {
	padding: 5px;
	width: 225px;
}
input[type=submit] {
	background-color: #999999;
	color: white;
	font-weight: bold;
	border: 0px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
input[type=submit]:hover {
	background-color: #333333;
}
#menu {
	position: absolute;
	top: 154px;
	left: 0px;
	right: 0px;
	z-index: 11;
	border-bottom: 1px solid #67686a;
}
#menu ul {
	display: inline;
	color: white;
}
#menu ul li {
	display: block;
	float: left;
	font-size: 138.5%;
	position: relative;
}
#menu ul li:hover {
	background: #333333;
}
#menu li.current_page_item {
	background: #999999;
}
#menu li a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul li ul.children {
	display: none;
	position: absolute;
	top: auto;
	left: auto;
	background: #999999;
}
#menu ul li ul.children li {
	font-size: 70%;
	float: none;
}
#menu li:hover ul.children {
	display: block;
}
#content {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#main {
	float: left;
	width: 580px;
}
#main .post {
	margin-bottom: 30px;
}
.post .entry-meta {
	font-size: 77%;
}
.post .entry-content {
	margin-top: 10px;
}
#sidebar {
	float: right;
	width: 320px;
	padding-left: 15px;
	padding-right: 0px;
}
#sidebar li.widget-container {
	margin-bottom: 15px;
}
#sidebar .gigpress-listing .gigpress-sidebar-status {
	display: block;
	text-align: right;
}
.entry-content .gigpress-tour td, .entry-content .gigpress-heading {
	background-color: #222;
}
.entry-content tr.gigpress-info td {
	color: #555;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #67686a;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	font-size: 85%;
}
.clear-both {
	clear: both;
}

#nav-above {
	display: none;
}
#nav-below {
}
#nav-below .nav-previous {
	display: block;
	width: 50%;
	float: left;
}
#nav-below .nav-next {
	text-align: right;
	display: block;
	width: 50%;
	float:right;
}
#comments {
	padding-top: 15px;
	clear:both;
}
#comments #comments-title {
	font-size: 123.1%;
	margin-bottom: 15px;
}
#comments .comment-form-comment label {
	display: none;
}
#comments .comment-form-comment textarea#comment {
	width: 100%;
}
#comments #respond form label {
	padding-right: 5px;
}
#comments .commentlist li.comment {
	margin-top: 15px;
	position: relative;
}
#comments .comment-author {
	margin-bottom: 5px;
	font-size: 77%;
}
#comments .comment-author .avatar {
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
#comments .comment-meta {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 77%;
}
#comments .comment-body {
	margin-left: 45px;
}
#comments #respond #cancel-comment-reply-link {
	font-size: 70%;
}
#comments li.comment #respond {
	margin-left: 20px;
}
#comments #respond {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments ul.children {
	margin-left: 20px;
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart {
	padding: 0px;
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart table th,
#sidebar .widget_wpsc_shopping_cart .shoppingcart table td{
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart #product {
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart #quantity {
	width: 3em;
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart #price {
	width: 5em;
}
#sidebar .widget_wpsc_shopping_cart .shoppingcart #remove {
	width: 1em;
}
#content #main #wpsc_shopping_cart_container, #main #checkout_page_container{
	width: 580px;
}
#main .default_product_display, #main .single_product_display {
	padding-left: 0px;
	padding-right: 0px;
}
#main .wpsc_checkout_table {
	clear: both;
}
#content #main table.wpsc_checkout_table tr td {
	padding-top: 5px;
}
#content #main table.wpsc_checkout_table input,
#content #main table.wpsc_checkout_table select{
	width: 200px;
}
#content #main table.wpsc_checkout_table textarea {
	width: 350px;
}
.widget_ns_mailchimp {
	min-height: 57px;
	height: 57px;
}
.widget_ns_mailchimp label {
	display: none;
}
.widget_ns_mailchimp input[type=text] {
	width: 220px;
	padding: 5px;
}
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27455475-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
