@import ("baseline.css");

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Footer positioning magic */
	html {height:100%;}
	body {height:100%;}
	#nonFooter {min-height:100%;}
	/* * html*/ #nonFooter {height:100%;}
	#content {padding-bottom:9em;}
	#footer {margin-top:-4em;}
/* End footer positioning magic */

body {
	background-color: #fff;
	font: 9pt "Helvetica", Arial, sans-serif;
	width: 640px;
	margin:0px auto;
}

/* Navbar */
	#nav {
		float:left;
		width:100%;
		background:#e2e2e2;
		font-size:1.2em;
		margin-bottom:20px;
	}
	#nav li {
		display:inline;
	}
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#e2e2e2;
		padding:3px 20px 3px 20px;
		float:left;
		width:auto;
		text-decoration:none;
		font-weight:bold;
	}
	#nav a:hover {
		color:#fff;
		background:#727272;
	}
	#dramaticChord #navDramaticChord a,
	#home #navHome a,
	#support #navSupport a,
	#about #navAbout a {
		background-color:#000;
		color:#fff;
	}
/* End navbar */

#header {
	margin:10px 65px 25px 65px;
}

#iphoneAppImage {
	float:left;
	margin-right:50px;
}

/* appText */
#appText {
	position:relative;
	margin:25px 0px 0px 0px;
	line-height:1.5em;
	text-align:center;
}
#appText p{
	padding:.5em 0px;
	text-align:left;
}
#appText h1 {
	padding:0px 0px 25px 0px;
	font-size:1.7em;
}
#appText img {
	margin:10px 0px 10px 0px;
}
/* End appText */

/* homeText and appList*/
#homeText {
	margin:0px 40px;
	line-height:1.7em;
}
div.appList {
	margin:15px 40px;
}
div.appList h2 {
	margin:5px 15px;
}
div.appList img {
	margin: 0px 15px 0px 0px;
}
div.appList p {
	margin: 0px 15px 5px 91px;
	line-height:1.5em;
}
/* End homeText */

/* mailForm */
#mailform {
	margin: 15px 40px;
}
#mailform h3 {
	margin:0px 0px 15px 0px;
}
#mailform tr {
	height:1.5em;
}
#mailForm label {
	margin: 0px 10px 15px 0px;
}
#mailForm textarea {
	border-style:solid;
	border-width:2px;
}
#mailForm input {
	border-style:solid;
	border-width:2px;
}
#submitButton {
	padding:3px 5px;
}
/* End mailForm */

#footer {
	text-align:center;
	height:2em;
	padding:1em 0px 0px 0px;
	background:#ddd;
}

