/*
Theme Name: darkSpirit
Theme URI: http://fimply.com/themes/darkspirit
Author URI: http://fimply.com/themes
Description: darkSpirit is a simple theme for your Blog. It is versatile. Pages are supported too. The theme was tested in several browsers.
Author: Themes by Fimply
Version: 1.0.3
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;
	box-shadow: 0 0 4px #c3c3c3;
	padding:0px 0 30px 0px;
	height:31px;
	background:-webkit-linear-gradient(#4b4b4b 0%, #272727 100%);
	background: -moz-linear-gradient(top,  #4b4b4b,  #272727);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#272727');
	border-radius:5px;
}

#nav ul {
	margin: 16px 0 0 -20px;
	padding:-10px 0 0 0px;
}


#nav ul li {
	float: left;
	position: relative;
	font-family: "Helvetica Neue";
	margin:0 5px 0 0;
	font-size:16px;
	font-weight: 500;
	list-style: none;
}
#nav ul li a {
	margin-bottom:10px;
	display:block;
	padding: 19px 10px 15px 10px;
	text-decoration: none;
	color:#b1b1b1;
}
#nav ul li ul li a {
	letter-spacing:0;
}
#nav ul li a:hover {
	outline:0;
	
}
#nav ul ul {
	margin: 0;
	padding:0;
	display: none;
	float: left;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
	background:#fff;
	border:1px solid #000;
}
#nav ul ul ul {
	left: -0.5%;
	border-top: 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	top: 41px;
}
#nav li li {
	font-weight:500;
	letter-spacing:0;
	margin:0;
	padding:5px 15px;
	background:-webkit-linear-gradient(#4b4b4b 0%, #272727 100%);
	background: -moz-linear-gradient(top,  #4b4b4b,  #272727);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#272727');
	font-size:16px;
	text-transform:none;
}
#nav li li li {
	font-size:1em;
}

#nav ul ul a {
	background:none;
	padding: 6px 0;
	width: 13em;
	height: auto;
	text-transform: none;
	display:block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom:0;
}
#nav ul ul a:hover {
	background:	none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#nav ul li:hover > ul {
	display: block;
	color:#E84D38;
}
#nav li:hover > a {
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}



#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:17px 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;
	box-shadow:0 0 0 #fff;
}

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.statsDay tr td {
	 padding:0 60px 0 0;
 }   
 
 table.statsDay th {
	 text-align: left;
 }   
 
 #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;
}