/* burn blue 2010 */
/* content stylesheet */
/* written by josh hubi */
/* joshhubi.com */

/* css tweaks */
* {padding:0;margin:0;}
a img {border:0;}
.clear {clear:both;}
a {color:#666;font-weight:bold;text-decoration:none;}
a:hover {text-decoration:none;color:#999;}

/* body css */
body {background:#DDF3FF url(../images/contentbg.png) repeat-x;font-family:arial, sans-serif;}
.wrapper {width:841px;margin:auto; padding-top:30px;}

/* notice and top whitespace */
.notice {height:60px;}
.notice {font-size:18px; color:#B2B2B2; line-height:58px;}
.notice span {color:#FDB824;}
.notice a {color:#666;font-weight:normal;text-decoration:none;}
.notice a:hover {text-decoration:none;color:#999;}

/* top box tip */
.box .top {width:100%; height:12px; background:url(../images/contenttop.png) bottom no-repeat;}

/* I am the glue that holds everything together */
.box {background:#FFF;}
.box .center {width:801px; padding-left:19px; padding-right:19px; background:#FFF; border-left:#D6D6D6 solid 1px; border-right:#D6D6D6 solid 1px;color:#B2B2B2;}

/* my name is mr logo */
.box .center .logo {float:left; width:200px; padding-bottom:25px;}
.box .center .logo h1 {font-size:11px;color:#B2B2B2}

/* meet my friend, menu links. */
.box .center .menu {float:right;padding-top:45px; text-align:right;}
.box .center .menu li {font-family:arial, sans-serif; float:left;list-style:none;padding-left:15px; font-size:20px; font-weight:bold; text-align:right;}
.box .center .menu .alt {color:#FDB824;}
.box .center .menu .alt a:hover {color:#999;}

/* hereeessss daaa center content! */
.box .center .content {width:100%; padding-top:20px; padding-bottom:20px; font-size:18px; color:#5B5B5B;}
.box .center .content h1 {font-family:arial, sans-serif; font-size:40px; color:#B2B2B2; margin-bottom:10px; font-weight:bold;}
.box .center .content h2 {display:block;width:100%; height:100px; background:url(../images/sepbg.png); font-family:arial, sans-serif; font-size:40px; color:#B2B2B2;}
.box .center .content h1 span {color:#FDB824}
.box .center .content h2 span {color:#FDB824}
.box .center .content .blue {color:#A7DFFF}

/* staff stuff */
.staff {}

/* the seperator! */
.box h2 {display:block;width:839px; height:100px; padding-top:15px; background:url(../images/sepbg.png) bottom no-repeat; font-family:arial, sans-serif; font-size:40px; color:#B2B2B2;border-left:#D6D6D6 solid 1px; border-right:#D6D6D6 solid 1px; line-height:100px; text-indent:19px;}
.box span {color:#FDB824}
.box .blue {color:#A7DFFF}

/* im the beta badge! look at meeee! */
.box .badge {width:839px; height:57px;border-left:#D6D6D6 solid 1px; border-right:#D6D6D6 solid 1px;}
.box .badge h3 {width:93px; height:40px; float:right; clear:both;padding-right:15px;}
.box .badge h4 {font-size:10px; color:#B2B2B2; font-weight:bold;float:right; clear:both; padding-right:10px;}

/* bottom box tip and copyright txt */
.box .bottom {width:100%; height:10px; background:url(../images/contentbottom.png);}
.copyright {width:100%; height:48px; padding-top:15px; padding-bottom:15px;text-align:center; font-size:11px; color:#B2B2B2;}
input, textarea { background-color:#FFF; border:#abadb3 1px solid; padding:5px; }

/* upload status */

.upload_status_bar {
    display:none;
    width:0px;
    height:22px;
    background-color:#FDB824;
    color:white;
}

.upload_status_container {
    display:none;
    width:300px;
    height:22px;
    background-color:#DDF3FF;
    color:#FDB824;
}

.upload_status_filename {
    display:none;
}
.serverstats { padding:5px; bottom:0; left:0; right:0; position:absolute; }
.serverstats b { color: #666666; }
.serverstats .server { color: #666666; } 
.serverstats .online { color: #14cb21; font-weight:bold; }
.serverstats .offline { color: #ff0000; font-weight:bold; }

.hosting_table { border:0px; width:100%; margin:0 auto; position:relative; }
.hosting_table td { font-size:11pt; text-align:center; }
.hosting_table td.right { padding:3px; background-color:#ff6631; font-weight:bold; }

.hosting_table td.blue_bar { padding:5px; background-color:#82c6ff; }
.hosting_table td.green_bar { padding:5px; background-color:#59f88d; }
.hosting_table td.pink_bar { padding:5px; background-color:#f38cf2; }
.hosting_table td.gold_bar { padding:5px; background-color:#fdd96c; }
.hosting_table td.red_bar { padding:5px; background-color:#fb7777; }

.hosting_table td#left { font-weight:bold; width:170px; }


