/*
THEME NAME: Walk in the Shadows
THEME URI: http://archgfx.net/
DESCRIPTION: a light on dark, left aligned, blueberry and pomegranate flavored theme featuring a strong grid, and 3 sidebars. licensed under the GNU GPL. 
VERSION: 1.0
AUTHOR: Adam Freetly
AUTHOR URI: http://archgfx.net/
TEMPLATE: sandbox
*/

/***************
    Table of Contents
    Line
    1)    Global Reset
    2)    Layout Elements
    3)    Heading
    4)    Menu
    5)    Post Elements
    6)    Content Formatting
    7)    Links
    8)    Comment Formatting
    9)    Widgety
***************/

/***************
    Eric Meyer's Global Reset
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***************/
/* presentational styles removed
   if a user wants to use presentational markup
   far be it from me to deny them the ability.
   nonetheless, i'm not going to bother re-styling
   something that has implied formatting. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, ins, q, s, strike, sub, sup, l, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus 
{
	outline: 0;
}
ol, ul 
{
	list-style: none;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}
/* hidden and clearing elements, for the sake of compression */
#menu ul ul, .meta-sep, body.single #nav-below, body.home .page-link, body.archive .page-link, body.search .page-link, .widget_calendar h3, #trackbacks-list li p  
{
	display:none !important;
}
#nav-below, .comments, #footer, #container, .footnotes, .entry-title, #comments 
{
	clear: both !important;
}
/***************
    Layout Elements
***************/
/*
	setting fonts in px? have I not heard of  accessibility?
	I have.  All _modern_ browsers can handle
	changing text size, even in PX.  
	it was a bug in IE6 that prevented this for so long.
	IE7 has been out for nearly a year and is listed as a Critical Update. thusly, sizing in PX is perfectly valid: http://www.wilsonminer.com/posts/2007/mar/16/problem-pixels/
	Typesetting based on:
	http://alistapart.com/articles/settingtypeontheweb
*/

body 
{
	font-family: Segoe UI, Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:14px;
	color: #eee;
	background: #111;
	line-height: 18px;
	background: url(body_tile.jpg) 17px 0;
}
#wrapper 
{
	width: 988px;
        margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	background: url(content-left.jpg) repeat-y;	
	margin-bottom: 36px;
}
#container 
{
	width: 576px;
	float: left;
}
#content 
{
	margin-top: -24px;
	clear: left;
}


.skip-link, #primary, #blog-description 
{
	float: right;
	width: 360px;
	padding-right: 16px;
	padding-left: 36px;
    	
}
.entry-content 
{
	float: right;
	width: 378px;
	background: #2d2d2d;
}
#footer
{
	padding: 18px 0 0px 576px;
	height: 159px;
}
/***************
    Header
***************/

#blog-description 
{
    padding-top: 144px;
    height: 36px;
    overflow: hidden;
    background: url(description.jpg) no-repeat top left;
    width: 360px;
    padding-left: 36px;
}

/* this is the skip link and arrow  */

.skip-link 
{
    height: 72px;
    background: url(skiplink.jpg) no-repeat bottom left;
}


.skip-link a 
{ 
    background: url(icons/find-next.png) no-repeat left 50%; padding-left: 18px; 
}


h1#blog-title 
{
	/*font-size: 24px;*/ 
	font-size: 30px; 
	line-height: 36px;
	float:left;
	height: 180px;
	background: url(banner.jpg) no-repeat top right;
	width: 568px;
	padding-left: 8px;
	/*font-variant: small-caps;*/
        font-variant: normal;
}
h1#blog-title a 
{
	background: url(dkoverlay.png);
	margin: 144px 0 0 190px;
	text-align: right;
	display: block;
	color: #D8E86B;
	/*color: #903;  original (red) color*/
	/*color: #807;  this purple is pretty close*/
}

/***************
    Menu
***************/
#menu, #nav-above 
{
	clear: left;
	line-height: 24px;
}
#menu ul
{
	width: 576px;
	background: #4d4d4d url(menu.jpg) repeat-x;
	overflow: hidden;
	height: 52px;

}
#menu li 
{
	float: left;
	background: #4d4d4d url(sliding-left.jpg) no-repeat top left;
	padding-left: 18px; 
	height: 52px;
	text-transform: uppercase;
}
#menu li a 
{
	background: #4d4d4d url(sliding-right.jpg) no-repeat top right;
	padding-right: 36px;
	display: block;
	height: 52px;
}
#menu li a:hover, #menu li a:active, #menu li.current_page_item a:visited 
	{ background-position: right -54px; }
