html, body { height:100%; }
body {
    margin:0;
    background-color: #333333;
    color: #222222;
    font-family: 'Open Sans', verdana, sans-serif;
    font-size: medium;
}
.wrapper {
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
}
a {
    color: #2180b0;
    /*font-size: 1.0em;
    font-weight: bold;*/
    text-decoration: none;
}
a:hover {
    color: #ee3926;
    text-decoration: none;
}
img,a {
    border: 0;
}
p {
    padding-bottom: 8px;
}

h1 {
    font-family: 'Alegreya Sans', verdana, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333333;
}
h2 {
    font-family: 'Alegreya Sans', verdana, sans-serif;
    margin-top: 14px;
    margin-bottom: 5px;
    color: #363f46;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerText {
    text-align: center;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.pad {
    padding: 5px;
}

#top {
    width: 100%;
    float:left;
    margin-bottom: 20px;
    margin-top: 10px;
}

#logo {
    float:left;
}

#menuDiv {
    /*font-family: 'lucida grande', 'Lucida Sans Unicode', tahoma, sans-serif; /*'Londrina Solid', cursive;*/
    /*font-size: 1.5em;*/

    font-weight: bold;
    text-align: center;
    color: #93c3ca;
    background-color: #363f46;
}
#menuAlignmentDiv {
    width: 490px;
    padding-left: 28px;
}
#menu {
    margin: 0 auto;
    margin-left: 18px;
    float:left;
}
#menu a {
    color: #f4f4f4;
}
ul#menu {
    margin: 0 auto;
    line-height: 1em;
    padding: 0;
}
#menu li {
    margin: 0 auto;
    float: left;
    display: inline;
    margin-top: 5px;
    padding: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#menu li#current {
    background: #f5f5f5;
}
#menu #current a {
    color: #222;
}
#menu li:hover {
    background: #ee3926;
}
#menu li:hover a {
    color: #000;
}
#menu a {
    margin: 0 auto;
    padding: 10px;
}
#menu img {
    margin: 0 auto;
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

#stripe1 {
    height: 4px;
    background: url(images/transpStripes.png) repeat;
    clear: both;
}

#stripe2 {
    height: 4px;
    background: #363f46 url(images/transpStripes2.png) repeat;
}

#stripe3 {
    height: 36px;
    background: #363f46 url(images/pixelLandscape.png) repeat-x center;
}


#content {
    margin: 0 auto;
    width: 100%;
    padding-bottom:10px;
    background: #363f46;
}

#leftColumn,#middleColumn,#rightColumn {
    margin: 0 auto;
    color: #333333;
}

#leftColumn {
    width: 450px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float:left;
    border-radius: 5px;
    background: #ececec url(images/whiteStripes.png) repeat;

    margin-bottom: 20px;
}

#rightColumn {
    width: 260px;
    padding: 10px;
    float:right;
    border-radius: 5px;
    background: #ececec url(images/whiteStripes.png) repeat;

    margin-bottom: 20px;
}

#wideColumn {
    width: 760px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float:left;
    border-radius: 5px;
    background: #ececec url(images/whiteStripes.png) repeat;

    margin-bottom: 20px;
}

#footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}


#leftColumn li {
    padding-bottom: 5px;
}

#content h3,p {
    margin: 0 auto;
}

#download {
    padding: 15px;
    margin-top: 25px;
    background-color: #4ea8e5;
}
#download:hover {
    background-color: #4ea8e5;
}
#download a {
    color: #000000;
}
#download a:hover {
    color: #ffffff;
}

#oldBetaDownloadBox, #topContributors {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #777;
}
.box {
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #777;
}

.textCenter {
    text-align: center;
}

.bigInput {
    font-size: large;
}


#topContributors ul {
    padding-left: 15px;
    background-color: #ececec;
}
#topContributors li {
    display: block;
    text-decoration: none;
}


.contributor {
    clear: both;
}

.contributorNumber {
    margin:0;
    display: block;
    float: left;
    text-align: right;
    width: 24px;
    padding-right: 5px;
}
.contributorName {
    margin:0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    /*background-color: #9bb4c5;*/
}
.amount {
    margin:0;
    display: block;
    float: right;
    text-align: left;
    /*background-color: #80ff7f;*/
    overflow: visible;
}






td {
    /*vertical-align: top;*/
}

div.inputLabel {
    font-size: 16px;
    font-weight: bold;
    /*float:right;*/
}
div.inputExtraLeft {
    font-size: 13px;
    color: #333333;
    float:right;
    clear:right;
}
div.inputExtraRight {
    font-size: 13px;
    color: #333333;
    float:left;
    clear:right;
}

input[type=text] {
    height: 30px;
    width: 160px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

input[type=submit], button {
    /*width: 162px;*/
    margin-top: 1px;
    margin-bottom: 4px;
    margin-left: 11px;
    margin-right: 11px;
    background: #7f96a6;
    border-radius: 3px;
    color: #333333;
    font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 7px 10px 6px 10px;
    text-align: center;
    border: 1px #363f46 solid;
    text-shadow: 0px 1px 0 #a0bbcd;
    box-shadow: 0 2px 1px 0 #757575;
    webkit-box-shadow: 0 2px 1px 0 #757575;
    /*
    */
}
input[type=submit]:hover:enabled, button:hover:enabled {
    background: #8cabc3;
    color: #e5efff;
    cursor: pointer;
    text-shadow: 0 0 2px #ffffff;
}
input[type=submit]:active, button:active {

    box-shadow: 0 0 0 0 #757575;
    webkit-box-shadow: 0 0 0 0 #757575;
    text-shadow: 0 0 1px #ffffff;

    background: #363f46;
    color: #e0e0e0;
    margin-top: 4px;
    margin-bottom: 1px;

}
input[type=submit]:disabled, button:disabled, button[disabled] {
    opacity: 0.5;
/*    box-shadow: 0 0 0 0 #757575;
    webkit-box-shadow: 0 0 0 0 #757575;
    text-shadow: 0 0 1px #ffffff;

    background: #363f46;
    color: #e0e0e0;
    margin-top: 4px;
    margin-bottom: 1px;*/
}



#betaAvailable {
    display: block;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}