/*   
Theme Name: Vocal Coach
Description: Designed and Coded by subtlemonsters
Author: Ian and Beverly Wallbrech
Version: 1.0
*/

/* @group Resets */

/* Resets */
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;
}
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: "" "";
}
/* End Resets*/

/* @end */

body {
	font: 100%/1.3em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #d1dadd;
}

/* @group General */

a {
	color: #376978;
}
a:visited {
	color: #5C064A;
}
p {
	clear: both;
}
ul, ol, dd {
	margin: 0 60px 7px 40px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	
}
dl {
	list-style-type: disc;
}
dt {
	
}
dd {
	
}
h2, h3, h4, h5, h6 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	margin: 1.2em 0 .5em 0;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #376978;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font: 16px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: capitalize;
}
h6 {
	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin-left: 40px;
	margin-right: 60px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.MoreLink, a.MoreLink {
	float: right;
	margin-top: 5px;
	padding-left: 14px;
	font: bold 11px Baskerville, Times, "Times New Roman", serif;
	color: #993300;
	text-transform: uppercase;
	background: url(images/more_arrow.png) no-repeat left center;
	text-decoration: none;
	height: 13px;
	margin-bottom: 10px;
}
a.MoreLink:hover {
	text-decoration: underline;
}
#Billboard .MoreLink, #Billboard a.MoreLink, #PageIntro .MoreLink, #PageIntro a.MoreLink {
	float: left;
	margin-left: 15px;
}
.blue {
	color: #376978;
}
.purple {
	color: #5C064A;
}
.red {
	color: #993300;
}

/* @end */

#Page {
	width: 1020px;
	margin: 0 auto;
	border: #D1DADD solid 1px;
}
#Head {
	float: left;
	width: 100%;
}
#HeadNav {
	float: left;
	width: 100%;
	height: 56px;
	background: url(images/vc_nav_bg.jpg) repeat-x;
	font: .9em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#HeadNav {
	float: left;
	width: 100%;
	height: 56px;
	background: url(images/vc_nav_bg.jpg) repeat-x;
	font: .9em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#HeadNav ul {
	float: left;
	width: 800px;
	list-style-type: none;
	margin: 0 0 0 30px;
}
#HeadNav li.TopLevel {
	position: relative;
	float: left;
	margin-right: 20px;
}
#HeadNav li.TopLevel > a {
	float: left;
	padding-top: 6px;
	padding-left: 18px;
	height: 56px;
	color: white;
	text-decoration: none;
	background: url(images/vc_nav_arrow.jpg) no-repeat;
}
#HeadNav li.TopLevel a:hover {
	color: #FFD8AE;
}
#HeadNav li ul {
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	width: 100px;
	margin: 0;
	padding: 3px 10px 20px 18px;
	color: white;
	background-color: #376978;
	border-right: solid 2px #2E4D58;
	border-bottom: solid 2px #2E4D58;
	border-left: solid 2px #2E4D58;
	list-style-type: circle;
	z-index: 1;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.8);
}
#HeadNav li ul li {
	padding: 5px 0;
}
#HeadNav li ul li a {
	color: white;
	text-decoration: none;
}
#HeadNav ul li:hover ul {
	display: block;
}

/* @group Current Page */
#HeadNav a.active,
.home #Home,
.about #About,
.personal-lessons #PersonalLessons,
.free-singing-resources #FreeResources,
.enhance-your-worship #Worship {
	background: url(images/vc_nav_select_arrow.jpg) no-repeat;
	color: #FFD8AE;
}
/* @end */

a#CartLink {
	float: right;
	width: 67px;
	height: 46px;
	padding: 11px 0 0 89px;
	background: url(images/vc_nav_cart.jpg);
}
a#CartLink:hover {
	color: #376978;
}
#Feature {
	position: relative;
	float: left;
	width: 100%;
	height: 333px;
	background: url(images/vc_drilldownbkg_logo.jpg) no-repeat;
}
/* @group BillBoard */

