/*
Theme Name: Miracle Morning
Theme URI: http://spinhead.com/sh/wordpress/themes/miraclemorning/
Description: Custom theme for Hal Elrod's 'Miracle Morning' website and blog modifed from the Starkers framework http://elliotjaystocks.com/starkers/
Version: 1.0
Author: Joel D Canfield, Spinhead Web Design
Author URI: http://spinhead.com/
Tags:
*/

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }

/*
restoring a sensible default right here-jdc
ol, ul, li { list-style:none }
*/

ul {
list-style:disc outside;
margin-left:2em;
}

ol {
list-style:decimal outside;
margin-left:2em;
}

li ol {
list-style-type:lower-alpha;
margin-left:3em;
}

li {
padding:0.6em 0;
}

caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* TYPOGRAPHY */
h1, h2, h3, h5, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/* LAYOUT */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
div, ul, li { position:relative } /*  This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/*
dark blue is #00629c
light blue is #f0f9ff
orange is #ff6600
*/

html {
height:100%;
margin:0 0 1px; 0
background-color:#ffffff;
font-family:Calibri, Verdana, Helvetica, sans-serif;
}

body {
background:#f0f9ff url('images/header_bg.png') repeat-x;
}

a:link {
color:#00629c;
background-color:transparent;
}

a:visited {
color:#00629c;
background-color:transparent;
text-decoration:none;
}

a:hover {
color:#ff6600;
background-color:transparent;
}

a:active {
color:#591225;
background-color:transparent;
}

h1 {
font-size:160%;
}

h2 {
color:#00629c;
}

h2 a {
color:#00629c;
text-decoration:none;
}

#wrapper {
width:990px;
margin:0 auto;
padding-top:0;
}

#header {
margin:0 auto;
padding-top:0;
width:990px;
}

#headerlogo {
float:left;
margin:16px 0 0 0;
}

#headertag {
float:left;
margin:24px 0 0 16px;
}

#optin {
background:#00629c url('images/optin.jpg') no-repeat;
float:right;
width:220px;
height:166px;
margin:8px 2px 0 0;
padding:2px;
padding-bottom:0;
text-align:center;
}

#infusionsoft_optin {
font-size:80%;
}

#content {
width:990px;
margin:0 auto;
font-size:90%;
}

#respond {
width:500px;
float:left;
}

#searchform {
text-align:center;
}

#searchform input {
margin:0.6em;
color:#00629c;
}

#maincontent {
display:inline;
width:528px;
float:right;
/*float:left;*/
margin:8px 28px 0 20px;
text-align:left;
}

#maincontent h2 {
font-size:128%;
font-weight:bold;
}

#leftcolumn {
margin-top:12px;
width:206px;
float:left;
}

#thebook {
width:190px;
margin:0;
padding:4px;
text-align:center;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
}

#thingstodo {
width:190px;
margin:0;
padding:4px;
text-align:center;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
}

#videos {
width:190px;
margin:0;
padding:4px;
text-align:center;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
}

#videos img {
margin:0 auto;
}

#videos h4 {
margin-top:1em;
font-size:90%;
}

#tvappearances {
text-align:center;
}

#tvappearances img {
margin:0 auto;
}

#tvappearances h4 {
margin-top:1em;
}

.socialbookmarks a {
text-align:left;
margin:0.6em 0;
text-decoration:none;
}

.sidebarhead {
color:#ffffff;
background:#f0f9ff url('images/sidebarheads.png') no-repeat;
height:32px;
margin:0;
padding:0;
margin-left:1px;
font-size:18px;
font-weight:bold;
}

.sidebarhead p {
padding:4px 0 0 16px;
}

.sidebarheadsolid {
color:#ffffff;
background:#f0f9ff url('images/sidebarheadsolid.png') no-repeat;
height:32px;
margin:0;
padding:0;
font-size:18px;
font-weight:bold;
}

.sidebarheadsolid p {
padding:4px 0 0 16px;
}

.sidebarfoot {
color:#ffffff;
background:#f0f9ff url('images/sidebarfoot.png') no-repeat;
height:8px;
margin:0;
margin-bottom:8px;
padding:0;
}

.sidebarfootdark {
color:#ffffff;
background:#f0f9ff url('images/sidebarfoot_dark.png') no-repeat;
height:8px;
margin:0;
margin-bottom:8px;
padding:0;
}

.sidebarfoot p {
font-size:60%;
}

