/* Peace Stylesheet -- JMP - webcampone.com */

html {
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

body {
	position: relative;
	width: 995px;
	height: auto;
	margin: 0 auto;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

/* !Divisions */

div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 995px;
	height: auto;
}

div#container {
	position: relative;
	width: 100%;
	height: 731px;
	text-align: left;
}

div#siteContent {
	position: absolute;
	width: 100%;
	top: 233px;
	left: 0;
}

div#branding {
	position: absolute;
	width: 995px;
	height: 233px;
	top: -233px;
	left: 0;
}

div#logo {
	position: relative;
	width: 550px;
	height: 100px;
	margin: 15px auto 0;
}

div#titleTextArea {
	position: absolute;
	width: 995px;
	height: 77px;
	top: 130px;
	left: 0;
}

span#titleText {
	position: relative;
	display: block;
	width: 684px;
	height: 47px;
	margin: 15px auto 0;
}

div#contentTop {
	position: absolute;
	width: 995px;
	top: 0;
	left: 0;
}

div#content {
	position: relative;
	width: 705px;
	min-height: 467px;
	margin: 0 auto;
}

div#bandPic {
	position: relative;
	width: 565px;
	height: 364px;
	margin: 0 auto .5em;
}

div#content p {
	font-family: Arial, sans-serif;
	font-size: 1.2em; 
	line-height: 2.5em;
	letter-spacing: normal;
	padding-bottom: 1em;
}

div#content div#picBkgdMedia {
	width: 352px;
	height: 16px;
	margin: 0 auto;
	
}

div#content div#picBkgdMedia.video {
	width: 432px;
	margin-top: 25px;
}

/* !Navigation */

div#navMain {
	position: absolute;
	width: 995px;
	height: 26px;
	top: 199px;
	left: 0;
	padding-top: 8px;
}

div#navMain ul {
	position: relative;
	width: 708px;
	margin: 0 auto;
}

div#navMain ul li {
	display: inline;
	width: 175px;
	/* width: 233px; */
	height: 26px;
	margin-left: 2px;
	float: left;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 1px;
}

div#navMain ul li[first-child] {
	margin-left: 0;
}

div#navMain ul li a:link,
div#navMain ul li a:visited,
div#navMain ul li a:active {
	display: block;
	height: 23px;
	padding-top: 3px;
	text-decoration: none;
}

/* !Typography */

h1, h2, h3, h4 {
	line-height: 1em;
}

h1 { font-size: 1.0em; }
h2 { font-size: 1.0em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.0em; }

/* !Music Page */

div#content.music {
	width: 565px;
}

div.video div.musicListings {
	width: 400px;
}

div.showListings,
div.musicListings {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 1em;
}

h1.showHeading,
h1.musicHeading {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
}

div.showListings ul li {
	font-size: 1.2em;
	padding-bottom: 1em;
}

div.showListings ul,
ul.musicTracks {
	width: 100%;
	margin: 1em 0;
	height: 24px;
	list-style-type: none;
}

ul.musicTracks li {
	display: inline;
	width: auto;
	padding-right: 20px;
	font-size: 1.1em;	
	float: left;
}

ul.musicTracks li a:link,
ul.musicTracks li a:visited,
ul.musicTracks li a:active {
	display: block;
	width: auto;
	padding-top: 2px;
	height: 21px;
	text-decoration: underline;
}

ul.musicTracks li a:focus,
ul.musicTracks li a:hover {
	text-decoration: none;
}

/* !Forms */

div#infoContact {
	width: 300px;
	margin-top: 20px;
	float: right;
}

div#formContact {
	width: 375px;
	margin-top: 20px;
}

fieldset#formTop {
	display: none;
}

div#infoContact p {
	margin-bottom: 2em;
	line-height: 1.5em;
}

label span, fieldset span, input, textarea, select {
	display: block;
	margin: .25em 0 0 0;
}

label {
	float: left;
	width: 100%;
}

fieldset span {
	float: left;
	width: 20%;
	text-align: right;
}

img#vimg {
	display: block;
	margin: 2px 0 0 20px;
	float: left;
	border: 1px solid;
}

fieldset input, textarea, select {
	margin-left: 20px;
	float: left;
	width: 50%;
	border: 1px solid;
}

textarea {
	width: 65%;
}

span.radios input {
	width: auto;
	margin-right: 10px;
	border: none;
}

input, textarea, select {
    font-size: 1.2em;
    margin-bottom: .25em;
    padding-left: 5px;
}

textarea {
	padding: 5px;
}

div#formButtons {
	width: 375px;
	margin: 10px 0 20px 0;
	list-style-type: none;
}

div#formButtons input {
	display: inline;	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	padding: 2px 2px;
	border: 1px solid;	
	float: right;	
}

div#formButtons input#reset {
	margin-left: 0px;
}

div#formButtons input#submit {
	margin-left: 20px;
}

div#formArea h2 {
	margin: 0 0 1em 25%;
	font-size: 1.3em;
}

input.button {
	border: 1px solid;
}

input.backButton {
	width: 5em;
}

/* Generic Links */

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
}