/*  
Theme Name: Colorvoid
Theme URI: http://templates.arcsin.se/
Description: Soft and natural, gray and blue two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/">free website template</a> Colorvoid.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
Last updated: 2008-10-07
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	color: #345;
	padding-bottom: 1em;
	font: normal .8em Verdana,sans-serif;
	background-color: #4c5b23;
}

a {color: purple;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        list-style-type: none;
}
a:hover {color: #588943;
	list-style-type: none;
}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Verdana, sans-serif;}
h2 {font: normal 1.5em Verdana, sans-serif;}
h3 {font: bold 1em Verdana, sans-serif;}

blockquote_right {
	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;
}

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.6px;
}
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 #aa65a5;
	padding: 3px;
	width: 125px;
	color: #db0c62;
	letter-spacing: 1px;
	font: 1.2em courier, 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: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 40px auto 0;
	width: 850px;	
}
#layout_container {
	padding: 0 5px;
	background-color: #FFF;
}
#layout_edgetop, #layout_edgebottom {
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
	background: url(img/layout_edges4.gif) no-repeat left top;
}
#layout_edgebottom {background-position: center bottom;}

/* Site Title */
#site_title {
	background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 13px;
	padding-left: 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: #fff no-repeat left bottom;
	padding: 30px 10px 1px;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	float: left;
	margin-right: 2px;
	padding-left: 4px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/tableftc3.gif);
	letter-spacing: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: lowercase;
	margin-bottom: -2px;
	font: 0.8em Verdana, Helvetica, Arial, Geneva, sans-serif;
}
#tabs a span {
	float: left;
	display: block;
	background: url(img/tabrightc15.gif) no-repeat right top;
	padding: 3px 10px 4px 6px;
	color: #508940;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {}
#tabs a:hover {background-position: 0% -42px;}
#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: 639px;
	border-right-style: none;
}
#main_right {
	width: 178px;
	padding-left: 10px;
	height: auto;
	list-style-position: inside;
}
#main_left2 {width: 838px;
}
#main_right2 {
	width: 4px;
	height: auto;
}

/* Footer */
#footer {
	font-size: 0.7em;
	color: black;
	background-image: url(img/footerimg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-right: 12px;
	padding-top: 0;
	padding-left: 4px;
	height: 6px;
	opacity: 1;
}
#footer .right a {
	color: white;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	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;
}

/* ----------------------------------------
   calendar, page
------------------------------------------- */

.calendar_body {
	margin-bottom: 5px;
	color: #804374;
	font: 0.9em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
}

/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #5b7c25;
}
.post_title {
	background: white no-repeat left top;
	padding: 6px 12px 5px 10px;
	position: static;
}
.post_title h1 {font: 1.5em Verdana,sans-serif;
	display: inline;
	text-transform: lowercase;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	width: 600px;
}
.post_title h1 a {color: #2a5909;
}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #98366a;
	padding-top: 1px;
	font-size: 0.8em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #387752;}
.post_metadata .content a:hover {color: #153521;}

.post_body {
	background: white;
	border-right: 1px none silver;
	height: inherit;
	border-right: 2px dotted #9bc05b;
	padding: 9px 16px 1px 10px;
	font: 0.9em/1.4em Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
        letter-spacing: .1em;
	margin-right: -4px;
}
.post_body1 {
	border-right: 1px none silver;
	height: inherit;
	border-left-style: none;
	padding: 9px 9px 1px 10px;
}
.post_body img {
	background: #FFF;
}
.post_bottom {
	display: block;
	height: 20px;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;
}
.box_title, .widget_title {
	padding: 6px 12px 5px 2px;
	font-size: 0.7em;
	color: #588943;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.box_body {
	font-size: 0.8em;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
        margin-top: 3px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 1px;
}
.box_bottom {
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background-position: left top;
	background-repeat: no-repeat;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	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 none #93b042;
}
.nicelist li.alt {background: #fff;}
.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.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	padding-right: 8px;
	padding-bottom: 0;
}
.pagenav a {
	color: #588943;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Widgets
------------------------------------------- */
.widget {
	background: #fff repeat-x left top;
	margin-bottom: 8px;
	border-bottom: 2px none #C6CAD3;
	margin-top: 2px;
	border-left: 1px none red;
	opacity: 1;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 4px;
	font-size: .8em;
}
.widget_title {
	font-weight: bold;
	border-bottom: 1px none #ACBECD;
	border-right: 23px none #90af71;
	border-left-style: none;
	border-top-style: dotted;
	border-top-width: 1px;
	background-repeat: repeat;
	margin: 4px -2px 8px -5px;
	padding-bottom: 3px;
	background-position: 0;
	padding-top: 12px;
}



/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.leftimpress {
	height: 49px;
	width: 475px;
	visibility: visible;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	position: absolute;
	color: #719F42;
	line-height: 16px;
	top: 4.5em;
	background: url(img/gpclogo2.png) no-repeat 0 top;
	letter-spacing: 1px;
        margin-left: -15px;
}
.rightgpc {
	height: 36px;
	width: 229px;
	visibility: visible;
	float: right;
	background-repeat: no-repeat;
	display: inline;
}
.leftimpressbottomtext {
	visibility: visible;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	position: absolute;
	color: #669933;
	line-height: 38px;
	font-style: normal;
	width: 473px;
	top: 8px;
	left: 0px;
}
.andy_large_header{
	color: #db0c62;
	font: bold 1.85em arial, Geneva, sans-serif, verdana, Helvetica, lucida;
	padding-bottom: 8px;
}
.andy_medium_header{
	color: #db0c62;
	font: bold 1.4em Arial, Geneva, sans-serif, verdana, Helvetica;
	padding-bottom: 13px;
}
.andy_small_header{
	color: #db0c62;
	font: 1em Geneva, sans-serif, Arial, verdana, Helvetica;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 8px;
	margin-top: -4px;
}
.andy_roller_body{
	color: #5b7c25;
	font: 1em/1.5em Arial, Geneva, sans-serif, verdana, Helvetica;
	border-style: none;
	border-width: 1px;
	margin-bottom: 8px;
	background: url(http://www.gpchq.org/impress/wp-content/uploads/roller4.jpg) no-repeat center center;
}


