/*
Theme Name: Guru
Author: 5 Pints Productions
Author URI: http://fivepints.com
Description: Custom theme for Improptu Guru.
Version: 1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =End Reset
----------------------------------------------- */

body{
//font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;	
font-family: Tahoma, Geneva, Verdana;
font-size:12px;
line-height:16px;
}

a{
text-decoration:none;
color:#272360;	
font-weight:bold;
}

strong{
font-weight:600;	
}

em{
font-style:italic;	
}

#content p{
margin:0 0 20px 0;	
}

h1{
font-size: 20px;
line-height:22px;
font-weight:bold;
color:#231d5f;
margin:0 0 20px 0;
}

h2{
	font-size:14px;
	font-weight:bold;	
	line-height:18px;
}

h3{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#362485;	
	margin:0 0 20px 0;
	
}

article{
	margin:0 auto 20px auto;	
}

#page{
	width:1000px;
	margin:15px auto;
	background:#fff;	
	-moz-box-shadow: 0 0 15px 0 #666;
	-webkit-box-shadow: 0 0 15px 0 #666;
	box-shadow: 0 0 15px 0 #666;
}

#content ul{
list-style-type:disc;
padding:0 0 0 25px;
margin: 0 0 15px 0;
}

#access .menu-main-menu-container{
	background:url(images/menu-grad.jpg) repeat-x #fff;
	width:1000px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;	
}

#menu-main-menu{
width:92%;
float:right;	
}

#menu-main-menu li{
	display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	height:100%;
	vertical-align:middle;
	background:url(images/menu-border.jpg) left repeat-x;
	padding:0 0 0 20px;
	float:left;
	position:relative;
	border-left:1px dotted #666;
	}
	
	#menu-main-menu li:last-child{
	border-right:1px dotted #666;
	}

#menu-main-menu li:hover{
	background:url(images/menu-border-hover.jpg) left repeat-x;	
}	
	
#menu-main-menu li a{
color:#fff;
background:url(images/menu-bullet.png) no-repeat left center;
padding:0 15px 0 10px;
vertical-align:middle;
display:table-cell;
height:64px;
}

.sub-menu{
display:none;	
position:absolute;
width:150%;
min-width:190px;
left:0;
z-index:999;
}

#menu-main-menu .sub-menu li a{
	height:45px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none;
	padding:0 0 0 10px;
}

#menu-main-menu .sub-menu li{
	width:90%;	
	padding:0 0 0 11%;
	border:none;
	height:45px;
}

#branding{
position:relative;	
background:url(images/header-grad.jpg) repeat-x #dcdcdc;
}

#branding .contact-details{
width:auto;
position:absolute;
right:25px;
top:20px;
text-align:right;	
}

#branding .contact-details h3{
	font-size:24px;
	color:#272360;
	font-weight:600;
}

#main{
	background:url(images/content-grad.jpg) repeat-x #fff;
}

#primary{
	padding:30px 30px 0 30px;
	width:610px;
	float:left;
}

.home #primary{
	padding:20px 30px 0 30px;
	
}

#primary.full{
width:940px;	
}

#sidebar{
float:right;	
width:315px;
background:url(images/sidebar-grad.jpg) repeat-x #dcdcdc;

}

#sidebar .widget{
width:265px;
padding:15px 25px;
border-top:5px solid #fff;
}

#sidebar .widget:first-child{
	border:none;
}

#sidebar #testimonial.widget{

}

.home #sidebar #testimonial.widget{
	background:none;

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center{
text-align:center;
width:100%;	
}

.left{
float:left;	
}

.right{
float:right;	
}

.column{
display:inline-block;
padding:1%;
width:45%;
}


.third{
width:30%;	
}

.twothirds{
width:64%;	
}

.clear{clear:both;}

.entry-content h2,
.home h1,
.section h2{
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:28px;
	line-height:32px;
	color:#272360;
	margin:0 0 20px 0;

}

.entry content strong{
font-size:14px;
}

.entry-content:last-child hr{
display:none;	
}

.section{
clear:both;
padding:20px 0 0 0;	
}

.border_both{
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
}

.border_none{
	border:none;
}

.border_top{
	border-top:1px solid #dadada;
}

.border_bottom{
	border-bottom:1px solid #dadada;	
}


.section ul{
	list-style-type:disc;
	line-height:20px;	
}

.section ul a{
	text-decoration:underline;
}

#sidebar input, #sidebar textarea{
	width:174px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #979797;
}

#sidebar textarea{
width:172px;
height:57px;	
}

#sidebar #cf7_form_box {
width:100%;
position:relative;
right:10px;
}

#sidebar #cf7_form_box p{
	text-align:right;
	vertical-align:top;
	color:#6a6a6a;
	width:105%;
	font-weight:bold;
	font-size:12px;
}

#sidebar #cf7_form_box p.questions span{
width: 80px;
display: inline-table;
vertical-align: text-top;
}

span.check input{
width:auto!important;
vertical-align:top;
}

