/*
Theme Name: SCID Solutions - Twilight
Theme URI:
Description: SCID Solutions work site theme. Inspired by Twilight TextMate theme and the HemingwayEx/Hemingway WordPress themes.
Version: 1.0
Author: Lance Willett
Author URI: http://simpledream.net
*/
body {
	background: #141414;
	color: #b2aba3;
}
.inside {
	width: 100%;
	min-width: 65em;
	max-width: 85em;
	padding: 0 14px;
}
.hide, .print-logo, .close-button {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #ac885b;
}
a:visited {
	color: #ab977f;
}
a:hover, a:active {
	color: #cdb48a;
}
blockquote {
	margin: 1em 2em;
	padding-left: 1em;
	border-left: 2px solid #ab977f;
	color: #ab977f;
	font-style: italic;
}
pre {
	width: 100%;
	padding: 1em 0;
	overflow: auto;
	border-top: 1px dotted #22201e;
	border-bottom: 1px dotted #22201e;
}
table {
	width: 100%;
	margin: 1.5em 0;
}
table th, table td {
	padding: 0.3em 0.75em
}
table th {
	background: #ccc;
	color: #141414;
	text-align: left;
}
table td {
	background: #1d2226;
	color: #fff;
}
table caption {
	text-align: left;
	color: #fff;
	margin-bottom: -1em;
	margin-top: 1em;
}
.rule {
	border-top: 1px solid #ccc;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 1.5em 0;
}
/* header
----------------------
*/
#header {
	background: #141414;
	height: 72px;
}
#header .inside {
	background: url(images/Logo_ScidSolutions.png) no-repeat;
	height: 72px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: none;
}
#header p {
	display: none;
}
/* navigation
--------------
*/
#navigation {
 	background: #1d2226;
	clear: both;
	width: 100%;
	overflow: none;
	display: block;
}
#navigation .inside {
	height: 25px;
}
#navigation ul {
	list-style: none;
	text-transform: uppercase;
	font-weight: normal;
}
#navigation ul li {
	float: left;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	font-weight: bold;
}
#navigation ul li a {
	display: block;
	height: 15px;
	padding: 5px 0;
	margin-right: 30px;
	color: #b3b3b3;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}
