/*  
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: v1.0
Author: Jeff Malek
Author URI: http://ignorehim.com/

	This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
	http://creativecommons.org/licenses/by-sa/2.5/

*/


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

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

* { /*global reset*/
	margin: 0;
	padding: 0;
	}
body {
	background: #404040 url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/bg.png) repeat-y center top;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .90em;
	color: #E6EFE6;
	}
h1 , h2 , h3 , h4 {
	font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}
h1 , h2 , h3 {
	text-transform: uppercase;
	}
h1 {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 34px;
	text-align: right;
	}
h2 {
	width: 200px;
	margin-bottom: 0px;
	color: #2c97a2;
	font-size: 2.0em;
	}
h2.pagetitle {
	width: 100%;
	}
h3 {
	border-bottom:  1px solid #444;
	font-size: 2.0em;
	}
h3 a:hover {
	color: #ccc;
	text-decoration: none;
	}
h3.nou {
	border-bottom:  none;
	}
h4 {
	border-bottom: 1px solid #444;
	color: #2c97a2;
	font-size: 2.0em;
	text-transform: capitalize;
	}
h5 { /*date*/
	float: right;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #666;
	}
#rap {
	width: 750px;
	margin: auto;
	}
#wrapper {
	width: 100%;
	}
a , a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
abbr  {
	border: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.print , .hide {
	display: none;
	}
/**----------------------------**/

/** Header
------------------------------**/
#head {
	width: 750px;
	height: 104px;
	background: transparent;
	}
#description {
	margin-right: 18px;
	font-size: 18px;
	text-align: right;
	color: #666;
	clear: both;
	float: right;
	}
.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(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat 0px 0px;
	}
#head li#home a:hover {
	background: transparent url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat 0px -33px;
	}
#head li#print a {
	background: transparent url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat -24px 0px;
	}
#head li#print a:hover {
	background: transparent url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat -24px -33px;
	}
#head li#contact a {
	background: transparent url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat -48px 0px;
	}
#head li#contact a:hover {
	background: transparent url(/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/icons.png) no-repeat -48px -33px;
	}
/**----------------------------**/

/** Menu
------------------------------**/
#menu {
	float: left;
	width: 200px;
	}
#menu a {
	color: #B3B3B3;
	text-decoration: none;
	}
#menu a:hover {
	color: #eee;
	text-decoration: none;
	}
#menu ul , #menu li#search {
	margin-bottom: 10px;
	}
#menu li {
	margin-left: 10px;
	padding-left: 3px;
	list-style: none;
	}
#menu li.pagenav ul ul , #menu li.widget_pages ul ul {
	margin-bottom: 0px;
	}
#menu li#search {
	clear: both;
	}
#menu li#search h2 {
	margin-bottom: 3px;
	}
/*flickrRSS*/
#menu li#flickrrss {
	width: 200px;
	}
#menu li#flickrrss h2 {
	margin-bottom: 0px;
	}
#menu li#flickrrss a {
	float: left;
	}
#menu li#flickrrss a img {
	margin: 2px 2px;
	border: 2px solid #444;
	padding: 1px;
	background: #fff;
	}
#menu li#flickrrss a:hover img {
	border: 2px solid #fff;
	background: #444;
	}
/*Widgets*/
.widget {
	clear: both;
	}
.textwidget {
	padding-left: 13px;
	}
li#calendar {
	margin-bottom: 15px;
	}
#calendar_wrap , #wp-calendar {
	width: 175px;
	background: #000;
	color: #999;
	text-align: center;
	}
#calendar_wrap {
	margin-top: 3px;
	border: 1px solid #444;
	background: #202020;
	}
#wp-calendar {
	padding: 5px;
	border-top: 1px solid #444;
	}
#wp-calendar thead tr {
	background: #202020;
	}
#wp-calendar tfoot td#prev {
	padding-left: 5px;
	text-align: left;
	}
#wp-calendar tfoot td#next {
	padding-right: 5px;
	text-align: right;
	}
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
#wp-calendar a:hover , #wp-calendar tfoot td#prev a:hover , #wp-calendar tfoot td#next a:hover{
	color: #fff;
	}
#wp-calendar #today {
	display: block;
	border: 1px solid #444;
	background: #202020;
	color: #999;
	}
/**----------------------------**/

/** Postbody
------------------------------**/
#postbody {
	float: right;
	width: 435px;
	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 10px;
	}
.storycontent p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}
.storycontent img {
	margin: 10px;
	padding: 1px;
	border: 2px solid #444;
	background: #fff;
	}
.storycontent a:hover img {
	border: 2px solid #fff;
	background: #444;
	}
.storycontent ul {
	list-style: disc;
	list-style-position: inside;
	}
.storycontent ol {
	list-style: decimal;
	list-style-position: inside;
	}
.storycontent li {
	padding-left: 10px;
	}
img.wp-smiley {
	border: 0px;
	background: #000;
	padding: 0;
	margin: 0;
}
#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 8px 5px 20px;
	padding: 5px 8px;
	border-left: 5px solid #444;
	font-style: italic;
	}
blockquote.tags {
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #444;
	border-left: 10px solid #444;
	background: #202020;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1em;
	}
	
/*famfamfam Icons*/
.famdat , .famaut , .famtag , .famtab , .famedt , .famcom , .famlst {
	padding: 2px 0 2px 18px;
	}
.famdat {
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/date.png') left center no-repeat;
	}
.famaut {
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/author.png') left center no-repeat;
	}
.famtag {
	margin-top: 2px;
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/tag.png') left center no-repeat;
	}
.famtab {
	margin-top: 2px;
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/tab.png') left center no-repeat;
	}
.famedt {
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/edit.png') left center no-repeat;
	}
.famcom {
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/comment.png') left center no-repeat;
	}
.famnxt {
	padding: 2px 20px 2px 0;
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/next.png') right center no-repeat;
	}	
.famlst {
	background: url('/web/20070824181851im_/http://www.coltcco.com/wp-content/themes/darkcash-v10/assets/images/last.png') left center no-repeat;
	}

/* Comments */
ol#commentlist {
	padding-left: 0;
	}
ol#commentlist li {
	padding-top: 3px;
	margin: 12px 0;
	list-style-type: none;
	}
.commenttext {
	margin: 0 0 2px 0;
	padding: 0 15px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #222;
	}
.commenttext p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}
ol#commentlist .postnumber {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 2em;
	}
/**----------------------------**/

/** 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 , form textarea {
	margin: 2px 0;
	padding: 1px;
	background: #202020;
	color: #999;
	border: 1px solid #444;
	font-size: 1.1em;
	}
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;
	}
/**----------------------------**/

/** sIFR
------------------------------**/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 , .sIFR-hasFlash h2 , .sIFR-hasFlash h3 , .sIFR-hasFlash h4 , .sIFR-hasFlash h5 {
	visibility: hidden;
	}
/**----------------------------**/

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


/* Yes, I know it's not original to have a quote...but I'm doing it anyways.
 
	Go and tell that long tongue liar,
	Go and tell that midnight rider,
	Tell the rambler, the gambler, the back biter,
	Tell 'em that God's gonna cut 'em down.
	
*/
/*
     FILE ARCHIVED ON 18:18:51 Aug 24, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:57:18 Sep 06, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/