/*RESET CSS*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*END RESET CSS*/

/*BODY*/

body {
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88em;
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 1.38em;
    margin: 0;
    padding: 0;
}

/*WRAPPER*/
div#wrapper {
    background: #000 url(img/header.jpg) no-repeat center top;
    display: table;
    width: 100%;
    height: 600px;
}

/*CONTENT*/
div#content {
    margin: 0 auto;
    width: 960px;
}

/*FORMS*/
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    background: none;
	font-size: 1.0em;
}

/*LINKS*/
a {
    color: #cc66cc;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

/*TOOLTIP*/
div#toolTip {
    position: absolute;
    border: 1px solid #162a42;
    background: #000;
    padding: 5px;
    display: none;
    line-height: 1;

}

div#toolTip p {
    font-size: 0.8em;
    color: #88ddff;
    display: block;
    padding: 5px;
}



/*HEADER*/
div#header {
	position: relative;
	width: 100%;




	height: 550
.px;
	cursor:default;
	height: 420px;
}

/*NEWSLETTER*/
div#newsletter {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 205px;
}

div#newsletter input.newsletter {
    width: 190px;
    height: 18px;
    color: #88ddff;
    font-size: 1.0em;
    line-height: normal;
    border: 0;
}

div#newsletter input.newsletter-submit {
    width: 41px;
    height: 28px;
    border: 0;
    margin-top: 25px;
    text-indent: -999em;
    float: right;
    cursor: pointer;
    display: none;
	font-size: 0px;
	line-height: 0px;
    background: transparent url(img/newsletter-button.jpg) no-repeat left top;
}

/*LOGO*/
a#logo-btn {
    height: 130px;
    width: 400px;
    position: absolute;
    left: 0px;
    top: 220px;
    text-indent: -999em;
    display: block;
}

/*MENU*/
div#menu-content {
	position: absolute;
	bottom: 22px;
	left: 0px;
	width: 960px;
	height: 50px;
}

ul#menu {
    width: 900px;
    height: 50px;
    float: left;
    list-style-type: none;
}

ul#menu li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    background: transparent url(img/menu-button.jpg) no-repeat left top;
    width: 111px;
    height: 31px;
}

ul#menu li span {
    display: block;
    width: 111px;
    height: 31px;
    background: transparent url(img/menu-button.jpg) no-repeat left bottom;
}

ul#menu li a {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
}

/*RSS*/
div#rss {
    height: 35px;
    width: 35px;
    margin-top: 7px;
    margin-right: 7px;
    float: right;
    background: #000 url(img/rss-button.jpg) no-repeat left top;
    position: relative;
    display: inline;
}

div#rss div {
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    width: 35px;
    display: block;
    background: #000 url(img/rss-button.jpg) no-repeat left bottom;
    position: absolute;
}

div#rss a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    text-indent: -999em;
}

/*LEFT COLUMN*/

div#left-col {
    width: 750px;
    float: left;
}

/*ARTICLE*/
div.article {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

div#left-col p {
    text-align: justify;
    padding-top: 20px;
    overflow: hidden;
}

h1 {
    font-size: 1.50em;
    line-height: 1.50em;
    color: #88ddff;
    display: block;
    font-weight: normal;
}

h1 span {
    margin-right: 10px;
    color: #cc66cc;
    display: inline;
    font-weight: normal;
}

h2 {
    font-size: 1.30em;
    line-height: 1.40em;
    margin-top: 20px;
    color: #88ddff;
    display: block;
    font-weight: normal;
    clear: both;
    padding-bottom: 5px;
    background: transparent url(img/line02.png) no-repeat left bottom;
}

/*IMAGES*/
img.poster {
	border: 1px solid #005b7f;
	float: left;
	margin: 0 20px 5px 20px;
}

img.poster2 {
	border: 1px solid #005b7f;
	float: right;
	margin: 0 20px 5px 20px;
}

img.set {
    border: 0;
    float: left;
    margin: 0 20px 5px 0;
}

/*LINE*/
div.line01 {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 10px;
    font-size: 1px;
    background: #000 url(img/line01.png) no-repeat left top;
}

/*DOWNLOAD*/
div.download {
    display: block;
    clear: both;
    width: 650px;
    height: 65px;
    background: #000 url(img/download-button.png) no-repeat left top;
    margin-top: 20px;
}

div.download a {
    display: block;
    padding: 23px 0 0 90px;
    font-size: 1em;
    letter-spacing: 1px;
    color: #88ddff;
    line-height: normal;
    text-decoration: none;
}

div.download a:hover {
    color: #cc66cc;
}

/*TRACK LIST*/
ul.tracklist {
    display: block;
    clear: both;
    margin-top: 20px;
}

ul.tracklist li {
    color: #fff;
}

ul.tracklist li span {
    color: #cc66cc;
}

/*GALLERY*/
ul.gallery {
    margin-top: 8px;
    clear: both;
    float: left;
    list-style-type: none;
}

ul.gallery li {
    float: left;
    width: 150px;
    height: 150px;
    margin: 12px 12px 0 0;
}

ul.gallery li a {
    display: block;
    background: transparent url(img/gallery-bg.png) no-repeat left top;
}

ul.gallery li a:hover {
    background: transparent url(img/gallery-bg.png) no-repeat left bottom;
}

img.gallery {
    padding: 5px;
    display: block;
}

