/*  
Theme Name: Tabletop v2.0
Theme URI: http://www.schraderenterprises.com/
Description: Made for Greyhawk Blog
Version: 2.0
Author: Steve Schrader
Author URI: http://www.schraderenterprises.com/

The CSS, XHTML, images, and design are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
div#moon  {
	width: 30px;
	position: absolute;
	margin: -3px;
	right: 4px;
}
div#right_drawer {
	width: 173px;
	height: 13px;
	border-right: 2px solid black;
	cursor: pointer;
}
div#drawer {
	width: 83px;
	height: 13px;
	border-left: 2px solid black;
	cursor: pointer;
}
div#middleColumn  div#moon img {
	border: 0px solid transparent;
	height: 30px;
	width: 320x;
	padding: 0px;
	background-color: transparent;
}

#day {
	height: 30px;
	font-size: 36pt;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:-8px;
}
#dayList {
	height: 23px;
	font-weight:bold;
	text-align:left;
}
div#dayList ul li { margin-left: 18px;}
#sun {
	padding: 2px;
	background-color: #CAD9BF;
	height: 25px;
	text-align: left;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-top-left: 5px;
	-webkit-border-top-left-radius: 5px;
}
#month { 
	padding: 2px;
	background-color: #CAD9BF;
	height: 25px;
	font-size: 12pt;
	font-weight:bold;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
	
#date_info {
	background-color: #A0835D;
	float: right;
	display: none;
	position: absolute;
	width: 176px;
	font-family: arial;
	font-size: 11px;
	height:96px;
	left:432px;
	z-index:10;
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-top-left: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottom-left: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#date {
	background-color: #A0835D;
	float: right;
	position: relative;
	width: 86px;
	height:96px;
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100px;
	width:250px;
	top:300px;  
	left:500px;  
	background: url('images/loading.gif') no-repeat;
	z-index:1; 
}


/* Default CSS generated by dTabs */

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
p.overviewByline {
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
 font-size: 11px;
 font-family: Tahoma, helvetica, arial;
 text-align: right;	
 font-weight: bold;
 color: #C56131;
 cusrsor: pointer;
 text-decoration: none;
}
div#overview p {
 padding: 8px;
 }
div#overview {
 z-index: 250;
 border: 2px solid #9E8F54;
 font-size: 16px;
 font-weight: 500;
 display: none;
 width: 680px;
 position: absolute;
 background-image: url('images/bodytile-blockquote.gif');
 box-shadow: 5px 5px #D1CFCF;
-webkit-box-shadow: 5px 5px #D1CFCF;
-moz-box-shadow: 5px 5px #D1CFCF;
 }

div.awp_nav {
 width:680px;
 height:25px;
 border-top: 3px solid #999900;
 border-right: 3px solid #999900;
 border-left: 3px solid #999900;
 background: url('images/bg_paper_top.jpg') no-repeat top left;
 margin: 0px 0px 0px 0px;
 font-size: 10px;
 padding: 10px;
}

.tabbar li, .tabbar ul li, {
	display: inline;
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	display: inline-block;
	padding: 5px;
	//background-color: rgb(240,240,240);
	background-color: #A0835D;
	
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* make changes to the selected tab */
.tabselected {}

.tabbar a {
	color: #FFFFFF;
	text-decoration: none;
}

/* style the drop down menus */
.dmenu {
	text-align: left;
	position: absolute;
	margin: 23px 0 0 0;
	padding: 5px 15px;
	background-color: #A0835D;
	z-index: 100;
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
.tabbar .dmenu ul {
	padding: 5px 0 0 10px;
	margin: 0;
	
}
.tabbar .dmenu ul li { 	
	display: block;
	list-style: none;
}

.tabbar .dmenu ul li ul { 
	display: none;
	margin-left:50px;
	width: 150px;
	position: absolute;
	margin-top: -10px; 
	background-color: #A0835D;
	border: 1px solid #816A4B;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}


.tabbar .dmenu ul li:hover  {	background: #CEBFAB; }

.tabbar .dmenu ul li:hover > ul {	display: block; }

.dmenu { 	left: -999em; }

.tabbar .fademenu .dmenu {
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}

div#leftColumn  #page-list {
	//float:left;
	clear:left;
	margin:20px 0 0 10px;
	display:block;
	position:relative;
}

div#leftColumn  #page-list ul {
	list-style:none;
	margin:0;
}

div#leftColumn  #page-list ul li{
	padding:4px 10px 4px 10px;
	margin:0px;
	display:block;
	cursor:pointer;
	font-size: 1.2em;
	background-color:#A0835D;
	border-left:1px solid black; 
	border-top:1px solid black;
	border-right:1px solid #cc9966; 
	border-bottom:1px solid #cc9966;
}

div#leftColumn  #page-list ul li ul{ 
	display:none;
	margin-left:50px;
	position: absolute;
	margin-top: -10px;
}

