/*
Theme Name: Miner Illustrated
Theme Author: Eduardo (Gui)llén
Theme URL: http://edwardguillen.com/
*/
/* main selectors */

html {
	background: #000C31 url(images/background-html.gif) repeat;
	width: 100%;
/* 	display: table; */
}

body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: url(images/background-body.jpg) no-repeat top;
	min-width: 774px;
}

a {
	color: #3366A5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.more-link {
	display: block;
	padding-top: 12px;
}

img {
	border: none;
	vertical-align: baseline;
}

img.post-thumbnail {
	margin-top: 6px;
	margin-bottom: 2px;
}

div.post-main embed,
div.post-main object {
	display: block;
	margin-bottom: 18px;
}

.wp-caption p {
	font-size: 11px;
	color: #666;
	padding: 4px 0;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 18px 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 0 18px 0;
}

blockquote {
	margin: 0;
	padding: 0;
	font-family: Popular, Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
}

.alignleft {
	float: left;
	margin: 0 8px 12px 0;
}

.alignright {
	float: right;
	margin: 0 0 8px 12px;
}

h1, #promo h2 {
	margin: 0;
	padding: 0;
	font: 28px/32px Popular, Georgia, 'Times New Roman', Times, serif;
	color: #000;
}

div.page div.head h1,
div.headline h1 {
	padding-bottom: 18px;
}

h2 {
	margin: 0;
	padding: 0;
	font: 20px/25px Popular, Georgia, 'Times New Roman', Times, serif;
	color: #333;
}

h3 {
	font: 16px/18px Popular, Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;
	color: #016BA9;
}

h2 a {
	color: #333;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0;
	padding: 3px 4px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #FFF;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #BBB #DDD #DDD #BBB;
	outline: none;
}

input.submit {
	margin: 0;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #1D3053;
	border: 1px solid #1D3053;
	color: #FFF;
	vertical-align: middle;
	outline: none;
}

* html input.submit {
	padding: 1px 4px;
}

*+html input.submit {
	padding: 1px 4px;
}

textarea {
	margin: 0;
	padding: 4px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #FFF;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #BBB #DDD #DDD #BBB;
	overflow: auto;
}

input.image {
	margin: 0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

/* main layouts and background */
#container {
	width: 974px;
	margin: 0 auto;
	position: relative;
}

/* header section */
#header {
	height: 210px;
	position: relative;
	overflow: hidden;
	z-index: 4;
}

/* logo section */
#header h1.logo, #header strong.logo {
	position: absolute;
	top: 28px;
	left: 24px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#header h1.logo a, #header strong.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 216px;
	height: 120px;
	background: url(images/logo.png) no-repeat;
}

#header div.ad {
	position: absolute;
	top: 30px;
	right: 0;
}

#header div.ad p.link {
	font: bold 11px/21px Popular, Georgia, 'Times New Roman', Times, serif;
	color: #FFF;
	padding: 0;
	text-align: right;
}

#header div.ad p.link a {
	color: #FFF;
}

/* navigation section */
#navigation {
	position: absolute;
	top: 163px;
	left: 0;
	width: 974px;
	height: 47px;
	background: #F0F0F0 url(images/background-navigation.gif) repeat-x;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #F6F6F6;
	line-height: 45px;
}

#navigation a,
#navigation label {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 47px;
	background-repeat: no-repeat;
}

#navigation li.home {border-left: none;}
#navigation li.rss {border-right: none;}
#navigation li.search {width:280px;}

#navigation li.home a {width: 95px;background-image: url(images/navigation/home.gif);}
#navigation li.maniacs a {width: 133px;background-image: url(images/navigation/maniacs.gif);}
#navigation li.podcast a {width: 178px;background-image: url(images/navigation/podcast.gif);}
#navigation li.prep a {width: 123px;background-image: url(images/navigation/prep.gif);}
#navigation li.contact a {width: 96px;background-image: url(images/navigation/contact.gif);}
#navigation li.rss a {width: 57px;background-image: url(images/navigation/rss.gif);}
#navigation li.store a {width: 64px;background-image: url(images/navigation/store.png);}

#navigation li.search label {width: 73px;background-image: url(images/navigation/search.gif);}

