/*
Colors:
Red: #c71c18
Tan: #cccc99
blue: #99cccc
General Gray Type (main): #bbb
General Gray Type (sidebar): #999
*/

/* ==== ALL ELEMENT STYLE RESET ==== */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ====  END STYLE RESET ==== */

/* ========================= GENERAL ELEMENTS w/ TYPOGRAPHY STYLES ========================= */

body,
body#homepage {
    background: #222 url(../images/generalpage_bg_tile.jpg) top repeat-x;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 62.5%;
    text-align: center;
    }

body#homepage {
    background: #222 url(../images/homepage_bg_tile.jpg) top repeat-x;
    }

h1, h2, h3, h4 {
    color: #99cccc;
    font-family: Helvetica, Arial, sans-serif;
    }
    
h1 {
    font-size: 2.6em;
    line-height: 1.1em;
    margin: 0;
    }

h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 15px 0 5px 0;
    }

h3 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #fff;
    margin: 15px 0 5px 0;
    }

h4,
.sidebar-module h4 {
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    background: #333;
    padding: 10px;
    margin: 0 0 10px 0;
    }

.sidebar-module h4 {
    padding: 0;
    margin: 0 0 22px 0;
    }

p {
    margin: 10px 0 10px 0;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #bbb;
    }

.large-news-text p {
    margin: 5px 0 5px 0;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #ddd;
    }
.sidebar-module-twitter p {
	margin: 5px 0 5px 0;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #FFFFFF;
    }
.sidebar-module-twitter h4 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #99cccc;
	padding: 10px;
	margin: 0 0 10px 0;
    }
	.sidebar-module-twitter h4 {
    padding: 0;
    margin: 0 0 22px 0;
	
    }
	
p.byline {
    font-size: 10px;
    color: #cccc99;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    }

#sidebar-container p {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #999;
    }
	
#twitter_div p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000000;
    }

#footer p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #444;
    }

/* ========================= LIST UL OL STYLES ========================= */
      
ul, ol {
    margin: 20px 0 20px 20px;
    padding: 0;
    list-style-type: circle;
    list-style-position: inside;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #bbb;
    }

ol {
    list-style: decimal;
    list-style-position: inside;
    }

li {
    margin: 5px 0;
    }
ul, ol#sidebar-container{
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #333333;
    }

ol#sidebar-container{
    list-style: decimal;
    list-style-position: inside;
    }

li#sidebar-container{
    margin: 5px 0;
    }


ul#main-nav {
    margin: 0;
    padding: 0;
    width: 800px;
    list-style: none;
    }

ul#main-nav li {
    margin: 0;
    padding: 0;
    float: left;
    }

ul#sub-nav {
    margin: 0 0 20px 0;
    padding: 0;
    width: 220px;
    list-style: none;
    list-style-position: outside;
    }

ul#sub-nav li {
    margin: 0 0 10px 0;
    padding: 0;
    width: 220px;
    }

ul#meta-nav, ul#meta-nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    }

ul#meta-nav li {
    padding: 0;
    margin: 0 2px;
    }

ul#meta-nav li.last-meta-item {
    margin-right: 0;
    }

/* ========================= FORM STYLES ========================= */

.form-element {
    margin: 0 0 5px 0;
    background: #999;
    color: #000;
    font-size: 10px;
    clear: both;
    border: 1px solid #666;
    }

.form-button {
    margin: 0 0 5px 0;
    background: #c71c18 url(../images/white_link_dots.gif) 3px 50% no-repeat;
    padding: 2px 4px 2px 15px;
    color: #000;
    font-size: 10px;
    clear: both;
    border: 0;
    }

#field {
    width: 80%;
    } 


/* ========================= TABLE STYLES ========================= */

table {
    border-top: 1px solid #333;
    color: #bbb;
    margin: 0 0 15px 0;
    }

td p {
    font-size: 1.2em;
    line-height: 1.2em;
    }

#sidebar-container table {
    font-size: 1.1em;
    color: #999;
    margin: 0;
    }



td, th {
    border-bottom: 1px solid #333;
    padding: 10px 10px 10px 0;
    }

th {
    padding: 10px;
    text-transform: uppercase;
    color: #cccc99;
    }
    
td.item {
    width: 150px;
    padding: 10px 0;
    border-right: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    }

td.detail {
    padding: 10px 10px 10px 20px;
    color: #ddd;
    vertical-align: middle;
    }

#sidebar-container th {
    font-size: 10px;
    padding: 7px 5px 7px 0;
    text-transform: uppercase;
    color: #cccc99;
    }

#sidebar-container td.item {
    width: 30%;
    padding: 5px;
    border-right: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    }