div#leftColumn  #page-list ul li a:hover  { background: #90806D; }
div#leftColumn  #page-list ul li:hover  > ul { display:block;  }

div#leftColumn  #page-list ul li ul li{
	padding:4px 10px 4px 10px;
	margin:0px;
	display:block;
	cursor:pointer;
	font-size: 1.2em;
	background-color:#A0835D;
	border-right:1px solid black; 
	border-bottom:1px solid black;
	border-left:1px solid #cc9966; 
	border-top:1px solid #cc9966;
	z-index: 100;
}

div#leftColumn  #page-list ul li ul li a{
}

div#leftColumn  #page-list ul li a{
	padding:0px 5px;
	display:block;
	width:150px;
}


div.paper {
	font-family:Franklin;
	background:url('images/newspaper.jpg') repeat-x;
	border: 2px ridge DarkSalmon;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


button, #searchsubmit {
	background:#A8937B;
	border-bottom: 2px solid #574D41;
	border-right: 2px solid #574D41;
	border-top: 2px solid #C6B096;
	border-left: 2px solid #C6B096;

	color:#000000;
	padding-left:10px;
	padding-right:10px;
}
button-down {
	background:#A8937B;
	border-top: 2px solid #574D41;
	border-left: 2px solid #574D41;
	border-bottom: 2px solid #C6B096;
	border-right: 2px solid #C6B096;

	color:#000000;
	padding-left:10px;
	padding-right:10px;
}


	td.cmd {background: #FFFF33; border: '1px solid black';}
	td.spl {background: #FF6666; border: '1px solid black';}
	td.civ {background: #FF9933; border: '1px solid black';}
	td.mag {background: #FF99FF; border: '1px solid black';}
	td.inf {background: #99FF99; border: '1px solid black';}
	td.arc {background: #993300; border: '1px solid black';}
	td.cav {background: #339999; border: '1px solid black';}
	
	
	div.down { 
		background-color: #996600;
		color: #ffffff;
		border-top: 2px solid #999999;
		border-right: 2px solid #999999;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		font-family: Verdana, Helvetica,arial;
		font-size: 10pt;
		Height:15px;
		padding:3px;
		text-align:center;
		width: 35px;
		cursor:pointer; 
		float: left;
	}
	div.up { 
		cursor:pointer; 
		Height:15px;
		padding:3px;
		text-align:center;
		width: 35px;
		background-color: #996600;
		color: #ffffff;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		border-left: 2px solid #999999;
		border-bottom: 2px solid #999999;
		font-family: Verdana, Helvetica,arial;
		font-size: 10pt; 
		float: left;
	}

div.cs {
	width: 150px;
	height: 20px;
	cursor:pointer;
	padding-left: 1em;
	text-indent: -1em;
	overflow: hidden;
}

.spring {background-color:#99ff99;}
.summer {background-color:#009900;}
.fall {background-color:#ffcc00;}
.dark {background-color:#000; color:#fff}
.sun {background-color:#ff0; }
.right {border-right: 3px solid black; }

#moonBox {
 width: 250px;
 height: 100px;
 float: right;
 z-index: 1;
}

.cday-div {
    border-left:2px solid black; 
	border-top:2px solid black;
    border-right:2px solid #cc9966; 
	border-bottom:2px solid #cc9966;
	padding: 5px;
	width: 240px;
}
.incut {
    border-left:2px solid black; 
	border-top:2px solid black;
    border-right:2px solid #cc9966; 
	border-bottom:2px solid #cc9966;
	padding: 5px;
	width: 240px;
}


.hilite:hover { cursor: pointer; }

table { 
 border: 1px solid #CCCC00;
 border-collapse: collapse; 
}

td {
 border: 2px solid #CCCC00;
 border-collapse: collapse; 
 padding: 5px;
}


div#rightColumn {
 position: fixed;
 left: 968px;
 width: 100px;
 height: 500px;
 float: left;
 top: 109px;
}


div#middleColumn div.post p.footnote {
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
 font-size: 11px;
 font-family: Tahoma, helvetica, arial;
}

div#middleColumn div.post div.journal p,div#middleColumn div.post div.journal a {
 font-family: "Bradley Hand ITC TT", "Monotype Corsiva", Script, arial;
 font-size: 15pt;

}


ol.snap_nav, div#rightColumn p a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
}

ol.snap_nav li {
	list-style-type: none;
	margin-left: 0px !important;
	display: inline;
}

ol.snap_nav li a {
	text-decoration: none;
	padding: 3px 5px;
	border: thin solid #FFF;
}

ol.snap_nav li a:link, div#rightColumn p a:link {
	color: #FFF;
}

ol.snap_nav li a:visited, div#rightColumn p a:visited {
	color: #FFF;
}

ol.snap_nav li a:hover {
	color: #FFF;
	border: thin solid black;
}




#user_info {
	color: #fff;
	font-size: 10px;
}

#user_info, #user_info select {
	font-size: 10px;
}
#user_info a {
	color: #fff;
}

/* ===========================================
#user_info {
	position: absolute;
	right: 1em;
	top: 0;
	color: #fff;
	font-size: 10px;
}

#user_info, #user_info select {
	right: 1em;
	top: 0;
	font-size: 10px;
}
#user_info a {
	color: #fff;
}
=============================================== */ 

#wphead {
	background-color: #14568a;
	padding: .8em 19em .8em 2em;
	color: #c3def1;

}

#wphead a {
	color:#c3def1;
}