/*LINKS*/
a.link {
    font-size: 1.30em;
    line-height: normal;
    margin-top: 20px;
    float: left;
    font-weight: normal;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

div#left-col p.link {
    text-align: justify;
    padding: 0 0 5px 0;
    overflow: hidden;
    clear: both;
    width: 100%;
    background: transparent url(img/line02.png) no-repeat left bottom;
}

/*BOOKING FORMS*/

div.rascals_form {
	clear:both;
	margin-top:20px;
	overflow:auto;
}
div.rascals_form span {
	float:left;
	width:32px;
	height:32px;
	margin:5px 0 0 5px;
	display:none;
	background: transparent url(img/check.png) no-repeat left top;
}

div.rascals_form label {
	display:block;
  	color: #88ddff;
	line-height:normal;
	clear:both;
}
div.rascals_form input {
	margin-top:5px;
	width:400px;
	height:20px;
	float:left;
	border: 1px solid #162a42;
	color:#fff;
	line-height:normal;
	padding:5px;
	background-color:#000;
}
div.rascals_form textarea {
	margin-top:5px;
	width:500px;
	height:300px;
	float:left;
	border: 1px solid #162a42;
	color:#fff;
	line-height:1.38em;
	padding:5px;
	overflow:auto;
	background-color:#000;
}
div.rascals_form input:focus, div.rascals_form textarea:focus {
	border: 1px solid #24446b;
}
div.rascals_form_submit  {
	width:512px;
	height:28px;
	display:block;
	clear:both;
	margin-top: 10px;
	padding:0;
}
input#send {
    width: 49px;
    height: 28px;
    border: 0;
    text-indent: -999em;
	display:none;
	font-size: 0px;
	line-height: 0px;
    cursor: pointer;
	float:right;
    background: transparent url(img/send-button.png) no-repeat left top;
}

div.rascals_form_submit span {
	margin-top:2px;
	float:left;
	display:none;
  	color: #88ddff;
	display:block;
	line-height:normal;
}

/*RIGHT COLUMN*/
div#right-col {
    width: 270px;
    float: right;
}

/*COLLAPSE ALL AND EXPAND ALL BUTTONS*/
span#collapse-all, span#expand-all {
    cursor: pointer;
    width: 22px;
    height: 22px;
    text-indent: -999em;
    background: transparent url(img/collapse-all.png) no-repeat left top;
    line-height: normal;
    float: right;
    margin: 10px 0 0 5px;
}

span#expand-all {
    background: transparent url(img/expand-all.png) no-repeat left top;
}

/*RIGHT CONTENT*/
div#right-col-content {
    margin: 38px 0 30px 0;
    overflow: hidden;
}
/*SIDEBAR*/

div.sidebar {
    margin-top: 5px;
    overflow: hidden;
}

div.sidebar h3 {
    width: 270px;
    height: 30px;
    background: transparent url(img/sidebar-button.png) no-repeat left top;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    color: #88ddff;
    line-height: normal;
    cursor: pointer;
    font-weight: normal;
}

div.sidebar h3.active {
    background: transparent url(img/sidebar-button.png) no-repeat left bottom;
    color: #88ddff;
}

div.sidebar h3 span {
    display: block;
    padding: 7px 0 0 25px;
}

div.sidebar-content {
    display: none;
    color: #88ddff;
    margin: 10px 0;
}

p.sidebar-gigs a {
    color: #88ddff;
    display: block;
    padding: 0;
    text-decoration: none;
}

ul#sidebar li p.sidebar-gigs a:hover {
    color: #cc66cc;
    text-decoration: none;
}

div.sidebar-content p span.list {
    color: #cc66cc;
    display: inline;
    padding: 0;
}

div.sidebar-content p img {
    display: inline;
    border: 0;
	margin:0;
	padding:0;
}

div.sidebar-content p.text-side-bar a {
    color: #cc66cc;
    text-decoration: underline;
    display: inline;
    background: none;
}

div.sidebar-content p.text-side-bar a:hover {
    text-decoration: none;
    color: #cc66cc;
}

/*FOOTER*/
div.clear {
    clear: both;
    height: 30px;
}

div#footer {
    display: block;
    width: 100%;
    height: 278px;
    clear: both;
    background: #000 url(img/footer.jpg) no-repeat center bottom;
}

div#footer-content {
    width: 960px;
    height: 278px;
    margin: 0 auto;
    position: relative;
}

/*UP*/
div#up {
    height: 66px;
    width: 70px;
    position: absolute;
    right: 33px;
    top: 0;
    background: #000 url(img/up-arrow-button.jpg) no-repeat left top;
}

div#up div {
    height: 66px;
    width: 70px;
    right: 0;
    top: 0;
    position: absolute;
    background: #000 url(img/up-arrow-button.jpg) no-repeat left bottom;
}

div#up a {
    height: 100%;
    width: 100%;
    text-indent: -999em;
    position: absolute;
    right: 0;
    top: 0;
}

/*FOOTER PHOTO*/
div#footer-photo {
    position: absolute;
    left: 5px;
    top: 76px;
    width: 160px;
    height: 160px;
}

/*FOOTER CONTACT*/
div#footer-contact {
    position: absolute;
    left: 200px;
    top: 95px;
    width: 400px;
    height: 160px;
    font-size: 1.0em;
    line-height: 1.38em;
}

div#footer-contact a {
    color: #88ddff;
}

div#footer-contact h1 {
    line-height: 1;
    margin-bottom: 3px;
}

/*FOOTER COPYRIGHT*/
div#copyright {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 0.79em;
    line-height: 1;
    color: #88ddff;
}

div#copyright a {
    color: #88ddff;
}
