/* OLDSCHOOLGAMERZ.COM MAIN STYLESHEET */
/* CODED 2.18.2015 : CODED BY M0sesLawn */

/* BASIC RESET */
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.clearFix {
	clear:both;
}

html {
	height:100%;
}

body {
	background-color:#323232;
	background-image:url('../img/bgs/main_brick_bg.png');
	color:#fff;
	font:normal 12px Helvetica,Arial,sans-serif;
	min-height:100%;
	text-align:center;	
}
/* START PAGE LAYOUT STYLES HERE */
/* START TOP BAR LAYOUT STYLES HERE */
#topSocialBar {
	background-image:url('../img/bgs/top_bar_bg.png');
	height:40px;
	width:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:9999;
	/* SHADOW PROPERTIES */
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}

#topBarWrapper {
	position:relative;
	top:5px;
	margin:0;
	padding:0;
	width:100%;
	height:30px;	
}

#topBarLeft {
	float:left;
	padding:0;
	margin:0 0 0 4px;
}

#topBarMid {
	float:left;
	padding:4px 0 0 0;
	margin:0 0 0 10px;
}

#topBarRight {
	float:right;
	padding:0;
	margin:0 4px 0 0;
}

a.topSrv:link {
	font-family:"Comic Sans Ms",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#8EDAF3;
}

a.topSrv:visited {
	font-family:"Comic Sans Ms",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#8EDAF3;
}

a.topSrv:hover {
	font-family:"Comic Sans Ms",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#909FBC;
}

a.topSrv:active {
	font-family:"Comic Sans Ms",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#8EDAF3;
}

span.topSrvFont {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#ffc;
	font-size:11px;
}
/* this media query keeps the top bar from crashing down when */
/* page is resized lower then 1020px */
@media screen and (max-width:1020px) {
	#topSocialBar {
		background-image:url('../img/bgs/top_bar_bg.png');
		height:40px;
		width:1020px;
		top:0;
		left:0;
		position:fixed;
		z-index:9999;
		/* SHADOW PROPERTIES */
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	}	
}

/* GAMING SOCIAL MEDIA LINKS */
ul.socialTopLinks {
	list-style-type:none;
	margin:0;
	padding:0 2px 0 2px;
}

ul.socialTopLinks li {
	display:inline;
}
/* END TOP BAR LAYOUT STYLES HERE */
/* START PAGE STYLES HERE */
#pageWrapper {
	position:relative;
	top:40px;
	text-align:left;
	margin:0 auto;
	width:1020px;
	padding:0;
	height:100%;
}

#pageHeader {
	background-image:url('../img/banner/new_banner2.jpg');
	height:170px;
	margin:0;
	padding:0;
	width:1020px;
}
/* MAIN SITE NAVIGATION STYLES */
#mainNavBar {
	background-image:url('../img/bgs/nav_bar_bg.png');
	background-repeat:no-repeat;
	height:40px;
	width:1020px;
	margin:0;
	padding:0;
	text-align:right;
    position:relative;   /* this is for dropdown menu */
}

ul#mainNav {
	list-style-type:none;
	margin:0 4px 0 0;
	padding:0;
}

ul#mainNav li {
	display:inline;
	padding:4px;
	position:relative;			/* this puts the menu under the correct li */
}

ul#mainNav li a {
	display:inline-block;
	background-image:url('../img/bgs/button_bg_off.png');
	background-repeat:repeat-x;
	text-decoration:none;
	color:#C0C0C0;
	background-color:#404040;
	border:solid 1px #606E69;
	border-radius: 10px; 			   /* future proofing */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 	   /* for old Konqueror browsers */
	width:100px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	text-align:center;
	margin:4px 0 0 0;
}

ul#mainNav a:hover {
	background-color:#ccc;
	border-color:#5C7269;
	color:#fff;
}

ul#mainNav ul {
	position:absolute;
	display:none;
	top:100%;
	left:14px;
	width:160px;
	padding:4px;
	text-align:left;
	background-image:url('../img/bgs/drop_menu_bg.png');
	border-bottom:solid 1px #606E69;
	border-left:solid 1px #606E69;
	border-right:solid 1px #606E69;
}

ul#mainNav ul li {
	float:none;
}

ul#mainNav ul li a {
	width:150px;
}

