/*
Theme Name: darkSpirit
Theme URI: http://fimply.com/themes/darkspirit
Author URI: http://fimply.com/themes
Description: darkSpirit is a simple theme for private Blogs. It is versatile. Pages are supported too. The theme was tested in several browsers.
Author: Themes by Fimply
Version: 1.0
Tags: white, black, flexible-width, translation-ready, theme-options, editor-style, gray, right-sidebar, full-width-template, post-formats
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

body {
	background-color: #eeeeee;
	margin:0;
	padding: 0;
}

#container {
	margin:20px 20px 0 20px;
}

#nav {
    z-index:99;
    margin:30px 20px 0 20px;
	height:57px;
	box-shadow: 0 0 4px #c3c3c3;
	padding:10px 0 0 0px;
	text-align:center;
	background:-webkit-linear-gradient(#4b4b4b 0%, #272727 100%);
	border-radius:5px;
}

ul.nav {
	margin:16px 0 0 -40px;
}

ul.nav li, ul.children li  {
	list-style-type: none;
	display: inline;
    text-align: center;
	width:100%;
	margin:10px 0 0 0px;

}

ul.nav li a {
	list-style-type: none;
	margin:30px 0px 0 0;
	font-size: 15px;
    display: inline;
	text-decoration: none;
	padding:21px 13px 20px 13px;
	font-family: Helvetica;
	color:#8d8d8d;
	font-weight: bold;
	border:0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

ul.nav li.current_page_item a , ul.nav li.current_page_item a:hover {
	color:#fff;
   cursor:pointer;
}

ul.nav li a:hover {
	color:#fff;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   cursor:pointer;
}

#article {
  background-color: #fff;
  border-radius:5px;
  box-shadow: 0 0 4px #c3c3c3;
  padding:50px;
  margin:0 20px 30px 0px;
  font-weight: 100;
  line-height: 27px;
  font-family:Helvetica;
  font-size:17px;
  color:#414141;
	
}

#article #h1 {
	font-size: 27px;
	line-height: 35px;
	margin:0 0 30px 0;
}

#date {
    z-index:1;
    float: right;
    text-align: center;
    margin-right:-50px;
    margin-top:-10px;
    padding: 9px 0 0 0;
	width:55px;
	line-height: 20px;
	height:45px;
	border-radius: 10px 0 0 10px;
	background-color: #ebebeb;
}

#date day {
	color:#414141;
	font-size:23px;
}

#date month {
	color:#414141;
	letter-spacing: 1px;
	font-size:13px;
	text-transform: uppercase;
}



#article #footer {
    margin:40px -51px -50px -51px;
	background-color: #f1f1f1;
	border:1px solid #d2d2d2;
		height:60px;
	border-radius:0 0 5px 5px;
}

#sidebar {
	padding: 0 0 0 0px;
	font-weight:100;
	font-family: Helvetica;
}

#sidebar-widget {
	 background-color: #fff;
  border-radius:5px;
  box-shadow: 0 0 4px #c3c3c3;
  padding:30px;
  margin:0 0px 30px 0;
  width:230px;
  font-weight: 100;
  line-height: 27px;
  font-family:Helvetica;
  font-size:17px;
  color:#414141;
}

#sidebar-widget ul li {
	list-style-type: none;
	line-height:28px;
	margin:0 0 0 -20px;
}

a {
	color:#0ba6ff;
	text-decoration: none;
}

#h1 a {
	text-decoration: none;
	color:#414141;
}

.wp-caption {
	
}

.wp-caption-text {
	
}

.sticky {
	
}

.gallery-caption {
	
}

.bypostauthor {
	
}

.alignright {
	float: right;
	margin:15px 0px 15px 15px;
}

.alignleft {
    margin:15px 15px 15px 0px;
	float: left;
}

.aligncenter {
    display: block;
	text-align: center;
	margin:35px auto;
}

img {
	display: block;
	margin-top:25px;
	margin-bottom: 25px;
	box-shadow: 0 0 5px #c5c5c5;
}

input.text {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	font-size:16px;
	width:450px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

input.text:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
    padding:14px 17px 14px 15px;
}

textarea {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	width:450px;
	font-size:16px;
	font-family: Helvetica;
	font-weight: 100;
	padding:11px 15px 11px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

textarea:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
	padding:12px 17px 12px 15px;
}

#footer #comments {
	margin:15px 0 0 25px;
	font-size:16px;
	font-weight:100;
	font-family: Helvetica;
	color:#878787;
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic !important;
	font-weight: 100;
	background-color: #f3f3f3;
	padding:25px;
	margin: 2em 3em;
	border-left:3px solid #6e6e6e;
}

cite {
	margin:10px 0 0 0;
}

img.avatar {
	border-radius:50px;
	width:50px;
	height:50px;
}

div.comment {
	list-style-type: none;
	display: block;
}

ul.children div.comment {
	margin:0 0 0 15px;
}

td.comment_name {
	padding:0 0 0 10px;
}

span.comment_date {
	font-size:11px;
	margin:0 0 0 10px;
}

div.comment_text {
    margin:-40px 0 0 0;
	padding:0 0 0 65px;
}

input.search-sidebar {
	border:1px solid #dcdcdc;
	background-color: #fff;
	outline: none;
	font-size:16px;
	width:200px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

input.search-sidebar:focus {
	border:0;
	box-shadow: inset 0 0 4px #b6b6b6;
    padding:14px 17px 14px 15px;
    }
    
 table.stats tr td {
	 padding:0 60px 0 0;
 }   
 
 #heading1 { 
  margin:20px auto 0 auto;
  text-align: center;
  color: #414141;
  cursor:pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size:50px; 
}
	
#heading2 { 
  margin:5px auto 0px auto;
  text-align: center;
  cursor:pointer;
  color: #414141;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size:20px; 
}

h1 {
	font-size:25px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size:16px;
}

dt {
	font-weight: bold;
}

p.links {
	font-family: Helvetica;
	font-weight:100;
	font-size:18px;
}