
/* ---------------------------------------------

/////////////// /////////////// /////////////
    /////           /////       ////
    /////           /////       ////
    /////           /////       //// ////////
    /////           /////       ////    /////
    /////           /////       /////////////

The Thomas Group
Ian Arensbak
ian@thomasgrouponline.com 
http://www.thomasgrouponline.com

------------------------------------------------ */

/* RESETS & BASIC PAGE SETUP
-------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html { overflow-y: scroll; }

body {
    font: 62.5% Helvetica, sans-serif;
    background: url(../images/bg.jpg);
}

ul { list-style: none inside; }

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

a {
    outline: none;
    color: #7F180E;
}

a img { border: none; }

html { height:100%; }

body {
    height:100%;
    margin:0;
    padding:0;
}

/* prepares the background image to full capacity of the viewing area */
#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* places the content ontop of the background image */



body { overflow-y:auto; }

#bg {
    position:absolute;
    z-index:-1;
}

h1 {
	font: 3em "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}

h2 {
	font: 2.4em "Times New Roman", Times, serif;
    color: #7F180E;
    text-align: center;
}


h1.home {
    text-indent: -9999px;
    text-align: center;
    background: url(../images/featuring.png);
    margin: 0 auto;
    height: 45px;
    width: 500px;
}

h2.home {
    text-indent: -9999px;
    text-align: center;
    background: url(../images/dukes.png);
    margin: 0 auto;
    height: 70px;
    width: 600px;
}

h3.home {
    text-indent: -9999px;
    text-align: center;
    background: url(../images/other-updated.jpg);
    margin: 0 auto;
    height: 101px;
    width: 782px;
}

h3 {
    font: 2.8em Georgia, "Times New Roman", Times, serif;
    color: #000;
    text-align:center;
}

/* TOOLBOX
-------------------------------- */
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }

/* PAGE STRUCTURE
-------------------------------- */

#page-wrap {
    width: 970px;
    margin: 0 auto;
}

#header {
    width:970px;
    height:124px;
    background: url(../images/header.png);
    text-indent: -9999px;
}

#navigation {
    width: 970px;
    height: 25px;
}

#content-top {
    height: 25px;
    background: url(../images/top.png);
}

#content-wrap {
    width: 970px;
    background: url(../images/content-bg.png);
}

#footer {
    height: 43px;
    background: url(../images/footer.png);
}

#footer p {
    padding: 5px 25px 5px 25px;
    text-align: center;
    font: 1.2 "Times New Roman", Times, serif;
}

#content-main { padding: 20px; }

.content { padding: 0 15px 15px 15px; }

.content p { font: 1.4em "Times New Roman", Times, serif}

.blue {
	color: #0000FF;
}

/* FORM STYLING
-------------------------------- */

label { display: block; }

fieldset {
    margin: 1.5em 0 0 1.5em;
    padding: 0;
}

legend {
    margin-left: 1em;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li { padding-bottom: 1em; }

fieldset.submit { border-style: none; }

/* NAVIGATION 
-------------------------------- */

ul#nav { float: left; }

ul#nav li { display: inline; }

ul#nav li a {
    display: block;
    height: 45px;
    text-indent: -9999px;
    float: left;
}

ul#nav li.home a {
    width: 175px;
    background: url(../images/home.png) top center;
}

ul#nav li.tickets a {
    width: 175px;
    background: url(../images/tickets.png) top center;
}

ul#nav li.faq a {
    width: 175px;
    background: url(../images/faq.png) top center;
}

ul#nav li.directions a {
    width: 175px;
    background: url(../images/directions.png) top center;
}

ul#nav li.contact a {
    width: 175px;
    background: url(../images/contact.png) top center;
}

ul#nav li a:hover { background-position: bottom center; }


/* FOOTER
-------------------------------- */
