/*
  Infectionist Machinima V3 Theme
  Theme Created by Rod1mus
  HTML-ified by HaLo2FrEeEk
  HTML/CSS Code written by HaLo2FrEeEk
  http://infectionist.com/
*/

html, body {
        margin: 0px;
        height: 100%;
        }

html	{
        background: #494949 url('/template/images/background.gif') repeat;
	}

body	{
	overflow-y: scroll;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 14px;
	}

.navbox table font, .navbox table th, .navbox table td, .navbox table p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        }

pagelayout {
	text-align: center;
        height: 100%;
        }

img     {
        border: 0;
        }

.nav a:link, .nav a:active, .nav a:visited {
        color: #FFFFFF;
        text-decoration: none;
        }

.nav a:hover {
        color: #757575;
        text-decoration: none;
        }

a:link.navfake, a:active.navfake, a:visited.navfake {
        color: #FFFFFF;
        text-decoration: none;
        }

a:hover.navfake {
        color: #757575;
        text-decoration: none;
        }

a:link, a:active, a:visited {
        color: #0f81a7;
        text-decoration: none;
        }

a:hover {
        color: #6ac3e1;
        text-decoration: none;
        }

.header {
        width: 780px;
        height: 225px;
        display: block;
        display: table-cell;                                       
	}

.announce {
        padding:5px;
        font-weight:bold;
        color:#999999;
        text-decoration:underline;
	}

.edge_l {
        background: url(/template/images/edge_left.png) repeat-y;
        width: 7px;
        height: 100%;
        display: block;
        display: table-cell;
        background-color: transparent;
	}

.edge_r {
        background: url(/template/images/edge_right.png) repeat-y;
        width: 7px;
        height: 100%;
        display: block;
        display: table-cell;
        background-color: transparent;
	}

table.bodylayout td.navi {
        padding: 10px 0 10px 0;
        }

table.bodylayout td.left {
        vertical-align: top;
        padding: 5px 0 10px 0;
        }

/*.navbox {
        background: url('/template/images/nav_bkgd.png');
        width:139px;
        height:351px;
        }*/

.navbox {
        background: url('/template/images/nav_bkgd_new.png');
	width: 130px;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
	border-radius: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	padding: 17px 0;
	max-height: 340px;
	}

.navlinks {
        margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	}

.navlinks li {
        list-style: none outside none;
	padding: 7px 0;
	}

/*.navbox table {
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        width: 131px;
        height: 343px;
        padding: 0 0 0 2px;
        }

.navbox table br {
        line-height:75%;
        }*/

.navfake {
        color: #757575;
        }

.dialogbox {
        width: 132px;
	text-align: center;
	padding: 14px 0px;
	border-radius: 7px;
	box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.28);
	margin: 15px auto;
	background-color: black;
	}

/*.searchbox {
        background: url('/template/images/dialog_body.png') #151515;
        width: 139px;
        }

.searchbox table {
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        width: 131px;
        padding-top: 10px;
        margin: 0px auto;
        }

.searchbox table br {
        line-height: 50%;
        }*/

.searchform {
        margin: 0 auto;
	}

.searchtxt {
        width: 116px;
        margin-left: 4px;
	}

.front {
	text-align: center;
        }

.pollbox {
        font-size: 13px;
	color: white;
	font-weight: bold;
        }

/*.dialogtop {
        background: url('/template/images/dialog_top_new.png');
        width: 139px;
        height: 13px;
        font-size: 0.1px;
        }

.dialogbottom {
        background: url('/template/images/dialog_bottom_new.png');
        width: 139px;
        height: 13px;
        font-size: 0.1px;
        }

.pollbox table {
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        width: 131px;
        padding: 0 0 5px 2px;
        }

.pollbox table br {
        line-height: 50%;
        }*/

td.news {
        padding: 10px 0 0 0;
        vertical-align: top;
        /*color: #999999;*/
        }

div.news table {
	color: #999999;
        }

.newshead {
        background: #3c3c3c url('/template/images/news_head.png');
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        color: #020202;
        font-size: 11px;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        border-right: 1px solid gray;
        }

.newsinfo {
        background: #FFFFFF;
        text-align: left;
        font-size: 10px;
        vertical-align: middle;
        border: 1px solid gray;
        padding: 2px 5px 2px 0;
        }

