﻿body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica ,sans-serif;
    font-size: small;
    background-color: #000000;
    color: White;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
h1 {font-size: 150%; color: #FF9933; margin-top:0;}
h2 {font-size: 120%; }
h3 {font-size: 110%; color: #FF9933;}
img {border:none;}

a, a:visited { text-decoration:none; color:#FF9933;}
a:hover, a:active { color: #FFFFFF; }

#banner
{
    position: relative;
    width: 916px;
    margin: 0 auto;
    padding: 20px;
    background-color: #333;
}

#mainlogo
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 350%;
    color: #FF9933;
}

#mainlogo span
{
    font-weight: bold;
    color: #FFFFFF;
}

#tagline
{
    clear:both;
    padding: 0 0 0 8px;
}

#follow { float:left; margin-left: 100px; margin-top:10px; }
#follow img { vertical-align: top; }

#main
{
    position: relative;
    background: transparent url(/Content/img/fade-vert-top.png) repeat-x top left;
    width: 916px;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px 20px 0 20px;
}
#footer
{
    font-size: 90%;
    color: #C0C0C0;
    clear: both;
    position: relative;
    width: 916px;
    margin: 20px auto 0 auto;
    padding: 20px;
    background: #333333 url(/Content/img/fade-vert-bottom.png) repeat-x top left;
}

.both
{
    clear: both;
}

li.center
{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width:66px;
}

.blurbs
{
    position: relative;
    overflow: visible;
    width: 550px;
    margin: 0 auto;
}

.appblurb
{
    min-height: 250px;
    margin: 10px 50px;
    padding: 10px;
    width: 150px;
    float: left;
    border-top: solid 5px #FF9933;
    border-bottom: solid 1px #FF9933;
    background: transparent url(/Content/img/fade-vert-bottom.png) repeat-x bottom left;
}

.appblurb img
{
    display: block;
    margin: 0 auto;
    border: none;
}

.appblurb h2
{
    margin-top: 0;
    text-align: center;
}

.appblurb p
{
    text-align: left;
}


img.mid
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#menu
{
    float: right;
    margin: 20px 0 3px 0;
    padding: 0;
    list-style: none;
}

#menu li
{
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}
#menu a
{
    float: left;
    display: block;
    margin: 0;
    padding: 4px 16px;
    color: #222;
    text-decoration: none;
    background: #FF9933 url(/Content/img/orange-button.png) repeat-x top left;
    font-size: 120%;
}
#menu a:hover
{
    background: #ffffff;
}
.disclaimer
{
    color: #CCCCCC;
    font-style: italic;
    font-size: 80%;
}

#column-left
{
    margin-left: 8px;
    margin-top:5px;
    text-align:left;
    width:339px;
    float:left;
}


#column-right
{
    margin-left: 20px;
    margin-right: 50px;
    width:470px;
    float:right;
}

ul.features
{
    float: left;
    margin-left: 90px;
    margin-top: 10px;
    margin-bottom: 30px;
    list-style: none;
    padding: 10px;
    width:250px;
    border-top: solid 5px #FF9933;
    border-bottom: solid 1px #FF9933;
    background: transparent url(/Content/img/fade-vert-bottom.png) repeat-x bottom left;
}

ul.features h3
{
    margin-bottom: 0;
}

ul.features p
{
    margin-top: 0.25em;
}

#appstore-badge
{
    margin-top: 100px;
    float:left;
    display:block;
}

.editor-label
{
    margin: 0.5em 0 0.25em 0;
    font-weight: bold;
    color: #FF9933;
}
editor-field
{
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
