/*  
Theme Name: PilotMag Theme
Theme URI: http://www.pilotmag.co.uk/
Description: The Pilot Magazine Online Edition
Version: 2.0 
Author: Jon Baker
Author URI: http://clockobj.co.uk/

*/

@charset "UTF-8";
/* CSS Document */
body
{
	font-family: "Lucida Grande", Tahoma, Verdana, Sans-Serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
	/*background-color:#FFFFFF;*/
}

/* Title Style*/
h1
{
	font-weight: lighter;
	font-size: 2em;
}

h2
{
	font-weight:lighter;
	font-size: 1.5em;
	margin-bottom: 5px;
}

/*List items*/
li
{
	list-style-position: outside;
	list-style-type: square;
}

/*HyperLinks*/
a
{
	text-decoration: none;
	color:Navy;
}

a:hover
{
	color: #ff0033;
}

small
{
	font-style:italic;
	font-size: 0.8em;
	
}

/*Images*/
img
{
	border: 0px;
	vertical-align: middle;
}

fieldset
{
	width: 450px;
	text-align: left;
	margin: 10px auto 10px auto;
}

hr
{
	height:1px;
}

/*** CSS Layout - Page ***/

#container
{
	width:900px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border: 1px dotted #999999;
}

#printContainer
{
	width: 650px;
}

/* Header */
#header
{
 width:900px;
}

#badge
{
	float:left;
	width:200px;
	margin-top: 10px;
	margin-left: 10px;
}

#logo
{
	float:left;
	text-align:center;
	min-width:290px;
	margin: 10px 95px 10px 95px;
}
#search
{
	font-size:0.8em;
	text-align:right;
	float:right;
	width:200px;
	margin-top:10px;
	margin-right:10px;
}

#search_image
{
vertical-align:middle;
}

.blogItem
{
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:solid 1px #333333;
}

#date
{
	margin-right: 20px;
}


/* Body */
#contentBody
{
	clear:both;
}

#leftCol
{
	float:left;
	width: 158px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;

}

#centreCol
{
	float: left;
	width: 587px;
	padding: 10px 10px 20px 10px;
	text-align:justify;
}

#rightCol
{
	float: left;
	text-align:center;
	width: 95;
	padding: 10px;
}

#rightCol img
{
	margin-bottom:10px;
}

/* Navigation */

div.widget-header {
	width:150px;
	height:20px;
	background-image:url(assets/side_head.gif);
	text-align:center;
}

div.widget-header h2 {
	font-size:1.1em;
	color:#FFFFFF;
}

div.widget-footer {
	width:150px;
	height:20px;
	background-image:url(assets/side_footer.gif);
}

#leftCol ul {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

#leftCol li {
	list-style:none;
	display:block;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	}
	
#leftCol li a {
display:block;
    padding:0px 3px 0px 3px;
	margin:0px;
	width:144px;
	height:20px;
	background-image:url(assets/side_body.gif);
	color:#FFFFFF;
}

#leftCol li.current-cat a {
	background-image:url(assets/side_menu_sel.gif);
	width:152px;
}

#leftCol li.current_page_item a {
	background-image:url(assets/side_menu_sel.gif);
	width:152px;
}

#leftCol li.current-cat-parent a {
	background-image:url(assets/side_menu_sel.gif);
	width:152px;
}

li.current-cat ul.children {
	display:block;
}

li.current-cat-parent ul.children {
	display:block;
}

#leftCol .children li a {
	color:Navy;
	background-image:none;
	background-color:#EEEEEE;
	width:144px;
}

li.cat-item .children {
	display:none;
	}


/* General Layout */
.bar
{
	clear:both;
	background-color:#153599;
	background-image:url(assets/bar.gif);
	background-repeat:no-repeat;
	width:900px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
	vertical-align:middle;
}

/* Use to clear floating content nested in divs*/
.clearContent
{
	clear:both;
    height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}

#footer
{
	clear: both;
}

#footerContent
{
	font-size:0.9em;
	text-align:center;
}
/* CSS Layout - Element */

.thumbContainer
{
	min-height:100%; /*For IE7 */
	width: auto;
}

.thumbs
{ 
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}

.thumbs:hover
{	
	border-right: #676767 1px solid;
	border-top: #676767 1px solid;
	border-left: #676767 1px solid;
	border-bottom: #676767 1px solid;
}
/*'Not required' form label + layout*/
.formNo
{
	width:150px;
	text-align: right;
	display: inline;
	float: left;
	clear: left;
}
/*'Required' form label + layout*/
.formReq
{
	width:150px;
	text-align: right;
	font-weight: bold;
	display: inline;
	float: left;
	clear: left;
}

.formAlign
{
	margin-left: 152px;
}

/* Clockwork objects styles */
.cwo
{
	color: #006666;
}

.info
{
	font-size: 0.8em;
}

.tab
{
	margin-left: 20px;
}

.comment
{
	padding: 10px;
	border-bottom:dotted 1px #333333;
}

.comment-alt
{
	padding: 10px;
	border-bottom:dotted 1px #333333;
	background-color: #EEEEEE;
}

.comment-id
{
	float:left;
	width:64;
	text-align:center;
}

.comment-body
{
	float:left;
	width:480px;
	margin-left:20px;
	padding-top:0px;
	padding-bottom:20px;
}

.sideText
{
	font-size: 10px;
	border-top: dotted 1px #444444;
	display: block;
	width: 90px;
}
/* Hide Editor panels*/
.panEditor
{
	width:585px;
	/*height: 550px;*/
}

.over {
	background: #153599;
	color: #ffffff;
}
