/*
AXJ.com style
By: Drew Hornbein
www.dhornbein.com
dhornbein@gmail.com
*/
/* color theme

*/

body {
background-color: #000;
color: #ccc;
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
line-height: 1;
margin-top: 30px;
text-align: center;
}

a:link {color:#AAA;text-decoration:none;}
a:visited {color:#ADADAD;text-decoration:none;}
a:hover {color:#FFF;}

h1,h2,h3,h4,h5,h6 {}

h1 {}
h2 {color:white;}
h3 {}
h4 {}
h5 {}
h6 {}

.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.alignLeft {text-align: left;}

.left{float:left;}
.right{float:right;}
.clear{clear: both;}

#wrapper {
margin:0 auto;
text-align:left;
width:820px;
}

/************ Normal items *************/

#header {
}

#nav {
background-color:#4D4D4D;
margin:15px 0;
padding:15px 30px;
}

#nav li {
display: inline;
list-style: none;
}

#nav li a {
}

#nav li a:hover {
}

#nav_active {
}

#footer {
color: #999;
font-family: Arial,Helvetica,sans-serif;
padding: 15px 30px;
text-transform: uppercase;
font-size:18px;
width:60%;

}

#legal{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:16px;
	font-weight:bold;
	text-transform:none;
}

#legal a:hover{
	color:#FFF;
}

#footer p {
margin-top: 10px;
}

#footer a {
}

#footer a:hover {
	
}

/******************** main style ***************************/

.content {}

.content p {line-height: 1.5;margin:1em 0;}

.content ul {padding-left:1em;}

.content ul li {line-height: 1.5;margin:1em 0;}

.content blockquote {background-color:#4F4F4F;padding:10px;margin:1em 0;}

.title {margin-bottom: 15px;}

#topBar {color: white;font-size: 1.25em;}

/*************** layout *********************/

.col_full {
background-color: #4D4D4D;
margin-bottom:15px;
padding: 20px 30px;
width: 760px;
}

.col_left {
background-color: #4D4D4D;
float: left;
margin-bottom:15px;
padding: 20px 30px;
width: 470px;
}

.col_right {
margin-left: 545px;
}

html, 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;
}