/*
Theme Name: Silver Dreams
Theme URI: http://www.dynamicguru.com/2009/06/another-wordpress-theme/
Description: A light weight gorgeous silvery wordpress theme with two-columns,widget ready, left sidebar and awesome jquery effects on the left sidebar links
Version: 1.4
Author: Mujtaba Ahmed
Author URI: http://www.dynamicguru.com/mujtaba/
Tags: silver,white,left-sidebar,two-columns
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#000;
	color:#a6a6a6;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 15px;
	letter-spacing: 1px;
	
}

#page {
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;
	
}


h1, h2, h3, h4, h5, h6 {

	font-weight: lighter;
	/*font-weight: 200;*/
	letter-spacing: 1.2px;

}


/*BEGIN HEADER*************************************/
#header {
	background:transparent;
	color:#211;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:48px;
	text-align:left;
	margin:0px;
	margin-bottom: 56px;
	width: 1000px;
	height: 120px;
	
}
#header a.logo {
	color:#00df82;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 45px;
	clear: none;
}

#header img {
	padding: 0px;
	margin: 0px;
	clear: none;
}

#header a:hover {
	color:#36ffab;	
}

/*#description {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#666;	
	font-size: 60%;
}*/

/*END HEADER***************************/



/***************Begin SIDEBAR************************/
#sidebar {
	float:left;
	width:250px;
	padding-top: 5px;
	/*padding: 5px 20px 20px 20px;*/

	
}

#sidebar h2 {
	color:#fff;
	font-weight: lighter;
	font-size:18px;
	letter-spacing: 1.5px;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 5px;
	background-color: black;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;

	
}

li.categories ul li a,
li.tags ul li a,
ul#metadata li a{
	/*margin-left: 10px;*/
}


#sidebar .widget {
margin-left: 0px;
}

li#wpsb .widget {
margin-left: 20px;
}

#searchform input{
	background:#262626;
	padding:3px;
	margin-top: 10px;
	border:1px solid #808080;
	color:#555;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input#s {
	width: 198px;
	height: 16.5px;
}

#searchform input[type="submit"] {
	cursor:pointer;
	color: #00df82;
	font-size: 13px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;

}

#searchform input[type="submit"]:hover {
	background:#262626;
	border-color:#808080;
}


#sidebar ul,#sidebar   ul   li {
	padding:0;
	margin: 0;
	list-style:none;
	margin-bottom: 00px;
}
#sidebar  ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}

#sidebar>ul {
	padding-bottom:25px;
	margin-bottom:30px;	
	border: 2px dotted #262626;
	border-bottom: none;
	background-image: url('images/dotted_sidebar.png');
	background-position: 0px 101%;
	background-repeat: no-repeat;
	
}

#sidebar > ul > li > ul > li ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:3px !important;
	padding-left:3px;
	font-size:14px;
}
	
	
	
#sidebar ul li ul li{
	padding:3px;
	padding-left:10px;

}
#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
	
}
#sidebar>ul>li>ul li {
	margin-bottom: 0px;
}

#sidebar>ul>li>ul li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color:#00df82;
}

#sidebar a {
	text-decoration:none;
	color:#00df82;
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar a:hover {
	color:#36ffab;
}
#sidebar>ul>li ul {
	margin-left:10px;
}


#quick-subscribe #quick_subscribe_messages, 
#quick-subscribe #quick_subscribe_form {
	margin-left: 20px;
}

quick_subscribe_form p {
	margin-bottom: 2px;
}

#quick-subscribe #quick_subscribe_messages {
	margin-bottom: 10px;
	margin-right: 10px;
}

#QS_user_email_widget {
	clear: both;
	display: block;
	margin-bottom: 10px;
	background-color: #262626;
	border: 1px solid #808080;
	color: #808080;
	width: 200px;
	padding: 3px;
	letter-spacing: 0.9px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;

}

/*******SIDEBAR END***************/

#content {
	margin-left:270px;
	padding-right:15px;
	padding-left:15px;

}

#content #date {
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	letter-spacing: 1px;
}

#content #date a {
	text-transform: lowercase;
}

 #content .post {
	color:#a6a6a6;
	float:left;
	width:700px;
	line-height: 24px;
	width: 648px;
	padding-left: 33px;
	padding-right: 33px;
	border: 2px dotted #262626;
	border-bottom: none;
	margin-bottom:20px;
	background-image: url('images/dotted_entry.png');
	background-position: 0px 101%;
	background-repeat: no-repeat;
 }
 
  #content .post p{
	margin-top: 0px;
 }

 #content h2,#content h3 a{
	font-style: italic;
	font-size: 21px;
	font-weight: lighter;
	background-color: #000;
	padding-left: 20px;
	margin: -10px -20px 2px -20px; 
 }
 
 #content h2 a{
	color:#fff;
	text-decoration:none;
	font-weight: lighter;
	/*font-weight: 200;*/
 }
 
 #content h2 a:hover {
	color:#a6a6a6;
 }
 #content .entry {
 }
 p.postmetadata {
	padding-left: 33px;
	text-align: right;
	font-size: 15px;
	}
