/* --------------[ RESET STYLES ]-------------- */

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, sub, sup, tt, var,
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;
	}
	
:focus { outline: 0; }
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul { list-style: none; }
	
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: "" ""; }

/* --------------[ STYLES ]-------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Myriad Web", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 1.25;
	text-align: center;
	color: #333;
	background: #d2d2d2 url(images/bgr_b.gif) repeat-x;	
	}
	
a, a:link, a:visited {
	color: #3a84a7;
	text-decoration: none;
	}

a:hover {
	color: #980e10;
	text-decoration: underline;
	}
	
#page {
	border-radius: 10px;
	width: 980px;
	margin: 10px auto;
	padding: 3px;
	text-align: left;
	background: #fff url(http://images.minexforum.com/bgr6.gif) top left repeat-x;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	
#header {
	height: 220px;
	background: #ccc url(images/hdr_0.jpg) bottom right no-repeat;
	}
	
#header_logo {
	height: 220px;
	float: left;
	}

#header_stat {
	position: relative;
	width: 335px;
	height: 220px;
	background: #ccc url(images/cent.jpg) no-repeat;
	float: right;
	}
	
#header_venue {
	font-size: 85%;
	position: absolute;
	top: 50px;
	left: 30px;
	color: #fc6; 
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	}

#header_date {
	font-size: 85%;
	position: absolute;
	top: 30px;
	left: 30px;
	color: white; 
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	}
	
#header_rand {
	width: 335px;
	height: 220px;
	float: right;
	}

#header_stat h1 {
	position: absolute;
	top: 90px;
	left: 30px;
	color: #030;
	font-style: italic;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	}


/* --------------[ DROP-DOWN MENU ]-------------- */


#navigation {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	background-color: #2a4b2e;
	}
	
#navigation ul.menu, #navigation ul.alt_nav {
	list-style:none;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	text-transform: uppercase;
	}

#navigation ul li {
	position:relative;
	padding-right: 10px;
	float: left;
	}

#navigation ul li a {
	display: block;
	color: #fff;
	text-decoration:none;
	}

#navigation ul li a:hover {
	color: #fc0;
	text-decoration: none;
	}
	
#navigation ul.menu ul {
	color: #fc0;
	text-decoration: none;
	}
	
#navigation ul.menu ul {
	position: absolute;
	top: 20px;
	left: 0;
	background: #d1d1d1;
	display: none;
	opacity: 0;
	list-style: none;
	}
	
#navigation ul.menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
	border:1px solid #aaa;
	border-top: none;
	width: 180px;
	}
	
#navigation ul.menu ul li a {
	color: #333;
	display: block;
	padding: 3px 7px 5px;
	background: #fff url(http://2008.minexforum.com/assets/imgs/bg4.gif) bottom left repeat-x;
	}
	
#navigation ul.menu ul li a:hover {
	color: #000;
	background: #ccc;
	}
	
/* --------------[ CONTENT ]-------------- */

#content {
	font-size: 1.2em;
	text-align: left;
	width: 730px;
	/*padding: 25px;*/
	/* background: #fff url(http://images.minexforum.com/bgr6.gif) top left repeat-x;*/
	float: left;
	}
	
#lc_content {
	width: 60%;
	float: right;
	}
	
#rc_content {
	width: 35%;
	float: left;
	}
	
#content h1, #content h2, #content h3, #content h4 { font-weight: bold; }
	
#content h1 {
	font-size: 1.6em;
	color: #144530;
	margin: 10px 0;
	padding-left: 20px;
	background: url(images/goto_h.gif) center left no-repeat;
	}
	
#content h2 {
	font-size: 1.2em;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	margin: 20px 0;
	}
	
#content h3 {
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	margin: 20px 0;
	padding: 2px 10px;
	border: 1px solid #ccc;
	background: url(images/bg_silver.gif) center repeat-x;
	}
	
#content h4 {
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	/* color: #01507b; */
	color: #fff;
	background: #1f1a17 url(images/dark_blue_hatch.gif) center left repeat-x;
	margin: 20px auto 0 auto;
	padding: 2px 10px;
	}


#content ul {
	margin-left: 20px;
	line-height: 1.4;
	list-style-type: square;
	}
	
