/*  
Template name: Colorvoid
Template URI: http://templates.arcsin.se/colorvoid-website-template/
Release date: 2008-04-25
Description: Soft and natural, gray and blue two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/

post items border are in .post_body
*/
/* 
----------------------------------------------------------------------------- 
START GLOBAL RESET
-----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object {margin:0;
padding:0;}

table {border-collapse:collapse;
border-spacing:0;}

fieldset,img,abbr {border:0;}

address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var {font-style:normal;
font-weight:normal;}

ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {font-size:1.0em;}

q:before,q:after {content:'';}

a,ins {text-decoration:none;}

/* 
----------------------------------------------------------------------------- 
END GLOBAL RESET
-----------------------------------------------------------------------------*/


/* ----------------------------------------
   Standard Elements
   
   GBT NOTE THAT THE ORIGINAL WIDTHS OF THE
   IMAGES HAS BEEN INCREASED BY 70px AND
   WIDTHS IN THE CSS FILE ALSO AMENDED
   BY 70PX i.e 545 becomes 615
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #369; /*url('img/body.jpg');*/
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #06A;text-decoration:none;}
a:hover {color: #036;text-decoration:underline;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	/*background: #FFF url('img/quote.gif') no-repeat;*/
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: middle;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 10px auto 0;/*top and bottom margins*/
	width: 850px;/*was 780*/
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #739CBA url('img/navigation.jpg') repeat-x left top; /*no-repeat left bottom;*/
	padding: 32px 10px 0;/*was 82*/
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding-left: 3px;/*was 0*/
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('img/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('img/tabrightc.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;text-decoration:underline;color:#036;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 615px;}/*was 545*/
#main_right {width: 220px;}

/* Footer */
#footer {
	background: #A3B5C1 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #000000;/*#FAFCFF;*/
}
#footer .right {color: #000000;}/*C8DBE8;}*/
#footer .right a {
	color: #06A;/*D3E5F1;*/
	text-decoration: none;
}
#footer .right a:hover {
	color: #036;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #E8E8E8 url('img/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
border-bottom: 1px #ddd solid;}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 350px}
.post_date {
	/*color: #999;*/
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	/*border-top: 1px solid #E5E5E5;*/
	padding: 0px 5px 6px;
	font-size: 0.8em;
	color: #06a;
}
.post_metadata .content a {color: #06a;}
.post_metadata .content a:hover {color: #036;text-decoration:underline;}

.post_body {
	background: #F5F5F5 url('img/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
border-right:1px solid;
border-bottom:1px solid;
border-left:1px solid;
border-color: #ddd;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #C6D2DB url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 1px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

/* ----------------------------------------
   featurebox, tabs, graph and yesyes/NONO
------------------------------------------- */
	.featurebox {color:#333;padding: 15px 20px 0px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6 url("http://www.gbtamc.co.uk/et/assets/site/featurebox_bg.jpg") no-repeat 100% 100%}
.featurebox a.more {display:block;
text-align: right;
padding:0 24px 0 0;
text-decoration:none;
color:#467aa7;}

	.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #00c;color:#000}
	.featurebox p {border:none;margin: 0 0 1em;color:#444}
	.featurebox a {font-weight:normal;color:#467aa7;}
/* Toptab menu */

#toptabs {margin:10px auto -13px auto;
font-size:0.8em;
width:760px;}

#toptabs p {text-align:right;
color:#808080;}

.toptab {padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;}

.toptab:hover {background:#fafafa url(corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;}

.activetoptab {padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;}

.activetoptab:hover {text-decoration:none;
border-bottom:1px solid #ffffff;}

.graph {background-color: #467aa7;
border: solid 1px black;
font: normal 10px Verdana, "Lucida Sans Unicode",sans-serif;
color:#ffffff;
width:615px;}

.graph td {font: normal 10px Verdana, "Lucida Sans Unicode",sans-serif;
color:#ffffff;}

.graph thead th {border-bottom: double 3px white;
font: normal 10px Verdana, "Lucida Sans Unicode",sans-serif;
font-size: 10px;
padding: 0.5em;
text-align:center;
color:#ffffff;}

.graph tfoot td {border-top: solid 1px black;
font-size: 10px;
text-align: center;
padding: 0.5em;
color: #000;}

.bar {background-color: white;
text-align: right;
border-left: solid 1px black;
padding-right: 0.5em;
width: 400px;}

.bar div {border-top: solid 1px black;
border-bottom: solid 1px black;
border-left: solid 1px black;
border-right: solid 1px black;
background-color: #BFE2FF;
text-align: right;
color: white;
float: left;
padding-top: 0;
height: .5em;}

.yesyes{display:none;}
#yesyes{display:none;}
.red{color:#f00;}

olor:#f00;}