#navigation ul li a:hover,#navigation ul li a:active {
	color: #fff;
	text-decoration: none;
}
#navigation li.current_page_item a {
	color: #fff;
}
#slidebar {
	clear: both;
	zoom: 1;
}
/*-----------------------------------------------------------------------------------------------
Open / Close Navigation button
-----------------------------------------------------------------------------------------------*/
a.silderButtonNav {
	display: block;
	padding: 6px 0;
	color: #b3b3b3;
	font-size: 9px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
*html a.silderButtonNav {
	width: 80px;
	text-decoration: none;
}
a.silderButtonNav:hover {
	color: #ccc;
}
/*-----------------------------------------------------------------------------------------------
Primary Items
-----------------------------------------------------------------------------------------------*/
#primary {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 1.5em 0 3em 0;
}
.abt-this-page {
	font-weight: normal;
}
#primary.onecol-stories .primary {
	float: left;
	width: 50%;
}
#primary.onecol-stories .secondary {
	float: right;
	width: 40%;
	margin: 0 0 0 10%;
}
#primary.twocol-stories .story {
	float: left;
	width: 48%;
	margin: 0 0 0 3.9%;
	display: inline;
}
* html #primary.twocol-stories .story {
	margin-left: 2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first {
	margin: 0 0 0 0;
}
#primary.twocol-stories .first img, * html #primary.twocol-stories .first img, #primary.twocol-stories .story img, * html #primary.twocol-stories .story img {
	max-width: 100%;
}
.story h2, .page h2 {
	margin: 0 0 4px 0;
}
.story h2 a:link, .story h2 a:visited {
	color: #ac885b;
} 
.story .details {
	margin: 1em 0 0;
	padding: 0.5em 0;
	border-top: 1px solid #22201e;
	color: #5f5a60;
	font-size: 11px;
}
.read-on {
	padding-right: 20px;
}
#primary .primary {
	float: left;
	width: 65%;
}
#primary .secondary {
	float: right;
	width: 30%;
	margin-left: 3%;
	padding-top: 0.65em;
	display: inline;
}
* html #primary .secondary {
	margin-right: 2%;
}
.secondary .featured {
	color: #706D70;
	font-size: 11px;
}
.secondary .featured p {
	border-bottom: 1px solid #22201e;
	border-top: 1px solid #22201e;
	padding: 0.5em 0 0.6em 0;
	line-height: 1.5em;
	margin: 1em 0 0 0;
}
#primary.twocol-stories .story img, .single-post img {
	border: 1px solid #22201e;
}
.secondary .featured dl {
	margin: 2px 0;
}
.secondary .featured dl h3 {
	margin: 0;
	padding: 0;
	color: #aaa;
}
.secondary dt {
	clear: both;
	float: left;
	margin-right: 4px;
}
.secondary dd {
	float: left;
}
.secondary .related_post {
	display: inline;
}
.single-post h2 {
	margin: 0 0 4px 0;
}
.single-post h2 a:link, .single-post h2 a:visited {
	color: #ac885b;
}
#primary code {
	display: block;
	border: 1px solid #22201e;
	background: #272727;
	color: #f8f8f8;
	padding: 0.2em 0.2em 0.2em 1em;
	margin: 1em 5% 0 5%;
}
#paging {
	text-align: right;
	margin-top: 0.5em;
}
#paging a {
	border: 1px solid #1d2226;
	padding: 0.2em;
}
#paging a:hover {
	text-decoration: none;
}
/* secondary
---------------------------
*/
#secondary {
	clear: both;
}
#secondary .inside {
	border-top: 1px solid #22201E;
	margin-left: 14px;
	padding-left: 0;
}
.comment-head {
	padding: 1em 0;
	color: #5f5a60;
}
.comment-head .num-comments {
	font-size: 1.5em;
	margin: 0;
	color: #7B8493;
}
.comment-head .details {
	font-size: 0.95em;
}
ol#comments {
	width: 65%;
	margin: 0 0 3em 0;
}
ol#comments li {
	list-style-type: none;
	margin: 0 0 3em 0;
}
#comments cite {
	float: left;
	width: 25%;
	font-style: normal;
	text-align: right;
	color: #5f5a60;
}
* html #comments cite {
	width: 30.6%;
}
#comments cite span {
	display: block;
}
#comments cite .author {
	font-size: 18px;
}
#comments cite .date {
	font-size: 11px;
}
#comments cite .admin-tools {
	margin: 5px 0;
}
#comments cite .admin-tools a {
	float: right;
	margin: 0 5px;
	padding: 0px 3px 3px;
	background: #5f5a60;
	border: 1px solid #999;
	text-decoration: none;
}
#primary .secondary .admin-tools {
	margin: 1em 0;
}
#preview {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #22201e;
}
#preview p {
	margin: 1em 0 0 0;
}
#errors {
	color: #FF0000;
	font-weight: bold;
}
#comments cite.pingback {
	background: url(images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}
#comments .content, #comments .mycontent {
	position: relative;
	float: left;
	width: 72.25%;
	margin-left: 2.5%;
	/* padding-right: 12%;*/
	/* border-left: 1px solid #22201e;*/
	min-height: 72px;
	height: auto !important;
	height: 72px;
	overflow: hidden;
}
#comments .mycontent {/* TODO lance make the author comment style more apparent */
	background-color: #222;
}
#comments .commentbody {
	padding: 0 0 0 2%;
}
#comments .mycontent .commentbody {
	padding: 2% 0 0 2%;
}
#comments .counter {
	display: none;
	position: absolute;
	top: -14px;
	right: -3px;
	font: lighter 72px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #272727;
	text-align: right;
	padding: 0;
}
#comments .mycontent .counter {
	font-weight: normal;
	color: #5f5a60;
}
#comments h3 {
	margin: 0;
	font-size: 1em;
}
#comment-form {
	margin: 1em 0 5em 0;
	width: 65%;
}
#comment-form small {
	color: #5f5a60;
	font-size: 10px;
}
.formhead {
	margin: 0;
	color: #7B8493;
}
input.textfield {
	width: 15em;
	margin: 5px 0;
}
textarea.commentbox {
	width: 100%;
	height: 10em;
	padding: 2px;
	margin: 5px 0;
}
label.text {
	position: relative;
	left: 0.5em;
	top: -0.5em;
}
.formactions input.submit {
	cursor: pointer;
	padding: 0.25em 0.5em;
	display: block;
	font-size: 14px;
}
*html .formactions input.submit {
	padding: 0;
}
.formactions .spinner {
	float: right;
	margin: -8px -20px 0 0;
}
/* ancillary
---------------------------
*/
.ancillary {
	background: #22201e;	
	clear: both;
	width: 100%;
	overflow: hidden;
}
	#slidebar .ancillary {
		background: transparent;
	}
