/* Word 4 Weapons Big Screen */

body {
		 background-color: black;
		 padding: 0px;
		 margin: 0px;
		 font-size: 13px;
		 font-family:Arial,Verdana,sans-serif;
		 text-align: center;
		 color: white;
		 }

#wholepage {
			width: 800px;
			height: 700px;
			background-color: black;
			text-align:center;
			display: block;
			position: relative;
			overflow:auto;
			margin: 20px auto;
			background-image: url(../nav_images/nav_background.jpg);
			background-repeat: no-repeat;
			background-position: left 0px;
			border:1px solid white;
			}

#content {
		 width: auto;
		 background-color: black;
		 margin-left: 0px;
		 color: #fbf6bf;
		 padding-right: 10px;
		 font-size: 1.25em; 
		 text-align: left;
		 /* overflow: scroll; */
		 /* border:1px dotted white; */
		 }			
		 
#rightcolumn {
			margin-left:285px;
			width: auto;
			padding-top:5px;
			padding-left:10px;
			background-color: black;
			} 

#nav_container {
			float: left;
			display: block;
			margin: 0px 10px;
			width: 200px;
			color: white;
			font-family: Arial;
			font-size: 1.3em;
			/* border: 1px solid white; */ 
			}

#nav_bottom_center{
			text-align: center;
			font-weight: bold;
			margin: 20px 10px 5px 10px;
			/* border:blue solid 1px; */
			}
 
#nav_inner_left{
		 float: left;
		 /* border: red solid 1px; */
		 }				

#nav_inner_right{
		 float: right;						 
		 /* border: yellow solid 1px; */
		 } 
		 		 
#nav_text {color: red;}

.print_mobile_only {display: none;}
.menu {background-color: #fdebcf;}

#newspage {text-align:center; font-size:3em;}

#mobileversion{
		display: block;					 
    font-size: 0.6em; 
		margin-top: 20px;
		padding: 0px;
		}
		
#admin_links{font-size:1em;}
		
		
table {margin-left:40px;}		

.mugshot{
		 width:200px;
		 float:right;
		 text-align:center;
		 margin:5px 5px 5px 10px;
		 border:2px solid #dca97c;}
		 
.right{
     float:right;
		 margin: 5px;}		 
		 
.youtube{
		 width:220px;
		 text-align:center;
		 margin:5px 5px 5px 10px;
		 border:2px solid #dca97c;
		 float: left;}		 

h1{font-size:2em; color:#dca97c; display:inline;}
h2{font-size:2em; color:#dca97c;}
li{padding-bottom:1em;}
		
.center {text-align:center;}
.red {color: red;}
.green {color: green;}
.silver {color: silver;}

.page {display:none;}
.tabletop {text-align:center; background:#252525;}

/* Hyperlink Options */		
		
a:link {color: white; text-decoration: none; font-family: Arial; font-weight: bold;}
a:visited {color: white; text-decoration: none; font-family: Arial; font-weight: bold;}
a:hover {color: red; text-decoration: none; font-family: Arial; font-weight: bold;}
a:active {color: white; text-decoration: none; font-family: Arial; font-weight: bold;}

a.notbold:link {color: white; text-decoration: none; font-family: Arial;}
a.notbold:visited {color: white; text-decoration: none; font-family: Arial;}
a.notbold:hover {color: red; text-decoration: none; font-family: Arial;}
a.notbold:active {color: white; text-decoration: none; font-family: Arial;}

/*to stop the copyright from showing up as a link */			 
a.hidelink:link {color:white; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}
a.hidelink:hover {color:white; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}
a.hidelink:visited {color:white; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}

/*to stop the copyright from showing up as a link */			 
a.hidelink2:link {color:#fbf6bf; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}
a.hidelink2:hover {color:#fbf6bf; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}
a.hidelink2:visited {color:#fbf6bf; text-decoration: none; font-family: Arial, sans-serif; font-weight: normal;}


/*pseudo links for Ajax*/
.pseudo {color: white; text-decoration: none; font-family: Arial; font-weight: bold;}
.pseudo:hover {color: red; text-decoration: none; font-family: Arial; font-weight: bold;}


