/*  
Theme Name: Dark Night
Description: A Dark and Elegant Two Column WordPress Theme
Author: Rajaie AlKorani
Author URI: http://www.rajaietalks.com/
Version: 1.4
Tags: two column, black, simple, elegant, web 2.0, fixed width, dark, clean
*/


body {
	background: #2c2c2c url('images/bg.png') repeat-x;
	color: white;
	font: 13px Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}


/* Common Formatting */
a, a:link, a:active {
	color: #a9a9a9;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 15px;
}
blockquote {
	background: #ebebeb url('images/quotes.png') no-repeat 19px 3px;
	border-left: 3px solid #676767;
	border-bottom: 1px solid #ebebeb;
	color: #6c6c6c;
	font-size: 11px;
	margin: 0px 25px 15px;
	padding: 15px 50px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px 0px 15px 30px;
}
ul li, ol li {
	margin: 0px;
	padding: 0px 0px 4px;
}
form {
	margin: 0px;
	padding: 0px;
}


/* Wrapper */
#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	width: 850px;
}


/* Head */
#head {
	padding: 7px 0;
}
#head h1 {
	font: 30px Georgia;
}
#head h1 a {
	color: white;
}
#head h1 a:hover {
	text-decoration: none;
}
#head h3 {
	font-size: 11px;
	padding-left: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: lowercase;
}


/* Menu */
#menu {
	background: #2a2a2a url('images/menubg.gif');
	clear: both;
	height: 1%;
	font-family: Verdana;
	margin-bottom: 30px;
	overflow: auto;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	background: url('images/menudiv.gif') no-repeat;
	color: white;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	padding: 0px 12px;
	text-align: center;
	text-transform: uppercase;
}
#menu ul li a:hover {
	text-decoration: underline;
}

/* Search Form */
#menu form {
	float: right;
	padding: 8px;
}
#menu form #s {
	background: #BCBCBC;
	border: 1px solid black;
	padding: 0;
	vertical-align: middle;
	width: 200px;
}
#menu form #searchsubmit {
	outline: none;
	padding: 0;
	vertical-align: middle;
}


/* Content */
#content {
	float: left;
	display: inline;
	width: 500px;
}
#content h1 {
	font: 25px Georgia, Times, Serif;
	font-weight: bold;
}
#content h1 a {
	color: white;
}
#content h1 a:hover {
	background: white;
	color: black;
	text-decoration: none;
}
#content h2 {
	font: 20px Georgia, Times, Serif;
	font-weight: bold;
}
#content h3 {
	font: 16px Georgia, Times, Serif;
	font-weight: bold;
}
#content div.meta {
	font-size: 10px;
	padding-bottom: 4px;
}
#content div.meta .date {
	background: url('images/calendar.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.meta .comments {
	background: url('images/comment.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.meta .category {
	background: url('images/tag.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.entry {
	padding: 15px 0px;
}
/* Bookmark */
#bookmark {
	border-top: 1px dashed #eee;
	margin-top: 20px;
	padding-top: 5px;
}
#bookmark h3 {
	background: url('images/bookmark.png') no-repeat 1px 1px;
	padding-left: 16px;
}
#bookmark  ul {
	list-style-type: none;
	padding: 5px 0px 0px 15px; 
}
#bookmark ul li a.stumble {
	background: url('images/stumble.png') no-repeat;
	padding-left: 20px;
}
#bookmark ul li a.technorati {
	background: url('images/technorati.png') no-repeat;
	padding-left: 20px;
}
#bookmark ul li a.digg {
	background: url('images/digg.png') no-repeat;
	padding-left: 20px;
}
#bookmark ul li a.delicious {
	background: url('images/delicious.png') no-repeat;
	padding-left: 20px;
}
#bookmark ul li a.furl {
	background: url('images/furl.png') no-repeat;
	padding-left: 20px;
}
#bookmark ul li a.reddit {
	background: url('images/reddit.png') no-repeat;
	padding-left: 20px;
}
/* Comments */
#comments {
	font-size: 11px;
	margin-top: 20px;
}
#comments h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#comments ol {
	list-style-type: none;
	padding: 0;
}
#comments ol li {
	padding: 0 0 10px;
}	
#comments .comment_text {
	background: #858585;
	padding: 10px 5px;
}
#comments .comment_meta {
	background: #575757;
	padding: 5px;
}
#comments #comment {
	width: 500px;
}
#comments input, textarea {
	background: white;
	border: 2px double #E0E0E0;
}
#comments textarea {
	font-family: Arial;
}
#comments ol li p {
	padding: 0;
}
/* Archives */
#content h3.archive_item {
	font-size: 15px;
	padding-top: 5px;
}
#content h1.archive_title, h1#search_title {
	font-size: 17px;
	padding-bottom: 4px;
}


/* Sidebar */
#sidebar {
	display: inline;
	float: right;
	width: 255px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}
#sidebar ul li {
	background: url('images/arrow.png') no-repeat;
	margin-bottom: 4px;
	padding: 0 0 4px 16px;

}
#sidebar .widget {
	list-style-type: none;
	padding-bottom: 17px;
}
#sidebar h2 {
	color: #7fa4dd;
	font: 15px Georgia, Times, Serif;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
#sidebar #subscribe {
	text-align: center;
}
#sidebar #blogroll ul li, #linkcat-2 ul li {
	background: url('images/chain.png') no-repeat;
}
#sidebar #categories ul li, #categories-190148171 ul li  {
	background: url('images/folder.png') no-repeat;
}
#sidebar #archives ul li, #archives ul li  {
	background: url('images/clock.png') no-repeat -1px 3px;
}


/* Footer */
#footer {
	background: black;
	font-size: 11px;
	margin-top: 30px;
	padding: 3px;
}

/* Global Classes */
.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;
}
