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

*/

* {margin:0; padding:0;}

body {
background: black url(../i/nly_background.jpg) repeat center top;
color: #FFF;
font-family: georgia,times,serif;
font-size: 90%;
line-height: 1;
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:pink;  font-style:italic; text-transform:uppercase;}
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:960px;
}

/************ 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: #866;
font-family: georgia,times,serif;
font-style:italic;
padding: 15px 30px;
text-align:center;
text-transform: uppercase;
font-size:20px;
}

#footer small {font-size:80%;text-transform: none;}

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

#footer a {
color: #855;
}

#footer a:hover {
color: #fff;
}

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

.content {}

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

.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;overflow:visible;}

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

.col_full {
background: #333333;
margin-bottom:1px;
width: 960px;
overflow:auto;
}

.col_left {
float: left;
padding:20px;
width:490px;
}

.col_right {
border-left:1px dotted #988;
margin-left:530px;
padding:20px;
width:389px;
}

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