/*
Theme Name: testingsdadadss
Description: lookwhatidid
Author: Fkyx
Author URI: http://www.clan-fire.com
Tags: BLAHBLAHBLAH

	Chosen v1.1
	 http://www.bychosen.com
	 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
* {padding: 0; margin: 0;}
ul, li {list-style: none;}
input
{
color: #ffffff;
background: #000000;
border: 1px solid #DDE1BA;
font-size: 10px;
}blockquote{ margin: 10px; font-style: italic; color: #aaaaaa }
a {color: #FB6600; text-decoration: none;}
a:hover {color: #e4e4e4;}
a img {border: none;}
h1 {font-size: 6em;}
h2 {font-size: 18px;}
p {margin: 10px 0;}
small {font-size: 1em;}
.clear {clear: both;}
body {
	color: #aaaaaa;
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #0f0c05 url('images/bg.jpg') repeat-y center top;*/
background: #000000;
}
#page {
	width: 102.4em;
	/*background: url('images/inner_bg.jpg') no-repeat;*/
	margin: 0 auto;
}
#page h2, #page h3 {
 color: #FB6600;
}
.left {
	float: left; 
	width: 76.4em;
}
.right {float: right; width: 26em;}
#content {
	float: left;
	padding: 0 2em 2em;
	min-height: 60em;
}
#content h2 a:hover {color: #fafafa;}
#header .line {
	background: url('images/line.png') repeat-x left bottom; 
	height: .1em;
	margin: 0 3.5em;
	position: relative;
	top: -1.2em;
}
#header {
	background: #000000 url(images/headers/rotate.php) no-repeat bottom center;
height: 485px;
}
#header h1 {
	padding: 0.8em 0.5em 0; 
}
#header h1 a:hover {color: #fafafa;}
#header p {margin-top: -1.2em; margin-left: 22em; color: #ffffff; font-size: 1.2em;}
.nav {float: right;}
.nav li {float: left; padding: .5em 0; font-size: 1.4em;}
.nav li.current_page_item {float: left; padding: .5em 0;}
.nav a {padding:.5em 1em; color: #ffffff; text-transform: capitalize;}
.nav a:hover {color: #ecf0c8;}
.nav li.current_page_item a {color: #ecf0c8;}
.login {float: right;}
.login li {float: left; padding: 0 .5em;}
/* Begin Sidebar */
#sidebar a {
color: #ffffff;
}
#sidebar {
	float: right;
	width: 25.9em;
	color: #FFFFFF;
}
#sidebar .sidebar_top {
	/*background: url('images/sidebar_image.jpg') no-repeat; */
padding-top: 20px;
	padding-left: 1em;
}
#sidebar h2 {padding: .3em; font-size: 16px; color: #FB6600;}
#sidebar #searchform, #sidebar a, #sidebar p { font-size: 11px; margin-left: 1em; width: 21em;}
/* End Sidebar */
/* Footer */
#footer {
	margin: 0 auto;
	width: 100em;
	text-align:  center;
	padding-bottom: 1em;
}
/* End Footer */
/* End Structure */
/* Post */
.title {
	background: url('images/post_top.png') no-repeat; 
	width: 80em; 
	padding-top: 2em; 
	margin-bottom: 5px;
	min-height: 15em;
}
.post {background: url('images/post_bottom.png') no-repeat bottom left; min-height: 15em;}
.post h2 {font-size: 2em;}
.post .entry {padding-left: 3.5em; padding-top: 10px; width: 56em; color: #ffffff; font-size: 1.1em;}
.metainfo {
font-size: 9px;
	float: left; 
	text-transform: uppercase; 
	color: #a1a1a1; 
	margin: 0 0 15px 0;
	padding-left: 1em;
}
.postmetadata {padding-bottom: 3.5em; padding-left: 3.5em; width: 54em; margin-top: 15px;}
.postmetadata a {color: #a1a1a1; font-size: 1.1em;}
.comments {font-size: 1.2em;}
.commentlist li {padding: 1em 0;}
.commentlist img {float: left; padding-right: .5em;}
/* End Post */
/* Wordpress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}