
/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, 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-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}

/* Global */

div.clear {	clear: both; }
.nodisp { display: none; }
.alignright { float: right; margin-left: 10px; margin-bottom: 10px; }
.alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #141415 url(images/main-bg.jpg) no-repeat fixed right top;
}

a, 
a:visited {
	color:#909090;
}
a:hover {
	color:#b8562a;
}

/* Typography */

h2 {
	color: #b8562a;
	font-size: 1.125em;
	line-height: 1.1em;
	padding-bottom: 2px;
}
h3 {
	color: #909090;
	font-size: 0.8em;
	line-height: 1em;
	padding-bottom: 10px;
}
p {
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
td, label{
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 1.5em;
}
/* Layout */

#content {
	width: 950px;
	padding-bottom: 50px;
	padding-top:110px;
}
.main-content {
	width: 484px;
	background: url(images/trans-bg.png) repeat left top;
	padding: 18px 18px 40px;
	float: left;
}
#nav {
	float: left;
	width: 160px;
	margin-right: 30px;
	margin-left: 10px;
}
.right-sidebar {
	float: left;
	width: 150px;
	margin-left: 20px;
	padding: 10px;
	background: url(images/trans-bg.png) repeat left top;
}
#footer {
	background: url(images/trans-bg.png) repeat left top;
	padding: 20px;
}
.entry {
	padding-top:10px;
}


/* Lists */

#nav ul {
	height: 200px;
	width: 150px;
}
#nav li {
	height: 36px;
	width: 151px;
}	
#nav li a, 
#nav li a:visited {
	line-height: 15px;
	display: block;
	width: 100%;
	height: 100%;
	color:#909090;
	font-weight:bold;
}
#nav li a:hover {
	color:#b8562a;
}

.right-sidebar a,
.right-sidebar a:visited {
	background: #b8562a;
	padding: 2px;
	color: #FFFFFF;
}
.right-sidebar a:hover {
	background: #FFFFFF;
	color: #b8562a;
}

.main-content p {
	font-size: 1em;
	line-height: 1.7em;
}