input.wpcf7-submit{
width:30px!important;
cursor:pointer;
background:#535353;
color:#fff;	
border:none;
font-weight:bold;

}

h3.widget-title{
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size:28px;
	color:#272360;
	background:url(images/microphone-bullet.png) no-repeat left top;
	padding:13px 0 15px 25px;	
	margin:0 0 5px 0;
	text-align:left;
}

#colophon{
position:relative;	
min-height:145px;
}

#footer-menu{
	background:url(images/footer-grad.jpg) repeat-x #2c2c2c;
	position:absolute;
	left:0; bottom:0;
	height:105px;
	width:650px;
	padding:40px 30px 0 0;
	text-align:right;
}

#footer-menu li{
display:inline-block;
padding:5px 8px;
margin:0 0 0 -5px;
border-right:1px solid #ccc;
=
}


#footer-menu li:last-child{
border:none;	
}

#footer-menu a{
color:#fff;	
}

#footer-menu ul.menu{
position:relative;	
z-index:10;
left:15px;
}

#footer-menu .sub-menu{
width:100%;
text-align:center;
padding:5px 0;
background:#666;
font-size:11px;
}

#footer-menu li:hover{
background:#666;
}

#footer-menu li:hover a{
color:#000;	
}

#footer-menu li:hover .sub-menu{
	display:block;
}

#footer-menu li .sub-menu li:hover{
background:#2C2C2C;
}

#footer-menu li .sub-menu li:hover a{
color:#fff;
}

#colophon .right{
	height:105px;
	width:275px;
	background:url(images/footer-right-grad.jpg) repeat-x #6f6978;
	text-align:right;
	padding:40px 40px 0 0;
}

#copyright, #copyright a{
	font-size:10px;
	color:#ccc;
}

#site_by,
#site_by a{
color:#999;	
}

#back_to_top{
background:#fff;
display:none;
border:1px solid #272360;
position:fixed;
bottom:0;
right:15px;
color:#272360;
width:55px;
padding:10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-weight:700;
text-align:center;
}

.attribution{
text-align:right;	
color:#272360;
font-weight:500;
}

.readmore{
	background:#535353;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding:5px;
	color:#fff;
	font-weight:bold;
	margin:10px 0;
}

.logo{
	margin:10px 0 5px 30px;	
}


.fp_cart{
	position:absolute;
	right:70px;
	top:30px;
	
}

.fp_cart .carticon{
	position:absolute;
	right:-70px;
	top:20px;
	
}

.fp_YouTube{
position:relative;
text-align:center;
}

.fp_YouTube img,
.fp_YouTube iframe{
max-width:100%;
	-moz-box-shadow: 0 0 15px 0 #666;
	-webkit-box-shadow: 0 0 15px 0 #666;
	box-shadow: 0 0 15px 0 #666;
}

.fp_YouTube .play{
top:50%;
left:50%;
margin:0 -25px;
position:absolute;	
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow:none;
}



.product_thumbs,
.product_content{
float:left;	
}

.product_thumbs{
width:30%;
}

.product_content{
width:60%;
margin:0 0 0 10px;
}

h2.product-category{
font-size:20px;
line-height:22px;
padding:5px 0;
border-bottom:1px solid #ccc;
}

.slashed{
	text-decoration:line-through;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}

.ajax-loader{
display:none;	
}

.TOS{
	width:200px;
	position:absolute;
	top:45px;	
	color:#9d9d9d;
	z-index:999;
}

#footer-menu .TOS a{
color:#9d9d9d;
text-decoration:underline;
font-weight:normal;
}

.tip_box{
	width:50%;	
	background:#393276;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	color:#fff;
	border:3px solid #231d5f;
}

.tip_box a{
color:#fff;
}

.tip_box.left{
	margin:5px 10px 10px 0;	
}

.tip_box.right{
	margin:5px 0 10px 10px;
}

.tip_box .header h2{
	font-size: 16px;
	line-height:16px;
	font-weight: normal;
	color: white;
	background: none;
	padding: 0;	
}

.tip_box .header{
	float: left;
	width: 30%;
	text-align:center;
}

.tip_box .inner{
	float: right;
	width: 65%;
	font-size:14px;
	margin:0;
	line-height:18px;
}

.tip_box .inner.full{
width:90%;
float:none;
margin:0 auto;
}

.tip_box .inner p:first-child{
display:table-cell;
height:90px;
vertical-align:middle;
margin:0!important;	
}

.tip_box .inner.full p{
height:auto;
}


.audio_file{
cursor:pointer;	
}

.progress_bar{
float:right;
margin:10px 0;	
}


/* Store Pages Styling */

h1.page-title, h1.product_title entry-title, #tab-description h2 { text-transform: lowercase; }

.page-description p, .term-description p { padding-bottom: 2em; }

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { margin: 0 0 3em !important; }

#tab-description p { padding-bottom: 1em; }
#tab-description ul { list-style-type: circle; list-style: outside; margin: 0 0 2em 30px; }
#tab-description li { padding-bottom: 10px; }

ul.products { margin-top: 2em !important; }