/*  
Theme Name: dark.cash
Theme URI: http://ignorehim.com/wordpress/darkcash
Description: A dark and simple theme utilizing a slight glass effect. For support, comments, etc.; please visit the <a href="http://ignorehim.com/wordpress/darkcash" target="_blank">official dark.cash web page</a>. Theme created and supported by <a href="http://ignorehim.com" target="_blank">Jeff Malek</a>.
Version: v0.80
Author: Jeff Malek
Author URI: http://ignorehim.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*** Base Styles
-----------------------------***/

/** Global Styles
------------------------------**/

* { /*global reset*/
	margin: 0;
	padding: 0;
	}
body {
	background: url(assets/images/bg.png) repeat-y center top;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .86em;
	color: #01204e;
	}
h1 , h2 , h3 , h4 {
	font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}
h1 , h2 , h3 {

	}
h1 {

		padding-top:0px;
	margin: 0px 0px 0 0;
	font-size: 28px;
	text-align: left;
	color: 101d81;
	}
h2 {
	width: 200px;
	margin-bottom: 0px;
	
	color: 101d81;
	font-size: 1.7em;
	}
h2.pagetitle {
	width: 100%;
	}
h3 {height: 33px;
padding-top:20px;
padding-left:20px;
color:#039722;
	font-size:20px;
	}
h3 a:hover {
	color: #ccc;
	text-decoration: none;
	}
h3.nou {
	border-bottom:  none;
	}
h4 {
	border-bottom: 1px solid #444;
	color: 101d81;
	font-size: 1.75em;
	text-transform: capitalize;
	}
h5 { /*date*/
	float: right;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666;
	}
#rap {
	width: 988px;
	margin: auto;
	}
#wrapper {
	width: 100%;
	/*background: transparent url(assets/images/bg_content.png) repeat-y center top;*/
	}
a {color: #039722;
text-decoration: none;
	}
a:visited {
	color: #039722;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
abbr  {
	border: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.print {
	display: none;
	}
/**----------------------------**/

/** Header
------------------------------**/
#head {
	width: 988px;
	height: 154px;
	background: transparent;
background-image:url(assets/images/purehead.jpg);
background-position:left;
background-repeat:no-repeat;
}
	
	.seconddescription {
	font-size:24px;
	font-style:italic;
		color: #039722;
	float: right;
	margin-right:80px;
	padding-top:15px;}
.description {
	font-size:24px;
	float: left;
	margin-left:40px;}
.reflect {
	float: right;
	}

/*Icons*/
#head li , #head li a {
	float: left;
	width: 24px;
	height: 33px;
	list-style: none;
	}
#head ul {
	margin-left: 5px;
	}
#head li {
	margin: 8px 0 0 0;
	}
#head li span {
	display: none;
	}
#head li#home a {
	background: transparent url(assets/images/icons.png) no-repeat 0px 0px;
	}
#head li#home a:hover {
	background: transparent url(assets/images/icons.png) no-repeat 0px -33px;
	}
#head li#print a {
	background: transparent url(assets/images/icons.png) no-repeat -24px 0px;
	}
#head li#print a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -24px -33px;
	}
#head li#contact a {
	background: transparent url(assets/images/icons.png) no-repeat -48px 0px;
	}
#head li#contact a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -48px -33px;
	}
/**----------------------------**/

/** Menu
------------------------------**/
#menu {font-size: 14px;
	

	
	padding-left: 18px;}
#menu a {
	padding-left: 3px;
		font-size: 18px;
color:#6E6E6E;
	text-decoration: none;
	}
#menu a:hover {	font-size: 18px;
	padding-left: 3px;

	color: #128b3e;
	text-decoration: none;
	}
#menu ul , #menu li#search {
margin: 0; padding: 0; 

	}
#menu li {display: inline;
	margin-left: 10px;
	list-style: none;
	}#menu li .current_page_item a{

	color: #039722;}
#menu li#search h2 {
	margin-bottom: 5px;
	}





#menu li#search , #menu ul#myflickr {
	clear: both;
	}
/**----------------------------**/

/** Postbody
------------------------------**/
#postbody {
	float: right;
	width: 900px;
	margin-right: 48px;
	text-align: left;
	}
.post {
	margin: 0 0 3em 0;
	}
.premeta {
	padding: 3px 0;
	border-bottom: 1px dashed #222;
	}
.premeta .famdat {
	color: #bbb;
	}
.postmeta {
	padding: 3px 0;
	border-top: 1px dashed #222;
	}
.storycontent { 
	padding: 3px 25px;
	}
.storycontent p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}

.storycontent ul {
	margin: 15px;
list-style-type:disk;
	list-style-position: outside;
	}
.storycontent ol {
	list-style: decimal;
	list-style-position: outside;
	}
.storycontent li {
	padding-left: 10px;
	}
#nav , .nav{
	margin: 0 auto;
	padding: 0 0 35px 0;
	text-align: center;
	}
#navtop , .navtop{
	margin: 0 auto;
	padding: 10px 0 35px 0;
	text-align: center;
	}
blockquote {
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #444;
	border-left: 10px solid #444;
	font-style: italic;
	background: #ffffff;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1em;
	}



/* Comments */
ol#commentlist {
	padding-left: 25px;
	}
ol#commentlist li {
	padding-top: 3px;
	margin: 20px 0;
	list-style-position: outside;
	list-style-type: decimal;
	}
.commenttext {
	margin-bottom: 2px;
	padding: 0;
	border-bottom: 1px dashed #222;
	}
.commenttext p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.25em;
	}
/**----------------------------**/

/** Footer
------------------------------**/
#foot {
	clear: both;
	margin: 0 16px;
	padding: 10px 0; 
	text-align: right;
	}
#foot p {
	margin: 7px 0;
	font-size: .9em;
	}
#foot img {
	vertical-align: bottom;
	}
/**----------------------------**/

/** Forms
------------------------------**/
form fieldset {
	margin-bottom: 10px;
	border: none;
	}
form label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
form textarea {
	width: 99%;
	}
form input.button , form input#gobutton {
	padding: 2px;
	background: #202020;
	color: #999;
	border: 1px solid #444;
	font-size: .9em;
	cursor: pointer;
	}
form input#gobutton {
	height: 20px;
	padding: 0 3px;
	}
form input.button:hover , form input#gobutton:hover {
	background: #333;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	overflow: auto;
	}
form em { /*Intended for "*" to indicate required field*/
	font-weight: bold;
	font-style: normal;
	color: 101d81;
	}
/**----------------------------**/

/**----------------------------**/

/***--------------------------***/


