/* CSS Document */

 body {
 background-color:black;
	background-image: url('http://www.danielbeadle.com/images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
 font-family:Arial, sans-serif;
 margin:0;
 font-size:76%;
 color:white;
 text-align:center;
}

body img {
	border:none;
	overflow:hidden;
	padding:0px;
}

p {
	margin-top:7px;
	margin-bottom:7px;
	/*font-weight:100;*/
}

h1 {
	margin-top:0px;
}

h2 {
	margin-top:0px;
}

#container {
	width:994px;
	margin:0 auto 0 auto;
	position:relative;
	/*top:2px;*/
	text-align:left;
}

ul {
 list-style:square;
 }
 
#main a {
 text-transform:none;
 text-decoration:none;
 color:#72aac1;
 }
 
#main a:hover {
 color:#72aac1;
 text-decoration:underline;
}

.date {
	font-style:italic;
	font-size:76%;
	}
	

.question {
	color:white;
	font-weight:900;
	font-style:italic;
}

.answer {
	font-weight:100;
}

h1 {
	color:white;
	}
	
#main .top a {
	font-size:76%;
	color:#72aac1;
	}

#main .top a:hover {
	color:#72aac1;
	text-decoration:underline;
}

/*--------------------CHARACTER INFORMATION-----------------------*/

.stats .row {
	clear:both;
	}
	
.stats .label{
	width: 115px;
	text-align: left;
	float: left;
	margin:0 1em 0 0;
	padding:0;
}

.stats .prop{
	width:449px;
	text-align: left;
	float: left;
	margin:0 1em 0 0;
	padding:0;
}

* html .stats .label {
    float:none; /* for IE5 and IE6 in quirks mode */
  }
  
 * html .stats .prop {
    float:none; /* for IE5 and IE6 in quirks mode */
  }

/*--------------------END CHARACTER INFORMATION-----------------------*/


/*-----------------------------HEADER---------------------------------*/

 #header {
 width:780px;
 padding:0;
 margin:0;
 position:absolute;
 top:3px;
 left:20px;
}

#Table_01 {
	position:absolute;
	left:0px;
	top:3px;
	width:949px;
	height:80px;
}

#header-01_ {
	position:absolute;
	left:0px;
	top:3px;
	width:46px;
	height:80px;
}

#home_ {
	position:absolute;
	left:46px;
	top:3px;
	width:106px;
	height:80px;
}

#header-03_ {
	position:absolute;
	left:152px;
	top:3px;
	width:797px;
	height:80px;
}

/*--------------------------END HEADER---------------------------*/

/* ---------------------------NAV BAR----------------------------*/


#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	position:absolute;
	top:70px;
	left:310px;
	margin:0;
	padding:0;
	z-index:99;
}


#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
	}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav #content {
	clear: left;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color:#B2B2B2;
	background:black url("images/bar.gif") top repeat-x;
	padding: 3px;
	border: 1px solid black;
	border-bottom: 0;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	font-weight:100;
	
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }
/* End */

#nav ul li a:hover {
	color:#B2B2B2;
	background:#353535;
	} /* Hover Styles */
		
#nav li ul li a {
	padding: 2px 5px;
	color:black;
	background:#F0F0F0;
	text-transform:none;
	text-align:left;
	border-bottom: .25px solid black;
	letter-spacing:0;
	} /* Sub Menu Styles */
	
#nav li ul li a:hover {
	color:#72aac1;
	background:black;
	}
	
	/*--------------------------END NAV BAR------------------------*/
	
	/*--------------------------MAIN CONTENT------------------------*/

#main {
	position:absolute;
	top:120px;
	left:20px;
	color:white;
	width:776px;
	height:330px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}


#black_box {
	width:589px;
	background-color:black;
	border-left:1px solid #666666;
  	border-right:1px solid #666666;
   	border-bottom:1px solid #666666;
	position:absolute;
	top:19px;
	left:0;
	margin:0;
	padding:20px 20px 15px 165px;
}

#black_box h1 {
	font-size:150%;
}
#black_box h1, #black_box h2 {
	text-transform:uppercase;
}
#black_box h2 {
	font-size:100%;
	font-weight:900;
	margin:0;
	padding:0;
	color:#72aac1;
	}

* html #black_box {
    width:776px; /* for IE5 and IE6 in quirks mode */
  }

#small_box {
	height:159px;
	width:774px;
	background-color:black;
	border:1px solid #666666;
	position:absolute;
	top:249px;
	left:0;
	margin:0;
	padding:0;
}

* html #small_box {
    width: 776px; /* for IE5 and IE6 in quirks mode */
	height:160px;
  }

#pic1 {
	border:1px solid #666666;
	height:175px;
	width:540px;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:15px;
}

#story1 {
	width:189px;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:570px;
}

#story1 h1 {
	font-size:150%;
}
#story1 h1, #story1 h2 {
	text-transform:uppercase;
}
#story1 h2 {
	font-size:100%;
	font-weight:900;
	margin:0;
	padding:0;
	color:white;
	}
 
#story1 p {
	font-weight:100;
	}

#main p a {
	color:#72aac1;
	text-transform:none;
	text-decoration:none;
	/*font-weight:900;*/
}

#main p a:hover {
	color:#72aac1;
	text-transform:none;
	text-decoration:underline;
	/*font-weight:900;*/
}

