/* @override http://localhost:4567/css/core.css */

/* Structure */
body {
	background: #5E736A;
}
/* Typography */

a {
	color: #A83811;
	text-decoration: none;
}
a:hover {
	color: #A83811;
	text-decoration: underline;
}
h1 {
	font-size: 55px;
	line-height: 65px;
	}
h2 {
	font-size: 30px;
	}
	
.flair a {
	color: #E64C16;
	text-decoration: none;
}
.flair a:hover {
	color: #E64C16;
	text-decoration: underline;
}
ul {
	padding-left: 0;
	list-style-position: inside;
	}
ul ul {
	margin-left: 10px;
}

/* Styles */ 

/* Top Nav */

.top_nav {
	background: #38453F;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	border-top: 8px solid #27302B;
	border-bottom: 1px solid #27302B;
	}
	.top_nav ul {
		list-style: none;
		float: left;
		margin-bottom: 0px;
		}
	.top_nav li {
		float: left;
		}
	
	.top_nav a {
		color: #AFB497;
		text-decoration: none;
		padding-left: 15px;
		padding: 10px 50px 20px 15px;
		border-right: 1px solid #2D3431;
		float: left;
		}
	.top_nav a:hover {
		background: #27302B;
		}
	.top_nav a.active {
		opacity: 0.9;
		}
.header { 
	background: #5E736A url(../img/bg_header_left.png) no-repeat left bottom;
	padding: 10px 0 20px 0;
	}

#logo { 
		margin: 20px 0px 0px 0;
	}
	
.body {
	background: #F8F8F6;

	color: #222222;
	padding-top: 20px;
	
}
	.body .inner {
		background: #F8F8F6;		
		padding-bottom: 20px;
}
.body p {font-size: 14px;}

/* INDEX */

.header h1 {
	color: #fff;
	text-shadow: 1px -2px 1px #38453F;
	font-weight: 500;
	}
	h1 .large {
		font-weight: 500;
		line-height: 100px;
		font-size: 110px;
		}

.body #site-intro {
	background: url(../img/bg_index.png) no-repeat;
	height: 414px;
	}
h2#set-up #first-line {
	font-size: 49px;
	}
h2#set-up #second-line {
	font-size: 28px;
	text-transform: uppercase;
	}
h2#set-up #third-line {
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
h2#punch-line {
	margin-top: 70px;
	text-transform: ;
	font-size: 33px;
}
.right_col {
	background:;
	color: #222222;
	padding-top: 22px;
	}
	.right_col a {
		color: #A93811;
		}
.right_col p, .right_col h3 {
	padding: 0 15px;
	}

/* INFO */

.body #course-info {
	background: url(../img/bg_info.png) 0px 60px no-repeat;
	min-height: 445px;
	}
	
#audio-example h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
#audio-example h4 {
	border-bottom: 1px dotted #F2E5D5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#divplaylist {
	margin-bottom: 5px;
	}
#pdf-sample {
	margin-bottom: 20px;

}

/* COURSES */


#pricing {
	clear: left;
	display: block;
}
.coming-soon {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.coming-soon h3 {
	color: #777;
}

#courses h3, #practice h3 {
	clear: both;
	margin-bottom: 15px;
	}

ul#course-nav {
	list-style: none;
	}
ul#course-nav ul {
	list-style: none;
	}
	ul#course-nav li {
		color: #777;
		margin-bottom: 5px;
		}
	ul#course-nav a {
		color: #000;
		text-decoration: none;
		
		}
	ul#course-nav a:hover {
		color: #000;
		}
	ul#course-nav a:hover:after {
		content: " »";
		}
.sample {
	background: #ECE9E2;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	float: left;
	}
	.sample h4 {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;
		margin-bottom: 10px;
		}
	.sample h5 {
		margin-bottom: 0px;
}
ul.course-detail {
	list-style: none;
	margin-bottom: 15px;
	float: left;
	
	}
	ul.course-detail li {
		float: left;
		margin-right: 20px;
		}
	ul.course-detail a {
	text-transform: uppercase;
	text-decoration: none;
	}
	ul.course-detail a:hover {
		text-decoration: underline;
	}

#your-cart {
	margin-bottom: 20px;
	
}

/* PRACTICE TABLE */

.practice-detail {
	clear: both;
	background: #ECE9E2;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

	
/* FORM */

label {
	display: block;
	}
input.text, textarea {
	margin-bottom: 20px;
}

/* STYLE OF FORM WITH BACKGROUND
#frm .form-inner {
	background: #50625b;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	#frm .text {
		font-size: 16px;
		padding: 10px;
		}
#frm h3 {
	border-bottom: 1px dotted #F2E5D5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#frm h5 {

	margin-bottom: 5px;
}*/

/* THANKS */

#e-junkie-frame {
	width: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #ECE9E2;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

/* Footer */

.footer {
	background: #ece9e2;
	padding: 20px 0;
	color: #999;
	text-align: center;
	clear: both;
	}
.footer a {
	color: #999;
	text-decoration: none;
	}
.footer a:hover {
	color: #000;
	}
.footer h4 {
	margin-bottom: 10px;
}
div.attribution {
	height: 21px;
	overflow: hidden;
	font-size: 20px;
	}
div.attribution a img {
	vertical-align: text-top;
	margin-right: 5px;
}
div.attribution a:hover img {
	position: relative;
	top: -21px;
}
div.attribution #pomelo {
	position: relative;
	top: -5px;
}
/* Buttons */

#btn_listen, #btn_signup {
	height: 73px;
	overflow: hidden;
	}
#btn_listen a:hover, #btn_signup a:hover {
	position: relative;
	top: -73px;
}
.btn_get_audio {
	height: 22px;
	overflow: hidden;
	position: relative;
	top: -3px;
}
.btn_get_audio a:hover {
	position: relative;
	top: -22px;
}
#progression {
	margin-bottom: 20px;
}

.orange {
	color: #EC591B;
}
.white {
	color: #fff ;
}
.black {
	color: #000;
}
