﻿/* ##### GLOBAL CSS SETTINGS ##### */

body {
    background-image: url('../images/bg-headfoot.gif');
    background-repeat: repeat-y;
    background-position: center top;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}

a {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div#header, div#footer, div#mainUpper, div#mainLower, #contentWrapper {
    width: 1000px;
    margin: 0 auto;
}

.igniteRed, h1, h2, h3, h4, h5, h6 {
    color: #ba334c;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

#contentWrapper {
    overflow: hidden;
}


/* ##### GLOBAL HEADER ##### */

div#header {
    height: 62px;
    position: relative;
    z-index: 1;
}

div#mainUpper, div#mainLower, div#contentWrapper {
    background-color: white;
}

div#mainUpper { z-index: 2; }
div#mainLower { z-index: 3; }

div#footer {
    height: 58px;
    display: block;
    position: relative;
    padding: 10px 0;
}

a#header-logo {
    display: block;
    width: 174px;
    height: 50px;
    background-image: url('../images/ignite-logo.gif');
    position: relative;
    left: 39px;
    top: 12px;
}

div#headerLinks, div#footerLinks, div#navWrapper {
    color: #BA334C;
    position: absolute;
}

div#headerLinks a, div#footerLinks a {
    text-decoration: none;
}

div#headerLinks a:hover, div#footerLinks a:hover {
    text-decoration: underline;
}

div#headerLinks, #navWrapper {
    right: 0;
    bottom: 0;
    font-size: 14px;
}


/* ##### GLOBAL NAV ##### */

#navWrapper {
    bottom: 2px;
    text-align: right;
}

ul.topNav {
	list-style: none;
	padding: 0 0;
	margin: 0;
	float: left;
}

ul.topNav li {
	display: block;
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 28px;
	
}

ul.topNav li a{
	padding: 0 9px;
	color: #666666;
	display: block;
	text-decoration: none;
	float: left;
	height: 30px;
	line-height: 28px;
}

ul.topNav li a:hover {
    background-color: #000;
}

ul.topNav li a:hover{
	color: #FFF;
}

ul.topSubNav {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 33px;
	margin: 0;
	padding: 0;
	display: none;
	width: 140px;
	border: none;
	z-index: 990;
	line-height: 0;
	background-color: transparent;
}

ul.topSubNav li {
	margin: 0 0 2px 0;
    padding: 0;
	width: 140px;
	height: 20px;
	clear: both;
	border: none;
	line-height: 20px;
	display: block;
	z-index: 1000;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-align: left;
}

ul.topSubNav li a {
    font-size: 12px;
    line-height: 20px;
	width: 132px;
	height: 20px;
	color: #FFF;
	padding: 0 0 0 8px;
	text-decoration: none;
}

ul.topSubNav li a:hover { 
	color: #BA334C;
	background-color: #F2F2F2;
}

.addThisButton {
    float: left;
    top: 5px;
    height: 23px !important;
    width: 88px;
    position: relative;
    margin-left: 6px;
}

.addThisButton a:hover {
    background-color: Transparent !important;
}



/* ##### GLOBAL FOOTER ##### */

div#footerLinks {
    left: 0px;
}

div#footerLinks * {
    vertical-align: middle;
}

div#footerCopyright {
    position: absolute;
    right: 0px;
}

div#footerCopyright div, div#footerCopyright a  {
    float: left;
}

div#footerLinks, div#footerCopyright div
{
    line-height: 42px;
    display: table-cell;
}

div#footerCopyright a {
    margin: 0 10px 0 24px;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    overflow: hidden;
}

.subtitle {
    position: relative;
}

.clear {
    clear: both !important;
    height: 0 !important;
}

.floatL {
    float: left;
}

