@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: none;
}
body{
	background-attachment: scroll;
	background-image: url(images/grunge_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -320px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: small;
	color: #CCCCCC;
	background-color: #000000;
}
noscript {
	text-align: center;
}
.clear {
	clear: both;
}

li {
	list-style-position: inside;
}
img{
	border: none;
}
a {
	color: #ECFFB0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h3 {
	font-size: medium;
}
#mainbody{
	background-position: center top;
}
#header {
	height: 320px;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content iframe {
	width: 100%;
	min-height: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	float: left;
	margin-top: 120px;
	margin-left: 150px;
	height: 200px;
	width: 250px;
}
#mplayer {
	width: 480px;
	float: right;
	margin-top: 10px;
	height: 298px;
	background-image: url(images/mplayer_bg_sq.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}
#mplayer   #mptabs {
	background-image: url(images/mplayer_vid_active.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	float: left;
	width: 230px;
	margin-left: 1px;
	padding-left: 28px;
}
#mplayer   #mptabs   #pltitle {
	margin-left: 28px;
	cursor: pointer;
}
#mplayer   #mptabs   #vidtitle {
	cursor: pointer;
}
#mplayer  #mpcontent {
	clear: left;
	float: left;
	height: 250px;
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
}
#mplayer .mpcontent {
	float: left;
	clear: none;
	width:100%;
}
#mplayer #plcontent{
	margin-left: -2000px;
	position: absolute;
}
.opera #mpcontent .mpcontent{	/*video selection disable when render object is outside viewport*/
	display:none;
}
.opera #mpcontent .active{
	display: block;
}

#mplayer #selection {
	height: 234px;
	width: 30px;
	float: left;
	margin-right: 2px;
	margin-left: 5px;
	padding-top: 6px;
	display: block;
}
#mplayer #selection  li {
	list-style-type: none;
	background-image: url(images/vid_sel_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 24px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
#mplayer #selection .active, #mplayer #selection li:hover {
	background-image: url(images/vid_sel_active.png);
	color: #87B9DF;
}
#mplayer .vidplayer {
	float: left;
	height: 240px;
	width: 400px;
	margin-left: -2000px;
	position: absolute;
}
.opera #mplayer .vidplayer{	/*video selection disable when render object is outside viewport*/
	display:none;
}
.opera #mplayer .active{
	display: block;
}

.framecontent {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 400px;
}
#contentnav {
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	padding-left: 20px;
}
#contentnav ul {
	display: inline;
}
#contentnav li {
	display: inline;
	list-style-type: none;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 0px;
	min-width:50px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
}
#contentnav li span{
	display:inline-block;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#contentnav li a, #contentnav li a:hover{
	padding-right: 20px;
	text-decoration:none;
}
#contentnav li[class*="home"]{
	background-image: url(images/nav_home.png);
}
#contentnav li[class*="media"]{
	background-image: url(images/nav_media.png);
}
#contentnav li[class*="photos"]{
	background-image: url(images/nav_photos.png);
}
#contentnav li[class*="artists"]{
	background-image: url(images/nav_artists.png);
}
#contentnav li[class*="events"]{
	background-image: url(images/nav_events.png);
}
#contentnav li[class*="blog"]{
	background-image: url(images/nav_blog.png);
}
#contentnav li[class*="press"]{
	background-image: url(images/nav_press.png);
}
#contentnav li[class*="contact"]{
	background-image: url(images/nav_contact.png);
}
#socialtop {
	float: right;
	position:relative;
	width: 200px;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	top: 5px;
}
#socialbtm {
	float: right;
	position:relative;
	width: 200px;
	height: 30px;
	text-align: right;
	margin-right: -8px;
	top: -35px;
}
#contentbtm {
	background-image: url(images/content_bg_btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
#footer {
	padding-right: 20px;
	padding-left: 20px;
	font-size: x-small;
	padding-bottom: 30px;
}

.framecontent .leftcontent {
	float: left;
	width: 452px;
}
.framecontent .rightcontent {
	width: 463px;
	float: right;
	position: relative;
	overflow: visible;
}
.framecontent .rightcontent .rc_left {
	width: 250px;
	position: relative;
	z-index: 5;
	float: left;
	clear: left;
	margin-left: 5px;
	height: 100%;
}
.framecontent .rightcontent .rc_right {
	width: 198px;
	position: relative;
	z-index: 5;
	float: right;
	clear: right;
	height: 100%;
	margin-right: 10px;
}
.viewmore {
	float: right;
}
#mediacontent  .tab {
	background-image: url(images/content_tab_media.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 73px;
	width: 26px;
	position: absolute;
	margin-left: 5px;
}