#content ul li {
	margin-bottom: 10px;
	}
	
#content ol {
			list-style-image: url(http://www.minexasia.com/IMG/goto_s.gif);
			text-shadow: teal 1px 1px 1px;
			list-style-position: outside;
			margin-right: 10px; 
			margin-bottom: 10px;
			padding-left: 20px;
		}
#content ol.decimal li {
	text-shadow: #fdd37e 0px 0px 0px; 
	list-style-type: decimal-leading-zero;
	list-style-image: none;
}
		
#content dl dt {
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	border: 1px solid #ccc;
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) bottom left repeat-x;
	clear: both;
	text-align: left;
}
	
#content table {
	width: 100%;
	margin: 0 auto;
	}
	
#content td {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) bottom left repeat-x;
	}
	
#content th {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	margin: 10px;
	border: 1px solid #ccc;
	background: #ccc;
	clear: both;
	}
	
#content dl dd {
	padding: 5px;
	margin: 10px;
	}



caption {
	color: #9ba9b4;
	font-size:1.2em;
	font-weight:bold;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:10;
		caption-side:top;
		text-align:left;
	}	
#content tr.odd td	{
	
	background:#f7fbff;
	font-size: 0.92em;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
}
#content tr.even td	{
	
	
	font-size: 0.92em;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
}
#content tr.odd .column1	{
	background:rgba(155,169,180,0.37);
	}
#content table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	
	border-collapse: separate;
	background-color: white;
}
#content table.sample th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	
	background-color: white;
	-moz-border-radius: ;
}
#content table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	
	background-color: white;
	-moz-border-radius: ;
	text-align: left;
}
#content tr.sample2 td {
	
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	
	background-color: #eaeaea;
	-moz-border-radius: ;
	text-align: left;
}
#content table.sample2 td {
	
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	
	background-color: #eaeaea;
	-moz-border-radius: ;
	text-align: left;
}
span.info {
    display: block;
	padding: 1px;
	margin-bottom: 1px;
	background-color: #FFFFCC;
	border: 1px solid #d8d7d7;
	color: #000;
}
	
.column1	{
	background: rgba(155,169,180,0.37);
	}
.tip				{ width:242px; font-family:tahoma,arial; background:url(images/tip-text.png) left top repeat-y; }
.tip-top			{ background:url(images/tip-top.png) top left no-repeat; height:18px; width:242px; }
.tip-title		{ color:#143e5c; font-weight:bold; margin:0 30px 0 50px; }
.tip-text		{ color: gray; padding:10px 30px 20px 50px; }
.tip-bottom		{ background:url(images/tip-bottom.png) left bottom no-repeat; width:242px; height:31px; }
.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
	color: #B3960E;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}	
.etime {
	
	font-size: 1.1em;
	
	font-weight:bold; font-variant: small-caps; color: maroon; letter-spacing: 0.2em;
	margin-right: 10px;
}
	
.topic {
	font-weight:bold; text-align:left; 
	
	text-indent: 10px;
}
.speaker {
	font-style:italic; text-align:left; 
	
	text-indent: 10px;
}
	
.equote {
	display: block;
	color: #ccc;
	padding-right: 10px;
	font-size: 0.8em;
	float: left;
	font-style: italic;
}

.alt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	}
	
/* --------------[ SIDEBAR ]-------------- */

#sidebar {
	width: 200px;
	padding: 25px;
	float: right;
	background: #fff url(images/bg1.gif) repeat-x top left;
	}
	
#sidebar h3 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px 10px;
	background: #1f1a17 url(images/dark_gray_hatch.gif) center left repeat-x;
	}

#footer {
	border-radius: 10px;
	margin: 0 auto;
	padding: 25px;
	font-size: 12px;
	text-align: center;
	/*border-top: 1px solid #ccc;*/
	background: #fff url(http://2008.minexforum.com/assets/imgs/ftr_bg.gif) repeat-x bottom left;
	clear: both;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#searchform {
	text-align: left;
	padding: 0 0 25px 0;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 3px;
	}

#sidebar #searchsubmit {
	padding: 2px;
	background: url(images/bg_silver.gif) center repeat-x;
 	cursor: pointer;
	}

