/* CSS Document */

/* LAYOUT */

body{
	letter-spacing:.07em;
	color:#D2D2BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #030303;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
}

#container{
	width:800px;
	\width:8200px;
	w\idth:800px;
	margin-top:-8px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#0C0B0A;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1E1C15;
	border-left-color: #1E1C15;
}

#banner{
	height:292px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../img/guys.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content{
	width:540px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar{
float:right;
width:200px;
margin-right:10px;
margin-left:-10px;
padding:10px;
}

#footer{
	clear:both;
	padding:5px;
	height:50px;
	background-color:#1C1C13;
}

/* MENU BAR */

#menubar{
	list-style-type:none;
	height:15px;
	font-family:"Trebuchet MS", sans-serif;
	text-transform:uppercase;
	font-weight:900;
	font-size:18px;
	letter-spacing:-.05em;
	margin:0;
	padding:0;
}

#menubar a{
	color:#CC3333;
	padding:3px 8px;
	display:block;
}

#menubar a:hover{

color:#D2D2BA;
}

#menubar li{
float:right;
list-style-image:none;
}

/* BASIC STYLES */

p{
line-height:1.5em;
}

h1 {
	color:#F50;
	font-family:"Trebuchet MS", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.07em;
	margin:0;
	font-size: 16px;
}

h2,h3,h4,h5,h6{
color:#F50;
font-family:"Trebuchet MS", sans-serif;
text-transform:uppercase;
font-weight:100;
letter-spacing:.07em;
margin:0;
font-size: 15px;
}

a{
text-decoration:none;
padding:0 2px;
font-weight:900;
color:#F50;
}

a:hover{
	background-color:#666666;
	color:#292722;
}

img.float_left{
float:left;
margin:4px 12px 4px 0;
}

img.float_right{
float:right;
margin:4px 0 4px 4px;
}

a img{
border:none;
}

b,strong{
font-weight:bolder;
font-size:1.1em;
}

i,em{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.1em;
}

blockquote{
border-left:1px solid #D2D2BA;
background-color:#1F1F1B;
padding:1px 4px 1px 12px;
}

ul,ol{
line-height:1.8em;
}

ul.arrow li{
background:url(img/bullet.gif) left center no-repeat transparent;
list-style-type:none;
list-style-position:outside;
padding-left:20px;
}

ol li{
list-style-position:inside;
}

/* BLOG STYLES */

.blogitem{
border-top:2px solid #D2D2BA;
padding-top:3px;
}

p.authdate,p.blogbottom{
background-color:#1F1F1B;
font-family:"Arial Black";
text-transform:uppercase;
padding:2px 4px;
}

.authdate a,.blogbottom a{
padding:0;
font-weight:normal;
color:#D2D2BA;
}

.authdate a:hover,.blogbottom a:hover,#footer p a:hover,.arch_cat a:hover{
color:#F50;
background-color:transparent;
}

.tags{
font-family:Arial, Helvetica, sans-serif;
text-transform:none;
font-size:.8em;
}

p.authdate{
margin-top:2px;
}

/* SIDE BAR STYLES */

#sidebar h3{
	margin:10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #D2D2BA;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #D2D2BA;
}

#sidebar p{
background-color:#1F1F1B;
padding:8px 8px 8px 16px;
margin-top:0;
line-height:1.3em;
}

#sidebar fieldset{
padding:0;
margin:0;
border:none;
}

#sidebar input.textfield{
margin:8px 0;
padding:4px;
border:none;
width:192px;
background-color:#D2D2BA;
color:#292722;
font-weight:900;
}

#sidebar input.submit{
margin:0;
padding:4px;
border:none;
float:right;
background-color:#1F1F1B;
color:#D2D2BA;
font-weight:900;
letter-spacing:.05em;
}

#sidebar input.submit:hover,.slash{
color:#F50;
}

.arch_cat{
background-color:#1F1F1B;
padding:8px 0 8px 16px;
margin-top:0;
width:184px;
list-style:none;
line-height:1.6em;
color:#F50;
}

.arch_cat a,#footer a{
color:#D2D2BA;
}

.linkbox a{
font-weight:normal;
display:block;
}

.linkbox a:hover,#footer a:hover{
color:#D2D2BA;
background-color:#292722;
}

/* FOOTER STYLES */

#footer p{
margin-top:1.5em;
text-align:center;
}
