/* ---------------
Developed by Stuart Runyan

www.shrweb.com
#2b1f48
-------------------- */
* {margin: 0; padding: 0;}
a {color: #F00; text-decoration: none; }
a:hover {text-decoration: underline;}
.float_l {float: left;}
.float_r {float: right;}
.clear {clear:both;}
strong {font-size: 14px; font-weight:bold; }


body {
	background-color: #777;
	font: 12px/18px Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}
#wrapper {
	background: #06041b url(images/bg-large-lyra-trans.png) top right no-repeat;	
	width: 760px;
	margin: 20px auto;
	border: 3px solid #4f3e68;
	position: relative;
	z-index: 1;
}
#header {
	background: transparent url(images/lyralicious-trans.png) 5px 0 no-repeat;
	height: 125px;
	position: relative;
	top: -8px;
	z-index: 30;
	margin-left: -30px;
}
/* -------------------------------------- NAVIGATION STYLES ---------------------------------------- */
#nav {
	position: relative;
	right: 0;
}
#nav ul {
	margin: 10px 10px 0 0;
	background: transparent url(images/sprite_nav-trans.png) 0 0 no-repeat;
	width: 465px;
	height: 54px;
	float: right;
}
#nav ul li {
	float: left;
	list-style: none;
	height: 45px;
	cursor: pointer;
}
#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 45px;
}
#nav ul li a span {
	display: none;
}
	#nav_home a {width:70px;}
	#nav_acts a {width: 55px;}
	#nav_about a { width: 75px;}
	#nav_photo a { width: 85px;}
	#nav_video a { width: 77px;}
	#nav_contact a { width: 95px;}

	#nav_home a:hover {background: transparent url(images/sprite_nav-trans.png) 0 -51px no-repeat;}
	#nav_acts a:hover {background: transparent url(images/sprite_nav-trans.png) -70px -51px no-repeat;}
	#nav_about a:hover {background: transparent url(images/sprite_nav-trans.png) -125px -51px no-repeat;}
	#nav_photo a:hover {background: transparent url(images/sprite_nav-trans.png) -200px -51px no-repeat;}
	#nav_video a:hover {background: transparent url(images/sprite_nav-trans.png) -285px -51px no-repeat;}
	#nav_contact a:hover {background: transparent url(images/sprite_nav-trans.png) -363px -51px no-repeat;}
	
	#nav_home a:active {background: transparent url(images/sprite_nav-trans.png) 0 -102px no-repeat;}
	#nav_acts a:active {background: transparent url(images/sprite_nav-trans.png) -70px -102px no-repeat;}
	#nav_about a:active {background: transparent url(images/sprite_nav-trans.png) -125px -102px no-repeat;}
	#nav_photo a:active {background: transparent url(images/sprite_nav-trans.png) -200px -102px no-repeat;}
	#nav_video a:active {background: transparent url(images/sprite_nav-trans.png) -285px -102px no-repeat;}
	#nav_contact a:active {background: transparent url(images/sprite_nav-trans.png) -363px -102px no-repeat;}

/* -------------------------------------- CONTENT STYLES ---------------------------------------- */
#content_wrapper {
	width: 638px;
	position: relative;
	top: -60px;
	z-index: 20;
	margin: 0 0 20px 100px;
}	
	#content_top {
		height: 46px;
		background: transparent url(images/content_top-trans.png) 0 0 no-repeat;
	}
	#content_bottom {
		height: 46px;
		background: transparent url(images/content_bottom-trans.png) 0 0 no-repeat;
	}
	#content {
		background: transparent url(images/content_center-trans.png) 0 0 repeat-y;
		padding: 0 30px 30px 30px;
		
	}
	#content p {
		width: 300px;
		margin: 15px 0 15px 40px;
	}
	#content ul {
		float: left;
		margin: 20px 0 0 40px;	
	}
	#content .video {
		margin: 20px 0 20px 50px;
	}
	#content h2 {
		margin-bottom: 15px;
	}