#Billboard {
	position: absolute;
	top:  22px;
	right: 40px;
	width: 680px;
	height: 267px;
	font-size: .82em;
	color: white;
	overflow: hidden;
}
#Billboard h1 {
	margin: 15px 0 0 15px;
	color: white;
	font-size: 1.3em;
	font-style: italic;
}
#Billboard h1 + h1 {
	margin: 0 0 10px 0;
	padding-left: 2em;
}
#Billboard p {
	width: 320px;
	margin-left: 15px;
	line-height: 1.3em;
}
.j-Handle {
	float: left;
	width: 30px;
	height: 267px;
}
.j-Content {
	float: left;
	width: 590px;
	height: 267px;
	display: none;
}
.j-Content img {
	margin: 10px 10px 10px 15px;
}
#BB-CoachsPick {
	background: url(images/billboard_coachpick_performance.jpg) no-repeat right;
}
#BB-Downloadable {
	background: url(images/billboard_mp3.jpg) no-repeat right;
}
#BB-VCSinger {
	background: url(images/billboard_vcsinger.jpg) no-repeat right;
}

/* @end */

#PageIntro {
	position: absolute;
	top:  33px;
	right: 0px;
	width: 33%;
	height: 245px;
	margin-right: 30%;
	font-size: .82em;
	color: white;
}
#PageIntro h1 {
	margin-bottom: 0;
	color: white;
	font-size: 1.3em;
	font-style: italic;
}
#PageIntro h1 + h1 {
	padding-left: 2em;
	margin-bottom: 10px;
}
#PageIntro p {
	line-height: 1.3em;
}
#PageImage {
	position: absolute;
	top:  22px;
	right: 40px;
	width: 650px;
	height: 267px;
}
#PageImage a, #PageImage img {
	margin: 0;
	padding: 0;
}
#PageImage object {
	margin: 15px;
}
#Torso {
	float: left;
	width: 100%;
	padding-top: 30px;
	background: white url(images/vc_torso_gradient.jpg) repeat-x;
	font-size: .82em;
}
#Content {
	position: relative;
	float: right;
	width: 63%;
	margin-bottom: 30px;
}
#PageContent {
	margin: 0 60px 0 0;
}
.home #PageContent {
	margin: 0;
	width: 46%;
	padding: 0;
}
#PageContent h1 + p:first-letter {
	font: 3em Baskerville, Times, "Times New Roman", serif;
}
#ContentHeader, #ContentFooter {
	float: left;
}
#ContentHeader a img {
	margin-right: 20px;
}
#ContentFooter a img {
	margin-right: 10px;
}
#ContentHeader {
	width: 80%;
	margin: 0 10% 30px 10%;
}
#ContentFooter {
	width: 60%;
	margin: 30px 20%;
}
#Sidebar {
	float: left;
	width: 30%;
	margin-bottom: 30px;
}
.home #Sidebar {
	width: 33%;
}
#Testimonial, #SideFeature {
	margin: 0 0 20px 30px;
}
#Testimonial {
	
}
#Testimonial p {
	padding-top: 5px;
	color: #5C064A;
	font: italic 1.2em/1.3em Baskerville, Times, "Times New Roman", serif;
}
#Testimonial p:before {
	content: "\201C";
	color: #376978;
	font-size: 32px;
	vertical-align: -0.2em;
}
#Testimonial p:after {
	content: "\201D";
	color: #376978;
	font-size: 32px;
	vertical-align: -0.2em;
}
.Attribution {
	float: right;
	width: 60%;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 40%;
	color: #376978;
	line-height: 1.3em;
	border-bottom: 1px solid #D1DADD;
}
.Attribution:before {
	content: "\2014\00a0";
}
#SideFeature {
	line-height: 1.3em;
}
.home #SideFeature {
	margin-right: 10%;
}
#Col-3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 46%;
}
#Col-3 .Meta {
	float: left;
	width: 52px;
	text-align: center;
}
#Col-3 .Date {
	font-size: 1.2em;
	color: #376978;
	font-weight: bold;
}
#Col-3 .entry {
	float: right;
	width: 68%;
	margin-right: 30px;
}
#Foot {
	float: left;
	width: 100%;
}
#FootNav {
	float: left;
	width: 100%;
	background-color: #376978;
	font: .9em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#FootNav ul {
	float: left;
	height: 150px;
	list-style-type: none;
	margin: 30px;
	padding: 5px 20px;
	border-left: 1px solid white;
}
#FootNav a {
	text-decoration: none;
	color: white;
}
#FootNav a:hover {
	color: #FFD8AE;
}

/* @group Admin */

.EditLink a {
	text-decoration: none;
	font: bold 14px "Courier New", Courier, mono;
	color: #bbb;
	background-color: #222;
	padding: 3px;
	text-transform: uppercase;
}
.EditLink a:hover {
	color: #DD7500;
}

/* @end */
