html, body { 
	margin: 0px; 
	padding: 0px; 
	background: #FFFFFF none;
	font: 10px Sans-serif;
	color: #5C4429;
	text-align: center;	
	} 

a:link, a:visited {
	background: transparent;
	color: #5C4429;
	text-decoration: underline;
	}

a:active, a:hover {
	background: transparent;
	color: #5C4429;
	}


/* START MAIN STRUCTURE STYLES */

#forumbar {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	}

#header {
	position: relative;
	width: 100%;
	height: 181px;
	} 

#header-title {
	position: relative;
	width: 860px;
	height: 150px;
	margin: 0px auto 0px auto;
	background-image: url('http://www.russellrescue.org/bits/jrtro.jpg');
	background-repeat: no-repeat;
}

#header-nav {
         width: 100%;
         height: 31px;
	 //margin: 0px auto 0px auto;
	 background:#C6B59B;
}

#seperator {
	margin: 0px;
	height: 5px;
	}
	
#container {
	width: 900px; 
	text-align: left;  
	margin: 0px auto; 
	} 
	
#left {
	width: 180px; 
	float: left; 
	position: relative;
	margin: 10px 0px 0px 0px;
}
 
#middleright {
	width: 705px; 
	float: right; 
	position: relative; 
	}
 
#right {
	width: 181px; 
	float: right; 
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
 
#middle {
	float: left; 
	display: inline; 
	position: relative; 
	width: 481px; 
	margin: 10px 13px 0px 0px;
	padding: 0px 15px;
	text-align: left;
	font-size: 12px;
	}

#strat_middle {
	float: left; 
	display: inline; 
	position: relative; 
	width: 662px; 
	margin: 10px 13px 0px 0px;
	padding: 0px 15px;
	text-align: left;
	font-size: 12px;
        color: #DDDDDD;
	}

 
#footer {
	margin: 0px 0px 20px 0px;
	padding: 3px 10px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
}
/* END MAIN STRUCTURE STYLES */


/* BEGIN SUBSTRUCTURE STYLES */

#header-title {
	margin-bottom: 5px;
}

#header-nav ul {
	position: relative;
	top: 7px;
	padding: 0px;
}

#header-nav ul li {
	display: inline;
	font-size: 14px;
}

#middle h1 {
	margin: 10px 0px;
	padding: 2px 5px;
	background-color: #99805E;
	color: #FFFFFF;
	text-align: left;
	font-family: Georgia, Serif;
	font-size: 15px;
	font-weight: 1000;
	letter-spacing: 1px;
}

#middle h2 {
	margin: 0 0 0 0;
	padding: 0px;
	color: #5C4429;
	font-family: Georgia, Serif;
	font-size: 16px;
	font-weight: bold;
}

#middle h4 {
	margin: 0 0 0 0;
	padding: 0 0 .5em 1em;
	font-family: Georgia, Serif;
	font-size: 10px;
        text-align: right;
}

#middle ul {
	margin: 0px 0px 1em 1em;
	padding: 0px;
	list-style-type: none;
}

#middle ul li {
	margin: 0px;
	padding: 0px;
}

#middle p.title {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	color: #5C4429;
}

#middle p.post {
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid gray;
}

span.alert {
	display: block;
	padding-left: 5px;
	color: #00C0FF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

/* START BOXES */

/* Generic left/right templates, body, footer */

.box-left-body p {
	padding: 5px 0px;
	margin: 0px 10px 0px 5px;
	}

.box-left-body h1 {
	margin: 10px 0px;
	padding: 2px 5px;
	background-color: #99805E;
	color: #FFFFFF;
	text-align: left;
	font-family: Georgia, Serif;
	font-size: 15px;
	font-weight: 1000;
	letter-spacing: 1px;
}

.box-left-body table {
	align: center;
}

.box-left-strategies h1 {
	margin: 0px 9px 0px 4px;
	padding: 0px 0px 0px 3px;
	background-color: #99805E;
	color: #FFFFFF;
	font-family: Georgia, Serif;
	font-size: 16px;
	font-weight: 1000;
	letter-spacing: 1px;
	text-align: left;
}

.box-right-body h1 {
	margin: 10px 0px;
	padding: 2px 5px;
	background-color: #99805E;
	color: #FFFFFF;
	text-align: left;
	font-family: Georgia, Serif;
	font-size: 15px;
	font-weight: 1000;
	letter-spacing: 1px;
}

.box-left-body ul, .box-right-body ul {
	padding: 5px 0px 10px 10px;
	margin: 0px;
	list-style-type: none;
}

/* left side */
.box-left-body {
	width: 185px;
	background-image: white;
	color: #CCCCCC;
}

.box-left-footer {
	margin-bottom: 20px;
	width: 180px;
	height: 4px;
	background-image: url('http://www.unleashed-fury.net/images/header-left-footer.png');
	background-repeat: no-repeat;
}

.box-left-strategies {
	width: 185px;
	background-image: url('http://www.unleashed-fury.net/images/header-left-bg.png');
	background-repeat: repeat-y;
	font: 10px Sans-serif;
	color: #CCCCCC;
}

/* right side */
.box-right-body {
	width: 140px;
	background: white;
	font: 10px Sans-serif;
	color: #CCCCCC;
}

.box-right-footer {
	width: 140px;
	height: 4px;
	background-image: url('http://www.unleashed-fury.net/images/header-right-footer.png');
	background-repeat: no-repeat;
}

/* Unique headers and such for each box */

#box-header-forums {
	width: 180px;
	height: 44px;
	background-image: url('http://www.unleashed-fury.net/images/header-forums.png');
	background-repeat: no-repeat;
}

