/*------------------------------------------------------------------
[Print Stylesheet]

Project:		MiningConnection.com
Version:		1.0
Created By:		Jesse Lavery, Starn Marketing Group
Last change:	08/25/09 [print stylesheet]

-------------------------------------------------------------------*/

/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

body {
background-color: #fff;
color: #000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12pt;
text-align: center;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

h2, h3, h4, p, ul li, ol li {line-height: 1.4;}

a {
outline: none;
text-decoration: none;
}

* {float: none !important;}

/* Container
------------------------------*/

#container {
margin: 0px auto;
width: 100%;
}

/* Header
------------------------------*/

#header, #bannerads, #segments, #main-nav {display: none;}



/* Content
------------------------------*/

#content {
background: none;
display: table;
margin: 5px 0 0 0;
padding: 0 0 0 0px;
width: 100%; /* True width: 970px */
}

/* Sidebar
------------------------------*/

#sidebar {display: none;}

/* Main
------------------------------*/

#main {
}



/* Sub-nav
------------------------------*/

#sub-nav {display: none;}

/* Ads - Sidebar
------------------------------*/

#ads-sidebar {display: none;}


/* Main Content
------------------------------*/

#main-content {
width: 100%; /* True width: 640px */
}

body#home #main-content {
min-height: 695px;
height: auto !important;
height: 695px;
}

#main-content h2 {
border-bottom: 0px solid #ccc;
color: #000;
font-size: 16pt;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
}

#main-content h2 em {
color: #999;
/*font-family: Georgia, Times, "Times New Roman", serif;*/
font-size: 10px;
font-weight: normal;
}

#main-content h2 span#subtitle {
color: #666;
font-size: 13px;
font-style: normal;
font-weight: normal;
margin: 0px;
}

#main-content h2 span.categorydivider {
color: #bbb;
font-size: 12px;
font-weight: normal;
}

#main-content h2 span.categorylabel {
color: #bbb;
font-size: 11px;
font-weight: normal;
/* padding-left: 10px; */
}

#main-content h2 span.categorylinks {
color: #999;
font-size: 11px;
font-weight: normal;
}

#main-content h2 span.categorylinks strong {
font-weight: bold;
text-transform: uppercase;
}

#main-content h2 span.categorylinks a {
border-bottom: 1px dotted #aaa;
color: #999;
font-size: 11px;
font-weight: normal;
}

#main-content h2 span.categorylinks a:hover {
border-bottom: 1px solid #999;
color: #007dc3;
}

#main-content h3 {
font-size: 14px;
font-weight: bold;
}

#main-content h3.videotitle {
margin-bottom: 10px;
}

#main-content h3.videotitle span {
color: #999;
/*font-size: 12px;*/
font-weight: normal;
}

#main-content h3.listtitle {
border-top: 1px solid #eee;
margin-top: 20px;
padding-top: 10px;
}

#main-content p {
margin-bottom: 10px;
}

#main-content p strong,
#main-content p b {
font-weight: bold;
}

#main-content p em,
#main-content p i {
font-style: italic;
}

#main-content p.newsitemdate {
color: #999;
font-size: 10px;
}

#main-content p.mc-shout {
color: #9d0102;
font-size: 14px;
}

#main-content p.alert {
background-color: #fff7c5;
border: 1px solid #ffdd00;
font-size: 11px;
font-weight: bold;
margin-bottom: 20px;
padding: 5px;
}

#main-content h3 a,
#main-content h4 a,
#main-content p a,
#main-content ul li a {
border-bottom: 1px dotted #aaa;
/*color: #666;*/
color: #007dc3;
}

#main-content h3 a:hover,
#main-content h4 a:hover,
#main-content p a:hover,
#main-content ul li a:hover {
border-bottom: 1px solid #999;
/*color: #007dc3;*/
color: #666;
}

#main-content ul {
margin-bottom: 10px;
margin-left: 25px;
}

#main-content ul.bizops {
padding-top: 10px;
}

#main-content ul li {
list-style-type: square;
list-style-position: outside;
}

#main-content ul.pg-listing li {
font-size: 12px;
font-weight: bold;
}

#main-content ul.pg-listing li p {
font-size: 11px;
font-weight: normal;
margin-top: 0px;
}

#main-content ol {
margin-bottom: 10px;
margin-left: 25px;
}

#main-content ol li {
list-style-type: decimal;
list-style-position: outside;
}

#main-content p#paglinks {
border-top: 1px solid #999;
color: #999;
font-size: 10px;
padding-top: 3px;
text-transform: uppercase;
}

#main-content p#paglinks a {
background-color: #eee;
border: 0px;
padding: 2px;
}

#main-content .videoembed {
margin-bottom: 40px;
}

