/*------------- reset -------------*/

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: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------- end reset -----------*/

body {
	background: #000 url(bg.gif) repeat-x top left;
	color: #fff;
	font: 11px  Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

a { color: #d01ca2; text-decoration: underline; }
a:hover { color: #fff; }

#all {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background: #090219;
}

.clearer {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.hidden {
	display: none;
}
/*------------- Header ------------*/

#head {
	position: relative;
	height: 234px;
	background: #000 url(bg_head.gif) no-repeat top right;
	padding: 20px 0 0 30px;
}

.logo {
	position: relative;
	display: block;
	padding: 40px 0 0 100px;
	width: 252px;
}

.logo img {
	border: none;
}

#aplayer {
	background: #000;
	color: #7c5a92;
	font-size: 10px;
	width: 460px;
	overflow: hidden;
}

#aplayer a {
	display: block;
	float: left;
	width: 31px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: top left;
}

#aplayer p {
	float: left;
	padding-left: 20px;
}

#aplayer a.play { background-image: url(play.gif); }
#aplayer a.pause { background-image: url(pause.gif); }
#aplayer a.stop { background-image: url(stop.gif); }
#aplayer a.forward { background-image: url(forward.gif); }

/*------------ End Header -----------*/

/*-------------- Menu ---------------*/

ul.menu {
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 45px;
	background: #000;
}

ul.menu li {
	display: block;
	float: left;
	padding: 0 10px;
}

ul.menu li a {
	display: block;
	height: 45px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
}

ul.menu li:hover, ul.menu li.active {
	background: #0b041f url(m_active.gif) repeat-x top left;
}

ul.menu li:hover a, ul.menu li.active a {
	background-position: bottom center;
}

ul.menu li a#item1 { width: 43px; background-image: url(m_home.gif); }
ul.menu li a#item2 { width: 43px; background-image: url(m_news.gif); }

ul.menu li a#item4 { width: 54px; background-image: url(m_shena.gif); }
ul.menu li a#item5 { width: 59px; background-image: url(m_gallery.gif); }
ul.menu li a#item6 { width: 75px; background-image: url(m_contact.gif); }
ul.menu li a#item7 { width: 65px; background-image: url(m_signup.gif); }
ul.menu li a[href="/store"] { width: 54px; background-image: url(m_store.gif); }
ul.menu li a[href="/epk"] { width: 32px; background-image: url(m_epk.gif); }

/*
ul.menu li a[href="/epk"] { width: 48px; background-image: url(m_epk.gif); }
*/
/*------------ End Menu -------------*/

/*------------- Content -------------*/

.content {
	background: #0b041f;
	overflow: hidden;
	padding: 30px;
}

.col1 {
	float: left;
	width: 480px;
	margin-right: 35px;
}

.col2 {
	float: left;
	width: 345px;
	background: #0e0721;
}

.col2 p {
	margin-bottom: 15px;
}


