/*  
Theme Name: Vrooom!
Description: A dark and elegant, three-column, high quality WordPress theme.
Author: Rajaie AlKorani
Author URI: http://www.rajaietalks.com
Version: 1.1
Tags: fixed width, widgets, widget ready, simple, right sidebar, black, clean, three columns
*/

body {
	background: #232323 url('images/bg.png') repeat-x;
	color: white;
	font: 12px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; 
}

/* Common Formatting */
a, a:link, a:active {
	outline: none;
	color: #ce4313;
	text-decoration: none;
}
a:hover {
	background: #ce4313;
	color: white;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
blockquote {
	background: #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 4px solid #B5B5B5;
	font-size: 11px;
	margin: 15px 0;
	padding: 15px 50px 0;
}
img {
	border: 0;
	background: black;
}
ul, ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
ul li, ol li {
	margin: 0;
	padding: 0 0 5px;
}
form {
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* Head */
#head {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}

/* Logo */
#logo{
	float: left;
}
#logo h1 a {
	color: white;
	font-size: 56px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: georgia;
}
#logo h1 a:hover {
	color: white;
	background: transparent;
}

/* Menu */
#menu {
	overflow: auto;
	font-size: 11px;
	font-family: Tahoma;
	float: right;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 5px 8px;
	font-weight: bold;
	color: white;
}
#menu ul li a:hover {
	background: #8c2b00;
}
#menu ul li.current_page_item a {
	background: #8c2b00;
}

/* Main */
#main {
	float: left;
	width: 673px;
}

/* Content */
#content {
	float: right;
	width: 500px;
	margin-left: 28px;
}
#content h1 {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: bold;
}
#content h1 a {
	color: #db3900;
}
#content h1 a:hover {
	text-decoration: none;
	background: transparent;
	color: #eb3d00;
}
#content h2 {
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
}
#content h3 {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
}
#content .post {
	padding: 0 0 15px;
}
#content .post .meta {
	color: #ccc;
	font-family: Tahoma;
	font-size: 11px;
}
#content .post .entry {
	padding-top: 15px;
	font-size: 13px;
}
#content h1.archive_title, h1.search_title {
	margin-bottom: 15px;
}

/* Comments */
#comments {
	margin-top: 15px;
}
#comments img {
	background: #a3a3a3;
}
#comments h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
#comments ol li {
	padding: 0 0 10px;
}	
#comments .comment_text {
	line-height: 18px;
	background: #a3a3a3;
	padding: 4px;
	color: black;
}
#comments .comment_meta {
	background: #515151;
	padding: 4px;
	font-size: 11px;
	font-family: Tahoma;
}
#comments .comment_meta a {
	color: white;
	text-decoration: underline;
}
#comments .comment_meta a:hover {
	color: white;
	background: #515151;
	text-decoration: underline;
}
#comments input, textarea {

}
#comments #respond {
	margin-bottom: 15px;
}
#comments textarea {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
}
#comments ol li p {
	padding: 0;
}

/* Sidebar */
.sidebar {
	font-size: 11px;
}
.sidebar h2.widgettitle {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	margin-bottom: 4px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar li {
	list-style-type: none;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar ul li a:hover {
	text-decoration: underline;
	background: transparent;
	color: #ce4313;
}

/* Right Sidebar */
#rsidebar {
	float: right;
	width: 275px;
}
#rsidebar .feedcount {
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Left Sidebar */
#lsidebar {
	float: left;
	width: 140px;
}
#lsidebar .search_input {
	font-size: 11px;
	width: 140px;
	margin-bottom: 17px;
	margin-top: 5px;	
}

/* Footer */
#footer {
	margin-top: 25px;
	background: black;
	padding: 10px 5px;
	font-size: 11px;
}
#footer h3 a {
	font-family: georgia;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
}
#footer h3 a:hover {
	background: white;
	color: black;
}

span.themeinfo {
	color: silver;
	text-transform: lowercase;
	font-size: 10px;
	margin-top: 4px;
}
span.themeinfo a {
	color: silver;
	text-decoration: underline;
}
span.themeinfo a:hover {
	background: transparent;
}

/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.aligncenter,div.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;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

