/*
Theme Name: Midori -Shade-
Theme URI: http://athenaemily.com
Version: 1.0
Description: This is the shade version of Midori. It requires the use of custom fields in order to show up thumbnails of posts on the front page.
Author: Athena Emily
Author URI: http://athenaemily.com
*/

/* Begin Typography & Colors */

/* @group basic reset*/
body {
	background: #111 url(images/bg2.jpg) repeat fixed;
	margin: 0px; padding: 0px; color: #ccc;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { text-decoration: none; color : #915f6d; border: 0px;}
a:visited { text-decoration: none; color : #915f6d; border: 0px;}
a:hover	{ text-decoration: none; color : #c54b8c; border: 0px;} 
a:active { text-decoration: none; color : #c54b8c; border: 0px;}
a:focus {color: #915f6d;}

h1{font-size: 22px;}
h2{font-size: 12px;}
h3{font-size: 18px;}

h4{font-size: 14px;border-bottom: 1px solid #333;padding-bottom: 3px;color: #f4f4f4;}

.heading-block{
	margin: 40px 0;
	font-weight: normal;
	padding-top: 20px;
	color: #f4f4f4;
	border-bottom: 1px solid #302626;
}

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.space{height:20px;}

legend { display: none; }

fieldset { border: none; }

blockquote{
	font-style: italic;
	padding-left: 6px;
	border-left: 2px solid #915f6d;
}

hr { display: none; }

img { padding: 0px; margin: 0px; border: none; text-align: center;}

#ie-comment{
	background: transparent url(images/black.png) repeat scroll 0 0;
	width:930px;
	line-height: 150%;
	margin: 0 auto;
	padding: 15px;
}

.ie-strips{
	background: #FFCC00 url(images/strips.png) repeat scroll 0 0;
	height: 5px;
	width:960px;
	margin: 0 auto;
	text-indent:-900%;
}

.ie-strips a{
	height: 5px;
	width:960px;
	display:block;}

/* @end */

/* @group images */

/*	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) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {float: right;}
.alignleft {float: left}	
.aligncenter{text-align: center;}
	
small.textright{
	text-align: right;
	width: 320px;
}
/* End Images */

/* @end */

/* @group header */

#header{
	background: transparent;
	height: 180px;
	margin: 0 auto;
}

#top{
	width: 960px;
	margin: 0 auto;
	height: 180px;
	position: relative;
}

#logo{
	background: url(images/black.png) repeat scroll 0 0;
	border-top-color: #4B0082;
	border-top-style: solid;
	position: absolute;
	padding: 20px;
	top:0;
	left: 0;
	height: 34px;
	width:163px;
	text-indent: -900%;
}

#logo a{
	background: url(images/logo.png) no-repeat scroll 0 0;
	height: 32px;
	width:163px;
	display: block;
}

#menu {
	background: url(images/black.png) repeat scroll 0 0;
	position: absolute;
	top:0;
	right: 0;
	list-style-type: none;
	text-transform: uppercase;
	font: normal 12px "Century Gothic"; 
}

#menu a{
	float: left;
	color: #ccc;
	padding: 14px 25px;
	border-top-color: #4B0082;
	border-top-style: solid;
}

#menu a:hover{
	color: #ccc;
}

#menu small{
	color: #915f6d;
	text-transform: capitalize;
	font-size: 9px;
}
	
#menu li{
	display: inline;
}
	

#container{
	margin: 0 auto;
	width: 960px;
}

/* @end */

/* @group index */
#index2{	
	width: 630px;
	float: left;
	display: inline;
	padding: 0 50px 50px 0;
	line-height: 20px;
}

#index{
	width: 680px;
	float: left;
	display: inline;
}

.postbox{
	width: 192px;
	margin: 0 34px 34px 0;
	float: left;
}

.postbox .datametaleft{
	float:left;
	letter-spacing: -0.5px;
	padding: 5px 0 0 8px;
}

.postbox .datametaleft a{
	letter-spacing: 0px;
}

.postbox .datametaright a{
	float: right;
	color: #f4f4f4;
	background: url(images/black.png) repeat scroll 0 0;
	padding: 4px;
	width: 15px;
	text-align: center;
}

.postbox .datametaright a:hover{
	background: #000;
}

.postbox .thumb {
	background: url(images/black.png) repeat scroll 0 0;
	height: 213px;
	padding: 10px;
	overflow: hidden;
}

.postbox .thumb h2{
	font-weight: normal;
	font-size:11px;
	margin-top: 10px;
}

.postbox .thumb a{
	color: #f4f4f4;
}

.postbox .thumb a:hover{
	color: #fff;
}

.postbox .img-wrap{
	height: 172px;
	width: 172px;
	overflow: hidden;
	margin-bottom: 5px;
	background: url(images/black20.png) repeat scroll 0 0;
}

/*Styling the Navigation buttons*/

#index .fix #nav{
	margin-right: 37px;
	padding: 6px 0;
	background: url(images/black20.png) repeat scroll 0 0;
}

#index2 #nav{
	padding: 6px 0;
	background: url(images/black20.png) repeat scroll 0 0;
}

