@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End browser reset */

/* Global Styles */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #000000;
    background-image: url('../images/backgrounds/mainBackground.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width:100%;
    margin: 0px;
}
.header{
    border-bottom: 2px solid #AC3A3A;
}
.mainContent {
    margin: 0 auto;
    padding:10px 0;
    width: 972px;
}

/* ads */
.topPageAds {
    width: 100%;
    /* WHY A HEIGHT HERE height: 600px; */
}

.noTopPageAds {
    background-position: -110px;
    /* WHY A HEIGHT HERE height: 600px; */
}

#chrome {
	background-color: #000000;
}

/* Home page styles --------------------------------------
----------------------------------------------------------
--------------------------------------------------------*/

/* TODO: Rewrite logic for these so it is consumable and less-hackery */
.breadcrumbs a {
	font-style: italic;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.breadcrumbs {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
}

.breadcrumbs .end-crumb {
    font-size: 14px;
    margin-left: 5px;
    color: #ffffff;
}

#header-container {
    width: 972px;
    margin: 16px auto 13px;
	display: block;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

#footer {
	background-color: #000000;
    background-image: url("../images/footer/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 2px solid #AC3A3A;
    padding: 15px 0 0;
    clear:both;
}