#nav_border {
	background: transparent url(images/nav_border-trans.png) 0 0 no-repeat;
	width: 718px;
	height: 561px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -2;
}
#left_holder {	
	background: transparent url(images/side_rebbeca_molly-trans.png) 0 0 no-repeat;
	width: 342px;
	height: 506px;
	position: absolute;
	top: 70px;
	left: -15px;
	z-index: -1;
}

/* -------------------------------------- PAGE SPECIFIC STYLES ---------------------------------------- */
#page_home #content p {
	float: left;
}
#page_home #content p:first-letter {
	font-size: 40px;
	float: left;
	padding: 2px 5px 0 0;
}

#page_acts .act {
	margin: 0 0 45px 0;	
}
#page_acts .act p {
	width: auto;
	margin: 0 0 0 20px;
}
#page_acts .act img {
	margin: 0 15px 0 0;
}

#page_gallery .gallery_set {
	margin: 20px 0;
}
#page_gallery .gallery_set h3 {
	margin: 10px 0 0 40px;
}

#page_about p {
	width: auto;
	margin: 0 0 25px 0;
	padding: 0 35px;
}
#page_about h5 {
	font-size: 14px;
}
#page_about ul.events {
	margin: 0;
}
#page_about #left_col {
	width: 320px;
	float: left;
}
	#page_about #left_col ul li {
	list-style-type: square;
	padding: 5px 0;
}
	#page_about #left_col ul li span {
	padding-left: 10px;
}
#page_about #right_col {
	width: 255px;
	float: left;
}
	#page_about #right_col h4 {
		background: transparent url('images/meet_artists.png') 0 0 no-repeat;
		width: 232px;
		height: 53px;
		margin-bottom: 10px;
}
		#page_about #right_col h4 span {
			display: none;
}
	#page_about #right_col p {
		padding: 40px 10px 0 10px;
		margin: 0 0 10px 0;
		float: left;
}
	#page_about #right_col div {
		float: left;
}
	#page_about #right_col div p {
		margin: 0 0 5px 0;
		padding: 0;
		float: none;
}
	#page_about #right_col div a img {
		border: none;
}
	#page_about #right_col ul {
		margin-left: 20px;	
}
	#page_about #right_col ul li {
		list-style-type: none;
}
#page_about #bottom_list {
	margin-top: 20px;
}
	#page_about #bottom_list h4 {
		margin: 25px 0 5px 0;
}
	#page_about #bottom_list ul li {
		list-style-type: none;
}


/* FORM */
#page_contact #content form {
	width: 320px;
	float: left;
}
#page_contact #content form label {
	width: 200px;
	display: block;
	margin-top: 10px;
}
#page_contact #content form input {
	width: 250px;
	height: 20px;
}
#page_contact #content form textarea {
	width: 253px;
	height: 75px;
}
#page_contact #content form #submit {
	width: 70px;
	height: 26px;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #737464;
	border: none;
	margin-top: 20px;
}
#page_contact #content form #submit:hover {color: #CCC;}
#page_contact #content form #submit:active {padding: 2px 0 0 2px;}
#page_contact #content #contact_info {
	float: left;
	width: 230px;
	padding: 15px 0 0 10px;
}
#page_contact #content #contact_info p {
	margin: 0 0 15px 20px;
}
#page_contact #content h4 {
	margin: 15px 0 0 0;	
}
.error span {color: #F00; font-weight: bold; display: block; margin-bottom: 10px;}
#page_contact #content form input#captcha {width: 60px; display: block;}
#page_contact #content form p#captcha_desc {margin: 15px 0 0 0; width: 230px;}


/* -------------------------------------- SlIDESHOW STYLES ---------------------------------------- */
.slideshow {
	margin-left: 65px;
}
.slogan {
	z-index: 10;
	position: relative;
	margin: 0 0 10px 10px;
}

/* -------------------------------------- GAlLERY STYLES ---------------------------------------- */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(images/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:75px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(images/h80.png) repeat-x;		
}

