/*--------------------------*/
/*---------- MAIN ----------*/
/*--------------------------*/

html, body#main, body#secondary, body#main2 {
	height:100%; 
	margin:0; 
	padding:0
}

body#main, body#secondary, body#main2 {
	width: 950px;
	min-width: 950px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
border: 0px solid blue;
	text-align: center;
}

body#main {
	background-image: url(../img/main-bg.png);
}

body#main2 {
	background-image: url(../img/main-bg2.png);
}

body#secondary {
	background-image: url(../img/secondary-bg.png);
}

#wrapper {
	width: inherit;
	min-height: 100%;
}

p.bold, span.bold, span.bold-blue {
	font-weight: bold;
}

span.bold-blue {
	color: #2690C9;
}

span.italic {
	font-style: italic;
	color: #555555;
}

p.indent {
	text-indent: 40px;
}

#counter {
	font-size: 500px;
	font-family: "Courier New";
	color:#2690C9;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

/*----------------------------*/
/*---------- HEADER ----------*/
/*----------------------------*/

#header {
border: 0px dashed black;
	height: 75px;
}

#logo {
	float: left;
	margin: auto;}
		
#logo img {
	width: 240px;
	margin: 12px 0 0 0;
	border: none;
}

#nav {
border: 0px dashed black;
	float: right;
  	margin-top: 8px;
  	width: 380px;
  	height: 50px;
}

#nav img {
	border: none;
}

#nav ul.leftlist {
  	list-style-type: none;
  	overflow: hidden;
  	padding: 3px 0 0 28px; 
  	float: left;
border: 0px solid blue;
}

#nav li {
  	float: left;
}

#nav li:first-child {
  	margin-left: 0;
}

#nav li.nav-about a,
#nav li.nav-blog a {
  	border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	color: #EEEEEE;
  	display: block;
 	font-size: 14px;
  	font-weight: bold;
  	padding: 4px 20px;
  	text-align: center;
  	text-transform: uppercase;
  	text-decoration: none;
  	margin-right: 25px;
}

#nav li.nav-about a:hover, 
#nav li.nav-blog a:hover {
  	background: #111111;
  	color: #EEEEEE;
}

#nav ul.rightlist {
	list-style-type: none;
	float: right;
	margin-top: 9px;
border: 0px solid blue;
}

#nav li.nav-twitter {
	margin-right: 8px;
}

/*-----------------------------*/
/*---------- FEATURE ----------*/
/*-----------------------------*/

#feature {
border: 0px dashed black;
	height: 220px;
}

#secondary-feature {
	border: 0px dashed black;
	height: 142px;
}

#feature img {
	border: none;
}

#live {
	float: right;
	margin: 85px 102px 0 0;
	width: 300px;
}

#about-title,
#blog-title,
#signup-title,
#download-title {
	float: left;
	margin: 60px 0 0 75px;
	background-repeat: no-repeat;
	height: 37px;
}

#about-title {
	background-image: url(../img/about-title.png);
	background-position: left;
	width: 700px;
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
}

#blog-title {
	background-image: url(../img/blog-title.png);
	background-position: left;
	width: 675px;
border: 0px solid white;
}

#signup-title {
	background-image: url(../img/signup-title.png);
	background-position: left;
	width: 650px;
border: 0px solid white;
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
}

#download-title {
	background-image: url(../img/download-title.png);
	background-position: left;
	width: 700px;
}

#signup-title p, #about-title p {
	margin-top: 10px;
	float: right;
}


/*-----------------------------*/
/*---------- CONTENT ----------*/
/*-----------------------------*/

.main-content {
border: 0px dashed black;
	width: auto;
}

#home-content {
	height: 450px;
	min-height: 490px;
}

#about-content {
	height: auto;
	min-height: 875px;
	margin: 25px 25px 0 25px;
	text-align: left;
	background-image: url(../img/metronome-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
border: 0px solid red;
}

#about-content h2 {
	margin-top: 0px;
	text-transform: uppercase;
}

#about-content p {
	line-height: 1.6em;
	width: 700px;
}

#about-content p.right {
	line-height: 1.6em;
	width: auto;
}

#about-content img {
	border: 3px solid #111111;
	float: left;
}

#about-content img.left {
	margin-right: 24px;
}

#about-content h3 {
	float: left;
	text-align: center;
}

#about-content h3.left {
	margin: 15px 222px 25px 98px;
}

#about-content p.clear {
	clear: both;
	width: 900px;
	}

#signup-content {
	height: 450px;
	min-height: 525px;
}

#thankyou-content {
	height: 250px;
	min-height: 250px;
}

#download-content {
	height: 300px;
	min-height: 300px;
}

/* Homepage */

.main-content p {
	margin-top: 0px;
	text-align: justify;
}

#left, #center, #right {
width: 265px;
height: 300px;
border: 0px solid green;
float: left;
padding: 10px;
margin: 24px 0 0 24px;
}

#left-img, #center-img, #right-img {
background-repeat: no-repeat;
height: 175px;
border: 3px solid #111111;
}

#left-img {
background-image: url(../img/instant.png);
}

#center-img {
background-image: url(../img/turntable.png);
}

#right-img {
background-image: url(../img/playlist.png);
}

/* Sign up form */

#form-wrapper {
border: 0px solid black;
	margin: 24px 0 0 24px;
	width: 870px;
	height: auto;
	text-align: left;
	background-image: url(../img/atmosphere-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#form-wrapper .text-box {
	color: #2469a6;
	font-size: inherit;
	border: 1px solid #888888;
	margin: 10px 0 0 20px;
}

#form-wrapper label.detail,
#form-wrapper input.radio {
	margin-left: 20px;
}

#form-wrapper label.section-title {
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

#form-wrapper span.radio-box{
	margin-top: 10px;
}

#form-wrapper label.choice {
	margin-left: 42px;
}

input.submit-button {
	border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	color: #EEEEEE;
  	font-weight: bold;
  	padding: 4px 20px;
  	text-align: center;
  	text-transform: uppercase;
  	text-decoration: none;
  	background-color: #111111;
  	border: none;
  	cursor: pointer;
  	font-size: 16px;
}


#general-wrapper {
border: 0px solid black;
	margin: 27px 0 0 27px;
	width: 870px;
	height: auto;
	text-align: left;
	
}


.form-error {
	display: none;
	color: red;
	font-weight: bold;
	margin-left: 15px;
}


/* Download */

table {
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	border: 1px solid black;
	padding: 5px 40px 5px 40px;
}

/*----------------------------*/
/*---------- FOOTER ----------*/
/*----------------------------*/

#footer {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: bottom	center;
	text-align: center;
	height: 45px;
	width: 100%;
	margin: -45px auto;
border: 0px solid red;
}

.footer-tweaks {
	padding: 16px 0 0 0; 
	margin: 0 auto; 
	width:152px;
}

#footer p {
	font-style: italic;
	margin: 0;
}

#footer img {
	border: none;
	float: left;
	margin: 0 auto;
	padding: 2px 0 0 0;
}
