/* browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;} ol, ul {list-style: none;} :focus {outline: 0;}
/* end browser reset */


html {
background-color: white;
}

body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	}

a {
	color: #ee2a36;
	}

#navbar img {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	}

#navbar {
	width: 900px;
	}

#navbar ul{
	list-style-type:none;
	padding-bottom: 20px;
	padding-left: 2px;
	width: 501px;
	margin: auto;
	display: block;
	}

#navbar li {
	display:inline;
	}

#navbar li a {
	float:left;
	text-decoration:none;
	color:#ee2a36;
	background:white;
	padding:5px 18px;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-family: Futura, "Gill Sans", Verdana, sans-serif;
	border-right: white 1px solid;
	}

#navbar li .youAreHere, #navbar li a:hover{
	background:#ee2a36;
	color: white;
	border-right: white 1px solid;
	}


#studios {
	margin-top: 60px;
	text-align: justify;

	}

#studio1, #studio2, .intro {
	width: 400px;
	}

#studio1 {
	float: left;
	padding-left: 20px;
	}

#studio2 {
	float: right;
	padding-right: 20px;
	}

#studios img {
	display: block;
	margin-bottom: 20px;
	}

#studios .intro {
	padding: 0 0 15px 22px;

	}

#studios strong {
	color: #ee2a36;
	font-size: 1.2em;
	}


#frontpage {
	width: 900px;
	position: relative;
	}

#frontpage_content {
	position: absolute;
	left: 126px;
	top: 40px;
}

#frontpage_content h2 {
	text-align: center;
	font-size: 1.5em;
	padding-top: 20px;
	font-weight: normal;
	}

#frontpage_content img {
	border: solid 5px #232323;
	display: block;
	}

img.resize {
	border: solid black 1px;
	width: 400px;
	float: right;
	margin-left: 60px;
	}

.bigborder {
	border: solid black 9px !important;
	width: 382px;
	height: 258px;
	}

table {
	clear: both;
	margin: 15px auto 0 auto;
	}

td {
	padding: 8px;
	width: 102px;
	align: center;
	valign: top;

	}

#soundclips {
	margin-top: 40px;
	}

#soundclips > li {
	margin: 15px 0 0 45px;
	}

#soundclips .title {
	font-size: 1.2em;
	display: block;
	padding: 10px 0 7px;
	}

#discog td {
	font-size: 0.9em;
	}

#login {
	padding-top: 60px;
	padding-left: 50px;
	}

#infosheets {
	clear: both;
	line-height: 1.5em;
	padding-top: 40px;
	padding-left: 50px;
}

#infosheets li {
	font-size: 1.2em;
	line-height: 1.9em;
}

#login h3, #infosheets h3 {
	font-size: 1.3em;
	padding-bottom: 8px;
	}

#addphoto {
	width: 380px;
	}

#addphoto h1 {
	font-size: 1.5em;
	}

#addphoto ol {
	list-style-type: decimal;
	}

#addphoto p {
	padding-bottom: 6px;
	}

#discography {
	margin: 60px 100px 0 100px;
	max-width: 400px;
	float:left;
	}

#discography li {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 8px;
	}

#covers {
	float:right;
	margin: 60px 80px 0 0;
	}

