/*
Theme Name: Litmus
Theme URI: http://litmus.org/
Description: Litmus Theme v2 
Version: 2.0
Author: Toby Cole
Author URI: http://tubs.org.uk/
Based on Kuprick
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: url('images/header_img.jpg') #596380 center top no-repeat;
	text-align: center;
	margin: 0;
	}

a{
	color: darkBlue;
}
a:visited{
	color:#507F7F;
}
#footer a:visited {
	color: #404F4F;
}
a:hover{
	color:#60bfbf;
}

#page {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background: url('images/header_img.jpg') #d6cfe6 center top no-repeat;
	}
#header{
	width: 100%;
	height: 264px;
}
#headerimg div, #headerimg span{
	display: none;
}

#headerimg a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	height: 276px;
	background: url('images/litmus_banner.gif') transparent left top no-repeat;
}
#headerimg h1{
	margin: 0;
	padding: 0;
}
#header #topnav{
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	top: 60px;
	right: 70px;
	font-size: 4em;
	font-family:"Courier New", Courier, monospace;
	list-style-type:none;
}
#topnav li{
	margin: 0;
	background: url('images/arrow.gif') transparent right 18px no-repeat;
	padding: 0 20px;
}
#topnav a{
	color: #D6CFE6;
	text-decoration:none;
}
#topnav a:hover{
	color: #60bfbf;
}

#content{
	width: 640px;
	padding: 1em 0 1em 10px;
	float: left;
}
#content.g2_column{
	width: 880px;
}

#gsContent{
	width: 660px;
	float: left;
}
div#gsSidebar{
	width: 200px;
}
div#gallery{
	padding: 0;
}
div#gallery *{
	border: none;
}

#infopanel{
	padding: 10px;
	background: url(images/info_panel.jpg) no-repeat;
	background-position: -13px -11px;
	color: #CCCCCC;
	width: 620px;
	height: 100px;
	font-size: 1.5em;
}
#infopanel p{
	margin: 0.5em;
}

#infopanel a, #infopanel a:visited{
     color: white;
}

#sidebar{
	padding-left: 650px;
        padding-top: 118px;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	padding-left: 2em;
	list-style: none;
}

#sidebar h3{
	padding: 0.1em;
	padding-top: 1em;
	margin: 0;
}

h2.pagetitle{
	font-size: 2.2em;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color: #596380;
}
div.post{
	padding-top: 0.1em;
	background: url('images/post_header.gif') center top no-repeat;
}
div.post h2{
	float: left;
	padding: 0;
	margin: 0.5em;
	margin-bottom: 1em;
	font-size: 2em;
}
div.post span.postdate{
	float: right;
	margin: 0.8em;
	font-size: 1.5em;
}
div.entry{
	margin: 1em;
	clear: both;
	font-size: 1.3em;
} 

div.post p.postmetadata{
	background: url('images/post_footer.gif') center bottom no-repeat;
	padding: 3em 1em 1em 1em;
        clear:both;
}
p.postmetadata, span.postdate, div.post h2, .commentlist h3 a{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color: #CCCCCC;
}
div.commenter{
	position: absolute;
	text-align:right;
	top: 0.5em;
	right: 2em;
}

p.postmetadata a, span.postdate a, div.post h2 a{
	color:#FFFFFF;
}

#footclearing{
	border:medium none;
	clear:both;
	color:#d6cfe6;
	height:1px;
	display:block;
	padding: 0px;
	margin: 0px;
}

#footer{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #727ea3 url(images/drop_shadow.gif) top repeat-x;
	text-align:left;
}

#footer ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
#footernav{
	margin-left: 0.5em;
	float:left;
	clear: both;
}
#footernav li{
	float: left;
	padding: 0;
	margin: 0.5em 2em;
}
#footernav ul li{
	display: block;
	float:none;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
#footer p{
	clear: both;
	margin: 0;
	padding: 2em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 10px 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: transparent url('images/comment-header.gif') top center no-repeat;
	position:relative;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist h3 a{
	font-size: 1.2em;
	color: #fff;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	height: 2.5em;
}
.commenter a{
	color:#333333;
}
.commenter img{
	margin-top: 0.1em;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2em;
	padding: 0.1em;
	}
/* End Various Tags & Classes*/

#dhtmltooltip{
	position: absolute;
	top: 0;
	left: -100px;
}


/* IE6 Fixes */
/* Sidebar */
#recent-posts li{
	padding: 0.3em;
}
