/* PayneKillers v1
# global.css
# Styles used on all pages
# (c) www.paynekillers.com 2009
*/

/* MAIN */
body{
	margin: 0 auto;
	padding: 0;
	background: #222222 url(../images/grunge-bg.jpg) repeat;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

table{
	border-spacing: 0;
}


/* HEADINGS */
/*make all headings bold and reset margins/padding to 0*/
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
h1{
	font-size: 1.6em;
}

h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.2em;
}

/* LINKS */
a:link, a:visited, a:active {
	color: #bc1515;
	text-decoration: underline;
}

a:hover {
	color: #6e1111;
	text-decoration: underline;
}

/* HEADER */
#page{
	width: 990px;
	margin: 0 auto;
	background: #e4e4e4 url(../images/page_bg.png) repeat-y;
}

#container{
	width: 980px;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 165px;
	background: #303030 url(../images/header/main.jpg);
	cursor: pointer;
}

/* HEADER NAVIGATION (transparent navbar) */
/* IE PNG FIX in ie6.css */
.headnav{
	width: 100%;
	height: 25px;
	background: url(../images/headnav.png);
	margin-top: -25px;
	font-size: 1.0em;
	font-weight: bold;
}

.headnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.headnav ul li{
	margin: 0 0px;
	padding: 0 0px;
	float: left;
	line-height: 25px;
}
.headnav ul li a{
	float: left;
	height: 25px;
	margin: 0 8px 0 0;
	padding: 0 7px;
	color: #e4e4e4;
	text-decoration: none;
}

.headnav ul li a:hover {
	background: url(../images/headnav-over.png);
	color: #ffffff;
}

.headnav ul li a#activelink{
	background: url(../images/headnav-over.png) no-repeat;
}


/* MIDDLE BAR */
#middlebar{
	width: 100%;
	height: 90px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ccc;
}


#communityad{
	float: left;
	width: 246px;
	height: 84px;
	padding: 3px;
	background: url(../images/forum-ad.jpg);
	cursor: pointer;
}
#communityad-loggedin{
	float: left;
	width: 246px;
	height: 84px;
	padding: 3px;
	background: url(../images/forum-ad-tr.jpg);
}
#member-avatar{
	float:  left;
	margin-right: 8px;
}
#member-avatar .avatar{
	height: 83px;
}
#member-avatar .wide-avatar{
	width: 100px;
	height: auto;
}
#member-links{
	float:  left;
	width: 100px;
}
#member-links ul, #member-links li{
	list-style: none;
	margin: 0;
	padding: 0
}
#bannerad{
	float: right;
	width: 728px;
}


/* PAGE */
#leftnav{
	float: left;
	width: 160px;
	font-size: 1.0em;
	margin-right: 5px;
}

#content{
	text-align: left;
	float: right;
	width: 814px;
	color: #333333;
	background: #e4e4e4;
	line-height: 1.8em;
}

#contentpage{
	padding: 5px;
	width: 800px;
	float: left;
	font-size: 1.2em;
}

h1.pageheading{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.underline{
	border-bottom: 2px solid #333333;
	padding: 2px 0;
}

.navsubtitle{
	font-weight: bold;
	width: 160px;
	color: #ffffff;
	letter-spacing: 1.5px;
	height: 22px;
	line-height: 22px;
	background: url(../images/menu/main-subheading.png);
	text-indent: 3px;
}



/* NAVIGATION TITLES */
.navtitle{
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-indent: -9999px;
}
.navtitle{
	background-image: url(../images/leftmenu.png);
}

#navtitle-site{
	background-position: 0px 0px;
}
#navtitle-mpthree{
	background-position: 0px 120px;
}
#navtitle-mptwo{
	background-position: 0px 90px;
}
#navtitle-mp{
	background-position: 0px 60px;
}
#navtitle-network{
	background-position: 0px 30px;
}


/* NAVIGATION MENUS */
.navmenul{
	padding: 5px 0;
}
.navmenul ul, .navmenul li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
}

.navmenul li a:link, .navmenul li a:active, .navmenul li a:visited{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 150px;
	border-left: 3px solid #400000;
	color: #eeeeee;
}

.navmenul li a:hover{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	background-color: #7d0000;
	border-left: 3px solid #330000;
}


/* NEWS POSTS */
.newspost{
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.newspost h1{
	margin: 3px 0;
	font-size: 145%;
}

.newscontent{

}

.newspostinfo{
	font-size: 80%;
	color: #777777;
	margin-bottom: 3px;
}

#newscomments{
	padding: 10px;
}

.newspost h1 a{
	text-decoration: none;
	color: #bc1515;
}
.newspost h1 a:hover{
	text-decoration: none;
	color: #6e1111;
}

.newsdate{
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 4px;
	margin: 6px 0;
	background: #6e1111;
	border: 1px solid #474747;
	font-size: 85%;
	color: #ffffff;
}

#commentsheading{
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	margin: 3px 0;
	background: #6e1111;
	border: 1px solid #474747;
	font-size: 85%;
	color: #ffffff;
}
#commentsheading a{
	color: #dddddd;
}
#commentsheading a:hover{
	color: #bbbbbb;
}