#sidebar-container td.detail {
    width: 70%;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    }

/* ========================= IMAGE GALLERY STRUCTURAL STYLES ========================= */

.gallery {
    padding: 8px 0 0 8px;
    margin: 15px 0;
    background: #333;
    }

.gallery img {
    float: left;
    margin: 0 8px 8px 0;
    }

/* ========================= BASIC LINK STYLES ========================= */

a:link {
    padding: 0 1px;
	color: #c71c18;
    }

a:visited {
    color: #c71c18;
    }

a:hover {
    background: #c71c18;
    color: #000;
    text-decoration: none;
    }

a:active {
    background: #c71c18;
    color: #000;
    text-decoration: none;
    }

/* ========================= IMAGE GALLERY LINK STYLES ========================= */

.gallery a:link,
.gallery a:visited,
.gallery a:hover,
.gallery a:active {
    margin: 0;
    padding: 0;
    color: #333;
    background: transparent;
    display: inline;
}

a#bottomNavClose:link,
a#bottomNavClose:visited,
a#bottomNavClose:hover,
a#bottomNavClose:active {
    background: transparent;
    }

/* ========================= FOOTER LINK STYLES ========================= */

#footer a:link,
#footer a:visited {
    color: #444;
    text-decoration: none;
    }

#footer a:hover,
#footer a:active {
    color: #000;
    }

/* ========================= EM "EMPHASIZED" LINK STYLES ========================= */

a.em-link:link,
a.em-link:visited,
a.em-link:hover,
a.em-link:active {
    padding: 5px 8px 5px 20px;
    background: #000 url(../images/red_link_dots.gif) 5px 50% no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    line-height: 4em;
    color: #999;
}

a.em-link:hover,
a.em-link:active {
    background: #c71c18 url(../images/white_link_dots.gif) 5px 50% no-repeat;
    color: #000;
    }

/* =========================== HEADER LOGO NAV STYLES =========================== */

a#logo-link:link,
a#logo-link:visited,
a#logo-link:hover,
a#logo-link:active {
    margin: 0;
    padding: 0;
    width: 95px;
    height: 110px;
    display: block;
    background: url(../images/general_logo.jpg) 50% 0 no-repeat;
    }

a#logo-link:hover,
a#logo-link:active {
    background-position: 50% -110px;
    }
    

/* =========================== MAIN NAV STYLES =========================== */

#schedule a,
#onthecourse a,
#offthecourse a,
#partnerships a,
#autographs a,
#imagegallery a {
    padding: 0;
    margin: 0;
    height: 40px;
    display: block;
    float: left;
    background-position: 50% 0;
    background-repeat: no-repeat;
    }

#schedule a {
    width: 113px;
    background-image: url(../images/schedule_nav.gif);
    }

#onthecourse a {
    width: 144px;
    background-image: url(../images/onthecourse_nav.gif);
    }

#offthecourse a {
    width: 150px;
    background-image: url(../images/offthecourse_nav.gif);
    }
    
#partnerships a {
    width: 136px;
    background-image: url(../images/partnerships_nav.gif);
    }

#autographs a {
    width: 118px;
    background-image: url(../images/jakestakes_nav.gif);
    }

#imagegallery a {
    width: 139px;
    background-image: url(../images/imagegallery_nav.gif);
    }

#schedule a:hover,
#onthecourse a:hover,
#offthecourse a:hover,
#partnerships a:hover,
#autographs a:hover,
#imagegallery a:hover {
    background-position: 50% -40px;
    }

#main-nav a#current-main {
    background-position: 50% -40px;
    }

/* =========================== DROPDOWN NAV STYLES =========================== */

.dropmenudiv {
    position:absolute;
    top: 0;
    line-height: 18px;
    z-index:100;
    width: 200px;
    visibility: hidden;
}


.dropmenudiv a {
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv ul {
    width: 150px;
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none outside;
    }

.dropmenudiv ul li {
    width: 150px;
    padding: 0;
    margin: 0 0 5px 0;
    }

.dropmenudiv ul li a:link,
.dropmenudiv ul li a:visited,
.dropmenudiv ul li a:hover,
.dropmenudiv ul li a:active {
    width: 100%;
    display: block;
    padding: 10px 0 10px 20px;
    background: #c71c18 url(../images/white_link_dots.gif) 5px 50% no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    }

.dropmenudiv ul li a:hover,
.dropmenudiv ul li a:active {
    background: #000 url(../images/red_link_dots.gif) 5px 50% no-repeat;
    color: #fff;
    }

/* =========================== SUB NAV STYLES =========================== */

#sub-nav a:link,
#sub-nav a:visited,
#sub-nav a:hover,
#sub-nav a:active {
    width: 200px;
    display: block;
    padding: 10px 0 10px 20px;
    background: #000 url(../images/red_link_dots.gif) 5px 50% no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 11px;
    color: #999;
}

#sub-nav a:hover,
#sub-nav a:active {
    background: #c71c18 url(../images/white_link_dots.gif) 5px 50% no-repeat;
    color: #000;
    }

