/*  
Theme Name: Neon - Red Bandit Monique Dupree
Theme URI: http://www.byhandmedia.com
Description: This is a red theme.
Author: R. Carson
Author URI: http://www.byhandmedia.com

*/

body {
	background: #b9090b url(none);
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

object {
	padding: 4px 0px 15px;
}

a, a:link, a:visited {
	color: #b9090b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}

ul {
	margin: 5px 0px 15px;
	padding-left: 10px;
}
ul li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px 10px;
	padding-left: 20px;
}
ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
blockquote {
	background: url(images/blockquote.gif) no-repeat left top;
	color: #777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}
#page {
	background: url(images/main-bg.jpg) no-repeat center top;
}
#wrapper {
	width: 1085px;
	margin: 0px auto;
	position: relative;
}
#rapis {
	width: 98%;
	margin: 0px auto;
	position: relative;
}

/*  header area  */
#header {
	height: 87px;
}

#headerforwide {
	height: 35px;
}

/* site title */
h1 {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 20px/100% Helvetica, Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 img {border:0;}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 47px;
	left: 25px;
	color: #000000;
	font: 12px Helvetica, Arial, sans-serif;
}
/* search form */
#header form{float: right; margin: 0; padding: 5px 0px 0px; width: 450px; height: 43px; background: url(images/header-searchform-bg.gif) no-repeat;}
#header form input#s{margin-left: 38px; height: 19px; width: 332px; background-color: #cfccae; border: 1px solid #d8eeff; vertical-align: middle;}
#header form input#submit{vertical-align: middle; margin-left: 5px;}
fieldset {margin: 0; padding: 0; border: 0;}
.moresearch{
	float: left;
	margin: 0;
	padding: 1px 0 0 37px;
}


/*  main content */
#left-col {
	width: 545px;
	float: left;
	margin-top: 11px;
}
#left-colwide {
	margin: 11px 0px 0px 220px;
	
}
#left-col2widest {
	margin: 11px 0px 0px 0px;
	
}
/* main menu */
#nav {
	background: #d9d7b9 url(images/sidep-handle.gif) repeat-x left bottom;
	height: 30px;
	-moz-border-radius-topleft: .7em;
	-khtml-border-top-left-radius: .7em;
	-webkit-border-top-left-radius: .7em;
	border-top-left-radius: .7em;
	-moz-border-radius-topright: .7em;
	-khtml-border-top-right-radius: .7em;
	-webkit-border-top-right-radius: .7em;
	border-top-right-radius: .7em;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* sub menu */
#subnav {
	background: #ecebeb;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#subnav ul {
	margin: 0px;
	padding: 3px 5px 5px 5px;
	list-style: none;
	font: 11px/100% Helvetica, Arial, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0 0 5px;
	display:inline;
	line-height: 18px;
	background: none;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #790a0b;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #b9090b;
}
#subnav li a:hover {
	text-decoration: none;
	color: #b9090b;
}

/* content */
#content {
	padding: 14px 15px 15px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
	-moz-border-radius-bottomleft: .7em;
	-khtml-border-bottom-left-radius: .7em;
	-webkit-border-bottom-left-radius: .7em;
	border-bottom-left-radius: .7em;
	-moz-border-radius-bottomright: .7em;
	-khtml-border-bottom-right-radius: .7em;
	-webkit-border-bottom-right-radius: .7em;
	border-top-bottom-radius: .7em;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#contentwide {
	padding: 14px;
	background: #ffffff;
	margin-left: 0px;
}

#contentwideimg {
	padding: 14px;
	background: #49525d;
	margin-left: 0px;
}
.postwide {
	padding: 0px;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}

.post .title {
	float: left;
	width: 100%;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #b9090b;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 7px 0px 5px;
	clear: both;
}

