/*
Theme Name: WhiteRabbit.
Theme URI: http://samscottwood.com
Description: A bespoke theme for White Rabbit.
Version: 1.0
Author: Sam Scott Wood
Author URI: http://samscottwood.com
*/

body,
html {
	height:100%;
	margin:0;
	padding:0;
	color:#EEE5DE;
	background:#000;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 1.4em;
}

.wrapper {
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 margin: 0 auto -420px;
}

.push {
	 height: 390px;
}

h2 {
	font-size: 16pt;
	margin:0 0 5px;
	font-weight: normal;
	color:#ffffff;
}

h3 {
	color:#C82536;
	font-size: 13pt;
	margin:1em 0 0;
	font-weight: normal;
}

h4 {
	margin:1em 0 0;
	text-transform: uppercase;
}

p {
	margin:0 0 20px;
}

.divider {
	height:40px;
	background-image:url('images/divider.png');
	background-repeat:no-repeat;
}

/**************************** HEADER *******************************/

#headerwrap {
	height:90px;
	background-image:url('images/bg_header.jpg');
	background-position:bottom;
}

#header {
	width:900px;
	padding:10px 20px;
	float:left;
	margin:0 auto;
}

#header h1 {
	background-image:url('images/WRlogo.png');
	float:left;
	text-indent: -9999px;
	width:80px;
	height:54px;
	margin-top: 0px;
}

#header h1 a {
	display: block;
	height: 54px;
	width: 80px;
}

/**************************** NAVIGATION *******************************/

ul#nav {
	float:right;
	font-size: 8pt;
	margin:0;
	padding:0;
	list-style:none;
}

ul#nav li {
	display:inline;
	margin:0;
        padding-left: 3em;
}

ul#nav a {
	color:#EEE5DE;
	text-decoration: none;
  }

ul#nav2 {
	float:right;
	font-size: 12pt;
	padding: 0px;
	list-style:none;
}

ul#nav2 li {
	display:inline;
	margin:0;
        padding-left:15px;
}

ul#nav2 a {
	color:#C82536;
	text-decoration: none;
  }

/**************************** MAIN *******************************/

#contentwrap {
	width:900px;
	padding:30px 20px 0;
	float:left;
	margin:0 auto;
}
#sidebar {
	float:left;
	width:290px;
	padding-right: 10px;
}

#sidebar ul {
	margin:0 0 25px;
	padding:0;
	list-style:none;
}

#sidebar li {
	margin-bottom:10px;
	padding:0;
}

#sidebar p {
	margin:0 0 5px;
}
#main {
	float:right;
	width:600px;
	margin-bottom:20px;
}

#thumbs ul {
        list-style:none;
        padding: 0;
        margin-left: 0;
        display: inline;
}

#thumbs li {
        list-style:none;
        padding: 0;
        margin:0;
        display: inline;
}

#thumbs .holder {
	clear:both;
        float:left;
	width:150px;
        display: inline;
        margin-bottom: 20px;
}

#thumbs .text {
        float:left;
	width:450px;
	font-size: 10pt;
	line-height: 1.2em;
}

#thumbs .text p {
margin: 0; 
padding:0; 
}

/**************************** HOMEPAGE *******************************/
#intro {
	float:left;
	width:335px;
	background-image:url('images/logohomepage.png');
	background-repeat:no-repeat;
	margin-top:50px;
	padding: 50px 265px 50px 0;
	font-size: 11pt;
	line-height: 26px;
}

.introbig {
	font-size:23pt;
}

/**************************** COMMENTS *******************************/

.postmetadata {
clear:both;
padding-top: 20px;
}

#comments { /*does the Header **/
background-image:url('images/divider.png');
background-repeat:no-repeat;
padding-top:2em;
margin-bottom:20px;
}

ol.commentlist {  /* contains all comments */
border: none;
margin-left: 80px;
padding: 0;
list-style: none;
}

ol.commentlist img {
margin-left: -80px;
float:left;
}

.comment-body {
text-align: left;
padding: 5px 5px 5px 15px;
list-style: none;
margin-top: 10px;
//background: none;
}

.comment-meta {
}

/* clears avatar formating */
.bypostauthor .comment-author img {
float:left;
padding: 0px;
margin-left: -80px;
}

.comment-author  {  /* Comment author meta-data works on all comments - not just author*/
background: ;
padding-bottom:12px;
}

/* covered both reply and comment date time link */
.comment-body  a{
font-size: 20px;
}

ol.commentlist li.comment {  /*  Covers all comments **/
	padding:0 0 30px;
}

/* worked on all post author comments and replys to postauthor too */
.bypostauthor {
}

.bypostauthor .comment-body {
z-index:50;
}

.bypostauthor li.comment .comment-body{ /* adding .comment-body to covers just replys to postauthor comment  */
border:1px solid yellow;
//background:pink;
z-index:100;
}

/* added from seqtalk default
#comments ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 1.5em 0;
overflow:hidden;
//background: lightgrey;
}*/

.comment-author  { /*this is the top-meta  works on all comments - not just author*/
padding-bottom:12px;
}

li.comment ul.children { /* this includes the surround part of the reply */
list-style:none;
}

li.comment ul.children .comment-body {/* the comment body restricts the background to the body part of the comment */
list-style:none;
margin-top:10px;
//background: #EDFFCF;
}

ol.commentlist li.comment div.reply {
float:right;
margin-top: -25px;
}

ol.commentlist li.comment div.reply a {
font-size:20px;
margin-right:80px;
padding-bottom:40px;
}

#comments li.alt { /* every other comment */
}

/* this highlighted the replys to the first level comment */
ol.commentlist li.byuser { /* logged in users specific over-rides bypostauthor */
}

/* no effect */
#reply.comment-body  {
float:right;
}

/* just covers replys */
ul.children {
list-style:none;
margin-top:10px;
}

/**************************** FOOTER *******************************/

#footer {
	width:100%;
	height:390px;
	float:left;
	background-image:url('images/bg_footer.png');
	background-repeat:repeat-x;
	font-size: 10pt;
	line-height: 1.2em;
}

#twitter_multi_div {
	background-image:url('images/rabbittweets.png');
	background-repeat:no-repeat;
        padding:10px 0  10px 100px;
	height:80px;
}

#twitter_multi_update_list {
        margin:0;
        padding:5px;
        font-size:9pt;
}

#footerinner {
	width:900px;
	padding:10px 20px;
	float:left;
	margin:0 auto;
	color:#EEE5DE;
}

#footer p {
	margin:0;
	padding:5px 0 0;
}

#footer ul {
	list-style:none;
	padding: 0;
	margin-left:0px;
}

#footer li {
	margin-bottom:10px;
}

#footer h2 {
	color:#EEE5DE;
	text-transform: lowercase;
	margin:0;
	padding-bottom:2px;
	font-size: 11pt;
	//font-weight: bold;
}

#contact {
        font-size:9pt;
	clear:both;
	background-image:url('images/divider.png');
	background-repeat:no-repeat;
	padding:20px 0;
}

.footerdiv {
	float:left;
	width:275px;
	padding:20px 25px 0px 0;
	margin:0;
}

#copyright {
	clear:both;
	font-size: 9pt;
}

/**************************** LINKS *******************************/

a {
	color:#C82536;
	text-decoration: none;
  }

a img { 
	border: none; 
}

* html #footer {
	height:1px;
}

/*	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 */

