@charset "UTF-8";

@media screen, projection {

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

div.container {
	min-height: 100%;
	position: relative;
}

img, a {
	border: none;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.noPadding {
	padding: 0px;
}

.noMargin {
	padding: 0px;
}

/* ** ** HEADER ** ** */
div.header {
	margin: auto;
	padding-top: 80px;
	height: 500px;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

div.header div.headline {
	width: 940px;
	margin: auto;
	padding-top: 8px;
	height: 30px;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFFFFF;
}

div.header div.headline div.left {
	width: 50%;
	float: left;
	height: 30px;
	line-height: 30px;
}

div.header div.headline div.right {
	width: 50%;
	float: right;
}

div.header div.headline div.right ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

div.header div.headline div.right ol li {
	display: inline-block;
	height: 30px;
	margin-left: -4px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/headlineNavSeparator.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

div.header div.headline div.right ol li.active, div.header div.headline div.right ol li:hover {
	background-image: url(../images/headlineActive.png);
	background-position: left;
}

div.header div.headline div.right ol li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

/* ** ** NAVIGATION ** ** */
div.header div.navigation {
	width: 900px;
	margin: auto;
	margin-top: 60px;
}

div.header div.navigation ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.header div.navigation ol li {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 35px;
	line-height: 25px;
	text-align: center;
	background-image: url(../images/navItem.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: -18px;
	z-index: 10;
	color: #FFFFFF;
	text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

div.header div.navigation ol li.active, div.header div.navigation ol li.trail {
	background-image: url(../images/navItemActive.png);
	z-index: 20;
}

div.header div.navigation ol li:hover {
	background-image: url(../images/navItemActive.png);
	z-index: 30;
}

div.header div.navigation ol li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
  font-weight: normal;
  	display: block;
}

div.header div.navigation div.left {
	width: 50%;
	float: left;
	height: 35px;
}

div.header div.navigation div.right {
	width: 50%;
	float: right;
	height: 35px;
}

div.header div.navigation div.right ol {
	float: right;
}


/* ** ** CONTENT ** ** */
div.content {
	width: 960px;
	margin: auto;
	/*padding-bottom: 379px;  */ /* Height of the footer */
	padding-bottom: 379px;  
	z-index: 2000;
}

div.content a {
	color: #A04EAD;
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.content p.more {
	font-size: 12px;
}

div.content div.left {
	width: 565px;
	float: left;
}

div.content div.left div.boxTitle {
	width: 550px;
	height: 45px;
	line-height: 48px;
	background-image: url(../images/boxTitleLeft.png);
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

div.content div.left div.newsItemHead {
	width: 554px;
	height: 95px;
	background-image: url(../images/newsItemBox.png);
	margin-left: 3px;
}

div.content div.left div.newsItemHead div.date {
	width: 90px;
	height: 50px;
	background-image: url(../images/newsItemDate.png);
	position: relative;
	margin-left: -15px;
	top: 10px;
	text-align: center;
}

div.content div.left div.newsItemHead div.date span {
	color: #FFFFFF;
	font-size: 17px;
	padding-top: 15px;
	display: block;
}

div.content div.left div.newsItemHead h1 {
	font-size: 24px;
	font-weight: normal;
	color: #A04EAD;
	position: relative;
	top: -38px;
	left: 100px;
	margin: 0px;
	padding: 0px;
}

div.content div.left div.newsItemHead h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	position: relative;
	top: -36px;
	left: 100px;
	margin: 0px;
	padding: 0px;
}

div.content div.left div.textArea, div.content div.left div.tableform {
	width: 524px;
	#min-height: 100px;
	padding: 15px;
	margin-left: 4px;
	background-image: url(../images/content.png);
	background-position: top center;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
  border-radius: 7px;
	font-size: 12px;
}

div.content div.left div.ytgallery {
	width: 524px;
	min-height: 100px;
	padding: 15px;
	margin-left: 4px;
	background-image: url(../images/content.png);
	background-position: top center;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	font-size: 12px;
}


div.content div.left div.textArea div.gbookAdd div.leftCol {
	width: 49%;
	float: left;
	padding-right: 2%;
}

div.content div.left div.textArea div.gbookAdd div.rightCol {
	width: 49%;
	float: right;
}

div.content div.left div.textArea div.gbookAdd label {
	font-size: 11px;
}

div.content div.left div.textArea div.gbookAdd input.text {
	display: block;
	width: 230px;
}

div.content div.left div.textArea div.gbookAdd textarea {
	display: block;
	height: 130px;
	margin-bottom: 5px;
	width: 240px;
}

div.content div.left div.textArea {
	margin-bottom: 3px;
}

div.content div.left div.gbentry {
	padding-bottom: 10px;
	margin-bottom: 3px;
}

div.content div.left div.gbentry h2 {
	margin: 0px;
	padding: 0px;
	color: #A04EAD;
	font-size: 16px;
}

div.content div.left div.gbentry p.info {
	border-top: 1px solid #000000;
	font-size: 10px;
	padding: 0px;
	padding-top: 12px;
	margin: 0px;
}

div.content div.left div.gbentry div.comment {
	border-top: 1px solid #000000;
	padding-left: 6px;
	font-style: italic;
}

div.content div.left div.textArea div.gbPagelist {
	text-align: right;
}

div.content div.left div.textArea div.gbPagelist a {
	padding-left: 5px;
}

div.content div.left div.textArea div.gbPagelist a.current {
	font-weight: bold;
}

div.content div.left div.ytgallery {
	padding-bottom: 10px;
}

div.content div.left div.ytgallery p.more {
	text-align: right;
	padding-right: 10px;
}

div.content div.left div.ytgallery div.videoItem {
	width: 260px;
	display: inline-block;
	padding-bottom: 14px;
	padding-top: 15px;
}

div.content div.left div.ytgallery div.videoItem span {
	white-space: nowrap;
	display: block;
	width: 260px;
	overflow: hidden;
}

div.content div.left div.textArea h1 {
	font-size: 24px;
        font-weight: normal;
        color: #A04EAD;
}

div.content div.left div.textArea.datesList h1 {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	font-size: 20px;
}

div.content div.left div.textArea.datesList img {
	display: block;
	float: right;
	margin: 5px 5px 15px 20px;
}

div.content div.left div.textArea h2 {
	font-size: 20px;
        font-weight: normal;
        color: #000000
}

div.content div.left div.textArea h3 {
        font-size: 15px;
        color: #000000;
	margin: 0px;
	padding: 0px;
}

div.content div.left ol.multimedia {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.content div.left ol.multimedia li {
	margin-bottom: 15px;
}

div.content div.left div.textAreaFooter {
	width: 554px;
	height: 15px;
	background-image: url(../images/content.png);
        background-position: bottom center;
	position: relative;
	top: -16px;
	display: none;
}

div.content div.left div.newsItemImage {
	width: 552px;
	border-top: 1px solid #9D9C9C;
	margin-left: 4px;
	background-image: url(../images/newsItemBox.png);
	background-position: center;
}

div.content div.left div.newsItemImage img {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div.content div.left div.newsItemContent {
	width: 522px;
	background-image: url(../images/newsItemBox.png);
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -6px;
	margin-left: 4px;
	margin-bottom: 20px;
	font-size: 14px;
}

div.content div.left div.newsItemContent p.more a {
	color: #A04EAD;
	text-decoration: none;
}

div.content div.left div.newsItemContent p.more a:hover {
	text-decoration: underline;
}

div.content div.right {
	width: 375px;
	float: right;
	padding-top: 1px;
}

div.content div.right div.boxTitle {
	width: 360px;
	height: 45px;
	line-height: 48px;
	background-image: url(../images/boxTitleRight.png);
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.content div.right div.player {
	width: 375px;
	min-height: 179px;
	background-image: url(../images/player.png);
	position: relative;
	margin-left: -5px;
	padding-top: 13px;
}

div.content div.right div.playerBottom {
	width: 370px;
	height: 3px;
	background-image: url(../images/player.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}

div.playereq {
	width: 123px;
	height: 42px;
	background-image: url(../images/eq.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 242px;
	margin-top: 33px;
}

div.content div.right div.box {
	background-color: #CDCDCD;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	width: 341px;
	min-height: 50px;
	margin-left: 5px;
	margin-top: -8px;
	margin-bottom: 20px;
	padding: 12px;
	font-size: 12px;
}

div.content div.right div.box ol.twitterReader {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style: none;
}

div.content div.right div.box ol.twitterReader li {
	display: block;
	padding: 8px 5px 8px 5px;
	background-color:#a8a8a8;
}

div.content div.right div.box ol.twitterReader li:nth-child(odd) {
  background: #BBBBBB;
}

div.content div.right div.box ol.twitterReader li span.date {
	font-weight: bold;
	display: block;
}

div.content div.right div.box.upcoming table {
	width: 100%;
	background-color:#a8a8a8;
}

div.content div.right div.box.upcoming table tr td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	vertical-align: middle;
}

div.content div.right div.box.upcoming table tr.odd {
	background-color: #BBBBBB;
}

div.content div.right div.box.upcoming span.date {
	color: #A04EAD;
	padding-right: 5px;
}

/* ** ** FOOTER ** ** */
div.footer {
	width: 100%;
	height: 420px;
	/* height: 260px; */
	background-image: url(../images/bg_bottom.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
}

div.footer ol {
	width: 946px;
	margin: auto;
	padding: 0px;
	list-style: none;
	background: url(../images/footerBar.png) bottom center no-repeat;
}

div.footer ol li {
	display: inline-block;
	height: 33px;
	line-height: 39px;
	width: 129px;
	text-align: center;
	padding-top: 6px;
	margin-top: 115px;
}

/* ** ** jPlayer ** ** */
ul.jp-controls {
	margin: 0px;
	margin-left: 10px;
	margin-top: 18px;
	padding: 0px;
	list-style: none;
}

ul.jp-controls li.jp-previous {
	width: 13px;
	height: 14px;
	background-image: url(../images/playerPrev.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

ul.jp-controls li.jp-play {
	position: relative;
	width: 12px;
	height: 14px;
	background-image: url(../images/playerPlay.png);
	background-position: center;
  background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	top: 3px;
	margin-right: 8px;
}

ul.jp-controls li.jp-pause {
	position: relative;
	width: 12px;
	height: 14px;
	background-image: url(../images/playerPause.png);
	background-position: center;
        background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	top: 3px;
	margin-right: 8px;
}

ul.jp-controls li.jp-next {
	width: 13px;
	height: 14px;
	background-image: url(../images/playerNext.png);
	background-position: bottom;
        background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}

ul.jp-controls li.jp-volume-min {
	height: 14px;
	width: 7px;
	cursor: pointer;
	display: inline-block;
	background-image: url(../images/playerMute.png);
	background-position: bottom;
        background-repeat: no-repeat;
	position: relative;
	top: -1px;
}

div.jp-progress {
	overflow: hidden;
	width: 340px;
	height: 26px;
	margin-left: 22px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}

div.jp-load-bar {
	background-color: #CCC;
	width: 0px;
	height: 26px;
	cursor: pointer;
}
div.jp-play-bar {
	background-image: url(../images/playerProgress.png);
	width: 0px;
	height: 26px;
}
div.jp-play-time {
	width: 334px;
	padding-right: 6px;
	text-align: right;
	position: relative;
	margin-top: -18px;
	color: #000;
	font-size: 11px;
}
div.jp-artist-info {
	width: 280px;
	position: relative;
	margin-top: -12px;
	color: #000;
	font-size: 11px;
	padding-left: 8px;
}

div.jp-volume-bar {
	position: relative;
	margin-left: -213px;
	margin-top: -15px;
	overflow:hidden;
	background-image: url(../images/playerVolumebar.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 72px;
	height: 15px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background-image: url(../images/playerVolumeController.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 0px;
	height: 15px;
}

div.jp-playlist ul {
	margin: 0px;
	cursor: pointer;
	margin-top: 16px;
	margin-left: 1px;
	padding: 0px;
	list-style: none;
}

div.jp-playlist ul li {
	margin-left: 10px;
	background-color: #8A6AF2;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
	padding-left: 12px;
}

div.jp-playlist ul li.even {
	background: none;
}

div.galleryListItem p {
	font-size: 13px;
}

div.galleryListItem strong {
	font-size: 14px;
	color: #582797;
}

div.content div.left div.mod_article > p.more a, div.datesList div.mod_article > p.more a, div.upcoming div.mod_article > p.more a, div.ytgallery div.mod_article > p.more a, p.back a, div.right p.more a {
	display: block;
	width: 128px;
	height: 34px;
	padding-top: 16px;
  padding-left: 0px;
	font-size: 14px;
	text-align: center;
	background: url(../images/buttonBare.png) no-repeat;
	color: #FFFFFF;
}

div.content div.left div.mod_article > p.more a:hover, div.datesList div.mod_article > p.more a:hover, div.upcoming div.mod_article > p.more a:hover, div.ytgallery div.mod_article > p.more a:hover, p.back a:hover, div.right div.box > p.more a:hover {
	background: url(../images/buttonBareHover.png) no-repeat;
	text-decoration: none;
}

div.content div.right p.more a.buttonTwitter {
	display: block;
	width: 150px;
	height: 34px;
	font-size: 14px;
	padding-top: 16px;
	padding-left: 25px;
  text-align: left;
	background: url(../images/buttonTwitter.png) no-repeat;
	color: #FFFFFF;
}

div.content div.right p.more a.buttonTwitter:hover {
	background: url(../images/buttonTwitterHover.png) no-repeat;
	text-decoration: none;
}

div.tableform td.col_0 {
  padding-right: 25px;
}

div.tableform td.col_1 input {
  margin-top: 2px;
  margin-bottom: 2px;
}

input.captcha{
  width: 120px;
}
.cpimage { 
	float: none;
	margin-left: 8px;
	vertical-align: middle;
}


}