p.postmetadata a{
	color:#00df82;
	text-decoration: none;
	text-transform: uppercase;
	
}
p.postmetadata a:hover {
	border-bottom:none;
	color: #36ffab;
}

a.post-edit-link {
	padding-left:16px;
}

a[title~=Comment] {
}

a {
	color:#00df82;
	text-decoration:none;
}
a:hover {
	color:#36ffab;
}
a img {
	border:none;
}

h2,h3 {
	color:#888888;
}


div.comment_part {
	margin-left: 33px;

}

h3#comments {
}

ol.commentlist {
margin: 0px;
background-color: #161616;
padding: 0px 0px 0px 33px;
}

ol.commentlist li {
	list-style-type: none;
	padding: 0px;
	}
ol.commentlist li.alt {
	padding: 10px 10px 10px 0px;
}

ol.commentlist img.avatar {
	border: 2px dotted #262626;
	margin-bottom: 5px;
	padding: 5px;
	width:32px;
	height:32px;
	display:block;
	
}
cite.comment_author {
	color:#c00;
	text-transform:capitalize;
	font-style: normal;
}
em.awaiting_moderation {
	color:#c00;
	display:block;
	background:#161616;
	padding:3px;
	font-size:10px;
	border:1px solid orange;
	margin:0px;
}
small.commentmetadata,small.commentmetadata a {
	color:#00df82;
}

#commentform input[type="text"] {
	background:#262626;
	border: none;
}
#commentform textarea {
	background:#161616;
	color:#a6a6a6;
	padding:0px;
	overflow:auto;
	border: none;
	height:200px;	
	width: 647px;
	padding: 10px;
	font-weight: lighter;
	letter-spacing: 0.9px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#commentform input[type="submit"] {
	background-color: #262626;
	border: none;
	color: #00DF82;
	font-size: 14px;
	padding: 3px;
	letter-spacing: 0.9px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#commentform input[type="submit"]:hover {
	background:#262626;
	color:#36ffab;
}

hr {
	display:none;
}


#footer {
	clear:both;
	padding:10px 0px 10px 0px;
	font-size: 11px;
	text-transform: uppercase;
}

#footer a {
color: #bababa;
}

.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #a6a6a6;
	border-width:1px 0px;
}

a.download {
	background:#777;
	padding:5px;
	color:#ddd;
	border:1px solid #977;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	}
/* Begin Calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	color:#800;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 2px dotted #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}
div.single_navigation table {
	width:717px;
	margin-top:20px;
	padding:5px;
}

div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#36ffab;
}
td.single_alignleft,td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:2px dotted #262626;
}
td.single_alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;	
}
td.single_alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}

/*single posts navigation end*/


div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;
}
div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}


/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 2px solid #cfcfcf;
	}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/

#primary_menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 7px;
	clear: none;

}

#primary_menu li {
	display: inline;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin-right: 15px;
}

#primary_menu li a.active {
	color: white;
	font-weight: normal;
}

#primary_menu li.network {
	padding: 0px;
	margin-right: 0px;
	
}

#networks {
	margin-left: 12px;
	display: inline;
	position:relative;
	top: 5px;
}

h3#respond {
	border-top: 2px dotted #262626;
	padding-top: 20px;
}

.register {
	text-transform: uppercase;
}

#wpsb_email, #wpsb_fld_2 {
	background-color: #262626;
	border: 1px solid #808080;
	height: 20px;
	width: 205px;
	margin-top: 5px;
	color: #a6a6a6;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.9px;
	padding-left: 3px;
}

#wpsb_radio_option1, #wpsb_radio_option2 {
margin: 0px;
}

#submitBTN {
	background-color: #262626;
	border: none;
	color: #00DF82;
	font-size: 14px;
	width: 77px;
	padding: 3px;
	letter-spacing: 0.9px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
}



ul#metadata li a   {

	margin-bottom: 3px;
}

ul#metadata li a {

	margin-bottom: 6px;
}

.moveLeft {
	margin-left: 0px;
	margin-bottom: 3px;
}

.pinkIt {
	color:#de016a;
}

li.widget_pages {
margin-top: 10px;
padding-top: 20px !important;
}