.entry p.submeta{
	font-size: 11px;
	margin: 19px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

.entryhome {
	padding: 5px 0px 2px;
	clear: both;
}

.entryhome p.submeta2{
	font-size: 11px;
	padding: 2px 15px 3px;
}

/* post title */
h2 {
	color: #790a0b;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% Helvetica, Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #790a0b;
	text-decoration: none;
}
h2 a:hover {
	color: #b9090b;
	text-decoration: none;
}
h3 {
	color: #790a0b;
	margin: 5px 0px 5px;
	font: bold 120%/120% Helvetica, Arial, sans-serif;
}
.excerplink {
	margin: 2px 0px;
	font: bold 110%/110% Helvetica, Arial, sans-serif;
}

/* next previous page nav */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat center center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next previous post nav */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* comments  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Helvetica, Arial, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Helvetica, Arial, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

/*  footer */
#footer {
	padding: 20px 0px 0px;
	font-size: 93%;
	color: #ffffff;
	line-height: 15px;
	margin: 0 0 50px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

div#footer span.retrola{
	color: #ffffff;
	}
	
div#footer span.retrola a, div#footer span.retrola a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
div#footer span.retrola a:hover{
	text-decoration: underline;
	}

/* alignment */

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}


/* polls */

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
        padding-left: 0px;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls-ans ul li {
    list-style: none;
	text-align: left;
	background-image: none;
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
        padding-left: 0px;
}
.wp-polls-ul {
    list-style: none;
	text-align: left;
	background-image: none;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

/* custom fields */

#fftrivia {
	margin: 12px;
	padding: 10px;
	background-color: #e9e8e8;
}
.trivialist {
	list-style: none;
	background-image: url(images/bullet-orange.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* footers */

.footmargin {
	margin: 12px;
}

.amazonfooter {
	margin: 7px;
	border-bottom: 1px dotted #CCCCCC;
}

/* old style sheet */

.subheads {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: 118%; font-weight: bold; color: #333366}
.subsubheads {font-family: Arial, Helvetica, sans-serif;line-height: 118%; font-weight: bold; color: #336699; font-size: 12px}
.bufferfooter {
	padding-top: 10px;
	padding-bottom: 40px;
}
.buffer {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

/* mailing list form */

#mc_signup_form, .mc_custom_border {
	list-style: none;
}

/* twitterfeed */

#twitt {
	width: 300px;
	margin: 0px;
	padding: 0px;
}

div.twitt {
	margin: 0px;
	padding: 0px;
}

#twitt object {
	margin: 0px;
	padding: 0px;
}

/* social nets */

#nav img {
	padding:  2px 7px 0px 0px;
	float: right;
}

/* post thumbs */

.post_img {
	max-width: 162px;
	max-height: 162px;
	min-width: 161px;
	overflow: hidden;
	border: 0;
}

.post_img a, .post_img a:visited, .post_img a:hover {
	text-decoration: none;
}

#postthums {
	float: left;
	margin: 0 8px 9px 0;
	width: 162px;
	height: 199px;
	overflow: hidden;
	display: inline;
}

#postthums img {
	border: 0;
	min-width: 161px;
	max-width: 162px;
	max-height: 162px;
	text-decoration: none;
	margin: 0 0 6px;
	overflow: hidden;
}

.postthumtxt {
	font-size: 0.9em;
	text-align: center;
	line-height:1.3em;
	color: #000000;
	
}

.postthumtxt a, .postthumtxt a:visited {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.postthumtxt a:hover, #postthums a:hover {
	color: #ff3300;
	text-decoration: none;	
}

.mosaic {
	padding: 0px;
}

#contentmosaic {
	padding: 14px 14px 15px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius-bottomleft: .7em;
	-khtml-border-bottom-left-radius: .7em;
	-webkit-border-bottom-left-radius: .7em;
	border-bottom-left-radius: .7em;
	-moz-border-radius-bottomright: .7em;
	-khtml-border-bottom-right-radius: .7em;
	-webkit-border-bottom-right-radius: .7em;
	border-top-bottom-radius: .7em;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