#menu li:hover, #menu li.current_page_item 
	{ background-position: 0 -54px; }	
.nav-previous 
	{ float: left; }
.nav-next 
	{ float: right; text-align: right; }
#nav-above 
{
	background: #4d4d4d;
	line-height: 24px;
	border-bottom: #2d2d2d 6px solid;
	height: 24px;
	overflow: hidden;
}
#nav-above div 
{
	width: 180px;
	overflow: hidden;
}
/***************
    Post Elements
***************/
body.home div.category-asides 
{
	border-top:1px solid #906;
	margin-left: 198px;
	clear: right;
	padding-top: 18px;
}
body.home div.category-asides .comments-link, body.home div.category-asides .entry-meta 
{
	width: auto;
	border-bottom: 0 none;
	padding-bottom: 9px;
}
body.home div.category-asides .entry-content 
	{ text-indent: 54px; }


body.home div.category-asides .entry-content * 
	{ display:inline; }
body.home div.category-asides div.entry-date, body.home div.category-asides span.author, body.home div.category-asides span.cat-links, body.home div.category-asides .edit-link, div.category-asides p.akst_link 
{
	display:none !important;
} 
.entry-title 
{
	background: #2d2d2d;
	border-top:1px solid #369;
	font-size: 18px; 
	line-height: 18px;
	padding: 9px 0 9px 198px;
	letter-spacing: -1px;
	text-transform: uppercase; 
}
body.home div.category-asides h2.entry-title 
{
	border-top: 0 none !important;
	float:left;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	width: 18px;
}
body.home div.category-asides h2.entry-title a
{
	display: block;
	width: 36px;
	height: 18px;
	background: url(asides.jpg) no-repeat 50% 50%;
	text-indent: -1000px;
}
.entry-meta 
{
	padding-right:18px;
	width: 180px;
	float: left;
	background: #2d2d2d;
	padding-right: 18px;
}
body.home .entry-meta span, body.archive .entry-meta span, body.search .entry-meta span 
{
	display: block;
	text-align: right;
}
.entry-meta .comments-link, body.single .entry-meta 
{
	border-bottom:1px solid #369;
	padding-bottom: 9px;
}
/***************
    Home Page Layout
***************/
body.home #nav-below, body.search #nav-below, body.archive #nav-below 
{
	border-top: #369 1px solid;
	margin: 18px 0 0 198px;
}
body.home .entry-date, body.search .entry-date, body.archive .entry-date 
{
	border-left:198px solid #2D2D2D;
	font: 9px "Lucida Console", "Courier New", Monospace;
	background: url(date_bg.jpg);
	line-height: 18px;
	letter-spacing: 12px;
	padding: 1px 0 0 6px;
	text-transform: uppercase;
	font-weight: bold;
}
body.home .entry-date abbr, body.search .entry-date abbr, body.archive .entry-date abbr 
	{ border-bottom: 0 none; }
