/* ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

a img {
    border: 0;
}

body {
	background: url('/images/background.jpg') repeat center top;
	font-family: Arial, sans-serif;
}

h1,
h2,
h3 {
	font-weight: bold;
}

h1, h3 {
	font-size: 24px;
	letter-spacing: -1px;
}

h2, h3 {
	color: #666;
}

h2 {
	font-size: 18px;
}

/* TEMPLATE */

#frame {
	background: #fff;
	overflow: hidden;
	margin: auto;
	padding: 1px;
	width: 1020px;
}

#header {
	display: block;
}

ul#nav {
	background: #404f2c;
	border-top: 1px solid #fff;
	display: block;
	font-size: 14px;
	float: left;
	height: 40px;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

ul#nav li {
	background: #404f2c;
	float: left;
	margin-right: 1px;
	width: 200px;
}

ul#nav li#iphone {
    width: auto;
}

ul#nav a {
	color: #FF8600;;
	display: block;
	font-size: 13pt;
	padding: 10px 15px 10px 15px;
	text-align: center;
	text-decoration: none;
}

ul#nav a:hover {
	color: #fff;
}

#demofall08 {
    clear: left;
    padding: 2em 35px 4px;
    text-align: center;
}

#demofall08 a {
    color: #AE7728;
    font-weight: bold;
}

#about #demofall08,
#listen #demofall08,
#upload #demofall08 {
    border-bottom: 1px dashed #777;
    margin: 0 75px;
    padding-bottom: 16px;
}

#content {
	background: #fff;
	clear: left;
	padding: 35px 0 35px 75px;
}

#footer {
	background: #516038;
	clear: both;
	height: 60px;
	padding: 25px 0 0 75px;
	width: 1020px;
    position: relative;
}

#footer p {
    position: absolute;
    top: 25px;
    margin: 10px;
    margin-left: 280px;
    color: #fff;
}

#footer p a {
    color: #fff;
}

#footer a.logo {
	border: 0;
	display: block;
    margin-right: 1em;
}

#footer a img {
	border: 0;
}

/* SHARED ELEMENTS */

#upload #content,
#listen #content {
    text-align: center;
}

#listen .playerembed,
#recent .playerembed {
    background: #f0f0f1;
	color: #777;
	font-weight: normal;
	font-size: 12px;
    letter-spacing: 0px;
}

/* ABOUT */

#about #content {
    padding: 35px 75px;
}

#about h1 {
	margin: 0;
}

#about h2 {
	color: #ae7728;
	margin: 0.5em 0;
}

#about #content p {
	margin: 0 0 1em;
	font-size: 12px;
	line-height: 120%;
}

#about a {
	color: #ae7728;
}

/* ERROR */

#error h1 {
    margin-bottom: 0.65em;
}

#error p {
    font-size: 16px;
}

/* LISTEN */

#listen #content {
    padding: 35px 0 60px;
}

#listen h2 {
    font-size: 22px;
    margin: 0 0 1em;
}

#listen #player {
    margin: 0 0 18px;
}

#listen h3 {
	color: #ae7728;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
    margin: 1em 0 3px;
}

#listen .playerembed {
    display: block;
    margin: 0 auto 18px;
	width: 400px;
}

/* RECENT */

#recent #content {
    /*padding: 60px 75px;*/
    padding: 12px 75px 60px;
}

#recent ul#last10 {
	font-size: 16pt;
	font-weight: bold;
	list-style: none;
}

#recent ul#last10 li {
    border-top: dashed 1px #777;
    clear: both;
    height: 170px;
	padding: 15px 0;
}

#recent ul#last10 li h1,
#recent ul#last10 li h2,
#recent ul#last10 li h3 {
    width: 440px;
}

#recent ul#last10 li h1 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
}

#recent ul#last10 li h1 a {
	color: #ae7728;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

#recent ul#last10 li h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

#recent ul#last10 li h3 {
    padding: 5px 0 3px;
	color: #ae7728;
	letter-spacing: 0;
	font-size: 11px;
	font-weight: normal;
}

#recent .player {
    float: right;
    margin: 0 5px 0 20px;
}

#recent .playerembed {
    display: block;
	width: 300px;
}

/* UPLOAD */

#upload #content {
    padding: 60px 0;
}
