@import 'reset.css';
@import 'packages.css';

/* ---------- ---------- ---------- structure ---------- ---------- ---------- */
body {
	background: #000;
	color: #fff;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", arial, sans-serif;	
	line-height: 1.5em;
	text-align: center;
	}

#page {margin: 0 auto; text-align: left;}
#base {
	background: #101110 url(/public/images/layout/fade-top.gif) top repeat-x; 
	margin: 1px auto; 
	width: 100%;
	}

#header {	
	background: url(/public/images/layout/angel_header.jpg) 0 no-repeat;
	margin: 0 auto;
	height: 173px;
	width: 900px;
	}

#nav {
	padding: 15px 60px 0 0;
	height: 44px;
	text-align: right;
	}

#content {
	background: url(/public/images/layout/cont-bg.png);
	padding: 40px 20px 30px 30px;
	width: 1015px;
	margin: 0 auto;
	}

#footer {
	background: url(/public/images/layout/footer-top.gif) repeat-x;
	clear: both;
	color: #000;
	text-align: center;
	height: 55px;
	}

#copyright {
	background: url(/public/images/layout/copyright.gif) no-repeat;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	height: 60px;
	width: 900px;

	}

/* ---------- ---------- ---------- links ---------- ---------- ---------- */
a {color: #fff; text-decoration: underline;}
a:hover {color: #c2c2c2;}

#content a {color: #fff;}
#content a:hover {color: #c2c2c2;}
#copyright a{color: #fff;}
#copyright a:hover {color:#fff;}
#footer a {color: #fff; font: 10px Tahoma; text-decoration: none; padding: 5px; }

.box {
	border: 3px double #818d98;
	background: #191e40 url(/public/images/layout/box.gif) repeat-x;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 699px;
	}
	
/* ---------- ---------- ---------- navigation ---------- ---------- ---------- */

#nav ul {display: inline; float: right;}
#nav li {position: relative; display: block; list-style: none;}
#nav li a {
	color: #b8b8b8;
	display: block;
	font: bolder 15px Helvetica, Arial, sans-serif; 

	padding-right: 12px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	}
#nav li a.current {color: #fff; font-weight: bolder;}
#nav li a:hover {color: #fff;}

/* ---------- ---------- ---------- text: content ---------- ---------- ---------- */

#content p {
	margin: 0 0 20px 0;
	line-height: 1.6em;
	}

#content p.indent {
	text-indent: 20px;
	}

.no {margin: 0px; padding: 0px;}
h1, h2, h3, h4 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", arial, sans-serif;
	}

h1 {
	color: #fff;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: 400;
	margin: 0 0 7px 0;
	}

h2 {
	background: url(/public/images/layout/htags.png) 0 19px no-repeat;
	color: #fff;
	font-family: "bitstream vera sans", arial, sans-serif;
	font-size: 21px;
	letter-spacing: -1px;
	margin: 12px 0;
	text-transform: capitalize;
	}
	
h3 {font-size: 18px;
	color: #fff;
	background: url(/public/images/layout/h1.png) no-repeat;
	font-family: "bitstream vera sans", arial, sans-serif;
	margin: 22px 0 0 0;
	}

h4 {font-size: 16px;}


/* ---------- ---------- ---------- lists ---------- ---------- ---------- */

ul li {padding-left: 10px;}
ul li.none {background-image: none;}

ul.arrow li {background: url(/public/images/icons/arrow.gif) -5px 50% no-repeat;}
/* ---------- ---------- ---------- misc ---------- ---------- ---------- */

strong {font-weight: bolder;}
em {font-style: italic;}
.c {
	display: block;
	margin: 0 auto;
	}
a img {border: none;}
hr, .hide {display: none;}
.show {display: inline;}
pre, code {line-height: normal; font-size: 12px; color: #404040;}

/* ---------- ---------- ---------- forms.css ---------- ---------- ---------- */

input, option, select, textarea {
	padding: 3px;
	font: 16px 'Trebuchet MS', sans-serif;
	font-weight: bold;
}