#sub-nav a#current-sub {
    background: #333 url(../images/red_link_dots.gif) 5px 50% no-repeat;
    color: #999;
    }

/* =========================== META NAV STYLES =========================== */

#meta-nav a:link,
#meta-nav a:visited,
#meta-nav a:hover,
#meta-nav a:active {
    padding-right: 2px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    }

#meta-nav a:hover {
    color: #fff;
    background: transparent;
    }

/* =========================== STRUCTURAL DIVs ============================ */

#wrapper,
body#homepage #wrapper {
    width: 880px;
    height: 585px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(../images/general_page_bg.jpg) top no-repeat;
    }

body#homepage #wrapper {
    background: url(../images/homepage_bg.jpg) top no-repeat;
    }
    
#site-container {
    width: 800px;
    height: 585px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }

#header-container,
body#homepage #header-container {
    width: 800px;
    height: 150px;
    margin: 0;
    padding: 0;
    background: url(../images/general_page_header_img.jpg) top no-repeat;
    }
    
body#homepage #header-container {
    height: 360px;
    background: url(../images/homepage_header_img.jpg) top no-repeat;
    }

#logo-container {
    width: 95px;
    height: 110px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    }

#meta-nav-container {
    margin: 12px 0 0 0;
    padding: 0;
    float: right;
    position: relative;
    }

#main-nav-container {
    width: 800px;
    height: 40px;
    margin: 0;
    padding: 0;
    }

#content-container {
    width: 740px;
    height: 185px;
    margin: 0;
    padding: 30px;
    background: url(../images/content_bg.jpg) top repeat-x;
    }

#main-column-container {
    width: 500px;
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
    position: relative;
    }

#main-column-content {
    width: 500px;
    clear: both;
    margin: 0;
    padding: 0;
    }

/* ============ LARGE NEWS ITEM ============ */

.large-news-item {
    width: 500px;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
    }

.large-news-img {
    width: 180px;
    margin-right: 20px;
    float: left;
    }

.large-news-text {
    width: 300px;
    float: right;
    }

body#homepage .large-news-item {
    width: 740px;
    margin: 0 0 15px 0;
    padding: 0;
    }

body#homepage .large-news-img {
    width: 230px;
    margin-right: 20px;
    float: left;
    }

body#homepage .large-news-text {
    width: 490px;
    float: right;
    }

/* ============ SPOTLIGHT CONTENT ============ */

.spotlight-content {
    width: 500px;
    margin: 15px 0 0 0;
    padding: 0;
    clear: both;
    }

.spotlight-module-left {
    width: 240px;
    margin: 0 10px 0 0;
    float: left;
    }

.spotlight-module-right {
    width: 240px;
    margin: 0 0 0 10px;
    float: right;
    }

/* ============ SIDEBAR CONTENT ============ */

#sidebar-container {
    width: 220px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    }

.sidebar-module {
    background: #111 url(../images/sidebar_module_header_bg.gif) top repeat-x;
    padding: 10px;
    margin-bottom: 20px;
    }

.sidebar-module-jakestakes {
    background: #000
	    color: #000;
	padding-top: 0px;
	background-color: #111111;
    }



/* ============ TWITTER SIDEBAR CONTENT ============ */



.sidebar-module-twitter {
	background: #FFF url(../images/sidebar_module_header_bg.gif) top repeat-x;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
    }


/* ============ FOOTER CONTENT ============ */

#footer {
    width: 740px;
    clear: both;
    padding: 15px 0 20px 0;
    border-top: 1px solid #333;
    }

#expanded-footer {
    width: 740px;
    margin: 0;
    padding: 20px 0;
    clear: both;
    border-top: 1px solid #333;
}

#footer-column-left,
#footer-column-center {
    width: 240px;
    margin: 0 20px 0 0;
    float: left;

}

#footer-column-right {
    width: 220px;
    margin: 0;
    padding: 0;
    float: left;
}


.divider {
    width: 100%;
    height: 16px;
    background: transparent url(../images/main_column_divider.gif) left center repeat-x;
    clear: both;
    }

.no-border {
    border: 0;
    }
    
.spacer {
    line-height: 1px;
    clear: both;
    }

#jukebox-flash {
    width: 238px;
    border: 1px solid #333;
    }
    
