/*   
Theme Name: MTS Print
Theme URI: http://www.mccurleycreative.com/
Description: Mending the Soul Ministries
Author: Dan McCurley
Author URI: http://www.mccurleycreative.com/
*/


/* Reset default browser CSS */
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;
	vertical-align: baseline;
	}

table { /* Tables still need 'cellspacing="0"' in the markup. */
	border-collapse: separate; 
	border-spacing: 0; 
	}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	}

table, td, th { 
	vertical-align: middle; 
	}

a img { 
	border: none; /* Remove border on linked images. */
	}


/* Typography & Colors */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	background: #fff;
	color: #000;
	line-height: 1.5; 
	}

#wrapper {
	width: 100%; 
	margin: 0; 
	background: #fff;
	clear: both;
	}

#container {
	width: 100%; 
	background: #fff;
	}

#content {
	width: 100%; 
	padding: 0;
	float: none; 
	background: #fff;
	}

a:link {
	color: #900;
	text-decoration: underline;
	}	

a:visited {
	color: #900;
	text-decoration: underline;
	}

h1 { 
	font-size: 2.5em; 
	color: #900; 
	line-height: 1.25; 
	padding: 1em 0 0; 
	font-family: Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1px;
	font-weight: normal;
	}

h1.homepage { 
	margin: 0;
	padding: 0;
	}

h2 { 
	font-size: 1.75em; 
	line-height: 1.25; 
	padding: 1em 0 0; 
	color: #900;
	font-weight: normal;
	}

h3 { 
	font-size: 1.25em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	color:  #555;
	font-style: italic;
	font-weight: bold;
	}

h3.homepage { 
	line-height: 1.5em;
	padding-top: 2em;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	}

h4 { 
	font-size: 1em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	}

h5 { 
	font-size: 1em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	font-weight: normal;
	}
	
h6 { 
	font-size: 0.9166em;
	padding: 1.4545em 0 0; 
	font-variant: small-caps;
	}

div.excerpted-post h2 {
	font-size: 1em;
	line-height: 1.5;
	padding-top: 1em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	}
	
div.excerpted-post h3 {
	font-size: 1em;
	line-height: 1.5;
	padding-top: 1em;
	font-weight: normal;
	font-style: italic;
	color: #000;
	}

.red {
	color: #900;
	}

small {
	font-size: 0.9166em;
	}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}	
	
sup {
	bottom: 1ex;
	}

sub {
	top: .5ex;
	}

p {
	padding: 1em 0 0;
	}

em {
	font-style: italic;
	}


/* Header */
#header {
	width: 100%; 
	padding: 0 0 2em 0;
	border-bottom: 5px solid #000;
	background: #fff;
	height: auto;
	margin-bottom: 1em;
	}

#logo 	{
	width: 100%; 
	margin: 0;
	padding-left: 0;
	}
	
#verse 	{
	display: none;
	}

#breadcrumbs {
	display: none;
	}

p.copyright {
	color:  #000;
	margin-top: 2em;
	border-top: 1px solid #000;
	}	

/* Navigation */

#nav-bar {
	display: none;
	}

#navigation {
	display: none;
	}


/* Homepage Tabs */

#home-tabs ul {
	display: none;
}
.ui-tabs-nav {
	display: none;
}
.ui-tabs-panel {
	display: none;
}


/* Sidebar and Widgets */
#sidebar {
	display: none;
	}

/* Widget Search Box */
label.hidden {
	display: none;
	}
	
/* Footer */
#footer {
	width: 100%;
	margin: 0;
	background: #fff;
	color:  #000;
	overflow: hidden;
	padding: 0.5em 0 7em;
	font-weight: bold;
	}	
.footer {
	width: 100%;
	margin: 0;
	margin-top: 9px;
	line-height: 1.25em;
	padding-left: 0;
	}	
.footer-right {
	display: none;
	}