/*
Template Name: Stylesheet
*/

/*  
Theme Name: Mike-Industries-One
Theme URI: http://www.mikeindustries.com/
Description: This is my WordPress theme. It is not authorized for reuse or redistribution. All rights reserved.
Version: 1.0
Author: Mike Davidson
Author URI: http://www.mikeindustries.com/
*/



/* CSS Reset */

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,
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: "" "";
}

/* Globals */

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -.1em;
	font-size: 1.7em;
	line-height: 1em;
}

.sIFR-flash {
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

.h2replaced {
	border-bottom: 1px solid #6D6D6D;
	margin: 0 0 8px 0;
	display: block;
	padding: 0;
}

*/

html.center, body.center {
	height: 100%;
}


body {
	text-align: center;
	font-size: 62.5%;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	line-height: 1.6em;
	color: #000;
}

/* Text Styles */

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

div {
	position: relative;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2 {
	_height: 1em;
	border-bottom: 1px solid #6D6D6D;
	margin: 6px 0 8px 0;
	padding: 0 0 1px 0;
	font-family : Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-size : 16px;
	line-height : 24px;
	font-weight : normal;
	letter-spacing : 1px;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #000 !important;
	border-bottom: none !important;
}

h3 {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 8px 0;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

code, pre {
	font-family: Monaco, "Bitstream Vera Sans Mono", monospace;
	font-style: normal;
	font-weight: normal;
}

ol li {
	margin: 0 0 1em 0;
	padding: 0;
}

#mainpane ul li {
	margin: 0 0 1em 0;
}

input.button-search {
	width: 75px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin-top: 4px;
}

input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

input.textfield-search {
	width: 95%;
}

form {
	display: inline;
}

textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

blockquote, q {
	font-style: italic;
	margin: 1em auto 1em auto;
	width: 85%;
}
/* Structure */

#master {
	width: 756px;
	margin: 0 auto 0 auto;
}

#main {
	width: 756px;
	background-repeat:repeat-y;
}

#topshadow {
	width: 756px;
	height: 29px;
	background-repeat:no-repeat;
}

#header {
	width: 698px;
	height: 158px;
	background-color:#000;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 698px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

#topnav ul {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
}

#topnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav a:link, #topnav a:visited {
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCC;
	padding-bottom: 5px;
}

#topnav a.indicator:link, #topnav a.indicator:visited {
	border-bottom: 4px solid #FFF;
	padding-bottom: 5px;
	color: #FFF;
}

#topnav a:hover {
	color: #FFF;
}

#content {
	width: 698px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#mainpane {
	float: left;
	width: 538px;
	background-color: #FFF;
	_overflow-x: hidden;
}

#mainpanecontent {
	padding: 30px 43px 30px 43px;
}

#mainpanecontent a:link {
	color: #6A0A0A;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dotted #6A0A0A;
}

#mainpanecontent a:hover {
	border-bottom: 1px solid #6A0A0A;
}

#mainpanecontent a:visited:after {
	color: #828282;
	font-weight: normal;
	content: "\00A0\221A";
	font-size: 75%;
}

#mainpanecontent a.nocheck:visited, #mainpanecontent a.nocheck, #mainpanecontent a.nocheck:hover, #mainpanecontent a.nocheck:visited:hover {
	border-bottom: none;
}

#mainpanecontent a.nocheck:visited:after {
	content: "";
}

#mainpanecontent a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #828282;
	text-decoration:none;
	border-bottom: 1px dotted #828282;
}

#mainpanecontent a:visited:hover {
	border-bottom: 1px solid #828282;
}

#mainpanecontent ol {
	list-style-type: decimal;
	margin-left: 3em;	
}

#mainpanecontent ul {
	list-style-type: disc;
	margin-left: 3em;
}


#sidepane {
	width: 160px;
	float:left;
	font-size: 10px;
	line-height: 150%;
	padding-bottom: 10px;
	overflow-x:hidden;
}

#sidepane div {
	padding: 9px 12px 5px 12px;
}

#sidepane ul {
	margin: 0;
	padding: 0;
	list-style: none;
	_list-style: disc;
	_margin-left: 16px;
}

#sidepane ul li {
	padding-left: 10px;
	_padding-left: 0;
	background-image: url(http://www.mikeindustries.com/blog/images/bullet.gif);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: 0 .6em;
	margin: 0;
}

#sidepane a:link {
	text-decoration:none;
	color: #000;
}

#sidepane a:hover {
	text-decoration: underline;
}

#sidepane a:visited {
	color: #555;
	text-decoration:none;
}

#sidepane h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#abouttheauthor p {
	margin: 0;
	padding: 0;
}

#selectatheme a:link {
	display: inline;
}

#selectatheme img {
	border: 1px solid #000;
	display: inline;
	margin: 4px 7px 0 0;
}

#clearer {
	clear: both;
	height: 0;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	clear: both;
	color: #FFF;
	width: 698px;
}

#footer p {
	padding: 5px;
	margin: 0px;
}

#bottomshadow {
	width: 756px;
	height: 29px;
	background-repeat:no-repeat;
}

.dateline {
	text-align: right;
	margin: 2px 0 16px 0;
	color: #6D6D6D;
}

.entry {
	clear: both;
	width: 449px;
}

.entrybody {
	clear: both;
}

.posted	{ 
	font-style: italic;
	font-size: 10px;
	margin-bottom: 15px;
}

.tagsallowed {
	display: block;
	color: #828282;
	font-style: italic;
	font-size: 10px;
	padding: 0 0 3px 0;
	margin: 0;
}

