/*  Silent Assassins Style Sheet
    --------------------------------------------------------------
	A free template from ClanTemplates ( http://www.clantemplates.com/ )
	Design by: Tails ( http://www.remcokruizinga.com/ )
	Coded by: Wex ( http://www.wexcode.com/ )
*/

body {
	background: #262626 url(_img/body_bg.gif) 0 0 no-repeat; 
	font-family: Arial;
	font-size: 11px;
	color: #8e8e8e; }
a {
	color: #939379;
	text-decoration: none; }
a:hover { text-decoration: underline; }

/* Header Elements */
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 0 0 18px; }
h1 { font-size: 2.0em;}
h2 { font-size: 1.7em;}
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }

/* Text Elements */
p { line-height: 16px; margin: 0 0 18px; }
abbr, acronym { border-bottom: 1px dotted #9e9e9e; }
address { margin-top: 18px; font-style: italic; }
strong, th, thead, dt { font-weight: bold; }
cite, em, dfn, i, ins { font-style: italic; }
blockquote { 
	font-style: italic;
	margin: 18px; 
	padding: 0 0 0 18px;
	border-left: 3px solid #9e9e9e; }
pre, code, tt { font-family: 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt { display: block; margin: 18px 0; line-height: 18px; }
small { font-size: 0.8em; }
sup {height:0;line-height:1;position:relative;top:-0.6em;vertical-align:baseline!important;vertical-align:bottom;}
sub {position:relative;top:0.3em;vertical-align:baseline;}
big {font-size:1.175em;}
hr { 
	background: url(_img/nav_bg.gif) 0 0 repeat-x;
	height: 1px;
	margin: 0 0 18px;
	border: 0;
	clear: both; }
ol, ul { margin: 0 0 18px; }
.left { float: left; }
img.left { margin: 0 18px 18px 0; }
.right { float: right; }
img.right { margin: 0 0 18px 18px; }

/* Lists */
ul, ol { margin: 0 0 18px 18px; list-style-position:inside;}
ul { list-style: disc; }
ol { list-style-type: decimal; }
ol li, ul li { 
	list-style-position: inside;
	margin:6px 0; }
ol ol { list-style: upper-alpha; }
ol ol ol {list-style: lower-roman; }
ol ol ol ol {list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 0 18px 0; }
dl dt { 
	font-weight: bold; margin:18px 0 6px; }
dd { 
	margin-left: 18px;
	line-height:18px; }

/* Form Elements */
fieldset { margin: 0 0 18px 0; }
legend { 
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 6px; }
label {	
	cursor: pointer;
	display: block;
	clear: both; }
label input { vertical-align: middle; }
label input.checkbox, label input.radio { vertical-align: text-top; }
input, textarea, select {
	background: #2c2c2c;
	color: #8e8e8e;
	width: 250px;
	margin: 0 0 6px;
	border: 1px solid #464747;
	display: block; }
input, textarea, select { 
	width: 250px;
	margin: 0 0 6px;
	display: block; }
select { 
	width:262px;
	cursor: pointer; }
textarea { 
	width: 674px; 
	height:225px; }
input, textarea { padding:4px; }
input, button { 
	cursor: pointer;
	width: auto;
	display: inline;
	margin: 0 6px 0 0; }

/* Tables */
table { 
	font-size: 12px;
	margin: 0 0 18px;
	border-collapse: separate; 
	border-spacing: 0; }
caption, th, td { text-align:left; }
th { 
	color: #fdffcb;
	font-weight: bold;
	text-transform: uppercase; }
td { border-bottom: 1px solid #f6f6f6; }
.even td { 
	background: #222222;
	color: #fff; }
th,td { padding: 6px 12px; }
tfoot { font-style: italic; }
caption { background: #f3f3f3;margin-bottom:9px;padding:3px;text-align:center; }
	
/* Side
-------------------------*/
#side { 
	float: left; 
	width: 242px; /* 282 - 40 */
	padding: 0 0 0 40px; }
	
/*----- Logo ----------*/
#logo {
	background: url(_img/logo.png) 100% 100% no-repeat;
	float: left;
	width: 245px;
	height: 107px;
	margin: 0 0 15px -40px; }
#logo a {
	width: 245px;
	height: 107px;
	text-indent: -10000px;
	display: block; }

/*----- Blocks ----------*/
.block { 
	float: left;
	text-align: right;
	line-height: 1;
	width: 202px;
	clear: both; }
.block h2.block-title {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffcc;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 9px; }
.block ul { 
	font-size: 12px;
	list-style: none;
	margin: 0; }
.block ul li { 
	background: url(_img/nav_bg.gif) 0 100% repeat-x;
	margin: 0; }
.block ul li a {
	background: url(_img/nav_bullet.gif) 190px 8px no-repeat;
	color: #9e9e9f;
	width: 176px; /* 202 - 28 */
	height: 16px; /* 20 - 4 */
	padding: 4px 28px 0 0;
	text-decoration: none;
	display: block; }
.block ul li:hover { background-color: #222; }
.block ul li:hover a { 
	background-image: url(_img/nav_bullet_over.gif);
	color: #fff; }


/* Main
-------------------------*/
#main {
	float: left;
	margin: 10px 0 0; }

#main p.user-links, #main p.time { color: #939379; }
#main p.user-links { 
	float: left;
	margin: 0 0 0 32px; }
#main p.time { 
	float: right;
	margin: 0 32px 0 0; }

/* Content
-------------------------*/
#content {
	background: url(_img/content_bg.gif);
	float: left;
	width: 682px; /* 698 - 2 - 14 */
	margin: 7px 0 0;
	padding: 21px 7px 17px;
	border: 1px solid #474747;
	clear: both; }

/*----- Category Titles ----------*/
h2.cat {
	background: url(_img/content_cat_left.png) 0 0 no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 45px;
	margin: 0 0 0 -20px;
	padding: 0 0 0 12px; }
h2.cat a {
	background: url(_img/content_cat_right.png) 100% 2px no-repeat;
	color: #ffffcc;
	float: left; 
	height: 33px; /* 45 - 12 */
	padding: 12px 24px 0 7px; }
	
/*----- Posts ----------*/
.post { 
	margin: 0 0 17px;
	clear: both; }

/* Post Title */
.post h3.post-title { 
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0 0 6px; }
.post h3.post-title a { color: #8e8e8e; }

/* Post Time */
.post p.post-time { 
	color: #8e8e8e;
	float: right;
	margin: 0;
	display: inline; }
.post p.post-time span { font-weight: bold; }

/* Post Entry */
.post .entry {
	background: #2c2c2c;
	padding: 16px 13px 0;
	border: 1px solid #464747;
	clear: both; }
	
/* Footer
-------------------------*/
#footer {
	text-align: center;
	padding: 13px;
	clear: both; }
#footer a { font-weight: bold; }