/* CSS Document */

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a, img a {
	outline:none;
}
img {
	border:none;
	display:block;
}
/* RESET */

body {
	margin: 0 auto;
	padding: 0;
	background: #abc6d9;
	font-size:62.5%
}
#container {
	width: 940px;
	margin: 0 auto;
	height:auto;
	padding-bottom:30px;
}
#header {
	width: 940px;
	height:280px;
	background:url(../images/header.jpg) no-repeat;
	position:relative;
}
#content {
	width: 900px;
	height:auto;
	position:relative;
	background:#FFF;
	padding:20px 20px 20px 20px;
}
#left-col {
	width: 590px;
	height:auto;
	float:left;
	position:relative;
	padding:0 10px 0 0;
}
#left-col img {
	padding:8px;
	float:right;
	clear:right;
}
#right-col {
	width: 290px;
	height:auto;
	float:right;
	padding:0 0 0 10px;
}
#right-col img {
	padding-bottom:10px;
}
#app-box {
	width: 255px;
	height:auto;
	float:right;
	padding:20px 15px 0 30px;
	background:url(../images/rt-col-bg.jpg) no-repeat;
}
#app-box h2 {
	font-size:1.8em;
	margin-bottom: .6em;
}
#footer {
	width: 940px;
	height:70px;
	position:relative;
	background:url(../images/footer.gif) no-repeat;
	clear:both;
}
#credits {
	width: 920px;
	height:auto;
	position:relative;
	padding:10px;
}
#credits p {
	font-size:1.1em;
	color:#428dc2;
}
#credits a {
	color:#428dc2;
}
#credits:hover {
}
/* TYPOGRAPHY */

h1 {
	font: Georgia, Verdana, Arial, serif;
	color:#8cbb46;
	font-size:2.2em;
	margin-bottom: .4em;
}
h2 {
	font: Georgia, Verdana, Arial, serif;
	color:#1b8edf;
	font-size:1.6em;
	margin-bottom: .12em;
}
h3 {
	font: Georgia, Verdana, Arial, serif;
	color:#7cb133;
	font-size:1.7em;
	margin-bottom: .3em;
}
p {
	color:#444;
	font-size:1.3em;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 .7em 0;
}
ol {
	margin: 0;
	padding: 0;
}
ol {
	margin:0 0 10px 23px;
	font-size:.8em;
	color:#444;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	list-style:decimal;
}
ol li {
	padding: 2px 0 2px 0;
}
/* TYPOGRAPHY */

a {
	color:#1b8edf;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* MISC STYLES */	
.quote-name {
	color:#1b8edf;
	margin:3px 0 8px 0;
}
blockquote {
	padding:0 0 5px 0;
}
blockquote p {
	margin: 0 0 .1em 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
#barbera-logo {
	z-index:100;
	position:absolute;
	left: 19px;
	top: 27px;
}
#musicmakers-logo {
	z-index:100;
	position:absolute;
	left: 293px;
	top: 36px;
}
#download-app {
	width: 290px;
	height:140px;
	margin:0;
	padding:0;
	position:relative;
}
#download-app a {
	display:block;
	width:290px;
	height:70px;
	padding-bottom:70px;
	background:url(../images/download.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
#download-app a:hover {
	background-position: bottom left;
}
#download-app2 {
	width: 290px;
	height:140px;
	margin:0;
	padding:0;
	position:relative;
}
#download-app2 a {
	display:block;
	width:290px;
	height:70px;
	padding-bottom:70px;
	background:url(../images/download.jpg) 0 0 no-repeat;
	text-indent: -999em;
}
#download-app2 a:hover {
	background-position: bottom left;
}
#vid-box {
	width: 430px;
	height:315px;
	float:right;
}
 a[href$='.pdf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}
a[href$='.doc'], a[href$='.rtf'] {
 padding: 5px 20px 5px 0;
 background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