.ancillary .inside {
	clear: both;
	width: 100%;
	padding: 2em 14px;
}
	#slidebar .ancillary .inside {
		border: 0;
	}
.ancillary .sidebar {
	float: left;
	width: 29%;
	margin-left: 5.33%;
}
* html .ancillary .sidebar {
	background: none;
}
.ancillary .twice-length {
	width: 65%;
}
.ancillary .thrice-length {
	width: 100%;
}
.ancillary .first {
	clear: both;
	margin-left: 0;
}
* html .ancillary .first {
	clear: both;
	margin: 0;
}
.ancillary .block-separator {
	clear: both;
	height: 2.5em;
}
.ancillary .sidebar h2, .ancillary .sidebar h3 {
	margin: 0 0 6px 0;
	color: #5f5a60;
	font-size: 14px;
	text-transform: uppercase;
}
.divider {
	border-bottom: 1px solid #22201e;
}
ul.sidebar li {
	list-style-type: none;
	margin: 0;
	color: #5f5a60;
}
ul.sidebar li.widget ul {
	margin: 0 0 2em 0;
	padding: 0;
}
	ul.sidebar li.widget ul.children {
		margin: 0;
	}
		ul.sidebar li.widget ul.children .children {
			margin-left: 1em;
		}
	ul.sidebar li.widget ul.children li a {
		padding-left: 4px;
	}
	ul.sidebar li.widget ul.children li:before {
		content: '—';
	}
ul.dates, ul.counts, ul.blogroll ul, ul.pages {
	margin: .5em 0 1em 0;
	padding: .5em;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li, ul.sidebar li.widget ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}
ul.dates .date {
	color: #858585;
	padding: 0 1.5em 0 0;
}
ul.counts .count {
	float: right;
	color: #858585;
}
ul.blogroll {
	margin-top: 0;
}
ul.blogroll li {
	list-style-type: none;
	margin: 0;
}
ul.pages ul {
	margin: 0;
}
ul.pages ul li {
	border: none;
	margin-left: 2em;
	list-style-type: square;
}
/*block items*/
ul.recent-comments li a {
	color: #FF9900;
}
/* footer
---------------------------
*/
#footer {
	background: #141414 url(images/bg-foot.gif) 0 100% repeat-x;
	clear: both;
	height: 80px;
}
#footer .inside {
	clear: both;
	border-top: 1px solid #282625;
	padding: 14px;
}
#footer p {
	margin: 0;
	color: #49474A;
	font-size: 11px;
}
#footer p.copyright {
	float: left;
}
#footer p.attributes {
	float: right;
}
#footer p.attributes a {
	padding: 0 0 0 1em;
}
/* search
------------------------
*/
#utilities {
	float: right;
	width: 200px;
	margin-top: 1em;
	text-align: right;
}
#search {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: .40;
}
#search:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.00;
}
#search input {
	background-image: url(images/search.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	width: 180px;
	font-size: 12px;
}
#search input:focus {
	background-color: #fff;
	background-image: none;
}
#searchform #s {
	background: #222;
	border: none;
	border-bottom: 1px solid #22201e;
	margin-bottom: 4px;
	width: 98%;
	color: #525252;
	padding: 0.25em;
}
#searchform #searchsubmit {
	background: #141414;
	color: #5f5a60;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
#search-results {
	width: 30%;
	background: #22201e;
	padding: 0 0 0 0;
	float: right;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	opacity: .90;
	border-top: 1em solid #141414;
}
#search-results h3 {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 1em 0;
	background: #141414;
}
#search-results small {
	display: block;
	text-align: left;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	border-top: 1px solid #5f5a60;
	border-bottom: 1px solid #555;
}
#search-results ul li {
	list-style-type: none;
	padding: 0 1em 0.5em 1em;
	margin: 0.5em 0;
}
#search-results ul li:hover {
	background: #202020;
}
#search-result ul {
	margin: 0;
}
#search img.archives-icon {
	margin: 0 7px 0 0;
	top: 1px;
}