.newsimg {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        /*text-align: center;
        vertical-align: middle;*/
        }

td.newsimg {
        padding:10px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
        }

.newstext {
        background: #FFFFFF;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
        padding: 5px;
        }

.newsfoot {
	width: 566px;
        height: 13px;
        font-size: 0px;
        text-align: center;
        background: url(/template/images/news_foot.png) no-repeat;
        background-color: transparent;
        }

.rt-wrapper {
        float: right;
	}

.rt-link i {
        display: inline-block;
	background: url(/template/images/retweet-sprite.png) no-repeat;
	background-position: -16px 0px;
	width: 16px;
	height: 16px;
        margin-bottom: -5px;
	}

.clear  {
        clear: both;
	}

.podcastimg {
        background: #FFFFFF;
        padding:5px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
        width: 53px;
        height: 62px;
        text-align: center;
        vertical-align: middle;
        }

.podcastinfo {
        background: #FFFFFF;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        padding: 5px;
        height: 24px;
        }

.affilimg {
        background: #FFFFFF;
        padding:5px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-top: 1px solid gray;
        width: 88px;
        text-align: center;
        vertical-align: middle;
        }

.affiltext {
        background: #FFFFFF;
        border-right: 1px solid gray;
        border-top: 1px solid gray;
        padding: 5px;
        }

.roster {
        color: #dcdcdc;
        }

.rankh3 {
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        }

.emblemh3 {
        border-top: 1px solid white;
        border-left: 1px solid white;
        }

.snapshot {
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        }

.footerstats {
	height:50px;
        background:black url('/template/images/footer-fade.png') repeat-x;
        color:#999999;
        padding:10px;
        text-align: center;
        }

/* News Icons be here! */

.newsimg.avengeme,
.newsimg.extermination,
.newsimg.pull,
.newsimg.firststrike,
.newsimg.headcase,
.newsimg.headshot,
.newsimg.infectionspree,
.newsimg.killjoy,
.newsimg.lovemachine,
.newsimg.mmmbrains,
.newsimg.oddballkill,
.newsimg.partyanimal,
.newsimg.perfection,
.newsimg.pummel,
.newsimg.skullamanjaro,
.newsimg.splatterspree,
.newsimg.zombiekillingspree
{ background-image: url(/template/images/news_imgs/news_img_sheet.png); background-repeat: no-repeat; }

.newsimg.avengeme { width: 50px; height: 50px; background-position: 0px 0px; }
.newsimg.extermination { width: 50px; height: 50px; background-position: 0px -50px; }
.newsimg.pull { width: 50px; height: 50px; background-position: 0px -100px; }
.newsimg.firststrike { width: 50px; height: 50px; background-position: 0px -150px; }
.newsimg.headcase { width: 50px; height: 50px; background-position: 0px -200px; }
.newsimg.headshot { width: 50px; height: 50px; background-position: 0px -250px; }
.newsimg.infectionspree { width: 50px; height: 50px; background-position: 0px -300px; }
.newsimg.killjoy { width: 50px; height: 50px; background-position: 0px -350px; }
.newsimg.lovemachine { width: 50px; height: 50px; background-position: 0px -400px; }
.newsimg.mmmbrains { width: 50px; height: 50px; background-position: 0px -450px; }
.newsimg.oddballkill { width: 50px; height: 50px; background-position: 0px -500px; }
.newsimg.partyanimal { width: 50px; height: 50px; background-position: 0px -550px; }
.newsimg.perfection { width: 50px; height: 50px; background-position: 0px -600px; }
.newsimg.pummel { width: 50px; height: 50px; background-position: 0px -650px; }
.newsimg.skullamanjaro { width: 50px; height: 50px; background-position: 0px -700px; }
.newsimg.splatterspree { width: 50px; height: 50px; background-position: 0px -750px; }
.newsimg.zombiekillingspree { width: 50px; height: 50px; background-position: 0px -800px; }

.leftbar {
        width: 156px;
	}

.navborder {
	width: 132px;
	margin: 15px auto 0 auto;
	background-color: rgba(86, 86, 86, 1);
	padding: 1px 0 1px 0;
	border-radius: 7px;
        }