#wphead h1 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	font-family: "Times New Roman", Times, serif
}

#wphead h1 span {
	font-size: .4em;
	letter-spacing: 0;
}
#tabbarWrapper {
	z-index: 80;
	height: 30px;
	width: 962px;
}
#hdrWrapper {
	background: url("images/wdbk001.jpg");
	position: fixed; 
	z-index: 80;
	background-color: #000000; 
	height: 108px;
}

body {
 background: url("images/wdbk001.jpg");
 background-attachment: fixed;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Tahoma, Helvetica;
}

/* -------------------------- */
/* stuff for the site heading */
/* -------------------------- */
div#header {
 height:70px;
 padding: 0px;
 clear: left;
 
 background-color: #000000; 
 filter: alpha(opacity=25);
 opacity: .25; 
 border-left:2px solid black;
 border-top:2px solid black;
 //position: absolute;
 border-right:2px solid #cc9966;
 border-bottom:2px solid #cc9966;
 top: 5px; 
 margin-left: 260px; 
 width: 702px;
}

div#header h1 a, div#header h1 a:link, div#header h1 a:visited {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}

div#header h1 {
 font-size: 36px; 
 font-family: Arial;
 text-align: center;
 overflow: hidden;
 padding-top: 12px;
 font-weight: normal;
 margin: 0;
 font-family: "Times New Roman", Times, serif
}

/* -------------------------- */
/* stuff for the left column.. 
   also will have some stuff for the right column since it'd be redundant to
   write it twice
*/
/* -------------------------- */

div#leftColumn {
position: fixed;
 margin-left: 5px;
 top: 109px;
 width: 290px;
 float: left;
}



div.calendar {
 background-color: White;
 border: 1px #FEE475 solid;
 padding: 10px;
 margin: 15px;
 width: 200px;
}

div.calendar a {
 text-decoration: none;
 font-weight: bold;
}

div#leftColumn ul a, div#rightColumn ul a {
 color: #FFF;
 text-decoration: none;
}


div#leftColumn ul, div#rightColumn ul  {
 list-style: none;
 padding: 0px 0px 0px 12px;
 margin: 0px 0px 0px 5px;
 color: white;
 font-size: 11px;
}
div#leftColumn p {
 list-style: none;
 padding: 0px 05px 0px 25px;
 margin: 0px 0px 0px 0px;
 font-style: italic;
 color: white;
 font-size: 11px;
}

div#leftColumn h2, div#rightColumn h2 {
 color: #ffffff;
 font-size: 18px;
 font-weight: bold;
 font-style: italic;
 text-transform: uppercase; 
 padding: 0px 0px 0px 5px;
 margin: 0px;
}


div#leftColumn h3, div#rightColumn h3 {
 color: white;
 font-size: 16px;
 font-style: italic; 
 padding: 10px 0px 0px 5px;
 margin: 5px;
}

div#leftColumn ul li ul#recentComments li {
 padding: 0px 0px 5px 0px;
}
div#leftColumn ul li ul, div#rightColumn ul li ul {
 padding: 5px;
 margin: 0px;
 line-height: 14px;
}
div#leftColumn ul li div#searchForm {
 margin: 15px 0px 15px 0px;
}
div#leftColumn ul li div#searchForm input {
 background-color: #FDEC9C;
 border: 1px white solid;
 margin-top: 5px;
}
div#leftColumn ul li div#searchForm input#s {
 background-color: white;
 color: #5B3715;
 border: 1px #FEE475 solid;
 padding: 2px;
 font-size: 11px;
 margin-top: 5px;
}


/* *********************************** */
/*                 middle column                         */
/* border: 4px solid #f0d97f; */
/* *********************************** */