.posted a:link, .posted a:visited, .posted a:hover, .posted a:active {
	font-weight: normal;
	font-style: normal;
}

#commentlist .commentdate a:link, .commentdate a:visited	{ 
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
}

.commentauthor {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 8px 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentauthor span {
	font-weight: bold;
}

#commentlist {
        width: 450px;
        overflow: hidden;
        clear: both;
}

.commentshell {
        background: #E9E9E9;
        margin-bottom: 20px;
        _overflow-x: hidden;
}

.commenttext {
	clear: both;
}

.commentbody {
   padding: 16px;
	z-index: 10;
}

.bignumbers {
	position: absolute;
	top: 0;
	right: -15px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 186px;
	z-index: 10;
	padding-top: 41px;
	height: 150px;
	width: 250px;
	text-align: right;
}

.mike .bignumbers {
	display: none;
}

.leftinline {
	float : left;
        margin : 3px 15px 10px 0;
}

.leftinlineborder {
	float : left;
        margin : 3px 15px 10px 0;
        border : 1px solid #AAA;
}

.rightinline {
	float : right;
        margin : 10px 0 10px 10px;
}

.rightinlineborder {
	float : right;
        margin : 10px 0 10px 10px;
        border : 1px solid #AAA;
}

.inlinephotocaption {
	float : right;
        margin : 10px 0 10px 10px;
}

.inlinephotocaption p {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
}

.extended {
        display: block;
        _height: 1em;
}

.q {
        font-weight: bold;
        font-size: 13px;
}

.pullquote {
	float: right;
	padding: 5px 0 5px 15px;
	width: 175px;
	font-family : Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-size : 16px;
	line-height : 22px;
	font-weight : normal;
	letter-spacing : 1px;
}

.attribution {
	font-variant : normal;
	font-size : 11px;
	padding-top: 14px;
	line-height: 1.3em;
	font-style: italic;
	letter-spacing: 0;
}

.pullbox {
        margin: 10px auto 10px auto;
        width: 86%;
        background-color: #EEE;
        border : 1px dotted #AAA;
        padding: 12px;
        font-style: italic;
}			

#menu {
  	margin-bottom:15px;
	border: 1px dotted #6D6D6D;
	padding: 6px;
}							

#name_email p {
  	margin-bottom: 0;
  	padding-bottom: 13px;
}

.update {
  	background-color: #E9E9E9;
  	padding: 20px 20px 20px 20px;
  	margin-bottom: 10px;
}

.index {
	display: none;
}

.mike {
	background-repeat: no-repeat;
	background-color: #FFF;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

.mike .commentauthor {
	visibility: hidden;
}

del {
	text-decoration: line-through;
	color: #660000;
}

ins {
	text-decoration: none;
	color: #006600;
}

.compare {
	font-size: 10px; 
	border: 0;
}

.compare th {
	text-align: left;
	padding: 4px
}

.compare td {
	padding: 4px
}

.good {
	color: #006600
}

.bad {
	color: #660000
}

.caption {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

/* POLL STYLES */

#mainpanecontent .poll {
	clear: both;
	padding-left: 15px;
	padding-bottom: 5px;
}

#mainpanecontent .poll h3 {
	font-size: 14px;
	border-bottom:1px solid #ccc;
	color:#6B6B6B;
	padding-bottom:3px;
	margin-bottom: 3px;
}

#mainpanecontent .poll p {
	color:#9D9D9D;
}

#mainpanecontent .poll .totalVotes {
	font-weight: bold;
	color: #000;
}

#mainpanecontent .poll .question {
	font-weight:bold;
}

#mainpanecontent .poll ul  {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#mainpanecontent .poll table {
	border: none;
	padding: 0;
	margin: 0 0 7px 0;
}

#mainpanecontent .poll td {
	padding: 3px 3px 3px 0;
}

#mainpanecontent .poll li {
	padding-bottom:15px;
	clear: both;
}

#mainpanecontent .poll .result {
	padding-bottom:30px;
}

#mainpanecontent .poll div {
	position:relative; 
	float:left;
}

#mainpanecontent .poll .answer_box {
	width:75%;
	height:15px;
	background-color: #EEE;
}

#mainpanecontent .poll .answer_percent {
	width:0%;
	height:15px;
	background-color: #506787;
}

#mainpanecontent .poll .answer_votes {
	margin-left:10px;
}

#mainpanecontent .poll #answer0_percent {
	background-color: #506787;
}

#mainpanecontent .poll #answer1_percent {
	background-color: #506787;
}

#mainpanecontent .poll #answer2_percent {
	background-color: #506787;
}

#mainpanecontent .poll #answer3_percent {
	background-color: #506787;
}

#mainpanecontent .poll #answer4_percent {
	background-color: #506787;
}

#mainpanecontent .poll #answer5_percent {
	background-color: #506787;
}

#subscribe_emailform {
	margin-top: 10px;
	display: none;
}

#subscribe_prompt {
	background-color: #000;
	padding: 8px;
	color: #fff;
	font-size: 10px;
}

#subscribe_prompt a:link, #subscribe_prompt a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	_border-bottom: 1px solid #fff;
	color: #fff;
}

#subscribe_prompt a.subscribe_close:link, #subscribe_prompt a.subscribe_close:visited {
	border-bottom: 1px dotted #aaa;
	_border-bottom: 1px solid #aaa;
	color: #aaa;
	margin-left: 20px;
}