body.search h2.page-title, body.archive h2.page-title 
{
	color:#000000;
	line-height: 24px;
	font-weight:bold;
	left:198px;
	position:absolute;
	text-transform:uppercase;
}
/***************
    Post/Page Layout
***************/
body.page .entry-title, body.four04 .entry-title, body.search #post-0 .entry-title 
{
	color: #D8E86B;
	border-bottom: #369 1px solid;
	margin-bottom: 18px;
}
body.single .entry-title 
	{ color: #D8E86B; }
body.page #content, body.four04 #content, body.search #post-0 
	{ border-top: #4d4d4d 24px solid; }
body.attachment h2.page-title
{
	background: #4d4d4d;
	color:#000000;
	line-height: 24px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: #2d2d2d 6px solid;
}
body.single .entry-meta 
{
	padding-right: 0;
	border-right: #2d2d2d 18px solid;
}
body.single div.page-link 
{
	text-align: right;
	line-height: 18px;
}
body.single div.page-link a, .nav-next a span, .nav-next span, .nav-previous a span, .nav-previous span
{
	color: #ACE;
	font: 9px "Lucida Console", "Courier New", Monospace;
	background: url(nav.jpg) no-repeat 50% 50%;
	line-height: 18px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
}
body.single div.page-link a 
	{ background: url(date_bg.jpg) no-repeat 50% 50%; }
/***************
    Archive/Search Layout
***************/

body.four04 #content #searchform, body.search #content #searchform 
{
	clear:right;
	margin-left: 198px;
}
/***************
    Content Formatting
***************/
.entry-content, li.widget, .sidebar li.linkcat, #menu 
	{ overflow: hidden; }
.entry-content img 
	{ max-width: 378px; }
.entry-content p 
	{ margin-bottom: 18px; }
pre 
	{ overflow: auto; }
del, strike 
	{ color: #999; }
abbr, acronym, blockquote 
	{ color: #ACE; }
.entry-content em, .entry-content strong 
	{ color: #fff; }
code, pre 
{
	font-family: "Lucida Console", "Courier New", Monospace;
	color: #fff;
	background: #242424;
} 
ins 
{
	text-decoration: none;
	background: #242424;
}
dt 
{
	font-weight: bold;
	font-variant: small-caps;
}
.entry-content ul, .entry-content ol 
	{ list-style-position: inside; }
dd, .entry-content ul li 
{
	background: url(bullet.jpg) no-repeat 9px 0;
	padding: 0 0 6px 36px;
}
.entry-content ol, .entry-content ol ol li 
	{ list-style-type: decimal; }
.entry-content ul ul li, .entry-content ol ul li 
	{ list-style-type: square; background: transparent; padding-left: 0; }
.entry-content ol li, .entry-content ul ol li
	{ list-style-type: decimal-leading-zero; background: transparent; padding-left: 0; }
.entry-content ol ol, .entry-content ol ul 
	{ padding-left: 36px; }
hr 
{ 
	border: #369 1px solid; 
	background: #369; 
	margin: 18px; 
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 
{
	background: #242424;
	border-bottom: #906 1px solid;
/*	border-bottom: #369 1px solid;*/
	letter-spacing: 1px;
	margin-bottom: 18px;
	font-variant: small-caps;
	text-indent: 9px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5
/*	{ text-transform: uppercase; } */
	{ text-transform: lowercase; }
.entry-content h2, .entry-content h3, .entry-content h4
	{ font-weight: bold; }
.entry-content h2, .entry-content h3
	{ color: #fff; }
blockquote 
	{ padding-left: 36px; }
.entry-content blockquote
	{ background: url(bquote.jpg) no-repeat top left; }
.entry-content blockquote[cite]:after 
	{ content:"Source: " attr(cite); }	
abbr, acronym, .caps 
{
	cursor: help;
	font-variant: small-caps;
	border-bottom: #D8E86B 1px solid;
}
cite, em 
{
	font-style: italic;
	letter-spacing: 0.1em;
}
.alignleft, .left, .align-left, #category-archives, #content .linkcat 
{
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.alignright, .right, .align-right, #monthly-archives 
{
	float:right;
	margin:0.5em 0 0.5em 1em;
}
#monthly-archives, #category-archives, #content .linkcat 
{
	background: transparent;
	padding: 0;
}
.center
{
	clear: both;
	margin: 0.5em auto;
	text-align: center;
	display: block;
}
.column, .content-column, #content .linkcat
{
	width: 40%;
	margin: 0.5em;
	padding: 0.5em;
}
#wpstats 
{
	float: right;
	position: absolute;
}
.important, .alert, .unapproved 
{
	display: block;
	background: #242424 url(icons/dialog-warning.png) no-repeat 9px 50%;
	border-top: #D8E86B 1px solid;
	border-bottom: #D8E86B 1px solid;
	padding: 9px 36px;
}
.download 
{
	display: block;
	background: #242424 url(icons/ark.png) no-repeat 9px 50%;
	border-top: #ACE 1px solid;
	border-bottom: #ACE 1px solid;
	padding: 9px solid;
}
body.home .category-noteworthy .entry-title
	{ background: #2d2d2d url(icons/love.png) no-repeat 162px 9px; }
body.home .category-news .entry-title 
	{ background: #2d2d2d url(icons/message-news.png) no-repeat 162px 9px; }
/***************
    Links
***************/
a:link, a:visited 
{
/*	color: #369; */
	color: #ace;
	text-decoration: none;
}
#content a:hover, #content a:active, #secondary a:hover, #secondary a:active 
{
	color: #ace;
	background-color: #242424;
	text-decoration: underline;
}
#secondary a:link, #secondary a:visited 
	{ color: #ACE; }
#secondary li h3 a:link, #secondary li h3 a:visited, #footer span a:link, #footer span a:visited, #footer span a:hover, #footer span a:active, #primary .widget_rss h3 a:link, #primary .widget_rss h3 a:visited 
	{ color: #eee; }
#wp-calendar a:hover, #wp-calendar a:active 
	{ background: #906 !important; }

h1#blog-title a:link, .entry-title a, .entry-title a:hover, #menu a:hover, #menu a:active, #menu .current_page_item a:visited 
	{ color: #D8E86B !important; }
#nav-above a:link, #nav-above a:visited, .page-title a:link, .page-title a:visited 
{
	color: #000;
	font-weight: bold;
	background: #4d4d4d;
}
#primary li a:hover, #primary li a:active 
	{ color: #906; }
/*	{ color: #ACE; }*/

#nav-above a:hover, #nav-above a:active, .entry-title a:hover, .entry-title a:active 
	{ text-decoration: none !important; }
#wp-calendar a:link, #wp-calendar a:visited 
{
	color: #fff;
	background: #242424;
}
a img, img.wp-smiley {
	border: 0 !important;
	padding: 0 !important;
}
#footer span a 
{
	text-align: center;
	padding-top: 3px;
    	display: block;
	width: 180px;
	margin-left: 18px;
	float: left;
	border-top: #000 1px solid;
	text-transform: uppercase;
	height: 120px;
	margin-bottom: 36px;
}
#generator-link a 
	{ background: #2d2d2d url(wordpress.jpg) no-repeat top right; }
#theme-link a 
	{ background: #2d2d2d url(sandbox.jpg) no-repeat top right; }
/***************
    Comment Formatting
***************/
#comments h3 
{
	color: #D8E86B;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 9px 0pt 9px 198px;
	text-transform: uppercase;
}
#comments h3 span
{
	font-family: "Lucida Console", "Courier New", Monospace;
	font-weight: bold;
}
#comments-list ol 
{
	list-style-type: decimal;
}
#comments-list li 
{
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin: 0 0 18px 180px;
	padding: 18px;
	background: #2d2d2d;
	border-top:1px solid #369;
	clear: left;
}
.comment-meta 
{
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
	background: #2d2d2d;
	margin: -37px 18px 0 -198px;
	width: 180px;
	float: left;
	text-align: right;
	padding: 36px 0 9px 0;
}
#trackbacks-list li 
{
	line-height:18px;
	padding:9px 0;
	margin: 8px 0 8px 198px;
	background: #242424;
	border-top: #565656 1px solid;
	border-bottom: #565656 1px solid;
}
input, textarea 
	{ color: #eee; }
form#commentform 
{
	border-top: #369 1px solid;
	padding-top: 18px;
	background: #2d2d2d;
}
.form-label 
{
	width: 162px;
	float: left;
	text-align: right;
	text-transform: uppercase;
	line-height: 36px;
}
.form-input, .form-textarea, #login, #comment-notes
	{ margin: 9px 0 9px 198px; }
textarea#comment
	{ width: 358px; height: 238px; }
.form-input input
	{ width: 142px; }
.form-input input, textarea
{
	background: #565656 url(form.jpg) no-repeat top left;
	border: #eee 1px solid;
	padding: 9px;
	font-family: inherit;
}
.form-submit 
{
	padding-left: 198px;
	background: url(content-left.jpg) repeat-y fixed 0 18px;
	border-top: #369 1px solid;
	margin-top: 18px;
}
.form-submit #submit
{
	text-transform: uppercase;
	color: #ACE;
	font-weight: bold;
	font-family: "Lucida Console", "Courier New", Monospace;
	background: url(submit.jpg) no-repeat 50% 50%;
	margin: 18px 0;
	padding: 3px 9px;
	float: left;
	width: 162px;
	border: #000 0 none;
	letter-spacing: 1px;
}
#comments-list li.bypostauthor .comment-author   
{
	background: #242424 url(icons/user.png) no-repeat 1px 1px;
	color: #fff;
	text-indent: 24px;
	text-transform: uppercase;
	width: auto;
}
/***************
    Widgety
***************/
.sidebar 
	{ clear: none; float: right; }
#primary 
	{ background: url(primary.jpg) repeat-y; }
#primary li 
	{ margin: 0 18px 18px 18px; } 
#secondary 
{
	clear: right;
	background: url(primaryfoot.jpg) no-repeat top left;
	padding: 72px 16px 0 0;
	width: 396px;
}
#primary h3, #primary caption, #primary li li.current_page_item a:visited 
{
	margin-left: 36px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
#secondary li h3, #secondary li caption 
{
    background: url(secondarytitle.jpg) no-repeat top right;
    text-align: center;
    height: 33px;
    padding-top: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
#secondary li 
{
	/* blatant theft from Joen's fauna theme:
	http://code.google.com/p/fauna/issues/detail?id=32
	except, he's yet to implement it.  */
	width: 180px;
	float: left;
	background: url(widgetfoot.jpg) no-repeat bottom right;
	padding-bottom: 15px;
	margin: 0 0 18px 18px;
}
#secondary li ul, #secondary li div, #secondary li select, #secondary li table 
	{ background: #333 url(secondarywidget.jpg) repeat-y; }
#secondary li li 
{
	background: url(secondarywidget.jpg) repeat-y;
	margin: 0;
	padding: 0 9px;
	width: 162px;
}
#primary li li
{
	width: 144px;
	margin: 0 18px 0 0;
	float: left;
	line-height: 18px;
	padding: 4px 0;
	border-bottom: #369 1px solid;
}
/*
 	the full width sidebar becomes 
	absurdly complex if we show nested lists,
	and confusing if we don't differentiate them.
	sub-lists hidden, and shown for page parents 
*/

#primary li li ul
	{ display: none; }
body.page #primary li li.current_page_item 
{
	clear: both;
	width: 306px;
	border-bottom: #ACE 1px solid;
	margin: 18px 0;
	overflow: hidden;
	padding-bottom: 18px;
}
body.page #primary li li.current_page_item ul 
{
	display: block;
	clear: left;
	border-top: #ACE 1px solid;
	margin-top: 18px;
	width: 324px;
}
#primary li li.current_page_item ul li a:link, #primary li li.current_page_item ul li a:visited, #primary li li.current_page_item ul li a:hover, #primary li li.current_page_item ul li a:active
{
	margin-left: 0;
	font-weight: normal;
	text-transform: none;
	letter-spacing: auto;

/*	color: #369;*/
	{ color: #906; }
}

#primary li li:hover, #primary li li:active 
	{ background: #242424; border-bottom: #ACE 1px solid; }
#primary li li.current_page_item:hover, #primary li li.current_page_item:active, #primary li li:hover ul, #primary li li:active ul 
	{ background: transparent; }
#primary li li.current_page_item ul ul 
	{ display: none !important; }
#primary li div.textwidget 
	{ padding-bottom: 15px; }
.sidebar select 
{
	padding: 9px;
	line-height: 18px;
	border: #565656 0 none;
	color: #fff;
}
#primary #searchform div, #primary select, body.four04 #content #searchform div, body.search #content #searchform div 
{
	background: #565656 url(form.jpg) no-repeat top left !important;
	border: #ccc 1px solid;
	height: 36px;
	text-align:right;
}
#s 
{
	margin: 9px;
	line-height: 18px;
	border: #565656 0 none;
	background: transparent;
	float: left;
}	
#searchsubmit 
{
	padding: 9px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background: url(icons/zoom-original.png) no-repeat 9px 9px;
	border: #333 0 none;
	color: #333;
	text-indent: -180px;
}
#primary #searchsubmit, #content #searchsubmit
	{ color: #565656; }
#secondary select 
	{ width: 180px; height: 36px; }
#secondary li#search #s
	{ width: 124px; }
#secondary #search div
	{ height: 36px; overflow: hidden; padding: 0; }
#secondary div.textwidget 
	{ padding: 9px; }
#wp-calendar 
{
	border-collapse: seperate;
	width: 100%;
}
#primary #wp-calendar, #primary form, #primary select 
{
	width: 306px;
	margin-top: 1px;
}
#wp-calendar th, #wp-calendar td
{
	text-align: center;
	height: 18px;
	line-height: 18px;
	border: #565656 1px solid;
	margin: 1px;
}
#secondary #wp-calendar th, #secondary #wp-calendar td
	{ background: #333; }

#wp-calendar a 
{
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
div#akismetwrap div#akismetstats 
{
    background: transparent;
    width: 100%;
}
#rss-links li a 
{
	padding-left: 18px;
	background: url(icons/rss.png) no-repeat 0 50%;
}
.widget_rss h3 a img
{
	margin: 1px;
	border: #fff 1px solid !important;
	float: right;
	
}