.newscomment{
	border: 1px solid #aaaaaa;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.newscommentinfo{
	font-size: 85%;
	background: #cccccc;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 4px;
	padding: 1px 3px;
}

p.citation{
	display: none;
}

bloackquote, .quote{
	width: 90%;
	background: #fafafa;
	border: 2px solid #ddd;
	color: #444444;
	padding: 8px;
	margin: 0px auto;
}

.bbc_center{
	text-align: center;
}

/* CONTENT */
.imgwbg{
	border: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 1px;
	margin: 0 5px;
}

.messagebox{
	padding: 5px;
	margin: 10px auto;
	background: #fbeec5;
	border: 2px solid #a01a1a;
	font-size: 1.1em;
	color: #444444;
	width: 90%;
}

/* alternate rows in tables */
.darkrow{
	background: #cccccc;
	padding: 2px;
}
.lightrow{
	background: #dadada;
	padding: 2px;
}
.lightrow2{
	background: #e0e0e0;
	padding: 2px;
}
.lightrow a, .lightrow2 a, .darkrow a{
	text-decoration: none;
}

table.withborders{
	border-spacing: 3px;
}
.withborders .lightrow,.withborders .lightrow2, .withborders .darkrow{
	border: 1px solid #aaaaaa;
}


/* AIDS */
#squareads{
	width: 360px;
	margin: 60px auto 10px auto;
}

/* IMAGE VIEWER */

#imgviewer{
	background: #e4e4e4;
	text-align: center;
}


/* PAGINATION */
.pagelinks{
	margin: 10px 0px;
	text-align: center;
}
.pagelinks a {
	text-decoration: none !important;
}
.pagelinks .nextprev {
	border: 1px #6e1111 solid;
	color: #bc1515;
	padding: 1px 6px 2px 6px;
	font-weight: bold
}
.pagelinks .greyed {
	border: 1px #999999 solid;
	color: #999999;
	padding: 1px 6px 2px 6px;
	font-weight: bold;
}
.pagelinks .current {
	border: 1px #333333 solid;
	color: #000000;
	padding: 1px 4px 2px 4px;
	font-weight: bold;
}
.pagelinks .linky {
	border: 1px #6e1111 solid;
	padding: 1px 4px 2px 4px;
	font-weight: normal;
}
a:hover .linky{
	border-color: #6e1111;
	color: #6e1111;
}
a:hover .nextprev{
	border-color: #6e1111;
	color: #6e1111;
}


/* POLLS */
#polltitle{
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}
.pollbar{
	background: #444444;
	height: 12px;
}


/* FORMS */
fieldset{
	border: 0;
}

legend{
	font-weight: bold;
	font-size: 1.2em;
}

label{
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

.submitbutton{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	margin: 1px;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 1px;
}

.smallinputbox{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	width: 120px;
	margin: 1px;
	font-size: 1.0em;
}

.inputbox{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	width: 200px;
	margin: 1px;
	font-size: 1.0em;
}

.inputbox:focus, .smallinputbox:focus, .textarea:focus{
	border: 1px solid #222222;
	background: #ffffff;
}

.selection{
	border: 1px solid #aaaaaa;
	padding: 2px;
	width: auto;
	margin: 1px;
	font-size: 1.0em;
}

.textarea{
	border: 1px solid #aaaaaa;
	background: #efefef;
	padding: 2px;
	width: 250px;
	height: 70px;
	margin: 1px;
	font-size: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* FOOTER */
#footer{
	width: 100%;
	clear: both;
	font-size: 1.0em;
	color: #707070;
	padding: 10px 0 0 0;
	background: #e4e4e4;
	height: 80px;
}
#footertext{
	margin: 30px 0 0 255px;
	line-height: 150%;
	text-align: center;
}


/* MISC */
.clear{
	clear: both;
}
.centered{
	text-align: center;
}


/* IMAGES/VIDEOS */
.screenshotcontainer{
	margin: 0 auto;
	width: 780px;
}

.imagebox{
	float: left;
	width: 200px;
	height: 200px;
	font-size: 80%;
	margin-right: 5px;
	line-height: 130%;
}
.imagebox img{
	border: 0;
}
.imagetitle{
	font-size: 125%;
	font-weight: bold;
}

#videocontainer{
	margin: 0 auto;
	width: 640px;
}

.videobox{
	float: left;
	width: 300px;
	height: 260px;
	font-size: 80%;
	margin-right: 5px;
	line-height: 130%;
}

.videothumb{
	border: 1px solid #666666;
	background: #000;
	width: 300px;
	height: 180px;
}

.videothumb img{
	border: 0;
	width: 300px;
	height: 180px;
}

.videotitle{
	font-size: 125%;
	font-weight: bold;
}

/* jQuery progress bar */
#upload-message {

}

div.progresscontainer {
	background: #fff;
	border: 1px solid #c5c5c5;
}

.upload-progress {
	width:600px;
	height:50px;
	background: #e8e8e8;
	padding: 10px;
	border: 1px solid #d2d2d2;
	font-size: 90%;
}

.upload-progress div.meter {
	width:0px;
	height:10px;
	font-size:1px; /* IE display hack */
	background-color: #9b0000;
}

.upload-progress div.readout {
	padding:0 0 10px 0;
}

.upload-progress div.readout span {
	font-weight: bold;
}
