/*  
Theme Name: Dark Also Shine
Description: Black-ish  WordPress theme with featured image in first post
Version: 1.3
Author: Julian DZ
Author URI: http://www.computer-syle.de/
Tags: Two Colum, black, widget ready, 
*/

body {
	margin: 0;
	padding: 0;
	background-color: #262626;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	}

/* Inputs, Textareas */
form {
	margin: 0;
	padding: 0;
	}

#commentform {
	padding: 10px;
	}
	
input, textarea {
	border: 0;
	background-color: #6b6b6b;
	border: 1px solid #9d9d9d;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #d5d5d5;
	padding: 3px;
	margin: 0 0 5px 0;
	}
	
#searchsubmit, #commentform #submit {
	font-weight: bold;
	color: #d5d5d5;
	background-color: #3d3d3d;
	text-align: center;
	cursor: pointer;
	}

#searchsubmit:hover, #commentform #submit:hover {
	background-color: #626262;
	color: #d5d5d5;
	}
	

/* Other Classes*/
.clearer {
	clear: both;
	}

.navigation {
	display: block;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

/* Image style */
img, a img {
	margin: 2px;
	border: 2px solid #b2b2b2;
	}

a:hover img {
	border: 2px solid #cacaca;
	}

/* Links*/

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7f7f7;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:link, #content a:active, #content a:visited, #rightbar li a, #rightbar #wp-calendar a, #footer a, #rightbar .textwidget a{
	color: #f7f7f7;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #e8e6e6;
	}

#content a:hover, #rightbar li a:hover, #rightbar #wp-calendar a:hover, #footer a:hover, #rightbar .textwidget a:hover {
	color: #f7f7f7;
	background-color: #5f5f5f;
	border-bottom: 1px dotted #5f5f5f;
	}

#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	font-weight: normal;
	border: none;
	}
	
/* Header */
#header {
	width: 932px;
	height: 80px;
	}
	
/* Blog Title */
#blogtitle {
	margin: 10px 0 0 25px;
	padding: 0;
	display: block;
	float: left;
	}

#blogname {
	margin: 0 10px 0 10px;
	font-size: 40px;
	color: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	}

#blogdesc {
	margin: 0;
	font-size: 14px;
	color: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	}
	
#logo, #logo:hover {
	padding: 0;
	border: none;
	float: left;
	}

/* Top Nav Links */
#topnav {
	margin: 35px 25px 0 0;
    padding: 0;
	float: right;
	}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#topnav ul li {
	display: inline;
	}

#topnav a:link, #topnav a:active, #topnav a:visited {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #f7f7f7;
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 8px 2px 8px 40px;
	}

#topnav a:hover {
	border-bottom: 3px dotted #f9f9f9;
	color: #f7f7f7;
	}
	

/* Top */
#top {
	width: 100%;
	height: 100px;
	background-color: #4f4f4f;
	background-image: url('images/topbg.jpg');
	background-repeat: repeat-x;
	}	
		
/* Wrapper */
#wrapper {
	width: 960px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background-image: url('images/wrapperbg.jpg');
	background-repeat: repeat-y;
	}

/* Container */
#container {
	margin: 20px 0 10px 0;
	padding: 0;
	display: block;
	}

#rightbar {
	width: 250px;
	float: right;
	margin: 0;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #d5d5d5;
	}

#rightbar a, #content #leftbar a {
	border: none;
	}

#rightbar .widget, #leftbar .widget {
	margin: 0 0 20px 0;
	}
	
#rightbar h2, #content #leftbar h2 {
	margin: 0 0 1px 0;
	font-size: 14px;
	color: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #e8e6e6;
	padding-bottom: 4px;
	display: block;
	}

#rightbar ul, #rightbar ol, #leftbar ul, #leftbar ol {
	list-style-image: url('images/bullets.gif');
	}

#rightbar ul li, #rightbar ol li, #leftbar ul li, #leftbar ol li {
	margin: 0 15px 8px 0;
	}

#rightbar ul li a, #rightbar ol li a, #leftbar ul li a, #leftbar ol li a {
	border-bottom: 0px;
	}

#rightbar ul li a:hover, #rightbar ol li a:hover, #leftbar ul li a:hover, #leftbar ol li a:hover {
	background-color: #5f5f5f;
	}

#leftbar {
	width: 185px;
	float: right;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #d5d5d5;
	}

/* Content */
#content {
	width: 700px;
	float: left;
	margin: 0;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #d5d5d5;
	}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 10px 0 10px;
	font-size: 18px;
	color: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: inline;
	font-style: italic;
	}

#content #archives h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px dotted #f9f9f9;
	margin: 0;
	padding: 0 0 20px 20px;
	}

.entrydata {
	margin: 0 20px 0 20px;
	font-size: 12px;
	}
	
.entry {
	padding:0;
	text-align: justify;
	}


/* Featured Image and Text */
.featuredpost {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 21px;
	}

.featuredpost .entrydata {
	font-size: 12px;
	margin-bottom: 17px;
	}

#content .featuredpost h2 {
	font-size: 24px;
	}
	
.fimg {
	width: 270px;
	float: left;
	}

#content .featuredpost .comfont {
	font-size: 16px;
	}

#content .fimg img, #content .fimg img:hover {
	width: 250px;
	height: 190px;
	margin: 0;
	padding: 10px;
	border: 0;
	background-color: #5f5f5f;
	}

#content .fimg a {
	border: none;
	}

#content .fimg a:hover {
	background: none;
	}

#content .fimg a:hover img {
	background-color: #848282;
	}

.etext {
	width: 420px;
	float: right;
	}

.etext p {
	margin-top: 0;
	}

/* Non-Featured Post content styles */
#recententries {
	width: 505px;
	float: left;
	}
	
#content #recententries ul {
	list-style-image: url('images/bullets.gif')
	}
	

#content #recententries ul li {
	margin: 0 15px 8px 0;
	}
		
.entrydata a, .entrydata strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.postdivsingle {
	font-size: 13px;
	line-height: 21px;
	}	

.singlentry {
	margin-bottom: 20px;
	border-bottom: 1px dotted #f9f9f9;
	}

.singlentry .entrydata {
	font-size: 11px;
	}

#content .comfont {
	font-size: 14px;
	}
	
blockquote {
	background-color: #4e4e4e;
	border-left: 10px solid #8e8e8e;
	padding: 1px 5px 1px 5px;
	}

blockquote blockquote {
	background-color: #646464;
	border: 1px dotted #f9f9f9;
	padding: 1px 5px 1px 5px;
	}

	
/* Commentsarea */
ol.commentlist, .archive {
	margin: 8px 0 8px 0;
	padding: 0;
	list-style-type: none;
	}

ol.archive {
	margin: 25px 0 0 0;
	}

ol.commentlist li {
	margin: 0;
	padding: 10px;
	}

ol.commentlist li.alt {
	background-color: #3a3a3a;
	}

.commentlist li .avatar {
	float: left;
	margin-right: 3px;
	}

ol.commentlist li cite {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* Bottom and Footer */
#bottom {
	background-color: #4e4e4e;
	}

#footer{
	margin: 0;
	padding: 3px;
	width: 960px;
	display: block;
	}

#footer div {
	margin:0;
    padding: 0;
	display: block;
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #d5d5d5;
	padding: 5px 0 5px 0;
	text-align: center;
	}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	}