ul#mainNav li:hover > ul {
	display:block;
}
/* END MAIN SITE NAVIGATION STYLES */
#mainContent {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/* START COLUMN TABLE LAYOUT CELLS */
table#mainContentTable {
	width:100%;
	border-collapse:collapse;			/* this creates the spaces between table cells */
	border-spacing:0;				    /* this is the amount of space */
	height:100%;
}

td#tBodyContent {
	background-image:url('../img/bgs/main_content_bg.png');
	text-align:left;
	width:75%;
	vertical-align:top;	
	height:100%;
}

td#tRightContent {	
	width:25%;
	vertical-align:top;
}
/* END COLUMN TABLE LAYOUT CELLS */
/* START DYNAMIC SITE CONTENT STYLES HERE */
.sideBarLogo {
	color:#ffc;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

div.sideBarBox {	
	background-image:url('../img/bgs/sideBar_main_bg.png');
	margin:0 0 2px 4px;
	padding:10px 0;	
}

div.rightCenterBox {
	width:220px;
	margin:0 auto;
	padding:0;
	overflow:auto;			/* added for countdown */
}

#bfhCountdown {
	margin:0 auto;
	width:220px;
}

/* SOCIAL MEDIA STYLES */
.socialMediaBox {
	text-align:left;
	width:200px;
	margin:0 auto;
}
/* END SOCIAL MEDIA STYLES */

/* START MAIN LINK STYLES HERE */
a.mainLink:link {
	color:#9DA8A4;
	font-size:12px;
	text-decoration:none;	
}

a.mainLink:visited {
	color:#606E69;
	font-size:12px;
	text-decoration:none;	
}

a.mainLink:hover {
	/* HOVER must always come after link and visted */
	color:#00FF00;
	font-size:12px;
	text-decoration:none;	
}

a.mainLink:active {
	/* ACTIVE must always come after hover */
	color:#FFFF00;
	font-size:12px;
	text-decoration:none;	
}
/* END MAIN LINK STYLES HERE */
/* START HOME PAGE NEWS STYLES */
.bbox {
	margin:0 auto;
	width:750px;
	padding:0;
}
.bf1box {
	background-image:url('../img/bgs/bf1_main_bg.png');
	background-repeat:no-repeat;
	height:385px;
	width:740px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	overflow:auto;
	padding:0;
}

a.bf1dl:link {
	font-size:16px;
	font-weight:bold;
	color:#ccc;
	text-decoration:none;
	display:block;
	background:url('../img/bgs/bf1_but_off.png');
	width:300px;	
	border-radius:6px;	
	margin:10px auto;
	height:60px;
	line-height:60px;
	
}
a.bf1dl:visited {
	color:#ccc;
	background:url('../img/bgs/bf1_but_off.png');
}
a.bf1dl:hover {
	color:#fff;
	background:url('../img/bgs/bf1_but_on.png');
}

