/* CSS Document */
@charset "UTF-8";

/* Main content */

* {margin:0; padding:0;}
	body {
		background-image: url(images/boredom_website2011_bg2.jpg);
		font-family:Helvetica,Sans-serif;
	}
		
		/*#bg {
			position:fixed; 
			top:-50%; 
			left:-50%; 
			width:200%; 
			height:200%;
		}
		#bg img {
			position:absolute; 
			top:0px; 
			left:0; 
			right:0; 
			bottom:0; 
			margin:auto; 
			min-width:50%;
			min-height:50%;
		}*/
		
		#headerShadow {
			background-image:url(images/boredom_website2011_shadow60.png);
			background-repeat: repeat-x;
			height:68px;
			width:1200px;
			margin-top:-10px;
		}
		
		#page-wrap { /*position: relative; z-index: 2;*/ width: 1200px; margin: 0 auto; /* -moz-box-shadow: 5px 5px 5px black; -webkit-box-shadow: 5px 5px 5px black; box-shadow: 5px 5px 5px black;*/ }
		#page-wrap p { font: 15px/2; margin: 0 0 0px 0;}
		
		img { border:none;}
		
		#nav {
			width:1200px;
			height:75px;
			margin: 0 auto;
			padding-left:130px;
		}
		
		#nav a {
			border:none;
		}
		
		#about {
			color:#777;
			text-align:justify;
			line-height:1.3em;
			padding:20px;
		}
		
		#about h1,h2,h3,h4,h5 {
			line-height:1em;
		}
		
		#about a {
			color:#2785e7;
			text-align:justify;
			font-size:90%;
			line-height:1.3em;
		}
		
		.aboutColumn {
			width:600px;
			margin:20px;
			float:left;
			font-size:85%;
			text-align:justify;
			line-height:1.3em;
			text-indent:none;
			padding:5px;
		}
		
		.aboutColumn h4{
			font-size:105%;
			text-indent:none;
			color:#2785e7;
		}
		
		.aboutColumn img{
			position:top;
			float:left;
			padding:0 15px 0 0;
			height:30%;
			width:30%;
		}
		
		#footer p{
			text-align:center;
			font-size:70%;
			color:#555;
		}
		
		#footer a{
			text-align:center;
			font-size:100%;
			color:#555;
		}
		
		#footer a:hover{
			text-align:center;
			font-size:100%;
			color:#777;
		}
		
		#rad {
			right:0;
			bottom:0;
			position:absolute;
			z-index:4;
			border:hidden;
		}
		

/* Accordian */

	#basic-accordian{
		
		padding:5px 5px 0 5px;
		width:700px;
		position:absolute;
		left:50%;
		/*top:50%;   centers the div vertical*/
		/*margin-top:-100px;  height of tab*/
		/*border:5px solid #EEE;*/
		margin-left:-340px;
		z-index:3;
		
	}
	
	.accordion_headings{
		padding:5px;
		background:#000;
		color:#FFFFFF;
		border:1px solid #000;
		cursor:pointer;
		font-weight:bold;
	}
	
	.accordion_headings:hover{
		background:#2785e7;
	}
	
	.accordion_child{
		padding:15px;
		background:#000;
		color:#FFFFFF;
		width:655px;
		
	}
	
	.header_highlight{
		background:#2785e7;
	}
	
	.tab_container *{
		float:left;
		width:125px;
	}

/* PLAYERS */
	#dewbody {
		font-family:Helvetica,Sans-serif;
		height:100%;
		padding:0 0 1em 0;
		margin:0;
		z-index:4;
		/*background:#eee;*/
	}
	
	#dewbody #content {
		width:1200px;
		margin:0 auto;
		background-color:#000;
		
	}
	
	#dewbody #players {
		/*background:#fff;*/
		overflow:auto;
		background-color:#000;
	}
	
	
	
	#dewbody #players object {
		margin:6px 0 0 0;
		
	}
	
	#dewbody h1 {
		color:#456;
		margin-top:2em;
		padding:0 0 20px 0px;
		font-weight:normal;
		border-bottom:1px solid #ddd;
	}
	
	#dewbody h2 {
		font-weight:normal;
		/*background:#eee;*/
		padding:0;
		color:#444;
		font-size:130%;
		text-align:left;
		margin:0;
	}
	
	#dewbody p {
		margin:0px;
		line-height:1.8em;
		/*padding-bottom:10px;*/
	}
	
	#dewbody .hint {
		color:#666;
		float:right;
		width:350px;
		font-size:85%;
		text-align:left;
		text-indent: 20px;
		margin-right:100px;
		/*background:#f6f6e0;*/
		padding:0px;
		clear:both;
	}
	
	#dewbody .hint2 {
		color:#666;
		float:left;
		width:250px;
		font-size:85%;
		text-align:justify;
		text-indent: 20px;
		margin-right:20px;
		/*background:#f6f6e0;*/
		padding:0px;
	}
	
	#dewbody .hint2 img{
		position:top;
			float:left;
			padding:0 15px 15px 0;
	}
	
	#dewbody a {
		text-decoration:none;
		color:#369;
		font-size:70%;
		margin-left:5px;
	}