#navigation li.search input.text {
	width: 140px;
	margin-right: 4px;
	float: left;
	display: inline;
	margin-top: 12px;
}

#navigation li.search input.submit {
	float: left;
	margin-top: 13px;
}

/* social section */
#social {
	position: absolute;
	top: 220px;
	left: -33px;
	width: 33px;
	height: 400px;
}

#social div.bg {
	width: 33px;
	height: 400px;
	background: url(images/background-social.png) repeat;
}

#social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	text-align: center;
	left: 0;
	width: 33px;
}

#social ul li {
	line-height: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}

/* footer section */
#footer {
	width: 100%;
	overflow: hidden;
	background: url(images/background-footer.gif) no-repeat;
	padding-top: 6px;
}

#footer p.copy {
	font-size: 11px;
	line-height: 21px;
	color: #666;
	text-align: right;
}

/* footer ad */
#footer div.ad {
	text-align: center;
	padding-bottom: 20px;
}

#footer div.ad img {
	margin: 0 auto;
}

#footer div.info {
	padding-left: 240px;
	color: #FFF;
	height: 1%;
	overflow: hidden;
	padding-bottom: 20px;
}

#footer div.info h3 {
	color: #FFF;
	padding-bottom: 12px;
}

#footer div.info ul {
	margin: 0;
	padding: 0 35px 0 0;
	list-style: none;
	float: left;
}

#footer div.info ul li {
	padding-left: 8px;
	background: url(images/bullet-footer.gif) no-repeat 0 6px;
}

#footer div.info ul a {
	color: #FFF;
}

#footer div.info ul.pages {
	font-weight: bold;
}

#footer div.info ul.pages li {
	padding: 0;
	background: none;
}

/* content section */
#content {
	width: 100%;
	background: #F6F6F6;
	position: relative;
	z-index: 5;
	padding-top: 10px;
}

#content:after,
#content:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#primary {
	width: 748px;
	float: left;
}

#sidebar {
	width: 202px;
	float: right;
	padding-right: 12px;
}

#main {
	padding: 12px 12px 0 12px;
	background: #FFF;
	margin-bottom: 12px;
	overflow: hidden;
	min-height: 388px;
}

* html #main {
	height: 388px;
	overflow: visible;
}


/* widgets section */
div.widget {
	height: 1%;
	background: #FFF;
	padding: 10px 10px 0 10px;
	line-height: 16px;
	margin-bottom: 12px;
	position: relative;
}

div.widget h3 {
	padding-bottom: 12px;
	color: #016BA9;
}

div.widget p, div.widget ul {
	padding-bottom: 12px;
}

/* twitter wodget section */
div.widget-twitter div.inner {
	padding: 0 4px;
}

