/*
Theme Name: Flukeshot
Theme URI: http://www.flukeshot.co.uk
Description: A 2-column simple, clean layout for <a href="http://www.flukeshot.co.uk">www.flukeshot.co.uk</a>.
Version: 1.0
Author: Nathan jones
Author URI: http://www.artballs.co.uk
Tags: fixed width, two columns, archives, accessible, simple, clean, valid CSS, valid XHTML, silver, white, right sidebar, widgets, widget ready
*/


* {margin:0; padding:0; }
body {
	font:62.5% helvetica, "arial", sans-serif;
	line-height:1.7em;
	color:#cccccc;
	background-color:#ccc;
}
a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #ffffff;
}
p {
	padding-top:10px;
	color: #000000;
		}
p a {
	padding: 1px 2px;
	color:#FFF;
	background-color:#000;
	}
p a:hover {
	color:#FFF;
	background-color:#ffff00;
	}

h1 {
	margin: 20px 0 0;
	color: #000;
	}
img {
	/* margin:8px 10px 5px 10px; */
	border-style: none;
	}
img a {
	border:none;
}
input {vertical-align: middle}
h2 {
	font: normal 1.6em "arial", helvetica, sans-serif;
	margin: 0 0 12px;
	color: #000;
}
blockquote {
	margin: 10px 25px 10px 30px;
	border-left: 3px solid #124AA8;
	background: #FFFDD5;
	padding: 5px 15px;
	font-size: 1.3em;
	color:#000;
}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
.wp-caption {
	
	border-top: 1px solid #ddd;
	text-align: center;
	/* background-color: #f3f3f3; */
	padding: 12px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	color: #999999;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0px;
}
#wrapper {
	width: 900px;
	height:auto;
	margin: 0px auto;
	padding: 10px;
	background-color:#FFFFFF;
	position:relative;
}
#header {
	margin-bottom: 15px;
	position:relative;
	overflow:hidden;
}
#header-bg {
	height:100px;
	position:relative;
	border-top:5px solid #FFF;
}
#header-bg h1 {
	position:absolute;
	top:0px;
	left:15px;
	line-height: 0.85em;
	font-size:2.3em;
	margin: 14px 0 15px;
	padding:10px 10px 4px 10px;
	color: 000000;
}
#header-bg h1 a {
	font-family:Helvetica, "Arial Black";
	font-weight:normal;
	color:#000000;
	letter-spacing:-1px;
	font-size: 36px;
	}
#header-bg h1 span {
	display: block;
	font-size: 0.50em;
	font-weight: normal;
	text-transform: uppercase;
	color:#124AA8;
}
#navcontainer {
	/* background:transparent url(images/nav-bg.png) no-repeat scroll 0 0; */
	height:22px;
	position:absolute;
	bottom:0;
	left:0;
	width:830px;
}
ul#navlist {
	display:inline;
	/*list-style-position:outside; */
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#navlist li {
	border-right:1px solid #ccc;
	float:left;
	width:auto;
	margin:0;
	padding:0;
	text-align:left;
}
ul#navlist li a {
	color:#333333;
	display:block;
	float:left;
	font-size:11px;
	text-decoration:none;
	height:30px;
	font-weight:bold;
	padding:4px 15px 0 8px;
}
ul#navlist li a:hover {
	background-color:#FFFF00;
	color:#fff;
}
#navlist li.current_page_item a{
	background:#FF0080;
	color:#fff !important;
}
#navlist li.current-cat a{
	background:#FF0080;
	color:#fff !important;
}
#skip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0.5em;
	border-bottom:2px solid #000;
}
#skip li {
	display:inline;
	font-size:120%;
	line-height:2.5;
	margin:0 1em 0 0;
	padding:0;
}
#skip a:link, #skip a:visited {
	background:transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;
	border-color:#FFFFFF;
	color:#666666;
	font-weight:normal;
	padding-right:10px;
}
#skip a:focus, #skip a:active, #skip a:hover {
	background-color:#FFFDD5;
	color:#000000;
	text-decoration:underline;
}
#divSearchForm {
	float:right;
	margin:-32px 0 0 0;
	font-size:120%;
}
#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	font-family:"arial", helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}
#divSearchForm input.txt {
	display:inline;
	width:130px;
	padding:2px;
	border:1px solid #999;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}
#divSearchForm input.btn {
	margin:0;
	vertical-align:middle;
}
#container {
	width: 100%;
	margin-bottom:10px;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 580px;
	float: left;
	padding: 0 10px 0 0;
	overflow: hidden;
	/* background-image: url(images/flukeshotbg.png);
	background-repeat: no-repeat; */
}

#content h2 {
	font:normal 1.9em helvetica, "arial", sans-serif;
	padding: 0 0 4px;
	color:#000;
}
#content h2 a {
	font-weight:normal;
	text-decoration:none;
	color:#000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
#content h2 a:hover {
	color:#FFFFFF;
	background-color: #FFFF00;
	}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	color:#333333;
	margin-bottom:-5px !important;
	font-family: helvetica, "arial", sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