#nav a{
	font-family:"Century Gothic", arial, sans-serif;
	text-transform: uppercase;
	padding: 6px;
	color: #c4bcbc;
	background: url(images/black.png) repeat scroll 0 0;
}

#nav a:active{
	color: #c4bcbc;
}

#nav a:hover{
	color: #6e6262;
}

#nav a:focus{
	color: #6e6262;
}

#index .entry #nav{
	width: 506px;
}
/* Finish Styling the Navigation buttons*/

.postbox .strips{
	background: #000 url(images/strips.png) repeat scroll 0 0;
	height: 3px;
}

/* @end */

/* @group single post */
#entry-wrap{
	display: inline;
	width:460px;
}

#single .entry h1{color: #f4f4f4; font-family: "Century Gothic";}

#single .entry{
	background: url(images/strips.png) repeat-x scroll bottom;
	border-left: 1px solid #302626;
	line-height: 200%;
	padding-left: 23px;
	margin-bottom: 30px; 
	overflow: hidden;
}

#single p{
	margin: 10px 0;}

#single .entry img{
	padding: 2px;
	border: 1px solid #444;
	margin: 15px;
}

#single .entry a img:hover{
	border: 1px solid #333;
}

#single .entry a{color: #f4f4f4; border-bottom: 1px dotted #915f6d;}
#single .entry a:active{background-color:#000;}
#single .entry a:hover{color: #fff; border-bottom: 1px solid #c54b8c;}


#single .entry a.fancy{
	border: none !important;
	text-align: center;
}

#entry-wrap .entry a.dl{
	text-align: center;
	font-size: 12px;
	border: 1px solid #6e6262;
	color: #f4f4f4;
	padding: 6px 15px;
	background: url(images/black20.png) repeat scroll 0 0;
}

#entry-wrap .entry a.dl:hover{
	background: url(images/black.png) repeat scroll 0 0;
	border: 1px solid #333;
}

#single .share{
	background: url(images/black20.png) repeat scroll 0 0;
	color: #ff8fbc; 
	margin: 30px 0 0 -23px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 20px 20px;
}

/* @group Post meta */

#single #meta{
	margin-top: 8px;
	width: 171px;
	display: inline;
}

#single #meta .action{
	padding: 12px 6px;
	background:url(images/black20.png) repeat scroll 0 0;
}

#single #meta ul{
	border-top: 1px solid #302626;
}

#single #meta li{list-style: none;}

#single #meta li a{
	display: block; 
	padding: 4px 0 4px 20px;
	color: #c4bcbc; 
	border-bottom: 1px solid #302626;
}

#single #meta li a:hover{
	color: #f4f4f4;
	background:url(images/black20.png) repeat scroll 0 0;
}

#single #meta li.commenting{background:url(images/commenting.png) no-repeat scroll 3px 5px;}
#single #meta li.addthis{background:url(images/addthis.png) no-repeat scroll 3px 5px;}
#single #meta li.subscribe-rss{background:url(images/rss-small.png) no-repeat scroll 3px 5px;}
#single #meta li.comment-rss{background:url(images/comment-rss.png) no-repeat scroll 3px 5px;}
#single #meta li.trackback{background:url(images/trackback.png) no-repeat scroll 3px 5px;}

#single #meta p{line-height: 180%; padding-right: 10px;}
#single #meta p a{color: #f4f4f4; border-bottom: 1px dotted #915f6d;}
#single #meta p a:active{background-color:#000;}
#single #meta p a:hover{color: #fff; border-bottom: 1px solid #c54b8c;}

#single .entry #nav{
	width: 135px;
}

/* @end */

#single-right{
	width:280px;
	display:inline;
	margin-left: 45px;
}

.tag-cloud{padding: 10px 20px;}
/* @end */

/* @group comment */
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentlist{
	margin-top: -40px;
}

.commentdiv{
	padding: 10px 10px 0 10px;
	list-style: none;
	border-bottom: 1px dotted #444;
}

.alt {
	background: url(images/black20.png) repeat scroll 0 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	border-bottom: 1px dotted #444;
}

.commenter{
	text-transform: uppercase;
}

.commenter img{
	float: right;
}

/*Style of the author's comments */

.commentlist .authorcomment{
	border: 1px solid #915F6D;
	color: #fff;
}

/* Style of the Comment form */
#commentarea{
	margin-top: -40px;
}
#commentform{
	width: 420px;
	margin-top: -40px;
	background: url(images/black20.png) repeat scroll 0 0;
	padding: 20px;
}

#commentform p {
	margin: 5px 0;
}

#commentform input{
	color: #915f6d;
	border: none;
	padding: 3px;
	width: 180px;
	background: url(images/black20.png) repeat scroll 0 0;
}

#commentform textarea#comment{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #915f6d;
	font-size: 11px;
	width: 205px;
	border: none;
	padding: 5px;
	background: url(images/black20.png) repeat scroll 0 0;
}

#commentform input:focus,
#commentform textarea#comment:focus
{background: url(images/black.png) repeat scroll 0 0;}