/* Contact List
------------------------------*/

#main-content #contactlist h3 {
border-bottom: 1px solid #eee;
color: #444;
font-size: 14px;
font-weight: bold;
margin: 20px 0 10px 0;
/*text-transform: uppercase;*/
}

#main-content #contactlist h3.classifiedhead {
color: #9d0102;
}

#main-content #contactlist h4 {
font-size: 12px;
font-weight: bold;
}

#main-content #contactlist h4 em {
color: #666;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 11px;
font-style: italic;
font-weight: normal;
}

#main-content #contactlist p,
#main-content #contactlist ul li,
#main-content #contactlist ol li {
font-size: 11px;
}

#main-content #contactlist p.careerblurb {
font-size: 12px;
}

#main-content #contactlist p.cbtop {
margin-top: -20px;
}

/* News List
------------------------------*/

#main-content .newslist h4 a {
/*border-bottom: 0px solid #eee;
color: #444;*/
font-size: 15px;
font-weight: bold;
padding-bottom: 20px;
}

#main-content .newslist h4 a:hover {
/*border-bottom: 1px solid #eee;
color: #007dc3;*/
}

/* News Item
------------------------------*/

#main-content .newsitem {
border-bottom: 0px solid #eee;
}

#main-content .newsitem h3#subtitle {
color: #666;
font-size: 14pt;
font-style: normal;
font-weight: bold;
margin: 20px 0;
}

#main-content .newsitem h4 a {
/*border-bottom: 0px solid #eee;
color: #444;*/
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}

#main-content .newsitem h4 a:hover {
/*border-bottom: 1px solid #eee;
color: #007dc3;*/
}

#main-content .newsitem p.datesharebar {
color: #999;
font-size: 10pt;
line-height: 16pt;
margin-top: -10px;
padding: 5px;
}

#main-content .newsitem p.datesharebar strong {
background-color: #efefef;

font-weight: normal;
padding: 5px;
}

#main-content .newsitem p.datesharebar a {
border-bottom: 1px dotted #aaa;
color: #999;
line-height: 16px;
}

#main-content .newsitem p.datesharebar a:hover {
border-bottom: 1px solid #999;
color: #007dc3;
}

#main-content .newsitem p.datesharebar a.sharelink,
#main-content .newsitem p.datesharebar a.addthis_button {
background: url(http://www.miningconnection.com/mc-assets/images/icons/email_sm.png) 0 1px no-repeat;
padding-left: 15px;
}

#main-content .newsitem p.datesharebar a.printlink {
background: url(http://www.miningconnection.com/mc-assets/images/icons/printer_sm.png) 0 0px no-repeat;
padding-left: 15px;
}

#main-content .newsitem p.excerpt {
font-size: 11px;
}

#main-content .newsitem p.readmore a {
background: url(http://www.miningconnection.com/mc-assets/images/readmore.jpg) no-repeat;
border-bottom: 0px;
display: block;
height: 16px;
margin-bottom: 30px;
text-indent: -9999px;
width: 85px;
}

#main-content .newsitem p.readmore a:hover {
background: url(http://www.miningconnection.com/mc-assets/images/readmore.jpg) 0 -16px no-repeat;
}

#extras {
display: none;
}

#extras p#pullquote {
background: url(http://www.miningconnection.com/mc-assets/images/bg-pullquote.gif) left top #e5f2f9 no-repeat;
/* background-color: #eee; */
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 13px;
font-style: italic;
padding: 15px;
}

#extras p.contactinfo {
background: url(http://www.miningconnection.com/mc-assets/images/bg-topleftcornerfold.gif) left top #e5f2f9 no-repeat;
color: #333;
padding: 15px;
}

#extras p.contactinfo strong {
font-weight: bold;
}

#extras p.contactinfo a {
border-bottom: 1px dotted #aaa;
color: #666;
}

#extras p.contactinfo a:hover {
border-bottom: 1px solid #999;
color: #007dc3;
}

#extras p#photocaption {
color: #999;
font-size: 10px;
}

#extras p#photocaption em {
color: #ccc;
font-style: normal;
}

#extras img.article_img {
background-color: #fff;
border: 1px solid #ccc;
padding: 10px;
}

.newsitem #bg-bio {
border-top: 1px solid #eee;
clear: right;
padding-top: 10px;
}

/* Content Footer
------------------------------*/

#content-footer {display: none;}


/* Register / Survey Buttons
------------------------------*/

#register-survey-buttons {display: none;}

/* Ads - Footer
------------------------------*/

#ads-footer {display: none;}

/* Ads - Button
------------------------------*/

#ads-button {display: none;}

/* 
------------------------------*/

#content-border-bottom p {display: none;}

/* Footer
------------------------------*/

#footer-container {display: none;}