#sidebar {
width:208px;
margin:0;
margin-top:12px;
padding:0;
float:right;
}

#followme {
width:190px;
margin:0;
padding:4px;
/*float:right;*/
text-align:center;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
}

#followme img {
margin:8px auto;
}

#facebookbar {
width:198px;
margin:0;
padding:0;
/*float:right;*/
text-align:center;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
}

.sidebarmore {
width:192px;
margin:0;
padding:4px;
/*float:right;*/
text-align:left;
background-color:#ffffff;
border:1px solid #c2d6e5;
border-bottom:0;
font-size:80%;
}

#moreposts {
width:80%;
/*float:left;*/
border:1px solid #ff6600;
margin:1em auto;
padding:1em;
background-color:#fefefe;
}

#moreposts h2 {
margin-bottom:0.6em;
}

#moreposts a {
text-decoration:none;
}

#moreposts p {
margin:0.6em;
}

#footer {
clear:both;
width:100%;
background-color:#666666;
color:#cccccc;
padding:1em 0;
/*margin-top:1em;*/
border-top:1px solid #00629c;
border-bottom:1px solid #00629c;
}

#footer p {
color:#000000;
}

#footernav ul {
padding-left:0;
margin-left:32px;
color:#cccccc;
float:left;
width:560px;
text-align:center;
}

#footernav ul li {
display:inline;
font-size:140%;
font-weight:bold;
}

#footernav ul li a {
padding:0.2em 1em;
color:#cccccc;
text-decoration:none;
float:left;
}

#footernav ul li a:hover {
background-color:transparent;
color:#ffffff;
}

#footercredits {
font-size:70%;
width:200px;
float:right;
color:#666666;
border:1px solid #333333;
margin:0 32px 0 32px;
padding:0.6em;
text-align:center;
}

#infusionsoft_email_capture_form {
color:#ffffff;
width:192px;
background-color:#00629c;
border:0px solid #00629c;
font-size:80%;
padding:8px 4px;
margin:0;
border-bottom:0;
}

#infusionsoft_email_capture_form input {
margin-bottom:0.5em;
}

.optintext {
color:#00629c;
font-weight:bold;
font-size:90%;
margin-bottom:4px;
line-height:120%;
}

.widgettitle {
margin-top:0.5em;
}

#number_of_members {
padding:1px 3px;
font-weight:bold;
color:#ffffff;
background-color:#ff6600;
margin:12px auto;
}

#subpagevideonav {
text-align:center;
width:196px;
float:right;
margin-right:10px;
}

#rssfeed {
width:196px;
padding:0;
padding-bottom:8px;
margin:4px 0 0 0;
text-align:center;
font-size:80%;
}

.post {
padding:0.6em;
margin:0.3em 0;
background-color:#ffffff;
border:1px solid #c2d6e5;
}

.post p {
margin:1em 0;
}

.post h2 a {
font-size:100%;
font-weight:bold;
color:#00629c;
}

.post h2 {
font-size:100%;
font-weight:bold;
color:#00629c;
}

.sharethis {
font-size:120%;
color:#ff6600;
font-weight:bold;
}

.the_time {
font-size:80%;
font-style:italic;
margin-bottom:1em;
}

.the_tags {
clear:both;
font-size:80%;
font-style:italic;
margin-top:0.6em;
}

p a.more-link {
font-size:80%;
font-style:normal;
font-weight:bold;
margin-top:1em;
}

.akpc_pop {
font-size:80%;
font-style:italic;
margin-top:0.6em;
}

.quote {
font-family:"Times New Roman", Times, serif;
font-style:italic;
}

#content .howmanycommentswrapper {
float:right;
clear:right;
}



#content .howmanycommentswrapper a {
width:72px;
height:72px;
padding:0px;
padding-top:10px;
text-align:center;
margin:0;
margin-left:10px;
clear:right;
display:block;
text-decoration:none;
line-height:1;
}

#content .howmanycommentswrapper a:link, #content .howmanycommentswrapper a:visited, #content .howmanycommentswrapper a:active {
background-image:url(images/comments_off.png);
background-position:top;
background-repeat:no-repeat;
color:#ffffff;
font-weight:bold;
font-size:80%;
}

#content .howmanycommentswrapper a:hover {
background-image:url(images/comments_on.png);
background-position:top;
background-repeat:no-repeat;
color:#003554;
background-color:transparent;
font-weight:bold;
font-size:80%;
}