.mediacontent {
	background-color: #000000;
	min-height: 340px;
	width: 414px;
	margin-left: 12px;
	float: left;
	clear: left;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#newscontent .tab {
	background-image: url(images/content_tab_blog.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 26px;
	float: left;
	position: absolute;
	left: -8px;
}

.newscontent {
	background-color: #000000;
	float: right;
	min-height: 240px;
	width: 420px;
	margin-right: 10px;
	z-index: 5;
	clear: right;
	right: 0px;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#photoscontent .tab {
	background-image: url(images/content_tab_photos.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: absolute;
	height: 73px;
	width: 26px;
	left: -10px;
}

.photoscontent {
	width: 220px;
	min-height: 205px;
	background-color: #000000;
	float: left;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#eventscontent .tab {
	background-image: url(images/content_tab_events.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: absolute;
	height: 73px;
	width: 26px;
	left: -10px;
}
.eventscontent {
	min-height: 460px;
	background-color: #000000;
	clear: right;
	float: right;
	width: 162px;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#twittercontent .tab {
	background-image: url(images/content_tab_twit.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: absolute;
	height: 73px;
	width: 26px;
	left: -10px;
}
.twittercontent {
	min-height: 360px;
	background-color: #000000;
	clear: right;
	float: right;
	width: 162px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 6px;
}
.newslettercontent {
	height: 180px;
	background-color: #000000;
	clear: right;
	float: right;
	width: 192px;
}
#page_content {
	background-color:#000000;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	min-height: 400px;
}
#post_content {
	background-color:#000000;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
	width: 630px;
	min-height: 400px;
}
#sidebar {
	float: right;
	width: 200px;
}
.gallerypost {
	clear: both;
}
/*.photospagecontent h2 a, .mediapagecontent h2 a{
	color: #FFFFFF;
}*/
.pagecontent_header{
	padding-top: 40px !important;
	visibility: hidden;
}

.photospagecontent, .mediapagecontent, .artistspagecontent, .eventspagecontent, .blogpagecontent, .presspagecontent, .contactpagecontent{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
	min-height: 200px;
}
.photospagecontent{
	background-image: url(images/hdr_photos.jpg);
}
.mediapagecontent{
	background-image: url(images/hdr_media.jpg);
}
.artistspagecontent{
	background-image: url(images/hdr_artists.jpg);
}
.eventspagecontent{
	background-image: url(images/hdr_events.jpg);
}
.blogpagecontent{
	background-image: url(images/hdr_blog.jpg);
}
.presspagecontent{
	background-image: url(images/hdr_press.jpg);
}
.contactpagecontent{
	background-image: url(images/hdr_contact.jpg);
}
.mediapagecontent object{
	margin-right: 10px;
}
.artistspagecontent img {
	display: inline;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 0px;
}
.artistspagecontent p {
	line-height: 18px;
	font-size: 1em;
	color: #999999;
}

.artistspagecontent img.l{
	float: left;
	clear: left;
	padding-right: 30px;
}
.artistspagecontent img.r{
	float: right;
	clear: right;
	padding-left: 30px;
}

.artistspagecontent img.b{
	padding-top: 20px;
}
#page_content h2, #post_content h2{
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Impact, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.post-info{
	padding-bottom: 20px;
}
.ngg-album{
	float: left;
	border: 1px dotted #CCCCCC !important;	
}
.photoscontent .ngg-imagebrowser .pic {
	display:block;
	width: 200px;
}
.ngg-imagebrowser-nav {
	margin-left:0px !important;
	padding:5px !important;
	/*display: inline-block;*/
}
.ngg-navigation {
	min-height: 20px;
}
.ngg-description {
	clear:both;
}
.ngg-albumcontent {
	text-align: center;
}
.entry .ngg-imagebrowser{
	height:300px;
}
.photospagecontent .ngg-imagebrowser{
	height: 480px;
	padding-bottom: 20px;
}
.entry .ngg-imagebrowser img, .photospagecontent .ngg-imagebrowser img{
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	max-width: 100%;
}
.photospagecontent .ngg-album {
	width: 150px;
	height: 180px;
	overflow: hidden;
}
.photoscontent p, .entry p{
	clear: left;
}
.entry p, .entry object{
	margin-left: 20px;
}
.entry h2{
	padding-bottom: 0px !important;
}
.entry{
	padding-bottom: 20px;
}
#commentform, #comment{
	width: 100%;
}
#sidebar h2{
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #000000;
	font-size: medium;
}
.viewallupdates{
	padding-top: 20px;
}
.viewallupdates a{
	font-size: medium;
	font-style: italic;
	color: #E4EEF1;
}
.commentlist li {
	border-top:thin solid #333333;
	clear:both;
	list-style-position:inside;
	list-style-type:none;
	padding-top:10px;
}
.comment-author .says{
	visibility: hidden;
}
.comment-author {
	float:left;
	overflow:hidden;
	width:60px;
}
#respond {
	clear: both;
}
#twittercontent .twitter-item{
	list-style: none;
	padding-top: 20px;
	background-image: url(images/logo_tiny.png);
	background-repeat: no-repeat;
	background-position: left 23px;
	padding-left: 26px;
	display: inline-block;
}

