/* -------------------------- */
/* ----- Audie and Wolf ----- */
/* -------------------------- */

/* TOC
	01. HTML Elements
	02. Container
	03. Header
	04. Sidebar
	05. Content
	06. Footer
	07. Gilder Levin Img Replacement
	08. Img Replacement
*/

/* 01 HTML Elements ------ */

/* Simplified Meyer Reset
modified from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, img, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    color: #ffffff;
    vertical-align: baseline;
    background: transparent;
}

body {
	margin-bottom: 30px;
	font-family: Arial, Helvetica, san-serif;
	line-height: 1;
	background: #000 url(../images/body_bg.gif) repeat-x;
}

ol, ul {
    list-style: none;
}

p, li {
	font-size: .75em;	
}

p {
	line-height: 1.3;
	margin-bottom: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0.5em;	
}

h3 {
	font-size: 0.875em;
}

a:link, a:visited {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: thin solid #fff200;
	color: #fff200;
}

a:focus {
	outline: 1px dotted #ff2000;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 0;
}
/* 02 Container----------- */

#container {
	width: 1028px;
 	margin: 0 auto;
 	padding: 0 5px 0 5px;
 	background: #000;
}

#containerInner {
	overflow: auto;
 	background: #000 url(../images/container_bg_title.gif) repeat-y;
 }
 
/* 03 Header ------------- */

#form1 {
	padding-top: 210px;
	padding-left: 615px;
	position: absolute;
}

/* 04 Sidebar ------------ */

#sidebar {
	width: 281px;
	padding: 140px 5px 10px 5px;
	background: #292828 url(../images/wolf_head_bottom.jpg) no-repeat;
}

#sidebar h3 {
	color: #fff200;
	margin-top: 0.5em;
}

#sidebar ul {
	margin-bottom: 1em;
}

#sidebar li {
	line-height: 1.5em;
}

#form2 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#sidebar dt {
  font-weight: bold;
  font-size: 0.75em;
}

#sidebar dd {
  margin-bottom: 1em;
  font-size: 0.75em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
}

/* Links */

#sidebar a:link, #sidebar a:visited {
	text-transform: none;
	color: #4777a7;
	text-decoration: none;
	border-bottom: thin solid #4777a7;
}

#sidebar a:focus {
	outline: 1px dotted #ff2000;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	border-bottom: 0;
}
	
/* 05 content ------------ */

#content {
	width: 706px;
	padding: 0px 10px 10px;
	float: right;
}

#content h1 {
	font-size: 1.5em;
	color: #fff;
}

#content h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 0.5em;
}

#content ul {
	margin-bottom: 0.5em;

}
#content li {
	line-height: 1.5em;
}

#content #mainNav li, #webLinks li {
	display: inline;
}

#content ul#mainNav {
	margin-bottom: 76px;
	padding-top: 40px;
	text-transform: uppercase;
	text-align: center;
}

#content div {
	width: 640px;
	border: 1px solid #fff;
	margin-bottom: 0.5em;
}

.highLight {
	font-size: 1.5em;
	font-weight: bold;
}
/* Links */

#mainNav a:link, #mainNav a:visited {
	color: #fff;
	padding: 31px 20px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 0px;
}

#mainNav a:focus {
	outline: 1px dotted #ff2000;
}

#mainNav a:hover, #mainNav a:active {
	padding: 31px 20px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	background: #000 url(../images/nav_link_hover.gif) no-repeat center;	
}

#mainNav li {
	text-decoration: none;
	border-bottom: thin dotted #ff2000;	
}

#mainNav li:hover, #mainNav li:active {
	text-decoration: none;
	border-bottom: 0px;
}

#webLinks {
	text-align: center;
	padding-left: 291px;
	margin-top: 20px;
	border-top:1px solid #ccc;
}

#webLinks li {
	padding-right:50px;
}

/* Links */

#webLinks a:link, #webLinks a:visited {
	color: #fff;
	text-transform: lowercase;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: thin dotted #777;
}

#webLinks a:focus {
	font-size: 1.125em;
	outline: 1px dotted #fff;
}

#webLinks a:hover, #webLinks a:active {
	color: #000;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	background: #fff;
}

/* 06 Footer ------------- */
#footer {
	clear: both;
	height: 378px;
	margin-top: 10px;
	padding-top: 10px;
	background: #000 url(../images/audiewolf_bgimage.jpg) no-repeat top center;
	background-position: 340px 0px;
}

#footer p {
	text-align: center;
}
#footer p span {
	text-transform: uppercase;
}

#footer li {
	display: inline;
}

#footer ul {
	margin-bottom: 0.5em;
	text-align: center;
}

#footer h3 {
	text-align: center;
	font-size: 0.75em;
	margin-top: 30px;
	text-transform: uppercase;
}


#footer ul#bottomNav {
	margin-top: 300px;
	padding-right:5px;
}

#footer #bottomNav li {
	padding-right: 5px;
	border-right: 1px solid #fff;
}

#footer #bottomNav li.lastLink {
	border: 0;
}
/* 07. Gilder Levin Img Replacement
----------------------------------------- */
.gl {
	display: block;
	position: relative;
	overflow: hidden;
}

.gl span, .glLink a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}


/* :::: Gilder-Levin for Links :::: */
.glLink {
	position: relative;
}

.glLink a {
	display: block;
	overflow: hidden;
}

.glLink a span {
	top: 0;
	left: 0;
	cursor: pointer; /* Required for links to appear like links in IE */
}

.glLink a:hover {
    border: none;
} /* IE6 requires "(background || border): none;" */


/* 08. Img Replacement
----------------------------------------- */
#sponsors {
	margin-left: 291px;
	height: 99px;
	font-size: 0.75em;
}

#sponsors span {
	background-position: 0 0;
	background-image: url(../images/sponsors_img.jpg);
}

#header {
	height: 283px;
	font-size: 0.75em;
}

#header span {
	background-position: 0 0;
	background-image: url(../images/audiewolf_header.jpg);
}