div.widget-twitter p.follow {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

div.widget-twitter div.deco {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 63px;
	height: 43px;
	background: url(images/deco-twitter.png) no-repeat;
}

/* inner boxes section */

/* ad box section */
div.ad img {
	display: block;
}

div.widget div.ad {
	text-align: center;
	padding-bottom: 7px;
}

div.widget div.ad img {
	margin: 0 auto;
}

div.widget div.ad p {
	padding-bottom: 5px;
}

/* post section */
div.post {
	position: relative;
}

div.post div.head,
div.post div.body {
	width: 100%;
	overflow: hidden;
}

div.post div.head p.meta {
	font-size: 11px;
	color: #666;
}

div.post div.head p.meta a {
	color: #F2552C;
	text-decoration: underline;
}

div.post-main div.head p.meta a {
	color: #666;
	text-decoration: none;
}

div.post div.head p.meta a:hover {
	text-decoration: none;
}

div.post-main div.head p.meta a:hover {
	text-decoration: underline;
}

div.post div.head p.meta span.comments a {
	padding: 2px 8px 6px 8px;
	color: #FFF;
	background: url(images/background-comment.png) no-repeat 50% 50%;
	text-decoration: none;
}

div.post-main div.body {
	font-size: 15px;
	line-height: 21px;
}

/* blog section */
div.section {
	width: 640px;
	margin: 0 auto;
}

div.section h2 {
	padding-bottom: 12px;
}

/* comments section */
div.comments div.info {
	font-size: 11px;
	color: #666;
	border-bottom: 5px solid #EEE;
	margin-bottom: 12px;
}

div.comments div.info p {
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
}

div.comments div.info a {
	color: #666;
	text-decoration: underline;
}

div.comments div.info a:hover {
	text-decoration: none;
}

div.comment {
	width: 100%;
	overflow: hidden;
	line-height: 16px;
	padding: 6px 0;
}

div.comment  p, div.comment ul {
	padding-bottom: 12px;
}

div.comment div.meta {
	width: 160px;
	padding-right: 10px;
	float: left;
	font-size: 11px;
	color: #666;
}

div.comment div.meta cite {
	display: block;
	font-style: normal;
	font-size: 12px;
}

div.comment div.text {
	width: 470px;
	float: right;
}

/* respond form section */
div.respond {
	border-top: 1px solid #CCC;
	background: #EEE;
	padding: 20px;
	width: 600px;
	margin-bottom: 18px;
}

div.respond label span {
	font-size: 11px;
	color: #666;
}

div.respond dt {
	font-weight: normal;
	padding-bottom: 8px;
}

div.respond dd {
	padding-bottom: 8px;
}

div.respond dd.button {
	padding-bottom: 0;
}

div.respond input.text {
	width: 225px;
}

div.respond textarea {
	width: 590px;
	height: 160px;
}

/* teasers section */
div.teasers {
	width: 100%;
	overflow: hidden;
}

div.teasers div.item {
	float: left;
	margin: 0 0 12px 12px;
	width: 362px;
	height: 295px;
	background: #FFF;
	overflow: hidden;
	font-size: 13px;
	display: inline;
}

div.teasers div.post {
	padding: 12px 12px 0 12px;
	height: 271px;
	overflow: hidden;
}

div.teasers div.post div.head p.meta {
	padding-bottom: 8px;
}

div.teasers div.post div.body a {
	text-decoration: underline;
}

div.teasers div.post div.body a:hover {
	text-decoration: none;
}

/* subscribe form section */
div.subscribe-form {
	text-align: center;
	padding: 12px 0;
}

div.subscribe-form h3 {
	color: #263959;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

div.subscribe-form input.text {
	width: 160px;
	margin-right: 10px;
}

/* poll list section */
div.poll ul,
div.wp-polls-ans ul {
	padding-top: 12px;
	margin: 0;
	list-style: none;
}

/* promo box section */
#promo {
	height: 400px;
	width: 100%;
	background: #000;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

#promo-slider,
#promo-slider div.panelContainer {
	position: absolute;
	top: 0;
	left: 0;
}

#promo div.post {
	padding: 12px;
	float: left;
	width: 724px;
	overflow: hidden;
	height: 376px;
	background: #000;
	z-index: 4;
}

#promo div.post h2 {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

#promo div.post div.head h2,
#promo div.post div.head h2 a {
	color: #FFF;
}

#promo div.post div.head p.meta {
	color: #FFF;
	padding-bottom: 8px;
}

#promo div.post div.head p.meta a {
	color: #FFF;
	text-decoration: none;
}

#promo div.post div.head p.meta a:hover {
	text-decoration: underline;
}

#promo div.post div.body {
	color: #FFF;
	font-size: 15px;
	line-height: 21px;
	float: left;
	width: 325px;
	height: 305px;
	overflow: hidden;
}

#promo div.post div.body-full {
	width: 724px;
	float: none;
}

#promo div.post div.body a {
	color: #F2552C;
	text-decoration: underline;
}

#promo div.post div.body a:hover {
	text-decoration: none;
}

#promo div.post div.icon {
	float: right;
	width: 370px;
	height: 275px;
}

#promo div.post div.icon img {
	display: block;
	width: 370px;
	height: 275px;
}

/* tabset section */
ul.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 20px;
	right: 185px;
	z-index: 10;
}

ul.tabset li {
	float: left;
}

ul.tabset li a {
	float: left;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: #CCC url(images/background-tabset.gif) no-repeat;
}

ul.tabset li.active a {
	background-position: 0 -10px;
	background-color: #FFF;
}

ol.comments {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.comments .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.navigation {
	padding-left: 12px;
}

div.navigation p {
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
}

div.navigation .prev {float: left;}
div.navigation .next {float: right;}

.hide img {
display: none;
}
