/* @override 
	http://loomis.joshuamauldin.com/_assets/css-global/style.css
	http://loomisandthelustepk.com/_assets/css-global/style.css
	http://localhost:8888/_assets/css-global/style.css
*/

/* @group CSS Reset */
/* (Thank you Eric Meyer!) */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end  */

/* @group Main Elements */

body, html{
	background: url(../images-global/noise-bg.jpg);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.25em;
}

a{
	color: #33FFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #c0ffff;
	text-decoration: none;
}

em{
	font-style: italic;
	display: block;
	margin-left: ;
}

p{
	color: #f0f0f0;
	font-size: .65em;
	padding-bottom: 1em;
}

h1, h2, h3, h4{
	color: #f0f0f0;
	font-weight: bold;
}

h2{
	font-size: .85em;
}

small{
	color: #f0f0f0;
	font-size: .5em;
	font-style: italic;
}

.cb{
	clear: both;
}

dl, dt, dd{
	color: #fff;
	font-size: .85em;
}

ol{
	color: #fff;
	font-size: .75em;
	list-style-type: decimal;
}

hr{
	visibility: hidden;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 1em;
}

/* @end */

/* @group Header */

h1{
	float: left;
}

h1 a{
	background: url(../images-global/loomis-logo.png) no-repeat;
	width: 376px;
	height: 35px;
	display: block;
	text-indent: -999em;
  -webkit-transition: opacity 1s linear;
}

h1 a:hover, h2 a:hover{
	-webkit-opacity: .5;
}

.debut-release{
	margin-top: .25em;
	float: right;
	background: url(../images-global/header-spacecamp.png) no-repeat;
	width: 392px;
	height: 26px;
	text-indent: -999em;
  -webkit-transition: opacity 1s linear;
}

/* @end */

/* @group Navigation */

.navigation{
	position: relative;
	top: 1em;
	width: 200px;
}

.navigation li{
	display: block !important;
	margin-bottom: .5em;
	width: 200px;
}

.navigation a{
	text-indent: -999em;
	display: block;
  /*opacity: 1;
  -webkit-transition: opacity 1s linear;*/
}

.nav-home{
	background: url(../images-global/nav-home-normal.png) no-repeat;
	height: 27px;
}

.nav-home:hover{
	background: url(../images-global/nav-home-ovr.png) no-repeat;
	height: 27px;
}

.nav-media{
	background: url(../images-global/nav-media-normal.png) no-repeat;	
	height: 27px;
}

.nav-media:hover{
	background: url(../images-global/nav-media-ovr.png) no-repeat;
	height: 27px;
}

.nav-ep{
	background: url(../images-global/nav-ep-normal.png) no-repeat;
	height: 27px;
}

.nav-ep:hover{
	background: url(../images-global/nav-ep-ovr.png) no-repeat;
	height: 27px;
}

.nav-contact{
	background: url(../images-global/nav-contact-normal.png) no-repeat;
	height: 27px;
}

.nav-contact:hover{
	background: url(../images-global/nav-contact-ovr.png) no-repeat;
	height: 27px;
}

.nav-bio{
	height: 27px;
	background: url(../images-global/nav-bio-normal.png) no-repeat;
}

.nav-bio:hover{
	height: 27px;
	background: url(../images-global/nav-bio-ovr.png) no-repeat;
}

/* @end */

/* @group Main Content */

.main-content{
	background: url(../images-global/content-bg.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 690px;
	float: right;
	position: relative;
	top: -9em;
	padding: 1em;
	margin-bottom: -9em !important;
	color: #fff;
}

.photo-float{
	float: right;
	width: 400px;
	text-align: center;
	line-height: .5em;
	padding: 0 0 1em .75em;
}

small{
	padding: 0 2em;
}

strong{
	color: #fff;
	display: block;
	margin-bottom: .5em;
}

.download{
	color: #fff;
	font-size: .75em;
	margin-bottom: 1em;
	display: block;
}

.download p{
	padding: 0 !important;
	margin: 0 !important;
}

.download small{
	font-size: .9em;
	padding: 0;
}

/* @end */

/* @group Footer */

.footer{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 1em;
}

.footer p a{
	float: right;
	text-indent: -999em;
	background: url(../images-global/credits.png) no-repeat;
	width: 115px;
	height: 30px;
}

/* @end */

/* @group Media Page */

#media .main-content li{
	width: 300px;
	text-align: center;
	float: left;
	padding: 1em 1em 1em 1em;
}

#media .main-content li a{
	font-size: .5em;
	padding: .5em;
}

#media object{
	margin: 5px auto;
	text-align: center;
	position: relative;
	left: 25px;
	
}

/* @end */

/* @group Contact */

dl{
	padding: 1em 2em 0 1em;
	display: -moz-inline-block;
	display: inline-block;
	width: 250px;
	/*padding-right: 5em;*/
}

dt{
	font-weight: bold;
}

/* @end */

/* @group About the EP */

#about-the-ep ol li{
	margin-left: 2em;
	list-style-type: none;
	width: 325px;
	height: 1.75em;
}

ol li span.title{
	float: left;
}

ol li span.listen{
	float: right;
}

#about-the-ep .photo-float{
	float: right;
	width: 300px;
	text-align: center;
	line-height: .5em;
	padding: 0 0 1em 2em;
}

#about-the-ep .photo-float a{
	font-size: .5em;
}

#about-the-ep .larger, #about-the-ep .high-res{
	margin: .5em;
	position: relative;
	top: 1.5em;
}

/* @end */

/* @group Home */

#home .main-content li{
	font-size: .75em;
	list-style: disc;
	margin: .5em 2em;
}

#home .what-people-are-saying{
	margin: 1em 0;
}

.visit-us{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#home .photo-float{
	padding: 0;
	margin: 0 0 1em 0;
	width: 320px;
}

#home .photo-float a{
	font-size: .5em;
	padding: .5em;

}

/* @end */