#sidebar #searchsubmit:hover { background: url(images/bg_active.gif) center repeat-x; }

.box_wrp {
	width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 30px 0;
	}
	
.box_wrp h3 {
	text-transform: uppercase;
	}
	
.box_cnt ul {
	text-align: center;
	}
	
.box_cnt ul li {
	padding: 20px 0;
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) bottom left repeat-x;
	}

	
/* --------------[ FOOTER ]-------------- */
	
#footer #goup {
	margin: 30px auto;
	}

#footer ul {
	margin-bottom: 10px;
	text-align: center;
	}

#footer ul li {
	display: inline;
	padding-right: 5px;
	}


.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.4em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { font-family: Arial, Helvetica, Sans-Serif; }

.commentmetadata { font-weight: normal; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #999; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

.post {
	padding: 15px;
	}

.post p {
	line-height: 1.4;
	margin: 20px 0;
	}

.post hr { display: block; }

.postmetadata { clear: both; }

.clear { clear: both; }

p img { max-width: 100%;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.entry form { text-align:left; }

select { width: 130px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	float: right;
	padding: 1px;
	background: url(images/bg_silver.gif) center repeat-x;
 	cursor: pointer;
	}
	
#commentform #submit:hover {
	float: right;
	padding: 1px;
	background: url(images/bg_active.gif) center repeat-x;
 	cursor: pointer;
	}

input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size: 1.1em;
 	font-weight: normal;
 	border: #ccc 1px solid;
 	background: #fff url(images/bgf1.gif) repeat-x left bottom;
 	}
 
#searchsubmit {
 	cursor: pointer;
 	text-decoration: none;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p { margin: 10px 5px 10px 0; }

#commentform p { margin: 5px 0; }

.commentmetadata {
	margin: 0;
	display: block;
	}

#wp-calendar_wrap {

	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 0;
	width: 155px;
	text-align: left;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a { display: block; }

#wp-calendar caption {
	width: 100%;
	text-align: left;
	}

#wp-calendar td { padding: 3px 0; }

#wp-calendar td.pad:hover { background-color: #fff; }

acronym, abbr, span.caps { cursor: help; }

acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}

blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden { display: none; }

hr {
	display: none;
	clear: both;
	border: none;
	}

#content hr {
	clear: both;
	color: #eee;
	background-color: #eee;
	height: 1px;
	}

.border {
	border: 1px solid #ccc;
	}

.navigation {
	display: block;
	margin: 10px 0;
	}

.alignright { float: right; }

.alignleft { float: left }

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img { margin: 0px 5px; }

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* --------------[ TABS ]-------------- */

.tab-wrapper {
	padding: 0 .5em;
	border: 1px solid #eee;
	background: url(images/bg1.gif) top left repeat-x; 
	clear: both;
	}

.tab-menu {
	padding: 0;
	list-style: none;
	overflow: auto;
	}
	
.tab-menu li {
	float: left;
	line-height: 2em;
	list-style-type: none;
	}

.tab-menu li a {
	font-size: 1.2em;
	padding: 0 .75em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #eee;
	}
	
.tab-menu li a:hover,
.tab-menu li a:focus {
	border: 1px solid #999;
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) repeat-x bottom center;
	}

.tab-menu li.tab-selected a {
	text-decoration: none;
	color: inherit;
	border: 1px solid #ccc;
	}
	
/* Lead Story */

#lead-story {
	margin: 10px 0;
	text-align: left;
	/* border: 1px solid #ddd; */
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) repeat-x bottom left;
	padding: 15px;
	}

#lead-story h2 {
	font-size: 150%;
	background: none;
	border: none;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	}

/* Featured Posts */

#features { padding: 15px; }

.featured-post {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 190px;
	height: 410px;
	text-align: left;
	margin-right: 20px;
	padding: 10px;
	float: left;
	background: url(http://2008.minexforum.com/assets/imgs/bg4.gif) repeat-x bottom left;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.featured-post:hover {
	background: #efefef url(images/bg1.gif) repeat-x center left;
	}

#features .featured-post h3 {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
	}

#features .featured-post img { margin: 0 0 10px 0; }