/*-----------------------------------------------------------------------------------------------
Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 50%;
}

a{
	color: #3366BB;
	text-decoration: none;
	border-bottom: 1px dotted #888888;
}

a:hover{
	border-bottom: 1px solid #5588DD;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #000000;
	color: #000000;
	margin-left: 1em;
	padding-left: 1em;
}

.clear{
	clear: both;
}

.inside{
	width:940px;
	margin:0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.alignr
{
	text-align: right;
}

.bbottom
{
	border-bottom:1px solid #EEEEEE;
}

/*-----------------------------------------------------------------------------------------------
Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background-color: #152025;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1{
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin: 1.5em 0px;
}


h1 a{
	border-bottom: 1px hidden #888888;
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0px;
}

h2{
	color: #4E4E4E;
	font-size: 1.15em;
	font-weight: normal;
}

h3{
	color: #FFFFFF;
	font-size: 1.15em;
	font-weight: normal;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

p{
	line-height: 1.75em;
	color: #444444;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: none;
	margin: 0.5em 0px 0.5em 2em;
	color:#787878;
}

ul.counts .count{
	color: #888888;
	float: right;
}

ul.dates .date{
	padding: 0px 1.5em 0px 0px;
}

ul.dates li, ul.counts li{
	border-bottom: 0px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top:0px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.comment-head{
	border-bottom: 1px solid #AA3300;
	padding: 10px 0px 5px 0px;
}

.comment-head .details{
	float: right;
	margin-top: 17px;
}

.comment-head a{
	color: #000000;
	background-color: #FFA557;
	padding: 4px;
	margin-left: 8px;
	border-width: 0px;
	font-size: 10px;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}


.hide, .print-logo, .close-button{
	display: none;
}

.secondary .featured dl{
	border-bottom: 0px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;

}

.secondary .featured p{
	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
	color: #FFFFFF;
}


.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
	color:#FF91BC;
}

.secondary dd a{
	color: #FF91BC;
}

.secondary dd a:hover{
	color: #FFFFFF;
}

.secondary dt{
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
}


.single-post h1, .single-post h2{
	margin-top: 0px;

}

.story h2{
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.story h2 a{
	border-bottom: 1px solid #888888;
	color: #000000;
	text-decoration: none;
}

.navigation
{
	border-top:1px dashed #444444;
	margin:40px 0px 0px;
	padding:10px 0px;
}

/*-----------------------------------------------------------------------------------------------
Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #000000;
	padding:1px 0 2em 0;
}

#primary .primary{
	float: left;
	width: 640px;
	font-size: 12px;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #FFFFFF;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol .story{
	margin-bottom: 30px;
}

#left-col, #right-col
{
	float: left;
	width: 300px;
	overflow: hidden;
}
#left-col
{
	border-right:1px solid #EEEEEE;
	padding-right:20px;
}
#right-col
{
	padding-left:20px;
}

.story .details p, .meta{
	color:#aaaaaa;
	font-size:10px;
}
.story .details a{
	color:#DD6600;
	border-width: 0px;
}

.story img{
	float: left;
	margin: 5px;
}

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background-color: #FFA557;
	padding:1px 2em;
	border-top:3px double #FFFFFF;
	color:#444444;
}

#secondary h3{
	font-weight: bold;
	color: #000000;
}

#theshelf {
	height: 280px;
	background: #FFF;
}

/*The Menu CSS*/
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: white;
}

#tablist li a:link, #tablist li a:visited{
	color: navy;
}

#tablist li a.current{
	background: lightyellow;
}

#tabcontentcontainer{
	width:480px;
	height:40px;
}

.tabcontent{
	display:none;
}


/*-----------------------------------------------------------------------------------------------
Sidebar Items
-----------------------------------------------------------------------------------------------*/

#sidebar-container
{
	float:right;
	width:250px;
	background: url(images/edge.png) left top no-repeat;
	padding:10px;
}

#sidebar a
{
	border-bottom: 1px solid #FFA557;
	color:#DD6600;
}

#sidebar a:hover
{
	border-color: #AA3300;
}

#sidebar h2
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#sidebar li
{
	margin: 0px 5px 20px;
}

#sidebar ul li
{
	margin: 5px 0px;
	line-height: 1.4em;

}

/*-----------------------------------------------------------------------------------------------
Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 0px 0px 0px;

}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	color:#888888;
	font-family:Trebuchet MS, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}



.comment-meta {
	float: right;
	width: 100px;
}

.comment-author {
	font-weight: bold;
}

.comment-body {
	float: left;
	width: 450px;
}

#comments {
	margin-top: 20px;
	color: #444444;
	width: 700px;
}

#comments li {
	margin: 0px;
	padding: 15px;
}

#comments .alt {	
	background: #ff9e4a;
}

#commentform {
	width: 700px;
	margin-top: 80px;
}

#commentform input, #commentform textarea
{
	border: 3px double #FFA557;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
	background-color: #FFFFFF;
}

#commentform textarea
{
	width: 500px;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}



/*-----------------------------------------------------------------------------------------------
Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #888888;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	border-bottom:1px solid #FFFFFF;
}

#footer .inside{
	padding: 1em 0px;
	text-align: center;
}

.fborder
{
	border-top: 3px double #FFFFFF;
}

.fbordersingle
{
	border-top: 3px double #FFA557;
}

/*-----------------------------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #FFF;
	border-top: 3px double #DD6600;
}

#header .inside{
	padding: 3em 0px;
	overflow: hidden;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

#pagetitle
{
	text-indent: -9000px;
	background: url(images/logo.png) left center no-repeat;
	display: block;
	width: 206px;
	height: 32px;
	border-width: 0px;
}