#story2 h1, #story3 h1, #story4 h1 {
	font-size:100%;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:white;
	}
	
#story2, #story3, #story4 {
	position:absolute;
	top:15px;
	width:189px;
}

#story2 {
	position:absolute;
	left:190px;
}

#story3 {
	position:absolute;
	left:570px;
}

#story4 {
	position:absolute;
	left:400px;
}

#pic2, #pic3, #pic4 {
	border:1px solid #666666;
	height:125px;
	width:160px;
	margin:0;
	padding:0;
	position:absolute;
	top:15px;
	overflow:hidden;
}

#pic2 {
	margin:0;
	padding:0;
	position:absolute;
	left:15px;
}

#pic3 {
	margin:0;
	padding:0;
	position:absolute;
	left:395px;
}

#pic4 {
	margin:0;
	padding:0;
	position:absolute;
	left:727px;
}




/*--------------------------END MAIN CONTENT------------------------*/

/*------------------------------SIDEBAR-----------------------------*/

#sidebar {
 background:url("images/headlines_tab.gif");
 background-repeat:no-repeat;
 width:155px;
 height:400px;
 margin:0;
 padding:0;
 position:absolute;
 top:120px;
 left:815px;
}

#sidebar ul {
 list-style:square;
 margin:0;
  font-size:75%;
  color:white;
  position:absolute;
  top:25px;
  left:0px;
  width:120px;
  padding:5px 4px 20px 25px;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
   border-bottom:1px solid #666666;
   background-color:#000;
}

* html #sidebar ul {
    width:151px; /* for IE5 and IE6 in quirks mode */
    w\idth:151px; /* for IE6 in standards mode */
  }

 #sidebar a {
 color:white;
 text-decoration:none;
 text-transform:uppercase;
}
 #sidebar a:hover {
 color:#72aac1;
 text-decoration:underline;
}

#bbox {
 margin:0;
  position:absolute;
  top:25px;
  left:0px;
  padding:0;
  border-left:1px solid #666666;
  border-right:1px solid #666666;
   border-bottom:1px solid #666666;
   background-color:#000;
   width:149px;
   height:374px;
}

* html #bbox {
    width: 151px; /* for IE5 and IE6 in quirks mode */
  }

#note {
 margin:0;
  position:absolute;
  top:0px;
  left:15px;
  width:119px;
  padding:0;
  
}

/*--------------------------END SIDEBAR------------------------*/

/*--------------------------CONTROLLER------------------------*/
#controller {
	position:absolute;
	top:286px;
	left:188px;
	margin:0;
	padding:0;
	z-index:98;
}

#controller ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#controller li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
}

#controller li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#controller ul li a {
	display: block;
	text-decoration: none;
	background:black url("images/bar.gif") top repeat-x;
	padding: 3px;
	border: 1px solid black;
	border-bottom: 0;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	font-weight:100;
	}
	
#controller ul li a:hover {
	background:#353535;
	}
	
/*--------------------------END CONTROLLER------------------------*/


/*--------------------------PORTFOLIO------------------------*/

#thumbnails {
	width:121px;
	height:462px;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:15px;
	}

#tn1, #tn2, #tn3, #tn4, #tn5, #tn6, #tn7, #tn8, #tn9, #tn10, #tn11, #tn12, #tn13, #tn14 {
	width:53px;
	height:53px;
	position:absolute;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
#tn2 {
	top:0px;
	left:68px;
	}
	
#tn3 {
	top:68px;
	left:0px;
	}
	
#tn4 {
	top:68px;
	left:68px;
	}
	
#tn5 {
	top:136px;
	left:0px;
	}
	
#tn6 {
	top:136px;
	left:68px;
	}

#tn7 {
	top:204px;
	left:0px;
	}
	
#tn8 {
	top:204px;
	left:68px;
	}
	
#tn9 {
	top:272px;
	left:0px;
	}
	
#tn10 {
	top:272px;
	left:68px;
	}
	
#tn11 {
	top:340px;
	left:0px;
	}
	
#tn12 {
	top:340px;
	left:68px;
	}
	
#tn13 {
	top:408px;
	left:0px;
	}
	
#tn14 {
	top:408px;
	left:68px;
	}
	
.tn img{
	border: 1px solid #666;
	}

.tn img:hover{
	border: 1px solid #72aac1;
	}

#full {
	position:absolute;
	top:30px;
	left:15px;
	width:592px;
	height:353px;
	margin:0;
	padding:0;
	}

.white {
	font-weight:bold;
	color:white;
	}

/*--------------------------END PORTFOLIO------------------------*/


/*--------------------------FOOTER------------------------*/
#footer {
 width:994px;
 margin:0 auto 0 auto;
 font-size:81%;
 padding:0;
 position:relative;
 top:540px;
 text-align:center;
 height:175px;
}

#footer p {
margin-top: 0px;
margin-bottom: 4px;
color:white;
}

 #footer a {
 text-transform:none;
 text-decoration:none;
 color:#72aac1;
 
 }
 #footer a:hover {
 color:#72aac1;
 text-decoration:underline;
}

#ad_space {
	border:1px solid #666666;
	height:90px;
	width:728px;
	padding:0;
	margin:15px 0 0 0;
	position:absolute;
	left:132px;
}

/*--------------------------END FOOTER------------------------*/