/* CSS Document for Sounds by Design */

/* --- BASELINE RHYTHM CALCULATOR --- */
body {
	font-size: 12px;
	line-height: 1.6666666666666667em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 1em;
	margin-bottom: 1em;
}
h2 {
	margin: 0;
	font-size: 1.35em;
	line-height: 1.1111111111111112em;
	margin-bottom: 1.1111111111111112em;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.4285714285714286em;
	margin-bottom: 1.4285714285714286em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.6666666666666667em;
	margin-bottom: 1.6666666666666667em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 2em;
	margin-bottom: 2em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.6666666666666667em;
}


/* --- GENERAL STYLES --- */

html, body {
	margin: 0;
	padding: 0;
	background: #0f0d0d url('../../images/background.jpg') repeat top left;
	background-attachment: fixed;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

h1 {
	color: #f2cf8d;
	background-color: inherit;
}

h2 {
	color: #a37a42;
	background-color: inherit;
}

input[type=text] {
	background-color: inherit;
	color: #000;
	border: 1px solid #837d72;
	padding: 2px;
	width: 300px;
}

textarea {
	background-color: inherit;
	color: #000;
	border: 1px solid #837d72;
	padding: 2px;
}

label { padding-right: 1em; }

fieldset {
	margin-left: 9px;
}

a, a:link, a:visited {
	color: #a37a42;
	background-color: inherit;
	text-decoration: underline;
}
	a:hover, a:active {
		color: #d9ab73;
		background-color: inherit;
		text-decoration: none;
	}

/* --- PAGE SECTIONS --- */

.container_16 {
	margin-top: 50px;
	padding: 0;
}

#hd {
	margin: 0;
	padding: 0;
}
	#nav {
		background-image: url('../../images/nav-bar-trans.png');
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
	}
		#nav li  {
			text-transform: uppercase; 
			text-shadow: 2px 1px 5px #666;
			display: inline;
			text-align: center;
			padding-top: 25px;
		}
		#nav img {
			margin-top: -50px;
		}
		#nav a, #nav a:link, #nav a:visited {
			color: #f2cf8d;
			background-color: inherit;
			vertical-align: middle;
			text-decoration: none;
			font-size: 1.15em;
			text-shadow: #a37a42 0 -1px 0;
		}
		#nav a:hover, #nav a:active {
			color: #d9ab73;
			background-color: inherit;
			vertical-align: middle;
			text-decoration: none;
			font-size: 1.15em;
			text-shadow: #a37a42 0 -1px 0;
		}
	
#bd {
	padding-top: 15px;
}
	.bg {
		/*background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, .75);
		color: #000;*/
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, .75);
		color: #eee;
	}
	
	.img img {
		width: 340px;
	}
	
	.text { 
		margin: 40px; 
		padding: 0;
		width: 260px;
	}
	
#ft {
	padding-top: 5px;
	color: #eee;
	background-color: inherit;
	padding-left: 10px;
}
	#ft a {
		color: #eee;
		background-color: inherit;
	}

	
/* --- other styles --- */