#content p, content li {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content h3 a {
	text-decoration:none;
	color: #333;
	background-color: #FFFF00;
	padding: 1px 3px 1px 3px;
	}	
#content h3 a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #FF0080;
	}
#content .post {
	margin: 0 0 2.2em;
}
#content .post h2 {
	font-size:2em;
	margin:0px;
}
#content .post h3 {
	margin-bottom:5px !important;
}
.post ul, .post ol {
	margin:0 0 6px 35px;
	font-size:12px;
}
.post li {
	padding:8px 25px 0 0;
	color:#000;
}
.post .postmetadata {
	font-size:1.1em;
	color:#000;
}
.postmetadata a {
	color:#FFFFFF;
	background-color: #FF0080;
	padding: 2px 3px 2px 3px;
}
.postmetadata a:hover {
	color:#FFFFFF;
	background-color: #FFFF00;
	text-decoration: none;
}
.entry {
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}
.entry p {
	color:#000;
	padding-bottom: 3px;
	}
.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:20px 0 5px 0;
	height: 1.3em;
}

.navigation a {
color:#ffffff;
background-color:#999999;
padding: 1px 3px 1px 3px;
}
.navigation a:hover {
color:#ffffff;
background-color:#FFFF00;
}
.alignleft {float: left;}
.alignright {float: right;}
h3#comments,h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}
.commentlist {
	margin: 20px 0 30px 18px;
	font-size:120%;
	background-color: #FFFFCC;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	padding:5px 0 20px;
	font-size:90%;
}
.cdata {
	/* background:#000; */
	padding: 3px 3px 3px 10px;
	height: 1%;
	color: #333;
}
.cdata strong {
  display: block;
  color:#333;
}
#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
	color:#333;
	padding: 0 7px 10px 13px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
.ctext p {
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
	color: #666;
	padding: 1px 2px 1px 0px;
}
.commentmetadata a:hover {
	color: #FFFFFF;
	background-color: #ff0080;
}
#comment {
	width: 550px;
	height: 170px;
	background-color:#fff;
	color: #FF0080;
	margin: 0px 0px 0px 20px;
	border: 1px dotted #FF6FCF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
textarea #comment {
	color:#000;
	}
#submit {
	color:#FFFFFF;
	background-color: #FF0080;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	}
#submit:hover {
	color:#FFFFFF;
	background-color: #FFFF00;
}
.alt {
background-color: #FFFF99;
}

/* sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	margin-left:20px;
	margin-top:10px;
	width: 230px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#sidebar ul	{
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;
	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
	border-top: 1px solid #EEE;
	padding:6px 0 6px 5px;
	line-height: 15px;
	}		
#sidebar ul li a {
	background:url(images/arrow.gif) no-repeat center left;
	text-decoration:none;
	color:#666;
	font-weight:bold;
	padding: 1px 3px 1px 8px;
	}
#sidebar ul li a:hover {
	color:#FFFFFF;
	background-color: #FFFF00;
	}
#sidebar h2 {
	font:bold 1.2em helvetica, "arial", sans-serif;
	margin-top:12px;
	}
	
#sidebar h3 {
	font: normal 1.4em/1.1em helvetica, "arial", sans-serif;
	padding: 0 0 3px;
}
		
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align:center;
  line-height:21px !important;
}
abbr, acronym {
border:medium none;
}
abbr[title], acronym[title] {
border-bottom:1px dotted #999;
cursor:help;
font-style:italic;
}
code, kbd, pre {
font-family: Monaco,"Courier New",Tahoma;
}
pre {
	padding:10px;
	background:#F6F7F5;
	font-size:120%;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#ccc;
	font-size:130%;
}
.txtGrey {
	color:#ccc;
}
#footer {
	clear: both;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#footer p{
	text-align:center;
	color:#999;
	}
#footer p a{
	color:#FFFFFF;
	background-color: #FF0080;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	}
#footer p a:hover{
	color:#FFFFFF;
	background-color: #FFFF00;
	}	
/* #base .baseHdr{
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	border:none;
	padding:0;
}
 #base {
	display: inline;
	float: left;
	 margin: 0;
	 width:100%;
	 clear:left;
	 background:#F0F0F0;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	position: relative;	
	 } 
#base ul {
	margin:10px 10px;
	padding:10px 0 0 4px;
	width:252px;
	display:inline;
	float:left;
	list-style-type:none; }
#base li {padding:5px 4px;
	border-top:1px solid #C0BDBD;
	line-height:15px;} */
.grid12 h6 {
	margin: 10px 0 50px 0;
	}
	
/* stuff that got swept under the carpet for now */

.widget_text {
	color: #000;
	}
.widget_text a {
	background-color: #000;
	color: #fff;
	padding: 1px 2px;
	}
.widget_text a:hover {
	background-color: #ffff00;
	color: #FFFFFF;
	text-decoration: none;
	}
.whoops a {
background-color: #000;
	color: #fff;
	padding: 1px 2px;
}
.whoops a:hover {
background-color: #ffff00;
}