@charset "UTF-8";

/* CSS Document */


/*========================================= DEFAULT STYLES ================================*/


body {
	background-color: #454545;
	background-image: url(../images/background_slice.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: big_caslonmedium, "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
}

a {
	color: #565658;
}

a img{
border:none;	
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5 {
	color: #dddddd;
	font-weight: 100;
	font-family: big_caslonmedium;
}

.clear {
	clear: both;
}

/*========================================= LAYOUT STYLES ================================*/



.container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header {
	background-image: url(../images/page-top-rip.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#content {
	background-color: #454545;
}

#content .container {
	overflow: hidden;
	padding-top: 12px;
	min-height: 145px;
}

#content #top-rip {
	height: 9px;
	background-image: url(../images/toprip.jpg);
	background-repeat: repeat-x;
}

#content .left, #content .right {
	float: left;
	min-height: 50px;
	width: 730px;
}

#content .right {
	padding-right: 20px;
	width: 250px;
}

#content #bottom-rip {
	height: 9px;
	background-image: url(../images/bottomrip.jpg);
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	text-align: left;
}

/*========================================= MODULAR STYLES ================================*/

#header .logo {
	float: left;
	padding-top: 35px;
	padding-left: 200px;
	width: 600px;
}

#header .logo .top-link {
	display: block;
	float: left;
	margin-top: 28px;
}

#header .logo img {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#header .logo .top-link a {
	text-decoration: none;
	font-family: banda_regularregular;
}

#header .logo .top-link a:hover {
}

#header .social-nav {
	float: left;
	padding-top: 80px;
	width: 150px;
	text-align: center;
}

.social-nav ul {
	width: 100%;
	list-style-type: none;
	text-align: center;
}

.social-nav ul li {
	display: inline-block;
	width: 27px;
	height: 27px;
}

.social-nav ul li a {
	display: block;
	width: 27px;
	height: 27px;
	text-decoration: none;
}

#slider .container {
	position: relative;
	height: 545px;
	text-align: center;
}

ul.pagination {
	display: none;
}

#slides {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 545px;
}

#slider .artist-tag {
	position: absolute;
	/*top: 333px;*/
	top:50px;
	z-index: 999;
	width: 100%;
	text-align: center;
}

#slides .next, #slides .prev {
	position: absolute;
	right: -5px;
	bottom: 30px;
	z-index: 999;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 47px;
	background-image: url(../images/btnArrow_right.png);
	background-position: left;
	background-repeat: no-repeat;
}
#slides .prev {
	position: absolute;
	bottom: 30px;
	left: -4px;
	background-image: url(../images/btnArrow_left.png);
}

#slides .next:hover, #slides .prev:hover {
	background-position: right;
}

.slides_container {
	width: 950px;
	height: 545px;
}

.inner .slides_container {
	width: 950px;
	height: 545px;
	background-repeat: no-repeat;
}



.facebook-large {
	float: right;
	padding: 10px;
	width: 180px;
	height: 115px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	text-align: center;
}

#content .left .text {
	margin-top: 35px;
	margin-bottom: 15px;
	color: #fcfcfc;
}

input[type="text"] {
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
	height: 30px;
	border: none;
	border-radius: .4em;
	background-color: #fcfcfc;
	font-size: .8em;
	font-family: Helvetica, Terminal, Arial, sans-serif;
}

input[type="submit"] {
	border: none;
	background: transparent;
	color: #fcfcfc;
	text-transform: uppercase;
	font-size: .9em;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #454545;
	font-size: .9em;
	line-height: 1.4;
}

/*================================ ARTIST PAGE STYLES ===================*/


#slider .text-container {
	position: absolute;
	/*top: 50px;
	left: 80px;*/
	top:110px;
	left:650px;
	width:250px;
	padding-left:20px;
	padding-right:20px;
	z-index: 500;
	overflow: hidden;
	/*padding-right: 50px;
	padding-left: 50px;
	width: 420px;
	height: 275px;*/
	color: #d7d7d7;
	font-size: .8em;
	font-family: banda_regularregular, arial, san-serif;
	line-height: 1.4;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc000000', endColorstr='#cc 000000'); /* IE *//*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
	background: rgba(0,0,0,.7);
}

#slider .scroll-container {
	overflow: hidden;
	padding-top: 25px;
	width: 100%;
	height: 275px;
	text-align: left;
	/* required settings */
	position: relative;
}

.scroll-parent {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 245px;
	text-align: left;
}

.scroll-child {
	position: absolute;
	width: auto;
}

.controllers {
	width: 100%;
	text-align: center;
}

.controllers div {
	display: inline-block;
}

#slider .text-container .scrollable {
	
	position: absolute;
}

.scroll-child h1 {
	text-align: center;
	font-size: 1.5em;
}

.topper {
	display: block;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: .7em;
	font-family: banda_regularregular;
}

.left-line, .right-line {
	display: inline-block;
	/*width: 117px;*/
	width:50px;
	height: 8px;
}

.left-line {
	margin-right: 10px;
	background-image: url(../images/left-line.png);
	background-repeat: no-repeat;
	background-position:right;
}

.right-line {
	margin-left: 10px;
	background-image: url(../images/right-line.png);
	background-repeat: no-repeat;
}
