/*  
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: #333;
	font: 12px Arial, helvetica, Sans-Serif;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center; 
}


/* Common Formatting */
a, a:link, a:active {
/*	color: #a9a9a9; */
    color: #FD4A04;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #a9a9a9;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0px;
	color: #22578b;
}
p {
	margin: 0px;
	padding: 0px 0px 15px;
}
/* OLD  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;
} */

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 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: 950px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #fff;
}


/* Head */
#head {
	padding: 7px 0;
}
#head h1 {
	font: 48px arial, helvetica, sans-serif;
}
#head h1 a {
	color: #22578b;
}
#head h1 a:hover {
	text-decoration: none;
}
#head h3 {
	font-size: 14px;
	padding-left: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: lowercase;
}



/* Menu */
#menu {
/*	background: #2a2a2a url('images/menubg.gif'); */
 /* background: #22578b;  */
    background: #588AB1;
	clear: both;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
/*	margin-bottom: 30px;  */
	margin: 0;
	overflow: auto;
	border-top: 2px solid black;
}
#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: none;
	background: #E44000 !important;
}

#menu li.current a {background: #666;}


/* Search Form */
#menu form {
	float: right;
	padding: 8px;
}
#menu form #s {
/*	background: #BCBCBC; */
	border: 1px solid black;
	padding: 0;
	vertical-align: middle;
	width: 120px;
}
#menu form #searchsubmit {
	outline: none;
	padding: 0;
	vertical-align: middle;
}


/* Content */
#content {
	float: left;
	display: inline;
	width: 640px;
	margin-top: 20px;
	padding: 0 20px;
	border-right: 1px dotted #ccc;
	min-height: 500px;
}

#widecontent {float:left;
			  display: inline;
			  width: 290px;
			  margin-top: 20px;
			  }
			  
.left-column {float:left;
			  width: 305px;
			  margin-right: 0px;
			  padding-right: 10px;
			  border-right: 1px dotted #ccc;
			  }
			  
.right-column {float:right;
			   width: 305px;
			   }
			   
#content h1, #widecontent h1 {
	font: 18px Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #22578b;
}
#content h1 a, #widecontent h1 a {
	color: #22578b;
}
#content h1 a:hover, #widecontent h1 a:hover {
	background: white;
	color: black;
	text-decoration: none;
}
#content h2, #widecontent h2 {
	font: 20px Arial, helvetica, sans-serif;
	font-weight: bold;
}
#content h3, #widecontent h3 {
	font: 16px arial, helvetica, sans-serif;
	font-weight: bold;
}
#content div.meta, #widecontent div.meta {
	font-size: 11px;
	padding-bottom: 4px;
}
#content div.meta .date, widecontent div.meta .date {
	background: url('images/calendar.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.meta .comments, #widecontent div.meta .comments {
	background: url('images/comment.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.meta .category, #widecontent div.meta .category {
	background: url('images/tag.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content div.entry, #widecontent 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;
}
#bookmark ul li a.facebook {
	background: url('images/facebook.png') no-repeat;
	padding-left: 20px;
}

#bookmark ul li a.newsvine {
	background: url('images/newsvine.png') no-repeat;
	padding-left: 20px;
}


/* Comments */
#comments {
	font-size: 11px;
	margin-top: 20px;
}
#comments h3 {
	font-family: Arial, Helvetica, 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 {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
/*	background: #858585; */
	padding: 10px 5px;
}
#comments .comment_meta {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #F0F0F6;
/*	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;
/* changed from 280 to 260 */	
	width: 260px;
	margin:0;
	padding:0;
}
#sidebar ul, .arrow ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

 #sidebar ul li, .arrow 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: 18px Arial, Helvetica, sans-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;
}

/* add new sidebar styles */
#sidebar-top, #sidebar-bottom, .widget {
	width:260px; 
	float:right;
	padding:0px 0px 10px 0px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:260px; 
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads, {
	width:250px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}
	
.ads {margin: 10px 0;
	  text-align: center;
	  }
	  
/* Footer */
#footer {
	background: black;
	font-size: 11px;
	margin-top: 30px;
	padding: 6px 10px;
	color: #fff;
}

#footer a {margin-right: 10px;
		   margin-left: 10px;
		   color: #a9a9a9;}
		   
		   #footer a:hover {color: #E34C05;
		   text-decoration: underline;}


/* 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;
}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:1.8em Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}
	
#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}
	
/* align photos */
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}
	
#headline a img, #featured a img, #front-list a img, .spoiler a img {
	border:1px solid #ccc;
	margin-top:0;
	margin-right:10px;
	padding:4px;
	}

/* this provides a float to the links on each of the community pages so we can have a nice looking format */
/* we may need to add some markers (arrow or something) */
.category {float:right;
		   width: 450px;
		   margin: 0 20px 0 10px;}

.frame {
/*	width: 120px;
	height: 155px; */
	float: left;
	padding: 4px;
	margin: 0 20px 10px 0;
	background: #FFF;
	border: #CCCCCC 1px solid;
}

.clearit {clear:both;}

.feat_img {
	width: 100%;
	text-align: center;
	margin: 0 20px 5px 0;
}

/* featured listings on WP pages - this is the style for those listings */
.feat {
	width: 100px;
	height: 130px;
	float: left;
	padding: 0;
	margin: 0 2px 8px 2px;
	background: #FFF;
	border: #CCCCCC 1px solid;
}

.feat a {color: #666;}
.feat a:hover {color: #000;}

.feat_width {
	width: 100%;
}
.feat_img {
	width: 100%;
	height: 75px;
	text-align: center;
	margin: 0 0 5px 0;
}
.feat_txt {
	width: 96px;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	padding: 0;
	text-align: center;}

.feat_txt a {text-decoration: none; }

.feat_price {
	width: 100%;
	color: #5a9a11;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}	