#commentform input#submit{
	color: #f4f4f4;
	width: 188px;
	background: url(images/black20.png) repeat scroll 0 0;
	margin: 10px 0 0 15px;
}
#commentform input#submit:hover{
	background: url(images/black.png) repeat scroll 0 0;
}

.allowed-tags{
	color: #555;
	padding-top: 10px;}

/* @end */

/* @group sidebar */

#sidebar{
	float: right;
	width: 260px;
	list-style-type: none;
	display: inline;
}

.menu-title{
	background: url(images/black.png) repeat scroll 0 0;
	border-bottom: 1px solid #302626;
	height: 10px;
	padding: 5px 15px;
	font-size: 14px;
	font-family: "century gothic";
	text-align: right;
}

.menu-title a{
	color: #f4f4f4;
	display: block;
}

.menu-body{
	background: url(images/black20.png) repeat scroll 0 0;
	list-style: none;
	display: none;
}

.menu-body a{
	color: #c4bcbc;}
	
.menu-body a:hover{color: #c54b8c;}	

.menu-body li a{
	color: #c4bcbc;
	list-style: none;
	display: block;
	padding: 4px 20px;
	border-bottom: 1px solid #1d1d1d;
}
.menu-body li a:active{color: #f4f4f4}
.menu-body li a:hover{
	background: url(images/black20.png) repeat scroll 0 0;
	color: #c54b8c;
}
/* @end */

/* @group Archives */
.post{
	padding: 10px 0 20px 0;
}
/* @end */

/* @group footer */
#bottom{width: 960px; margin: 30px auto 0;
	margin-top: 100px;
}
#footer{
	background: transparent url(images/black.png) repeat scroll 0 0;
	padding: 15px 30px;	list-style-type: none;
}

#footer a:link{color: #f4f4f4; border-bottom: 1px dotted #915f6d;}
#footer a:active{background-color:#000;}
#footer a:visited{color: #f4f4f4; border-bottom: 1px dotted #915f6d;}
#footer a:hover{color: #fff; border-bottom: 1px solid #c54b8c;}

#footer #footermenu{border-left:1px solid #6e6262; } 

#footer #footermenu li{
	border-right: 1px solid #6e6262;
	display: inline; 
	float: left;
	text-transform: capitalize;
	padding: 0 7px;}
	
#footer span{margin-top: 15px;}

#twitter-status{
	background: url(images/twitter-status.png) no-repeat scroll left bottom;
	width: 260px;
	height: 105px;
	padding-left: 171px;
	}
	
#twitter-status div{
	background: url(images/black20.png) repeat scroll 0 0;
	font-style: italic;
	padding: 10px;
	min-height: 20px;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;}

#twitter-status small{	
	float: left;
	display: inline;
	margin: 2px 0 0 10px;
	display: none;
	
}
a.twitter-blue{
	color: #3e8697;
	font-style: normal;
}
a:hover.twitter-blue{
	border-bottom: 1px solid #c54b8c;}

/* @end */

/* @group Search form */
#sidebar form#searchform{
	margin-bottom: 15px;
}
#searchform input#s{
	background: url(images/black20.png) repeat scroll 0 0;
	padding: 6px;
	border:none;
	color: #915f6d;
	width: 175px;
}

#searchform input#s:focus{
	background: url(images/black.png) repeat scroll 0 0;}

#searchform input#searchsubmit{
	background: url(images/black20.png) repeat scroll 0 0;
	padding: 5px;
	border:none;
	color: #999;
	text-transform: uppercase;
	margin-left: -3px;
}
#searchform input#searchsubmit:hover{
	background: url(images/black.png) repeat scroll 0 0;
	color: #915f6d;
}
/* @end */

#social-list{
	background: url(images/black20.png) repeat scroll 0 0;
	width: 220px;
	margin-right: 50px;
	list-style: none;}
	
#social-list li{
	border-bottom: 1px solid #222;}

#social-list li.facebook{background: url(images/facebook.png) no-repeat scroll 10px 10px;}
#social-list li.twitter{background: url(images/twitter.png) no-repeat scroll 10px 10px;}
#social-list li.linkedin{background: url(images/linkedin.png) no-repeat scroll 10px 10px;}
#social-list li.flickr{background: url(images/flickr.png) no-repeat scroll 10px 10px;}
#social-list li.lastfm{background: url(images/lastfm.png) no-repeat scroll 10px 10px;}
#social-list li.youtube{background: url(images/youtube.png) no-repeat scroll 10px 10px;}
#social-list li.delicious{background: url(images/delicious.png) no-repeat scroll 10px 10px;}
#social-list li.digg{background: url(images/digg.png) no-repeat scroll 10px 10px;}
#social-list li.float{background: url(images/design_float.png) no-repeat scroll 10px 10px;}

#social-list li a{
	display: block;
	padding: 10px 10px 10px 36px;
	color:#c4bcbc;}
	
#social-list li a:hover{background: url(images/black.png) repeat scroll 0 0;}

#social-list li a span{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;}
	
.about-content{width: 690px; line-height: 200%;}