/*
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 {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-image: url(http://sehehial.com/back2.jpg);
	background-color: #000000;
	background-attachment: scroll;
	background-repeat:  repeat-x;
	}
p {
	}
h2 {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #008888;
	text-decoration: none;
	font-style: italic;
	}
a:hover {
	color: #ffa20f;
	}
#navlink {
	margin-bottom: 40px;
	}

/* -header- */

#topbar {
	width: 950px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
#topbar .title a {
	color: #ffa20f;
	}
img {
	border: 0;
}
#topbar .title a:hover {
	color: #999999;
	}
#banner {
	background: url("banners/rotator.php") no-repeat top left;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	height: 296px;
	width: 720px;
	}
#banner img {
	height: 296px;
	width: 720px;
	}

/* -content- */

#contentwrap {
	width: 950px;	
	}
#contentwrap2 {
	width: 800px;	
	}

#content {
	float: left;
	width: 590px;
	margin-top: 5px;
	margin-right:10px;	
	
			}
#content_page {
	float: left;
	width: 730px;
	margin-top: 5px;
			}

/* -navigation- */




#navigationwrap1 {
	margin-right: 5px;	
	margin-left: 15px;	
	}
#navigationwrap1, #navigationwrap2 {
	float: left;
	margin-bottom: 40px;	
	}
#navigation1 {
	float: left;
	width: 160px;
	}
#navigation2 {
	float: left;
	width: 160px;
	}
#navigation1 h2 {
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation1 h2.small, #navigation2 h2.small, #navigation1 h2.widgettitle, #navigation2 h2.widgettitle {
	border-bottom: 1px dotted #404040;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: none;
	}
#navigation1 ul, #navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
		}
#navigation1 li, #navigation2 li {
	list-style: none;
	
	}
#navigation1 ul li:hover , #navigation2 ul li:hover {
	background: #252525;
	}
#navigation1 ul li, #navigation2 ul li {
	border-bottom: 1px dotted #252525;
	padding: 3px 3px 3px 10px;
	}
#navigation1 ul li ul li, #navigation2 ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */
.post {
	background-image: url(images/post_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.post h2, .post h2 a {
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
	}
.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;
	}
.postmetadata-top {
	clear: both;
	margin-top: -10px;
	}
.postmetadata-bottom {
	background: #252525;
	font-size: .9em;
	margin: 20px 0 40px 0;
	padding: 3px;
	}
.postmetadata-bottom a {
	color: #dadada;
	}
.postmetadata-bottom a:hover {
	color: #ffffff;
	}
.entry {
	clear: both;
	}
.entry a {
	color: #FF9950;
	text-decoration: none;
	}
.entry a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/* -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 solid #252525;
	clear: both;
	color: #666666;
	padding: 10px 0 30px 0;
	width: 950px;
	}
#footer a {
	color: #FF9900;
	}

/* -comments- */

#comments {
	clear: both;
	}
#respond {
	border-top: #252525 1px solid;
	clear: both;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #252525;
	color: #ffffff;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.commentlist div blockquote {
	background: #252525;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
.commentlist div.alt blockquote {
	background: #000000;
	border: 1px solid #404040;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px;
}
#comment {
	height: 200px;
	width: 500px;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