h1 {
	display: block;
	background: #9a1579;
	font-size: 12px;
	padding: 8px 10px;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

button {
	height: 24px;
	padding: 0 10px;
	background-color: #0e0721;
	background-image: url(bg_button1.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	overflow: visible;
	cursor: pointer;
}

button:hover {
	background-position: bottom left;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	button { padding-top: 7px; }
}

a.button {
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin-bottom: 20px;
	cursor: pointer;
}

a.button span {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #0e0721 url(bg_button1.gif) repeat-x top left;
	color: #fff;
	text-transform: uppercase;
}

a.button:hover span {
	background-position: bottom left;
}

p.info { background: #130832; color: #7c5a92; padding: 5px 10px; font-size: 10px; }
p.info a { color: #7c5a92; text-decoration: none; }
p.info span { color: #9a1579; margin: 0 8px; }

h1 a { color: #fff; text-decoration: none; }
h1 p.date { font-size: 10px; color: #000; margin: 0; padding: 0; }
h1 p.path { margin: 0; }
p.path a { color: #be8dba; padding-right: 15px; margin-right: 10px; text-decoration: none; background: url(arrow3.gif) no-repeat center right; }

table { width: 100%; }
table.calendar { width: 100%; background: #000; margin: 20px 0; }
table.calendar td { background: 000; width: 64px; height: 36px; border: 1px solid #0b041f; padding: 3px 0 0 3px; font-size: 10px; }
table.calendar tr.weeks td { height: 20px; color: #7c5a92; }
table.calendar tr.day td a { display: block; height: 30px; padding: 3px 0 0 3px; background: #9A1579; color: #ff8ae2; font-weight: bold; text-decoration: none; *position: absolute; *margin-top: -4px; *width: 60px; }
table.calendar p.more { background: url(more.gif) no-repeat center left; padding-left: 11px; font-weight: normal; color: #fff; }
table.calendar tr.nav td { background: #130832; height: 21px; width: auto; color: #7c5a92; text-align: center; padding: 0; *position: relative; }
table.calendar tr.nav td span { display: block; width: 100%; line-height: 20px; }
table.calendar tr.nav td a.bleft, table.calendar tr.nav td a.bright { display: block; width: 64px; height: 21px; background-repeat: no-repeat; background-position: center center; *position: absolute; }
table.calendar tr.nav td a.bleft { *left: 0; float: left; background-image: url(arrow2.gif); border-right: 1px solid #0b041f; }
table.calendar tr.nav td a.bright { *right: 0; float: right; background-image: url(arrow1.gif); border-left: 1px solid #0b041f; }

table.gallery { margin-bottom: 20px; }
table.gallery td { padding: 0 2px 10px; vertical-align: middle; }
table.gallery td a { display: block; float: left; padding: 1px 1px 3px; color: #fff; text-decoration: none; background: #130832; }
table.gallery td a img { display: block; margin-bottom: 3px; }
table.gallery td a:hover { background: #9a1579; }

.signup { background: #000; height: 25px; line-height: 25px; padding: 10px 15px; }
.signup input { width: 350px; padding: 5px; margin-right: 10px; background: none; border: 1px solid #0e0720; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #fff; }
.signup button { height: 25px; background-image: url(bg_button.gif); }

.links { background: #130832; padding: 15px 10px; margin-top: 10px; text-align: center; }
.links img { vertical-align: middle; margin: 5px 3px; }

ul.news { margin-bottom: 20px; }
ul.news li p { padding-left: 10px; padding-right: 10px; }

ul.newslist { margin-bottom: 20px; }
ul.newslist li { margin-bottom: 10px; }
ul.newslist li a { margin-left: 2px; }
ul.newslist li span { display: block; font-size: 10px; color: #7c5a92; }

/*ul.gallery { margin-bottom: 20px; overflow: hidden; }
ul.gallery li { float: left; margin: 0 2px 10px; }
ul.gallery li a { display: block; padding: 1px; color: #fff; text-decoration: none; background: #130832; }
ul.gallery li a img { display: block; }
ul.gallery li a:hover { background: #9a1579; }*/

ul.album { margin-bottom: 20px; padding: 0 10px; }
ul.album li { margin-bottom: 20px; overflow: hidden; }
ul.album li img { float: left; margin-right: 15px; }
ul.album li p { margin: 0; }
ul.album li h3 a { color: #fff; text-decoration: none; }
ul.album li div { float: left; height: 117px; width: 190px; position: relative; }
ul.album li div p.info { position: absolute; bottom: 0; width: 170px; }
ul.album li div span { color: #7c5a92; }

ul.view li div { height: auto; }
ul.view li div a.button { float: left; margin: 20px 3px 0 0; }
ul.view li div a.button span { color: #fff; }

ul.pages { background: #130832; color: #7c5a92; padding: 0px 10px; margin-bottom: 20px; overflow: hidden; }
ul.pages li { float: left; }
ul.pages li a { display: block; padding: 2px 6px; color: #7c5a92; text-decoration: none; }
ul.pages li span.active, ul.pages li a:hover { display: block; padding: 2px 6px; background: #9a1579; color: #fff; }

form.sign { margin-top: 10px; }
form.sign .jNiceSelectWrapper { margin-bottom: 20px; }
form.sign button { float: right; }
form.sign p { color: #7c5a92; font-size: 10px; width: 250px; }
form.sign span { color: #d01ca2; }
form.sign table th { text-align: left; padding-bottom: 2px; }
form.sign table td { padding-bottom: 10px; }

.calendar { margin: 20px 0; }


/*----------- End Content -----------*/

/*------------- Footer -------------*/

#footer {
	color: #7c5a92;
	padding: 20px 30px;
	font-size: 10px;
}

#footer a {
	color: #7c5a92;
	text-decoration: none;
}

#footer p.menu {
	float: right;
}

#footer span {
	color: #991579;
	margin: 0 3px;
}

/*----------- End Footer -----------*/

/*----------- ARTWORK --------------*/

#artwork_table td{ text-align:center;}
#artwork .links { background: #fff; margin: 0 0 15px 0;  padding: 0; }
#artwork .links img { margin: 0; }

.widget { margin: 15px 0; background-color: #000; }
.widget p { margin: 0; text-align: center; }
.widget p a { margin: 0 5px; text-decoration: none; }

.twitterWrap {
	margin-top: 10px;
	/*padding: 10px 47px;*/
}