/*
Theme Name: Mantra Child
Template: mantra
*/

@import url("../mantra/style.css");

#site-description {
	line-height:20px;
}

.breadcrumbs {
	font-size:0.8em;
	padding:0em 0 0 0em;
}

h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-title h1,
.entry-content h2, .entry-title h2,
.entry-content h3, .entry-title h3,
.entry-content h4, .entry-title h4,
.entry-content h5, .entry-title h5,
.entry-content h6, .entry-title h6 {
	line-height: 2.0em;
	-moz-text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc;
	-webkit-text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc;
	text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc;
}

h1, h2,
.entry-content h1, .entry-title h1,
.entry-content h2, .entry-title h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
}

h3, h4,
.entry-content h3, .entry-title h3,
.entry-content h4, .entry-title h4 {
	font-family:Segoe UI, Arial, sans-serif;
	font-style: italic;
	border-bottom:2px solid #ccc;
}

h5, h6,
.entry-content h5, .entry-title h5,
.entry-content h6, .entry-title h6 {
	font-family:Segoe UI, Arial, sans-serif;
	font-weight:bold;
	-moz-text-shadow:0px 0px 0px, 0px 0px 0px, 0px 0px 0px;
	-webkit-text-shadow:0px 0px 0px, 0px 0px 0px, 0px 0px 0px;
	text-shadow:0px 0px 0px, 0px 0px 0px, 0px 0px 0px;

}


h1, .entry-content h1, .entry-title h1 { font-size:2.0em; }
h2, .entry-content h2, .entry-title h2 { font-size:1.8em; }
h3, .entry-content h3, .entry-title h3 { font-size:1.6em; }
h4, .entry-content h4, .entry-title h4 { font-size:1.4em; }
h5, .entry-content h5, .entry-title h5 { font-size:1.2em; }
h6, .entry-content h6, .entry-title h6 { font-size:1.0em; }


