
body {
	font-family: "helvetica", "arial", "lucida grande", "san-serif";
	font-size: 14px;
}

body#landing {
	background: #000;
}

div#preload {display: none;}

#container_landing {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#lnc-cover {
	width: 611px;
	height: 634px;
	background:url(../img/lnc_bgd.jpg) no-repeat; 	
	margin: 20px auto 20px auto;
}

#links {
	margin-top: 20px;
}

#container_landing a {
	font-style: italic;
}

#container_landing a:link, #container_landing a:visited {
	color: #F7E7A7;
	text-decoration: none;
}

#container_landing a:hover, #container_landing a:focus {
	color: #faf33e;
	text-decoration: underline;
}

#container {
	width:975px;
	height: auto;
	margin: 0 auto 20px auto;
	border-bottom: black solid 4px;
}

.overflows {
	position: absolute;
	z-index: 3;
	margin: 0 0 0 162px; 
}

#header {
	margin: 0 auto 0 auto;
	height: 230px;
	width: 975px;
	z-index: 3;
}

#headerimg1, #headerimg2 {
	position: absolute;
	height: 230px;
	width: 975px;
}

#headerimg1 { background-image: url(../img/frame1.png);}
#headerimg2 { background-image: url(../img/frame2.png);}

#leftnav {
	float: left;
	background-image: url(../img/navbar_left.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 300px;
}

#rightnav {
	float: right;
	background-image: url(../img/navbar_right.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 180px;
}

.nav_btn {
	height: 20px;
	width: 105px;
	background-color: #000;
	text-align: center;
	line-height: 1.5em;
}

#mid {
	position: relative;
	margin: 0 auto;
	height: 620px;
	width: 700px;
/* 	border: thin blue solid; */
	overflow: auto;
}

#content {
	position: absolute;
	margin: 15px 0 0 25px;
	width: 675px;
	height: 620px;
/* 	border: thin green solid; */
}

/* RELEASES PAGE */

.release_info {
	width: 510px;
	height: 210px;
	margin: 10px 0 0 80px;
}

.release_art{
	float: left;
	width: 155px;
}

.release_text {
	float: left;
	margin: 0 0 0 50px;
	height: 210px;
}

.shadow {
	-moz-box-shadow: 0 5px 5px -3px black;
	-webkit-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
}

/* INFO PAGE */

#info {
	width: 600px;
	height: 350px;
}

#info_right, #info_left {
	float: left;
	margin: 0 0 0 120px;
}

/* TYPE */

span.date {
	font-size: 23px;
	color:#222;
	margin-right: 10px;
}

span.city {
	font-size: 23px;
	color: #092E96;
	font-weight: bold;
	margin-right: 10px;
}

span.venue {
	font-size: 23px;
	color:#666;
}

p {font-size: 11px; color: #000;}

p.gray {color: #666;}

p.small {font-size: 11px;}

h1,h2,h3,h4 {
	font-weight: 600;
}

h1 {
	font-size: 17px;
	color: #888;
	letter-spacing: 0.3em;
	text-shadow:  0.1em 0.1em #EAEAEA;
}

h2 {
	font-size: 15px;
	font-style: oblique;
	color: #092E96;
}

a {
	text-decoration: none; 
	outline-style: none;
	cursor: pointer;
}

a:link {color: #092E96;}
a:visited {color:#092E96;}
a:hover {color:#CC5B06;}
a:active {color:#092E96;}

ul {
	font-size: 14px;
	font-weight: 550;
}

ul li {float:left;}

ul a:link {color: #fff;}
ul a:visited {color: #fff;}
ul a:hover {color: #F2E10C;}
ul a:active {color: #fff;}