div#middleColumn {
 width:706px;
 position: absolute;
 left: 260px;
 margin: 0px 0px 0px 0px;
 font-family: "Bradley Hand ITC TT", "Monotype Corsiva", Script, arial;
 font-size: 16px;
 top: 97px;
}

div#topofPage, div#middleColumn div.pagetitle {
 width:680px;
 height:0px;
 border-top: 3px solid #999900;
 border-right: 3px solid #999900;
 border-left: 3px solid #999900;
 background: url('images/bg_paper_top.jpg') no-repeat top left;
 margin: 0px 0px 0px 0px;
 font-size: 24px;
 padding: 10px;
} 

div#middleColumn div.pageend { 
 background: url('images/bg_paper_bot.jpg') no-repeat top left;
 width:680px;
 height:50px;
 border-bottom: 3px solid #999900;
 border-right: 3px solid #999900;
 border-left: 3px solid #999900;
 margin: 0px 0px 0px 0px;
 font-size: 8px;
 padding: 10px;
}


div#middleColumn div.post {
 width:680px;
 background: url('images/bg_paper_mid.jpg') repeat-y;
 margin: 0px 0px 0px 0px;
 border-right: 3px solid #999900;
 border-left: 3px solid #999900;
 padding: 10px;
}

div#middleColumn div.post a, div#middleColumn div.pagetitle a {
 color: #c56131;
 text-decoration: none;
 font-weight: bold;
}

div#middleColumn div.post img {
 border: 2px solid #f0d97f;
 padding: 3px;
 background-color: white;
}

div#middleColumn div.post img.noborder {
 padding: 0px;
 background-color: transparent;
 border: transparent;
}

div#middleColumn div.post h3, div#middleColumn div.pagetitle h3 {
 padding: 15px 0px 0px 0px;
 margin: 0px;
 font-size: 18px;
 color: #c56131;
}
div#middleColumn div.post h3#comments, div#middleColumn div.post h3#respond {
 color: black;
 font-family: Arial;
 font-size: 12px;
}

div#middleColumn div.post h3 a, div#middleColumn div.pagetitle h3 a {
 color: #c56131;
 text-decoration: none;
}


div#middleColumn div.post h3 {
 margin: 0px;
}

/* *************************************************** */

div#middleColumn div.post p {
 padding: 0px 15px 10px 10px;
}
/* *************************************************** */

div#middleColumn div.post p a {
 color: #c56131;
 text-decoration: none;
 font-weight: bold;
 font-family: Arial, Tahoma, helvetica;
}
div#middleColumn div.post blockquote {
 border: 2px solid #f0d97f;
 font-weight: bold;
 background-image: url('images/bodytile-blockquote.gif');
 width: 610px;
 margin-left: 70px;
}

div#middleColumn ul, div#middleColumn ol {
	margin-left: 45px;
}

div#middleColumn div.journalpost {
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
 font-size: 11px;
 font-family:"Monotype Corsiva";
}

div#middleColumn div.post p.postByline, div#middleColumn div.pagetitle p.postByline {
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
 font-size: 11px;
 font-family: Tahoma, helvetica, arial;
 color: #C56131;
 cursor: pointer;
}
div#middleColumn div.post p.postFooter {
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 0px;
 font-size: 11px; font-family: Tahoma, helvetica, arial;
 text-align: center;
}
p#nextLast {
 text-align: center;
 color: white;
}
p#nextLast a {
 color: white;
 text-decoration: none;
}

/* ====================== comments =================================== */

div#middleColumn div.post div.comment {
 padding: 10px 0px 10px 0px;
}

div#middleColumn div.post div.comment p.author {
 text-align: right;
}

input#author, input#email, input#url {
 background-color: white;
 color: #5B3715;
 border: 1px #FEE475 solid;
 padding: 2px;
 font-size: 11px;
 margin-top: 5px;
}
textarea#comment {
 background-color: white;
 color: #5B3715;
 border: 1px #FEE475 solid;
 padding: 2px;
 font-size: 12px;
 margin-top: 5px;
 width: 550px;
 font-family: arial;
}
input#submit {
 background-color: #FDEC9C;
 border: 2px #FEE475 solid;
 margin-top: 5px;
}


/* footer */

div#footer {
 clear: left;
 width: 900px;
 text-align: center;
 font-size: 12px;
}
div#footer a {
 color: white;
 text-decoration: none;
 font-weight: bold;
}

/*
Attach the following to your theme's style.css
Of course, you can adapt it to fit your needs and taste
*/

/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before { /* for the default theme */
	content: '';
} 

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#ctas_month1, #ctas_month2, #ctas_year1, #ctas_year2 {
	text-align: center;
}

/* End Advanced Search form */