/*
Theme Name: RogueRogue.com
Theme URI: http://roguerogue.com/
Description: Custom wordpress theme for <a href="http://roguerogue.com/">roguerogue.com</a>.
Version: 3.0
Author: Peter Le
Author URI: http://roguerogue.com/
Tags: red, custom header, fixed width, centered

*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #220301;
	color: white;
	background-image: url('images/bgpattern.jpg');
	background-repeat: repeat-y;
	background-position:center top;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}
a, a:active, a:visited {
	color: #9aa71b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

/* */
#home {
	width: 940px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	/* background-color: black; */
}
#home_img {
	margin-left: 130px;
}


/* Navigation bar styles */
#navigation {
	width: 940px;
	/* margin-top: 158px; */
	margin-top: 27px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
#navigation ul {
	padding-left: 150px;
}
#navigation li {
	padding-right: 20px;
	list-style-type: none;
	display: inline;
}
#navigation a {
	color: #c15944;
}

/* Feature bar styles */
#top_row {
	background-image: url('images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	height: 390px;
}
#top_container {
	margin-right: auto;
	margin-left: auto;
	height: 155px;
	width: 940px;
	margin-top: 40px;
	overflow: hidden;
}
#top_container div {
	padding: 5px;
	float: left;
}
#top_welcome {
	margin-right: 5px;
	margin-left: 5px;
	width: 280px;
	height: 150px;
}
#top_featured {
	width: 390px;
	height: 150px;
}
#top_featured img {
	margin-left: 5px;
}
#top_search {
	width: 230px;
	height: 55px;
	padding-bottom: 0px;
}
#top_search input {
	
}
#top_latest {
	width: 230px;
	padding-top: 0px;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
}
#top_latest li {
	list-style-type: none;
	list-style-position: inside;
}

/* Body container styles */
#body_row {
	background-position: center -390px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
#body_container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#body_leftbar {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 200px;
	float: left;
	text-align: left;
	font-size: 0.9em;
overflow: hidden;
}
#body_leftbar h2 {
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: #c15944;
}
#body_leftbar ul {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-position: inside;
	padding: 0px;
	list-style-type: none;
}
#body_leftbar li {
	padding-left: 10px;
	list-style-position: inside;
	background: url(images/liarrow.gif) no-repeat left 5px;
	zoom: 1;
}
#body_content {
	width: 700px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

/* Footer styles */
#footer_row {
	background-position: center top;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height:170px;
}
#footer_container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#footer_emptyspace {
	padding-top: 80px;
	margin-left: 340px;
}
#footer {
	margin-top: 25px;
	font-size: 0.9em;
}

/* Post body classes */
.post {
	border-bottom-color: #240300;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
}
.post blockquote {
	background-color: #1b1b1b;
	color: #00c0ff;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000;
}
.meta {
	color: #e9e9e9;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	font-size: 0.9em;
	line-height: 0.9em
}
.feedback {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 0.9em;
}
.storytitle {
	margin: 0px;
	font-size: 2em;
	text-shadow: 1px 1px black;
	color: #9aa71b
}
.storycontent {
	margin: 0px;
}
.poster {
	font-weight: bold;
	color: #c15944;
}
.storynav {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.storynav a {
	border:1px solid #4f0000;
	font-weight:bold;
	padding: 5px;
	color: #c15944;
}
.storynav a:hover {
	
}

/* Begin Form Elements */
.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 {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	/* background:#1f0000; */
	border:1px solid black;
	/* color:#fff; */
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* Global classes */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.banner_center {
	padding-top: 10px;
	text-align: center;
}
.center {
	text-align: center;
}
.banner_content {
	padding-bottom: 10px;
	border-bottom-color: #240300;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#commentlist li {
	background-color: #1f0000;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
}
#commentlist cite {
	font-size: 0.8em;
	color: gray;
}
#commentlist li p {
	margin: 5px;
}
.navigation {
	display: block;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.vidtitle {
	text-decoration: underline;
	color: #9A5344;
	font-size: 1.1em;
}
#body_content h4 {
	text-align: center;
}