.mainNewsBoxOsg {
	background-image:url('../img/bgs/newsbgs/osg/osg_news_bg.jpg');
	background-repeat:no-repeat;
	height:390px;
	margin:0 auto;
	padding:0;
	width:700px;	
}
.mainNewsBoxBfh {
	background-image:url('../img/bgs/newsbgs/bfh/bfh_news_bg.jpg');
	background-repeat:no-repeat;
	height:390px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxBo3 {
	background-image:url('../img/bgs/newsbgs/bo3/bo3_news_bg.jpg');
	background-repeat:no-repeat;
	height:390px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxBf4 {
	background-image:url('../img/bgs/newsbgs/bf4/bf4_news_bg.jpg');
	background-repeat:no-repeat;
	height:390px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxBattleFront {
	background-image:url('../img/bgs/newsbgs/swb/swb_news_bg.jpg');
	background-repeat:no-repeat;
	height:390px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxBfc {
	background-image:url('../img/bgs/newsbgs/bfc/bfc_news_bg.png');
	background-repeat:no-repeat;
	height:420px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxDirty {
	background-image:url('../img/bgs/newsbgs/dirty/dirty_news_bg.jpg');
	background-repeat:no-repeat;
	height:420px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.mainNewsBoxBf1 {
	background-image:url('../img/bgs/newsbgs/bf1/bf1_news_bg.jpg');
	background-repeat:no-repeat;
	height:420px;
	margin:0 auto;
	padding:0;
	width:700px;	
}

.newsLogo {
	width:207px;
	height:39px;
	margin:0 auto;
	padding:0;
	border:0;	
}
.innerNewsBox {
	background-image:url('../img/bgs/newsFadeBg.png');
	position:relative;
	top:60px;
	left:20px;
	height:300px;
	width:600px;	
	border:solid 2px #9DA8A4;
	border-radius: 8px; 			/* future proofing */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px; 		/* for old Konqueror browsers */
}
.newsArticleHeadline {
	font-size:16px;
	font-weight:bold;
	color:#ccc;
	margin:2px 0px 0px 4px;
	padding:0;
	width:60%;
}
img.newsImg {
	float:left;
	border:0;
}
.newsArticle {
	font-size:12px;
	color:#fff;
	margin:0;
	padding:4px 0 4px 4px;
}
.newsArticleAuth {
	font-size:11px;
	font-weight:bold;
	color:#00FF00;
}
.newsArticleDate {
	font-size:11px;
	font-weight:bold;
	color:#F0E80F;
}
/* END HOME PAGE NEWS STYLES */
/* START SERVER PAGE STYLES */
#serverWrapper {
	width:90%;
	margin:0 auto;
}
.serverBox {
	float:left;
	width:50%;	
}

.serverCenterBox {
	margin:0 auto;
	padding:0;
	text-align:center;
	width:300px;
}
.bf4ServerCenterBox {
	margin:0 auto;
	padding:0;
	width:400px;
}
/* END SERVER PAGE STYLES */
/* START FORUM IFRAME STYLES */
iframe.osgforum {
	width:100%;
	height:1500px;
	border:0;	
}
/* END FORUM IFRAM STYLES */
/* START MAIL ADMIN IFRAME STYLES */
#mailWrapper {
	width:98%;
	margin:0 auto;
	padding:0;
}

iframe.osgmail {
	width:100%;
	height:1000px;
	border:0;
	margin:0;
	padding:0;
}
/* END MAIL ADMIN IFRAME STYLES */
/* BEGIN DOWNLOADS PAGE STYLES */
#dlWrapper {
	width:90%;
	margin:0 auto;
	border:solid 1px #fff;
	overflow:hidden;				/* fix for float */	
}

#dlLeftCol {
	margin:0;
	padding:0;
	width:50%;
	float:left;
	text-align:center;
}

#dlRightCol {
	margin:0;
	padding:0;
	width:50%;
	float:left;
	text-align:center;
}

.dlInnerBox {
	margin:0;
	padding:0;
	text-align:left;
}

.dlImage {
	float:left;
	margin:2px;
}

.dlInfo {
	margin:0 0 4px 10px;
	padding:0;
}
/* END DOWNLOAD PAGE STYLES */
/* START STATS PAGE STYLES */
div.serverInfoPic {
	width:750px;
	margin:0 auto;
	padding:0;
}

div.srvInfoBox {
	width:90%;
	margin:0 auto;
	padding:20px 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#statsWrapper {
	margin:0 auto;
	padding:0;
	width:98%;
}

.statsTable {
	width:100%;
	border:0;
	padding:6px;
	font-size:11px;
	font-weight:bold;
}

tr.rowBg1 {
	background-image:url('../img/bgs/stats_tbl_bg_1.png');
	color:#6CD0F3;
}

td.statsHeading {
	font-size:12px;
	font-weight:bold;
	color:#E4E80F;
}

td.statsHeadingc {
	font-size:12px;
	font-weight:bold;
	color:#E4E80F;
	text-align:center;
}

td.centerCell {
	text-align:center;
}

a.statHeadLink:link {
	font-size:12px;
	font-weight:bold;
	color:#E4E80F;
	text-decoration:none;
}

a.statHeadLink:visited {
	font-size:12px;
	font-weight:bold;
	color:#E4E80F;
	text-decoration:none;
}

a.statHeadLink:hover {
	font-size:12px;
	font-weight:bold;
	color:#E4E8FF;
	text-decoration:underline;
}

a.statHeadLink:active {
	font-size:12px;
	font-weight:bold;
	color:#E4E8FF;
	text-decoration:none;
}
/* END STATS PAGE STYLES */
/* START FORUM POST SCRIPT STYLES */
a.recentPost:link, a.recentPost:visited {text-decoration:none;
                                         color:#8AA097;
										 font-size:12px;
										 font-weight:bold;}
a.recentPost:hover, a.recentPost:active {color:#FFF;
                                        text-decoration:underline;
										font-size:12px;
										font-weight:bold;}	

a.forumMember:link, a.forumMember:visited {text-decoration:none;
                                           color:#FF6609;}
a.forumMember:hover, a.forumMember:active {text-decoration:underline;
                                           color:#FF6611;}
/* END FORUM POST STYLES */
/* ------------ SHOUTBOX STYLES ---------------- */
#sbFrame {
	height:440px;
	width:220px;
	margin:0 auto;
}

#sbHeader {
	background-image:url('../img/bgs/shoutbox_top2.jpg');
	background-repeat:no-repeat;
	height:20px;
	width:220px;
	margin:0 auto;
	text-align:right;	
}

#sbShoutBox {
	background-image:url('../img/bgs/shoutbox_bg2.png');
	background-repeat:no-repeat;
	height:300px;
	width:220px;
	margin:0 auto;
	overflow-y:auto;
	overflow-x:hidden;
}