#box-header-strats {
	width: 180px;
	height: 44px;
	background-image: url('http://www.unleashed-fury.net/images/header-strats.png');
	background-repeat: no-repeat;
}

#box-header-gallery {
	width: 180px;
	height: 41px;
	background: white;
        border: 1px solid #99805E;
}

#box-header-welcome {
	width: 185px;
	height: 36px;
	background-image: url('http://www.unleashed-fury.net/images/header-welcome.png');
	background-repeat: no-repeat;
}

#box-header-online {
	width: 140px;
	height: 44px;
	background-image: url('http://www.unleashed-fury.net/images/header-online.png');
	background-repeat: no-repeat;
}


/* SPECIFIC STYLES FOR BOXES */

#forums {
	padding: 0px 5px;
	font-size: 12px;
}

#forums span.loginlogout {
	margin-left: 20px;
}

#forums ul {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 5px 0px;
	list-style-type: square;
}

#forums ul li:before {
	content: "";
}

#forums span.username {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#strategies {
	/*padding: 0px 5px;*/
	font-size: 10px;
}

#strategies h3 {
	margin: 5px 0px 0px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #00C0FF;
}

#strategies ul {
	margin: 3px 0px 5px 25px;
	padding: 0px 0px 5px 0px;
	list-style-type: square;
}

#strategies ul li:before {
	content: "";
}

#gallery {
	text-align: center;
	font-size: 12px;
}

#gallery img {
	padding: 2px;
	border: 1px solid #666;
}

#gallery span.alert {
	margin-bottom: 0.5em;
}

#gallery span.caption {
	display: block;
	margin-bottom: .2em;
	font-weight: bold;
}

/* ONLINE STATUS SCRIPT STYLES */
.onlinelist {
	margin: 5px 0px 0px 10px;
	padding-bottom: 5px;
}

#online ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#online li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #FFCC00;
}

#online h3 {
	margin: 5px 0px 0px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #00C0FF;
}
/* END BOXES */

/* MIDDLE / NEWS STUFF */

.news {
	text-align: left;
	margin-bottom: 20px;
}

.news-date {
	margin-right: 5px;
	font-weight: bold;
}

.news-title {
	font-weight: bold;
	color: #FFCC00;
}


.news-floater {
	float:left;
	width: 250px;
	height: 180px;
	background-image: url('http://www.unleashed-fury.net/images/news-cover-magmadar.png');
	background-repeat: no-repeat;
	margin-right: 15px;
}

/* END SUBSTRUCTURE STYLES */

/* START LAYOUT HACKS */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */ 

/* END LAYOUT HACKS */

/* WoWGuru.com Syndication Styles */

#strat_middle h2 {
       color: #FFCC00;
       margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Serif;
	font-size: 18px;
	font-weight: 1000;
	letter-spacing: 1px;
	text-align: left;
}

#strat_middle img {
margin: 0px 7px 7px 0px;
}

.gameFrame {
	padding: 5px;
	background: #1B2127;
	color: #fff;
	border: 3px solid #4A494A;
	border-top-color: #DED3CE;
	font: 9pt Tahoma;
	-moz-border-radius: 8px;
	/*opacity: 0.9;
	filter:alpha(opacity=90);*/
	width: 400px;
	text-align: left;
}
.gameFrame h3,
.gameFrame h3 {
	color: #fff;
	margin: 0;
	font: bold 11pt Tahoma;
}
.gameFrame blockquote,
.gameFrame blockquote {
	margin: 0;
	padding: 0;
	color: #00FF00;
	border: 0;
	font-style: normal;
	background: #1B2127;
}
.gameFrame blockquote.lore,
.gameFrame blockquote.lore {
	color: #FFF000;
	}
.gameFrame a:link,
.gameFrame a:link,
.gameFrame a:visited,
.gameFrame a:visited,
.gameFrame a:active,
.gameFrame a:active,
.gameFrame a:hover,
.gameFrame a:hover {
	color: #fff;
	border: 0;
	text-decoration: underline;
	}
.post .gameFrame blockquote a:link,
.gameFrame blockquote a:link,
.post .gameFrame blockquote a:hover,
.gameFrame blockquote a:hover,
.post .gameFrame blockquote a:visited,
blockquote a:visited,
.post .gameFrame blockquote a:active,
.gameFrame blockquote a:active {
	color: #00FF00;
	text-decoration: none;
	border: 0;
}
.post .gameFrame blockquote.lore a:link,
.gameFrame blockquote.lore a:link,
.post .gameFrame blockquote.lore a:hover,
.gameFrame blockquote.lore a:hover,
.post .gameFrame blockquote.lore a:visited,
.gameFrame blockquote.lore a:visited,
.post .gameFrame blockquote.lore a:active,
.gameFrame blockquote.lore a:active {
	color: #FFF000;
	text-decoration: none;
	border: 0;
}
