/*
Theme Name: SandR-New
Theme URI: http://www.scholarsandrogues.com
Description: Theme coded by Scholars & Rogues
Version: 1.0 
Author: Scholars & Rogues
*/


/* main css */
html {
 height: 100%;
 margin: 0; padding:0;
}
body {
 background: #060000;
 font: 13px Arial, Verdana, Helvetica;
 line-height:18px;
 margin:0; padding:0;
}

#page {
 width: 1000px;
 margin: 0 auto;
 text-align:center;
 color: #ffffff;
}

#top {
 margin: 0;
 padding: 0;
 text-align:left;
/* background: url(images/bg_top.jpg) no-repeat top left;*/
}

#header {
 height: 116px;
}

#nav {
 text-align:left;
 margin: 0px 0 0 0px;
 font: 14px Arial, Helvetica;
 font-weight: bold;
 color: #e5e5e5;
 height: 20px;
}

#nav ul {
 list-style: none;
 margin: 0; padding: 0;
}
#nav ul ul {
	display:none;
}
#nav li {
 display: inline;
}
#nav li.page_item a:link, #nav li.page_item a:visited {
 color: #CFC704;
}
#nav li a {
 padding: 0px 8px 0px 8px;
 margin: 0px 2px 0px 2px;
 text-decoration: none;
}
#nav li a:hover, #nav li.current_page_item a:link, #nav li.current_page_item a:visited {
 background-color: #880000;
 color: #ffffff !important;
 text-decoration: none;
}

.search {
 background: url(images/bg_search.gif) repeat-x top left;
 margin: 0;
 padding: 0 20px;
 height: 38px;
}

#content {
 text-align:left;
 padding: 0;
 border: 10px solid #060000;
 background-color: #f4f4f4;
 color: #000000;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.3em;
}


h3, h3 a, h3 a:visited {
	color: #333;
}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentmetadata {
	font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote {
	color: #000000;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
 color: #e5e5e5;
 text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar caption {
	font: bold 1.3em Arial, Verdana;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
 font-size: 12px;
 color: #000000;
 margin: 0px 14px 0px;
 padding: 0px 0 8px;
 border-bottom: 1px solid #000000;
}
.post a:link {
 color: #000000;
 font-weight: bold;
}
.post a:hover {
 color: #ff0000;
 font-weight: bold;
}
.post a:visited {
 color: #880000;
 font-weight: bold;
}
.storydate {
	float: right; text-align: center;
	width: 60px;
	height: 58px;
	padding: 3px 0;
	margin-right: 10px;
	background: url(images/bd_date.gif) no-repeat top center;
	font: 11px arial;
}
.post img {
	margin: 5px;
}
.comments {
 margin: 15px;
}

.postcomment {
 font-size: 12px;
 color: #000000;
 margin: 0px 8px 15px 8px;
 padding: 4px 0 4px 0;
/* border-bottom: 1px solid #000000;*/
}

.title {
 /*margin-bottom: 5px;*/
 background-color: #f4f4f4;
}
.title .left {
 padding: 2px 4px 2px 4px;
 margin: 0;
 border-right: 10px solid #00000;
 background-color: #f4f4f4;
 width: 97%;
}

#content h1 {
 padding: 0;
 margin: -12px 0px 0 10px;
 font: bold 22px Arial, Verdana, Helvetica;
 color: #000000;
 clear: both;
}
#content h1 a {
 color: #000000;
}
.details {
 color: #666666;
 font: 10px Arial, Verdana, Helvetica;
 text-align: left;
 margin: 4px 0 0 16px;
}
.details a:link {
 color: #000000;
}
.details a:hover {
 color: #ff0000;
}
.details a:visited {
 color: #880000;
}

.postmetadata {
	clear: left;
}

/** Pimpage in content **/

#pimp {
text-align:center;
width:100%;
}

#pimp img {
margin:0px 2px;
border:1px #e5e5e5;
}

/* End Structure */

/* Begin Images */

img {
 border: 1px solid #3a3a3a; 
}

img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #3a3a3a; 
}

img.alignright {
 margin: 0 0 2px 7px;
 border: 1px solid #3a3a3a;
 float: right;
}

img.alignleft {
 margin: 0 7px 2px 0;
 border: 1px solid #3a3a3a;
 float: left;
}

div.imgcapleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        float: left;
        font-size: 9px;
}

div.imgcapright {
        padding: 4px;
        margin: 0 0 2px 7px;
        float: right;
        font-size: 9px;
}

