/*CSS Document*/
/*By James Hu for Team S*M*A*S*H (2152)*/

/*Body*/

body {
    margin-top: 40px;
    background-image: url('img/bodybg.png');
}

/*Center Positioning*/
/*Required for compatibility with Internet Explorer*/

.container {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border: 7px groove #FF6600;
}

/*Header*/

#header {
                
}

/*Logo*/

#banner {
    padding-top: 10px;
    font: 52px Trebuchet MS;
    text-decoration: none;
    background: #000000;
    border-bottom: 3px groove #D9D9D9;
}

#FIRSTLogo {
    border: none;
    vertical-align: middle;
    margin: 30px 100px 30px 30px
}

#SMASHLogo {
    border: none;
    vertical-align: middle;
}

/*Breakaway Logo*/

#BreakawayLogo {
    border: none;
    margin: 30px 30px 30px 30px;
}

/*Navigation*/

#nav {
    /*padding: 0px 30px 0px 30px;*/
    text-align: center;
    background: black;
}

/*Javascript Menu*/

#sddm {
    margin: 0;
    padding: 0;
    z-index: 30;
}

#sddm li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 18px Trebuchet MS;
}

#sddm li a {
    display: block;
    padding: 4px 0px 4px 0px;
    width: 133.333333333333333333333333333333333333333333px;
    background: #000000;
    /* Background of Top Level */
    color: #D9D9D9;
    /* Text Color of Top Level Text */
    text-align: center;
    text-decoration: none;
    /*border: 1px inset #FF6600;*/
}

#sddm li a:hover {
    /* Background when Top Level is Hovered */
    background: #FF6600;
    /* Color of highlighted top level text */
    color: #000000;
}

#sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    /* Background of 2nd Level Does Nothing?
    background: #616D7E;*/
    /* Outline of 2nd Level */
    border: 2px outset #FF6600;
}

#sddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;		        
    background: #505050;
    /* Background of 2nd Level */
    color: #D9D9D9;
    /* Text Color of 2nd Level */
    font: 15px Trebuchet MS
}

#sddm div a:hover {
    /* Background of 2nd Level when Hovered */
    background: #FF6600;
    /* Color of Text of 2nd Level when Hovered */
    color: #000000
}

/*Content*/

#content {
    padding: 20px 20px 35px 20px;
    text-align: left;
    font: 16px Trebuchet MS;
    /*background-image: url('img/contentbg.png');*/
    background: #E0E0E0;
    border-top: 10px groove #FF6600;
}

#bigpanel {
    width: 400px;
    vertical-align: top;
    padding-right: 20px;
}

#smallpanel {
    width: 300px;
    vertical-align: top;
}

/*Footer*/

#footer {
    padding-top: 25px;
    text-align: center;
    font: 11px Trebuchet MS;
    text-decoration: underline;
    color: White;
}

#ctl00_lnkMod {
    color: White;
}

/*Text Manipulation*/

h1 {
    font: 36px Trebuchet MS;
    margin: 0;
    padding: 5px 5px 5px 5px;
    /*background: #FF6600;
    color: #000000;
    text-decoration: underline;
    display: inline-block;*/
}

h2 {
    font: 24px Trebuchet MS;
    margin: 0;
}

.synposis {

}

.normsponsors {
    font: bold 25px Trebuchet MS;
}

.sponsors {
    margin: 15px 25px 15px 25px;
    border: 0px;
}

a {
    color: #FF6600;
}