/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*//* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}
a:hover {color: #0066CC;}

body {
	background: #111 url(/themes/site_themes/shades_of_gray/images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 72.5% "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #666666;
	border: 1px solid #2A2A2A;
	background: #666666 url(/themes/site_themes/shades_of_gray/images/right_quotes.png) 95% 85% no-repeat;
}

code {
	background: #444;
	display: block;
	font-family: Consolas, Monaco, Verdana, "Courier New"; 
	font-size: .93em; 
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* images */
img {border: none;}

.drop-shadow {
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: transparent url(/themes/site_themes/shades_of_gray/images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(/themes/site_themes/shades_of_gray/images/drop_shadow_ie.gif) bottom right no-repeat; 
}

.drop-shadow img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #666666;
	border: 1px solid #2A2A2A;
}

.drop-shadow p {
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(/themes/site_themes/shades_of_gray/images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content p {line-height: 1.2em;}
.content h1 {
	background: url(/themes/site_themes/shades_of_gray/images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h1.entrytitle {margin-top: 20px;}
.content i {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #0066CC;}
.content .descr {margin-bottom: 5px;}
.content .postinfo {margin-bottom: 10px;}
.content .comment {
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	line-height: 1.7em;
	background-color: #666666;
	border: 1px solid #2A2A2A;
	background: #666666 url(/themes/site_themes/shades_of_gray/images/right_quotes.png) 95% 85% no-repeat;
}
.content .comment_posted {
	font-size: 1.3em;
	border-bottom: 1px solid #2A2A2A;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.content .paginate {
	font-size: 1.4em;
	border-top: 1px solid #2A2A2A;
	padding-top: .5em;
	margin-top: 1em;
}

/* navigation */
.nav {
	background: #191919 url(/themes/site_themes/shades_of_gray/images/nav.gif);}
.nav a {
	background: #191919 url(/themes/site_themes/shades_of_gray/images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(/themes/site_themes/shades_of_gray/images/nav_hover.gif);}

/* sub-navigation */
.subnav {
	color: #777;
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 5px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	/* background: url(/themes/site_themes/shades_of_gray/images/li.gif) no-repeat left bottom; */
	border-bottom: 1px solid #1E1E1E;
	line-height: 1.8em;
	list-style: none;
	margin: 5px 0 8px 0;
	/*padding: 5px;*/
}
.subnav a, li a { 
	color: #777;
	text-decoration: none; 
	display: block;
}
.subnav a:hover, li a:hover {
	color: #BBB;
	background: #303030;
	/*color: #BBB #0066CC;*/}

/* Category List */
.catlist_1 a, .catlist_2 a, .catlist_3 a {
	color: #777;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 1px solid #1E1E1E;
}
.catlist_1 a:hover, .catlist_2 a:hover, .catlist_3 a:hover {color: #0066CC;}
.catlist_1 { 
	font: strong;
	padding-left: 0; }
.catlist_2 { 
	padding-left: 1.2em; }
.catlist_3 { 
	padding-left: 2.4em; 
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}