/*   
Theme Name: Roundball Mining Company
Theme URI: http://www.roundballminingcompany.com/
Description: a two-column fixed-width theme for TrueHoop Network blogs.
Author: Spencer Ryan Hall
Author URI: http://www.spencerryanhall.com/
Template: rmc_theme
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 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%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
	background: #fff;
	margin: 1.5em 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight:400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
input, textarea {
	margin: 0;
}
/* Removes Firefox imposed outline */
a {
	outline: none;
}
/* Clearing floats without extra markup  */
.wrapper {
	display: inline-block;
}
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .wrapper {
	height: 1%;
}
.wrapper {
	display: block;
}
/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body {
	font-size:x-small;
}
/* Default fonts and colors. */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4B90CC;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
}
address {
	margin-top: 1.5em;
	font-style: italic;
}
del {
	color: #000;
}
a:link {
	color:#4B90CC;
	text-decoration:none;
} /* unvisited link */
a:visited {
	
	text-decoration:none;
} /* visited link */
a:hover {
	color:#FBB726;
	text-decoration:underline;
} /* mouse over link */
a:active {
	color:#FBB726;
	text-decoration:underline;
} /* selected link */
blockquote {	
    margin: 1.5em;
    padding-left: 50px;
    background: transparent url(images/quotes.png) no-repeat; }
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
pre, code {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em monospace;
	line-height: 1.5;
}
tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}


/* Table elements
-------------------------------------------------------------- */
table {
	border:1px solid #ddd;
	background:#fff;
	margin-bottom:1em;
	
}
th {padding:7px; font-weight:bold;}
td {padding:7px;}

/* End Reset
-------------------------------------------------------------- */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color:#000;
}
#master-wrap {
	background: #000 url(images/rmc_header_16.jpg) no-repeat center top;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header {
	background: none;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:250px;
	margin:auto;
	width:1000px;
	position:relative;
	border-bottom:#bbb;
}
#header h1 a {
	display: block;
	height: 140px;
	margin: auto;
	line-height: 100%;
	position: relative;
	top: 20px;
	text-decoration: none;
	text-indent: -900em;
	width: 100%
}
#content_wrap {
	background-color:#fff;
	border-bottom:5px solid #555;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
}
#sidebar h2 {
	margin: 1em 0 .4em;
}
#sidebar h3 {
	color:#333;
	margin: 1em 0 .4em;
}
#sidebar p {
	margin: 0 0 .8em 0;
}
#mainContent {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.2em;
	line-height: 1.6em;
	background-color:#fff;
}
#mainContent p {
	margin: 0 0 .8em 0;
}
#mainContent h1 {
	font-size: 2.4em;
	margin: 0 0 .4em 0;
}
#mainContent img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
}
.post-meta {font-size:x-small; position:relative; top:-1em;  color:#666; line-height:1.5;}
.post-footer {margin-bottom:20px; padding:50px 0 1em 0; border-bottom:1px dotted #ddd; font-size:x-small; background: transparent url(images/pickaxe_02.png) no-repeat; }
#footer {
	padding: 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height:200px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	list-style:none;
	margin-left:0;
	color:#999;
}
#footer ul li {
	line-height: 2em;
	margin-right:5px;
}
#footer ul li a {
	background: #none; /* temp */
	color: #4B90CC;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#main_nav {
	position:absolute;
	bottom:8px;
	left:0;
	width:1000px;
}
#main_nav ul {
	list-style: none;
	margin-left: 0px;
}
#main_nav ul li {
	float: left;
	border-left:1px solid #FBB726;
}
#main_nav ul li a {
	background: #none; /* temp */
	color: #fff;
	display: block;
	float: left;
	line-height: 3.2em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
}
#main_nav ul li a:hover {
	color: #FBB726;

}
#site_meta ul {
	list-style:none;
}
#site_meta ul li {
	float:left;
	margin-right:5px;
}
#site_meta ul li a {
	display:block;
	float:right;
	line-height:3.2em;
	padding:0 1.2em;
	text-align: center;
	text-decoration:none;
	color:#fff;
}
#site_meta ul li a:hover {
	color: #FBB726;
	
	}