/* End Images */


/* Begin Form Elements */
#searchform {
	padding: 5px 3px; 
	text-align: center;
}
input#s  {
	border: 1px solid #340101;
	padding:4px;
	width: 230px;
}
#searchsubmit {
 padding-top:2px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 150px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#trackbacks a:link {
 color: #000000;
}
#trackbacks a:hover {
 color: #ff0000;
}
#trackbacks a:visited {
 color: #880000;
}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
}

#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;
 color: #e5e5e5;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 10px 30px 10px 10px;
	padding-left: 10px;
	border-left: 4px solid #d8d8d8;
 background-color: #ececec;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.postnav {
 font: bold 11px Arial, Verdana;
	display: block;
	margin: 5px 4px 25px 4px;
}
.postnav a:link {
 color: #000000;
}
.postnav a:hover {
 color: #ff0000;
}
.postnav a:visited {
 color: #880000;
}

.navigation {
 font: bold 17px Arial, Verdana;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation a:link {
 color: #000000;
}
.navigation a:hover {
 color: #ff0000;
}
.navigation a:visited {
 color: #880000;
}
#footer {
 text-align: center;
 padding: 20px;
 background: #000000;
 color: #e5e5e5;
}
.footer a:link {
 color: #e5e5e5;
 font-weight: bold;
}
.footer a:hover {
 color: #ff0000;
 font-weight: bold;
}
.footer a:visited {
 color: #880000;
 font-weight: bold;
}
.truncate {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis; 
}

#rightsidebar {
 border-left: 1px solid #6d6d6d;
 background: #3a3a3a;
 text-align:left;
 font: 11px Arial, Verdana, Helvetica;
 color: #e5e5e5;
 padding: 5px;
}
#rightsidebar h2 {
 font: bold 16px Arial, Verdana;
 margin: 0;
 padding: 4px 10px 4px 15px; 
 text-align: left;
 color: #e5e5e5;
 border: 1px solid #000000;
 background-color:#484848;
}
#rightsidebar h2 a {
 color: #e5e5e5;
}
#rightsidebar ul, #rightsidebar ul ul {
 list-style:none outside;
 margin: 0;
 padding: 0;
}
#rightsidebar ul li, #rightsidebar ul li ul li {
 padding: 4px 0 4px 0;
 margin: 0px;
 list-style:none outside;



}
#rightsidebar ul ul li {
 color: #e5e5e5;
}

#rightsidebar ul ul li a:hover {
 color: #e60000;
}
#rightsidebar ul ul li a {
 color: #e5e5e5;
 text-decoration: underline;
}
#rightsidebar ul ul, #rightsidebar ul ul ol {
 margin: 0; padding: 0;
}

#rightsidebar .cats {
 width: 250px;
}
#rightsidebar .cats a:link, #rightsidebar .cats a:visited {
 color: #ffffff;
}
#rightsidebar .cats ul {
 width: 150px;
 padding-top: 5px;
 padding-bottom: 5px;
}
#rightsidebar .inner {
 padding: 10px;
}


#leftsidebar {
 border-right: 1px solid #6d6d6d;
 background: #3a3a3a;
 text-align:left;
 font: 11px Arial, Verdana, Helvetica;
 color: #e5e5e5;
 padding: 5px;
}
#leftsidebar h2 {
 font: bold 16px Arial, Verdana;
 margin: 0;
 padding: 4px 10px 4px 15px;
 text-align: left;
 color: #e5e5e5;
 border: 1px solid #000000;
 background-color:#484848;
}
#leftsidebar h2 a {
 color: #e5e5e5;
}
#leftsidebar ul, #leftsidebar ul ul {
 list-style-type: none;
/* list-style-position: outside; */
 margin: 0; padding: 0;
}
#leftsidebar ul li, #leftsidebar ul ul li {
 padding: 4px 0 4px 0;
 margin: 0;
}
#leftsidebar ul ul li a:hover {
 color: #e60000;
}
#leftsidebar ul ul li a {
 color: #e5e5e5;
 text-decoration: underline;
}
#leftsidebar ul ul, #leftsidebar ul ul ol {
 margin: 0; padding: 0;
}


/* Begin Quotabull tags */

#qb {
 font-style: italic;
}
#qb blockquote {
 font-style: normal;
 margin-top: 5px;
}

.widget_add_to_any_subscribe_widget {
 text-align:center;
}

.smallbr {
 font-size: 1px; 
 line-height: 20;
}
