@import "css/reset.css";

body {
	background: url(images/main_bg.gif) top left repeat;
	border-top: solid 11px #4E666B;	
}

#wrapper {
	width: 822px;
	margin: 0 auto;	
}

a:link, a:visited {
	color: #4D666B;
	text-decoration: underline;	
}

a:hover {
	color: #000;	
}

header {
	margin: 48px 0 38px;	
}

header h1 {
	font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
	font-size: 24px;
	float: left;
}

header h1 a:link, header h1 a:visited, header h1 a:hover {
	color: #4D666B;
	text-decoration: none;
}

nav {
	text-align: right;	
}

nav ul li {
	display: inline-block;
	margin-left: 45px;
}

nav ul li a:link, nav ul li a:visited {
	font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
	font-size: 16px;	
	color: #4D666B;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 41px;
}

nav ul li a:hover {
	text-decoration: underline;	
}

h2 {
	font-family: 'EB Garamond', 'Georgia', 'Times New Roman', serif;
	color: #4D666B;
	font-size: 20px;
	margin-bottom: 20px;		
}

.home img {
	float: left;	
}

#wrapper p {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	color: #4D666B;
	font-size: 13px;
	line-height: 23px;
}

.home div.bio p {
	padding: 23px;
	border-top: dotted 1px #ddd;
	border-bottom: dotted 1px #ddd;
	margin: 3px 0;
}

.home div.bio {
	background: rgba(255, 255, 255, .6);
	width: 409px;
	height: 560px;
	float: right;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

input[type="text"], input[type="email"] {
	width: 299px;
	margin-bottom: 9px;
	height: 20px;
	font-size: 14px;	
}

textarea {
	margin-bottom: 9px;	
	width: 297px;
	height: 116px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#formcomment {
	display:none;
}

#wrapper p.error, #wrapper p.required {
	color: red;
}

input[type="submit"] {
	font-size: 12px;
	padding: 5px;	
}

a.download {
	display: block;
	margin-bottom: 40px;	
}

ul.playlist {
	margin-bottom: 34px;	
}

ul.playlist li {
	margin-bottom: 12px;	
}

ul.playlist a {
   outline: 0;	
}

ul.playlist li a:link, ul.playlist li a:visited {
	background: url('/music_src/images/play_pause.png') top left no-repeat;
	padding-left: 40px;
	display: block;
	line-height: 28px;
}

ul.playlist li a:hover {
	background-position: left -29px;
}

ul.playlist li.active a:link, ul.playlist li a.active a:visited {
	background-position: left -58px;
}

ul.playlist li.active a:hover {
	background-position: left -87px;
}

iframe {
	margin-bottom: 40px;	
}

.fb-video {
	max-width: 560px;
	margin-bottom: 40px;	
}

footer {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	padding: 20px 0;
	font-size: 12px;
	color: #4D666B;
	clear: both;
}

/* Clearfix for modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* Clearfix for IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* ---------------------------------------------------------------------------------------------------------- 
Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}