#site_meta {
	position:absolute;
	bottom:8px;
	right:9px;
}
.date {
	background-color:#FBB726;
	color:#333;
	font-size:x-small;
	margin:0 0 .8em 0;
	padding:.4em 1.2em;
	position:relative;
	top:-15px;
	left:390px;
}
textarea#comment {
	width: 400px;
	padding: 5px;
}
.commentmetadata {
	font-size: 10px;
}
#rss img {
	vertical-align:middle;
}
#contact {
	border-right:1px solid #bbb;
}
.main {
	border-left: 1px solid #3d4144;
	border-right: 1px solid #3d4144;
}

/* =============================================================================
   THN Quick Reaction 
   ========================================================================== */
   
.thn-reaction {
	overflow:hidden;
	margin:10px 0;
	max-width:600px;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	line-height:1;
	font:13px/1.385 helvetica, arial, clean, sans-serif;
	color:#333;
}
.thn-reaction a {
	color:#225DB7;
	text-decoration:none;
}
.thn-reaction a:hover {
	text-decoration:underline;
}
.thn-reaction a:visited {
	color:#608FD6;
}
.thn-reaction p {
	font-size:13px;
	line-height: 1.385;
	font-family: helvetica, arial, clean, sans-serif;
	margin:0 0 1em 0;
}
.thn-reaction p:last-child {
	margin:0;
}
.thn-reaction > div {
	margin-bottom:20px;
	border:1px #c2c2c2 solid;
	overflow:hidden;
	background:#fff;
}
.thn-reaction img {
	background: none !important;
	border:none !important;
}

.thn-reaction table {
	border-collapse:collapse !important;
	border-spacing:0 !Important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	background: none !important;
	width: 100% !important;
}
.thn-reaction td {
	border:none;
}

/* =============================================================================
   THN Header Section
   ========================================================================== */
   
.thn-reaction-header {
	background:#fff url(http://a2.espncdn.com/prod/assets/gradient_back.jpg) bottom repeat-x !important;
	padding:10px;
}
.thn-reaction-header table {
	width:100%;
	clear:both;
	border:none !important;
}
.thn-reaction-header td {
	vertical-align: middle !important;
	margin:0 !important;
	padding:0 7px !important;
	border:none !important;
	text-align: center !important;
}
.thn-reaction-header table img {
	border:none;
	background-color:transparent;
}
.thn-reaction-score {
	font-size:20px;
	font-weight:bold;
}
.thn-reaction-final {
	font-size:12px;
}

/* =============================================================================
   THN Grades Section
   ========================================================================== */

.thn-reaction-grades {
	background:#fff;
	font-size:12px;
	padding:5px;
}
.thn-reaction-grades td {
	vertical-align: top !important;
	border:none !important;
	border-bottom:1px #d6d6d6 solid !important;
	margin:0 !important;
	padding:7px 7px 3px 7px !important;
}
.thn-reaction-grades td.last {
	border-bottom:none !important;
- Hide quoted text -
}
.thn-reaction-player {
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.thn-reaction-player-line {
	padding-left:10px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.thn-reaction h4 {
	display: block;
	margin:0 0 1em 0;
	font-weight: bold;
	font-size: 15px;
	border-bottom:1px #d6d6d6 solid;
	padding:0 0 4px 0;
	text-transform:uppercase;
}

/* =============================================================================
  THN Five Things We Saw
   ========================================================================== */

.thn-reaction-summary {
	padding:10px;
}
.thn-reaction ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
.thn-reaction ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 15px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:0px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
}
.thn-reaction ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
    position:absolute;
	top:2px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
	padding:4px;
	border-top:1px solid #d6d6d6;
	color:#fff;
	background:#666;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
}
.thn-reaction li ol, .thn-reaction li ul {
	margin-top:6px;
}
.thn-reaction ol ol li:last-child {
	margin-bottom:0;
}