#sbFooter {
	background-image:url('../img/bgs/shoutbox_bottom2.jpg');
	background-repeat:no-repeat;
	height:120px;
	width:220px;
	margin:0 auto;
}

#sbForm {
	width:210px;
	text-align:center;
	margin:0 auto;
}

#sbSmileyTbl {
	width:80%;
	text-align:center;
	margin:2px auto 0px auto;
	
}

#sbMenu {
	overflow:auto;
	padding:0;
	margin:-4px 0 0 0;
}

#sbMenu ul {
	height:14px;
	margin:0;
}

#sbMenu li {
	display:inline;
	list-style-type:none;	
}

.shouts {
	background-image:url('../img/bgs/shout_text_bg.png');
	width:96%;
	text-align:left;
	padding:2px;
	margin:2px auto;
}

.shouts2 {
	background-image:url('../img/bgs/shout_text_bg2.png');
	width:96%;
	text-align:left;
	padding:2px;
	margin:0 auto;
}

.shoutUserName {
	font-size:12px;
	font-family:"Comic Sans MS",arial,helvetica,sans-serif;
	font-weight:bold;
	color:#D65060;
}

.shoutText {
	font-size:11px;
	line-height:11px;
}

.shoutDate {
	font-size:10px;
	text-align:right;
	width:100%;
	color:#FFFF00;
	font-weight:italic;
	margin-top:4px;
}

.shoutIP {
	font-size:10px;
	text-align:right;
	color:#fff;
	padding:2px 2px 0 0;
}

.shoutIPAddr {
	font-size:10px;
	color:#00ff00;
	font-weight:italic;
}

.sbHeadTxt1 {
	padding:0 2px 0 0;
	font-weight:bold;
	color:#fff;
}

a.sbMenuLink {
	font-family:"Comic Sans MS",arial,helvetica,sans-serif;
	font-size:10px;
	color:#fff;
}

.sbFormTxt {
	width:99%;
	background:url('../img/bgs/shout_text_bg2.png');
	border:solid 1px #ccc;
	margin:1px 0 1px 0;
	font-family:verdana,helvetica,sans-serif;
	color:#fff;
	font-size:11px;
	/* rounded borders */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	float:left;
}

.sbFormBut {
	width:40%;
	background:url('../img/bgs/shoutBut_bg2.png');
	border:solid 1px #ccc;
	margin:1px 0 1px 0;
	font-family:verdana,helvetica,sans-serif;
	color:#fff;
	font-size:11px;
	margin:4px 0 0 2px;
	/* rounded borders */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.sbFormBut:hover {
	color:#ccc;
}

.smileyImg {
	vertical-align:middle;
	margin:-2px 0 0 0;
}
/* ------------ END SHOUTBOX STYLES ------------ */
/* START PAGE FOOTER STYLES */
#pageFooter {
	background-image:url('../img/bgs/inflicted.png');
	width:100%;
	height:140px;
	margin:0px;
	padding:0;
	display:table;
	font-size:11px;
	font-weight:bold;
	color:#ffc;
}

#footerWrapper {
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#footerLeft {
	width:33%;
	float:left;
	height:70px;
	text-align:center;
}

#footerMid {
	width:33%;
	float:left;
	height:70px;
	text-align:center;
}

#footerRight {
	width:33%;
	float:left;
	height:70px;
	text-align:center;
}

#footerBottom {
	width:99%;
	text-align:center;
	margin:10px 0 0 0;
}
/* START FOOTER NAVIGATION STYLES */
ul#footerNav {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#footerNav li a {
	color:#9DA8A4;
	font-size:12px;
	text-decoration:none;	
}

ul#footerNav li a:hover {
	color:#FFFF00;
	font-size:12px;
	text-decoration:underline;	
}