/*************************************************************
			MAIN STYLES - LABEL
*************************************************************/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}

img {
	border: 0;
}

body#entry {
	background-image: url(images/bg_entry.gif);
}

#title_entry {
	margin: 0 auto;
	padding: 156px 0 4px 0;
	width: 565px;
	height: 115px;
	display: block;
}

#entry_nav {
	margin: 0 auto;
	height: 42px;
	overflow: hidden;
}

#entry_text {
	margin: 0 auto;
	padding: 26px 0;
	width: 430px;
	
}

#header {
	margin: 0 auto;
	width: 906px;
	height: 110px;
}

#slider {
	margin: 0 auto 1px auto;
	padding: 5px 4px 3px 4px;
	width: 896px;
	height: 371px;
	border: 1px solid #1d5452;
	border-width: 0 1px;
}

#slider_slide {
	position: relative;
	width: 896px;
	height: 371px;
}

#slider_slide img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivo-controlNav {
	position:absolute;
	right: 5px;
	bottom: 5px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

#nav {
	margin: 0 auto;
	height: 55px;
	overflow: hidden;
}

#content_container_outer {
	margin: 0 auto;
	width: 906px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}

#content_container_inner {
	width: 906px;
	overflow: hidden;
	background-image: url(images/bg_content_fade.gif);
	background-repeat: no-repeat;
}

.singlecol #content_container_outer {
	background-image: url(images/bg_content_1col.gif);
}

.singlecol #content_container_inner {
	background-image: url(images/bg_content_fade_1col.gif);
}

.doublecol #content {
	float: left;
	padding: 36px;
	width: 522px;
}

.singlecol #content {
	float: normal;
	padding: 36px;
	width: 834px;
}

#sidebar {
	float: left;
	padding: 31px;
	width: 250px;
}

#featured {
	padding: 24px;
	width: 200px;
	border: 1px solid #154c4a;
	background-color: #010c0b;
}

#footer {
	margin: 1px auto;
	padding: 10px 0 50px 0;
	width: 906px;
	line-height: 43px;
	border-top: 1px solid #1d5452;
}

#footer img {
	float: left;
}

.storypic {
	float: left;
	margin: 4px 20px 10px 0;
	border: 3px solid #1c5351;
}

.storypicright {
	float: right;
	margin: 4px 0px 10px 20px;
	border: 3px solid #1c5351;
}

/*************************************************************
			TEXT STYLES
*************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afb6be;
}

#entry_text {
	color: #2e658e;
}

#entry_text h1 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#featured p {
	margin: .5em 0 1.8em 0;
	font-size: 10px;
}

#footer {
	font-size: 11px;
}

h2 {
	border-top: 1px dotted #1c5351;
	padding: 16px 0 0 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	clear: left;
}

#sidebar {
  font-size: 10px;
}


/*************************************************************
			LINK STYLES
*************************************************************/

a:link, a:active, a:visited {
	outline: none;
	color: #5b7ba5;
}

a:hover {
	color: #78a0d8;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #5b7ba5;
	text-decoration: none;
}

#footer a:hover {
	color: #78a0d8;
	text-decoration: underline;
}

#entry_nav a, #entry_nav span {
	display: block;
	height: 42px;
	padding: 42px 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}

#entry_nav a:hover {
	background-position: 0 -42px;
}

#entry_nav .entry_sep { width: 13px; background-image: url(images/nav_entry_sep.gif); }
#entry_nav #entry_leaf { width: 42px; background-image: url(images/nav_entry_leaf.gif); }
#entry_nav #entry_management { width: 142px; background-image: url(images/nav_entry_management.gif); }
#entry_nav #entry_label { width: 73px; background-image: url(images/nav_entry_label.gif); }
#entry_nav #entry_publishing { width: 122px; background-image: url(images/nav_entry_publishing.gif); }
#entry_nav #entry_store { width: 81px; background-image: url(images/nav_entry_store.gif); }

#nav a, #nav span {
	display: block;
	height: 55px;
	padding: 55px 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}

#nav a:hover {
	background-position: 0 -55px;
}

#nav .nav_sep { width: 13px; background-image: url(images/nav_sep.gif); }
#nav #nav_home { width: 107px; background-image: url(images/nav_home.gif); }
#nav #nav_about { width: 108px; background-image: url(images/nav_aboutus.gif); }
#nav #nav_artists { width: 94px; background-image: url(images/nav_artists.gif); }
#nav #nav_contact { width: 114px; background-image: url(images/nav_contact.gif); }