﻿/*
    TeamBlast.css
    
    Stylesheet for the TeamBlast Web Site.
*/

* 
{
    margin:0; padding: 0;
}

p
{
    margin-bottom: 1em;
}

.Error
{
    color: Red;
}

body
{
	background-color: #E3EECC;
}

.shadow
{
    filter: shadow(color:gray);
    margin: 15px auto;
    padding-bottom: 5px;
    padding-left: 5px;    
    width: 780px;
}

form
{
    background: #FFF;
    width: 780px;
}

#header
{
    background: #5A9639 url("../Images/header.jpg") top left no-repeat;
    height: 104px;
    width: 100%;
}

#header span, #tagline
{
    display: none;
}

#wrapper
{
    clear: both;
    padding: 20px;
}

#navigation
{
    background: #336633 url("../images/menubot.png") bottom left no-repeat;
    padding-bottom: 20px;
    float: left;
    min-height: 225px;
    width: 172px;
}

#navigation ul
{
    background: url("../images/menutop.png") top left no-repeat;
    padding-top: 20px;
}

#navigation ul li
{
    list-style: none;
    margin-left: 16px;
}

#navigation a
{
    color: #F8CF15;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:hover
{
    color: #F0E68C;
    font-weight: bold;
    text-decoration: underline;
}

#content
{
    float: left;
	font-size: 12px;
    margin-left: 40px;
    min-height: 450px;
    width: 525px;
}

#content, #memberInfo
{
    font-family: Verdana, Geneva, sans-serif;
}

#content h2,  #navigation ul li a, #footer, #contentSub h3, #memberInfo h2, #memberInfo h3
{
    font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif;
}


#content h2
{
    color: #006633;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#content h3
{
    font-size: 12px;
}

#contentMain
{
    float: left;
    width: 315px;
}

#contentMain img
{
    display: block;
    margin: 10px auto;
}

#contentSub
{
    color: #336633;
    background: #FFDD3F url("../images/rightsidebottom.png") bottom left no-repeat;
    float: left;
    font-weight: bold;
    margin-left: 20px;
    min-height: 245px;
    width: 189px;
}

#contentSub *
{
    padding: 0 10px;
}

#contentSub h3
{
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

#contentSubTop
{
    background: url("../images/rightsidetop.png") top left no-repeat;
    height: 15px;
    width: 189px;
}

/* Testimonials */
.testimonial
{
    margin-bottom: 10px;
    width: 450px;
}

.testimonial .quote
{
    border: 1px solid #59ACEF;
    margin-bottom: 0;
    padding: 10px 20px;
}

.testimonial .attributed
{
    background: url("../images/quotecorner.jpg") top left no-repeat;
    height: 20px;
    margin-left: 50px;
    margin-top: -2px;
    padding-left: 35px;
    padding-top: 5px;
}

.formInput
{
    margin: 0 auto;
    width: 300px;
}

/* Tell a Friend */
span.BlockLabel
{
    display: block;
    margin-bottom: 5px;
    margin-top: 2em;
}

span.ErrorBlockLabel
{
    color: Red;
    display : block;
    margin-bottom: 5px;
    margin-top: 2em;
}

input.TextBoxBlock, textarea.TextBoxBlock
{
    margin-left: 10px;
}

input.Button
{
    margin-top: 10px;
    width: 100px;
}

/* My Account */
span.InLineLabel
{
    display: block;
    float: left;
    margin-bottom: 1em;
    width: 130px;
}

input.InLineTextBox
{
    float: left;
    margin-bottom: 1em;
    width: 160px;
}

/* Member Info */

ol
{
    margin-bottom: 1em;
    margin-left: 1em;
    padding-left: 1em;
}

#memberInfo
{
	font-size: 12px;
}

#memberInfo h2, #memberInfo h3
{
    color: #336633;
}

#memberInfo h2
{
   font-size: 2em;
}

#memberInfo h3
{
   font-size: 1.5em;
}

/* Membership Card */
#card
{
    border: 2px dotted #5E9739;
    font: 14px Tahoma, Helvetica, Tahoma, Sans-Serif;
    margin-bottom: 30px;
    width: 634px;
}

#card p
{
    margin: 0;
}

#card, #cardFront, #cardBack
{
    float: left;
}

#cardFront, #cardBack
{
    min-height: 60px;
    padding-bottom: 10px;
}

#cardFront
{
    width: 316px;
}

#cardFront img
{
    margin-bottom: 10px;
}

#cardFront p
{
    padding-left: 12px;
}

#cardBack ol li
{
    font-size: 12px;
}

#cardBack
{
    border-left: 2px dotted #5E9739;
    padding: 20px 10px;
    padding-right: 0;
    width: 306px;
}


/* Big Shiny Green Buttons */
#newMemberLinks
{
    margin: 0 auto;
    text-align: center;
    width: 778px;
}

#newMemberLinks ul
{
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

#newMemberLinks ul li
{
    float: left;
    list-style: none;
    margin: 0 20px;
}

#newMemberLinks a
{
    color: #FFF;
    background: url("../Images/ShinyGreenButton.png") top left no-repeat;
    display: block;
    height: 30px;
    font: bold 18px Verdana, Helvetica, Arial, Sans-Serif;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    width: 136px;
}

#newMemberLinks a:hover
{
    color: #FFCD08;
    font-weight: bold;
}


.Clear
{
    clear: both;
}


#footer
{
    clear: both;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

#footer ul
{
    margin: 20px auto 0 auto;
    width: 580px;
}

#footer ul a
{
   color: #006600;
   font-weight: bold;
   padding: 0 5px;
   text-decoration: none;
}

#footer ul a:hover
{
   color: #800000;
   text-decoration: underline;
}

#footer ul li
{
    border-right: 1px solid #000;
    float: left;
    list-style: none;
}

#footer ul li.last
{
    border-right: none;
}

#copyright
{
    clear: both;
    margin-top: 10px;
}