/* MINEX base stylesheet http://css.minexforum.com/base.css */
/* All associated graphics copyright 2009, Minex Forum */

/*-----------------------------------------------------------------------------
version:   1.0
author:    Arhur A.
email:     admin@minexforum.com
website:   http://www.minexforum.com/
-----------------------------------------------------------------------------*/

/* Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

/* Remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	background: #FFF0BD;
	color: #333;
	}
	
del {
	text-decoration: line-through;
	}
	

/*******************/
/* GENERAL STYLING */
/*******************/


body#main {
	font: 62.5%/1.6 "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	color: #4F5155;
	background: #fff;
	}
	
abbr, acronym { cursor: help; }

:link, :visited { 
	font-weight: bold;
	text-decoration: none;
	color: #930;
	}

a:active { color: #930; }	
	
a:hover {
	color: #930;
	font-weight: bold;
	text-decoration: underline;
	}
	
a img { border: 0; }

#header {
	width: 100%;
	min-width: 500px;
	height: 98px;
	background: #069 url(http://images.minexforum.com/bg.jpg) repeat-x;
	}

	#header h1 {
		display: inline;
		font-size: 2.5em;
		text-transform: uppercase;
		color: #9cf;
		margin-left: 50px;
		padding: 30px 0;
		float: left;
		}
	
	#logo {
		background: url(http://images.minexforum.com/logo.jpg) no-repeat;
		width: 240px;
		height: 98px;
		margin-right: 20px;
		float: right;
		}
		

/*******************/
/* NAVIGATION MENU */
/*******************/		

		
#nav {
	width: 100%;
	height: 24px;
	font-size: 12px;
	background: url(http://images.minexforum.com/nav_black.gif) center left repeat-x;
	}

#nav ul {
	list-style-type: none;
	margin: 0 20px 0 50px;
	}
	
#nav ul li {
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	}
	
#nav ul li.active {
	background: url(http://images.minexforum.com/nav_silv.gif) center left repeat-x;
	}

#nav ul li.active a {
	color: black;
	}

#nav ul a {
	display: block;
	padding: 3px;
	color: white;
	text-decoration: none;
	}

	
#nav ul li a:hover {
	color: black;
	text-decoration: none;
	background: url(http://images.minexforum.com/nav_silv.gif) center left repeat-x;
	}
	
	
/********************/
/* DOCUMENT CONTENT */
/********************/

#content { 
	margin: 0;
	padding: 50px;
	background: #fff url(http://images.minexforum.com/bgr6.gif) top left repeat-x;
	clear: both; 
	}

	h2 {
		font-weight: bold;
		font-size: 18px;
		}
	
	p {
		font-size: 14px;
		font-weight: normal;
		text-align: justify;
		margin: 20px 0;
		clear: both;
		}
	
	dl { margin: 20px 0; }
	
	dt, dd { 
		font-size: 12px;
		font-weight: normal;
		}
	
	hr {
		height: 5px;
		color: #EEE;
		border: none;
		background: #EEE;
		/* background: #fff url(http://images.minexforum.com/stripes.gif) repeat-x; */
		clear: both;
		}
	

/*******************/
/* DOCUMENT FOOTER */
/*******************/


#footer{
	margin: 40px;
	}

#footer span{
	font-size: 11px;
}


/******************/
/* CUSTOM CLASSES */
/******************/

.strong {
	font-weight: bold;
	}

.qcap {
	font-size: 24px;
	font-weight: bold;
	color: #900;
	}

.cap {
	text-transform: uppercase;
	font-weight: bold;
	}

.warn {
	border: 1px solid #ccc;
	padding: 10px;
	color: #333;
	background: #FFF0BD;
	}
	
.brdr {
	border: 1px solid #CCC;	
	}
	
.leadstory {
	background: url(http://images.minexforum.com/stripes.gif) repeat;
	}

.nav_div {
	display: block; 
	color: #999; 
	padding-left: 50px; 
	padding-top: 10px;
	}

.float_lt {
	float: left;
	}

.float_rt {
	float: right;
	}

.clear {
	clear: both;
	}

.margin_10h {
	margin: 0 10px;
	}

.margin_10v {
	margin: 10px 0;
	}

.margin_10 {
	margin: 10px;
	}

.padding_10h {
	padding: 0 10px;
	}

.padding_10v {
	padding: 10px 0;
	}

.padding_10 {
	padding: 10px;
	}
