/*
Theme Name: 3COL-RDMBAN RR
Theme URI: http://takteekmedia.com/
Version: 1.4
Description: Black 3 column theme with 10 rotating banners.
Author: TAKTEEK
Author URI: http://takteekmedia.com/
Tags: three columns, right sidebar, widget ready, fixed width, rising sun, simple, black, gray, orange
*/

/* -standards- */

body {
	background: #000000;
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 12px;
	display: block;
	}
p {
	text-align: justify;
	}
h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	}
a {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: 5B0000;
	}
#navlink {
	margin-bottom: 0px;
	}

/* -header- */

#topbar {
	padding: 30px 0 10px 0;
	width: 860px;
	}
#topbar .title a {
	color: #5B0000;
	}
#topbar .title a:hover {
	color: #FFFFFF;
	}
#banner {
	background: url("banners/rotator.php") no-repeat top left;
	border-top: 0px dotted #5B0000;
	border-bottom: 0px dotted #5B0000;
	height: 296px;
	width: 860px;
	}
#banner img {
	height: 296px;
	width: 860px;
	}

/* -content- */

#contentwrap {
	margin-top: 0px;
	width: 860px;
	}
#content {
	float: left;
	margin-right: 30px;
	width: 860px;
	}

/* -post and entries- */

.post h2, .post h2 a {
	color: #5B0000;
	text-transform: uppercase;
	}
.post h2 a:hover {
	color: #FFFFFF;
	}
.post img, .post object, .post embed {
	display: block;
	margin: 0 auto;
	}
.post blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}

.entry {
	clear: both;
	}
.entry a {
	color: #5B0000;
	text-decoration: none;
	}
.entry a:hover {
	color: #FFFFFF;
	text-decoration: none;
    border-bottom:1px dotted #5B0000;
    border-left:1x dotted #5B0000;
    border-right:1px dotted #5B0000;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #FFFFFF url("images/magnifier.png") no-repeat top left;
	border: none;
	padding: 1px 2px 1px 17px;
	width: 250px;
	}

/* -footer- */

#footer {
	border-top: 1px dotted #5B0000;
	clear: both;
	color: #5B0000;
	padding: 10px 0 30px 0;
	width: 860px;
	}
#footer a {
	color: #5B0000;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}