#content .howmanycommentswrapper noscript {
visibility:hidden;
}


#content .howmanycomments {
font-size:256%;
font-weight:normal;
}

ul#nav {
clear:left;
list-style:none;
width: 764px;
height:30px;
overflow: hidden;
float:left;
margin:0 0 16px 0;
}

ul#nav li {
list-style:none;
float:left;
margin:0 2px 0 0;
padding:0;
}

ul#nav li a {
display: block;
text-indent:-9999px;
padding:0;
}

.nav_resources a {
width: 174px;
height: 30px;
background: url('images/nav20100223.gif') 0 0;
}
.nav_resources a:hover, .nav_resources a#current {
background: url('images/nav20100223.gif') 0 -31px;
}

.nav_about a {
width: 77px;
height: 30px;
background: url('images/nav20100223.gif') -177px 0;
}

.nav_about a:hover, .nav_about a#current {
background: url('images/nav20100223.gif') -177px -31px;
}

.nav_stories a {
width: 168px;
height: 30px;
background: url('images/nav20100223.gif') -257px 0;
}

.nav_stories a:hover, .nav_stories a#current {
background: url('images/nav20100223.gif') -257px -31px;
}

.nav_book a {
width: 65px;
height: 30px;
background: url('images/nav20100223.gif') -430px 0;
}

.nav_book a:hover, .nav_book a#current {
background: url('images/nav20100223.gif') -430px -31px;
}

.nav_store {
margin: 0 !important;
}

.nav_store a {
width: 64px;
height: 30px;
background: url('images/nav20100223.gif') -500px 0;
}

.nav_store a:hover, .nav_store a#current {
background: url('images/nav20100223.gif') -500px -31px;
}

.nav_contact a {
width: 92px;
height: 30px;
background: url('images/nav20100223.gif') -568px 0;
}

.nav_contact a:hover, .nav_contact a#current {
background: url('images/nav20100223.gif') -568px -31px;
}


.nav_retreats a {
width: 104px;
height: 30px;
background: url('images/nav20100223.gif') -667px 0;
}

.nav_retreats a:hover, .nav_retreats a#current {
background: url('images/nav20100223.gif') -667px -31px;
}


ul#videonav1 {
width: 196px;
height:30px;
overflow: hidden;
margin:0;
margin-bottom:2px;
margin-right:2px;
}

ul#videonav1 li {
list-style:none;
float:left;
margin:0;
padding:0;
}

ul#videonav1 li a {
display: block;
text-indent:-9999px;
padding:0;
}

ul#videonav2 {
width: 196px;
height:30px;
overflow: hidden;
margin:0;
margin-bottom:8px;
}

ul#videonav2 li {
list-style:none;
float:left;
margin:0;
padding:0;
}

ul#videonav2 li a {
display: block;
text-indent:-9999px;
padding:0;
}

.videonav_spacer{
width:2px;
height:30px;
}

.videonav_currenthits a {
width: 96px;
height: 30px;
background: url('images/videonav20100223.gif') 0 0;
}
.videonav_currenthits a:hover, .videonav_currenthits a#current {
background: url('images/videonav20100223.gif') 0 -30px;
}

.videonav_alltime a {
width: 96px;
height: 30px;
background: url('images/videonav20100223.gif') -96px 0;
}

.videonav_alltime a:hover, .videonav_alltime a#current {
background: url('images/videonav20100223.gif') -96px -30px;
}

.videonav_halsfaves a {
width: 96px;
height: 30px;
background: url('images/videonav20100223.gif') 0 -60px;
}

.videonav_halsfaves a:hover, .videonav_halsfaves a#current {
background: url('images/videonav20100223.gif') 0 -90px;
}

.videonav_funniest a {
width: 96px;
height: 30px;
background: url('images/videonav20100223.gif') -96px -60px;
}

.videonav_funniest a:hover, .videonav_funniest a#current {
background: url('images/videonav20100223.gif') -96px -90px;
}

object {
position:relative;
z-index:1;
}

embed {
position:relative;
z-index:1;
}




/* leave these last */

/* hack 4 IE/7.0 */
*:first-child+html #content {
width:768px;
}

*:first-child+html #maincontent {
display: inline;
float:right;
margin:8px 10px 0 auto;
}

/* hack 4 IE/6.0 */

* html #content {
width:768px;
}

* html #maincontent {
display: inline;
float:right;
margin:8px 10px 0 auto;
}
