/*  
Theme Name: The Red R
Theme URI: http://theredr.pixeljar.net/
Description: A custome wordpress theme created for the red r website
Version: 1.0
Author: Pixel Jar
Author URI: http://www.pixeljar.net

	Some description can go here if necessary...
*/

/* DEFAULT HTML FONT FORMATTING */
body, td {
	font-family: Courier, serif;
	font-size: 11px;
	color: #FFFFFF;
}
a, a:visited, a:active, a:link {
	text-decoration: none;
	color: #D33533;
}
h2 {
	color: #FFFFFF;
}
small {
	font-size: 9px;
}
/* END DEFAULT HTML FONT FORMATTING */
/* PAGE HEADER RELATED */
#header {
	background-image: url('media/images/header.gif');
	background-repeat: no-repeat;
}
#tagline {
	background-image: url('media/images/taglines/1.gif');
	background-repeat: no-repeat;
	background-position: 185px 30px;
	height: 95px;
}
h2.pagetitle {}
/* END PAGE HEADER RELATED */
/* TEXT ALIGNING */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
/* END TEXT ALIGNING */

/* BASIC LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url('media/images/centerbg.gif');
}
#topbg {
	background-image: url('media/images/top.gif');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 65px;
	z-index: 1;
}
#rightbg {
	background-image: url('media/images/right.gif');
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 78px;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
#bottombg {
	background-image: url('media/images/bottom.gif');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	z-index: 3;
}
#leftbg {
	background-image: url('media/images/left.gif');
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 100%;
	z-index: 4;
}
#floater {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}
#container {
	width: 718px;
	margin: 0px auto;
	background-image: url('media/images/copyright.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#header {
	width: 700px;
	height: 100px;
}
#main {
	margin-top: 50px;
	width: 700px;
}
#dbox {
	float: right;
	width: 365px;
	height: 271px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url('media/images/dbox.gif');
	background-repeat: no-repeat;
}
#footer {
	width: 700px;
}
#credits {
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	color: #ffffff;
	text-align: center;
}
#credits a {
	color: #e2c28d;
}
/* END BASIC LAYOUT */
/* POST RELATED */
.post {
	margin: 0px 0px 15px 0px;
}
.post h2 a {
	font-style: normal;
	font-weight: bold;
	color: #D33533;
}
.post h2 {
	font-size: 14px;
	font-style: italic;
	color: #D33533;
}
.postmetadata {
	color: #666666;
}
.postmetadata a {
	color: #D33533;
}
/* END POST RELATED */
/* LINKS PAGE RELATED*/
#link_div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#link_div ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#link_div ul li h2 {
	font-style: normal;
	font-weight: bold;
	color: #5b5b45;
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
/* END LINKS PAGE RELATED*/
/* PAGING NAVIGATION RELATED */
#main .navigation {
	margin: 0px 15px 15px 15px;
	height: 10px;
}
/* END PAGING NAVIGATION RELATED */
/* SIDEBAR RELATED */
#sidebar {
	margin: 15px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li .recent_post_time {
	color: #e2c28d;
}
#sidebar h2 {
	font-size: 12px;
}
/* END SIDEBAR RELATED */
/* COMMENTS RELATED */
ol.commentlist {
	padding: 0px;
	margin: 0px 15px;
}
ol.commentlist li {
	list-style-type: none;
}
.alt {
	padding: 15px;
	background-color: #1a1a1a;
}
.std {
	padding: 15px;
}
h3.comments {
	margin-left: 15px;
}
h3.respond {
	margin-left: 15px;
}
p.nocomments {
	margin-left: 15px;
}
#commentform {
	margin: 0px 15px;
}
.commentform_instructions {
	margin: 0px 15px;
}
/* END COMMENTS RELATED */
/* SEARCH FORM RELATED */
#searchform {
	margin: 0px 15px 15px 15px;
}
/* END SEARCH FORM RELATED */