@charset "utf-8";
body {
/*	background-color: #3D3D3D;*/
	background-color:#000;
	margin: 10px;
}
body, table, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
th {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
td {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
td a {
	color:#000;
}

.container {
	width: 959px;
	margin:0 auto;
}
.hdr {
	background: transparent url(../images/web_ui/ui_hdr_bg_waves.jpg) no-repeat 0 16px;
	clear: both;
	width: 100%;
	height: 227px;
}
.hdr .logo {
	float:left;
	margin: 0 4px;
	width: 380px;
}
.hdr .donate_btn {
	float:right;
	clear:right;
	width: 221px;
	margin-top: 70px;
	margin-right:20px;
}
a {
	text-decoration:underline;
	color:#FFF;
}

a:hover {
	text-decoration:none;
}
a img {
	opacity: 1;
}
a:hover img {
	opacity: .7;
}
.subSecGray {
	background-color: #6A6A6A;
	padding:8px 12px;
	width:935px;
	float:left;
	clear:both;
}
.hdrCol {
	font-size:24px; font-weight:bold; margin-bottom:5px;
}
.subSecLightGray {
	background-color: #C9C9C9;
	color:#3d3d3d;
	width:100%;
	float:left;
	clear:both;
}
.subSecLightGray a {
		color:#3d3d3d;
}
.ftr {
	float: left;
	clear:both;
	width:100%;
	margin: 18px 0;
}
.ftr .left {
	margin: 1px 5px;
	float: left;
	height: 90px;
	width: 177px;
}
.indent {
	margin-left: 20px;
}

.ftr .right {
	margin-left:5px;
	background: #141414 url(../images/web_ui/ui_ftr_bgLeft.jpg) no-repeat left;
	float:left;
	width:747px;
	height:92px;
	padding:0 10px;
}
.ftr .right .address {
	float:left;
	width:50%;
	font-weight:bold;
	font-size:18px;
	height: 92px;
}
.ftr .right .translators {
	float:left;
	width:50%;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	margin-top:60px;
}
.ftr .links {
	float:left;
	width:957px;
	margin:20px 0;
	border: dashed 1px #6A6A6A;
	font-size:12px;
}
.ftr .links .hdrs {
	float:left;
	width:100%;
	font-size:16px;
	color:#666;
	font-weight:bold;
	border-bottom: dashed 1px #6A6A6A;
}
.ftr .copyright {
	margin:20px 0;
	clear:both;
	text-align:center;
}
.col14 {
	float:left;
	width:11%;
	padding:1%;
}
.col15 {
	float:left;
	width:14%;
	padding-left:1%;
}
.hdrs .col15 {
	width:15%;
	font-weight:bold;
	padding:0;
}
.col30 {
	float:left;
	width:33%;
}
.colBG {
	background-image:url(../images/web_ui/ui_col_sep.png); background-repeat: repeat-y;
	background-position:right;
}
.subSecLightGray .col30 {
	padding:5px 15px 15px 15px;
	width:289px;
	line-height:1.5;
}
h3 {
	font-size:20px;
	margin:0;
	padding:0;
}
h4 {
	font-size:18px;
	margin:0;
	padding:0;
}

.row {
	float:left;
	clear:both;
	width:100%;
	line-height: 1.5;
}
.icon {
	padding: 5px 10px 23px 10px;
	background-image:url(../images/web_ui/ui_icon_bg.png);
	margin:5px;
}

.content {
	float:left;
	clear:both;
	width:923px;
	min-height:20px;
	padding:18px;
	background: #141414 url(../images/web_ui/ui_nav_gradient.png) no-repeat top;
}
.navBar {
	float:left;
	clear: both;
	height: 35px;
	width: 100%;
	margin-top:-3px;
	text-transform:lowercase;
}
/* Navigation */

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	color:#DBDBDB;
	z-index: 100;
	position: relative;
	margin-left:15px;
}
.nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: bold 22px/35px "Trebuchet MS", Helvetica, Verdana;
	color: #DBDBDB;
	display: block;
	text-decoration: none;
	width:129px;
	height:35px;
	background-image:url(../images/web_ui/ui_nav_tab.png);
	background-repeat:no-repeat;
	text-align:center;
}
.nav li.activePage a {
	background-image:url(../images/web_ui/ui_nav_tab_over.png);
}
.nav li a:hover {
	background-image:url(../images/web_ui/ui_nav_tab_over.png);
}
.nav ul {
	background-image:url(../images/web_ui/transGray.png);
	background-repeat:repeat;
	list-style: none;
	margin: 0;
	width: 260px;
	position: absolute;
	top: -999em;
	padding-bottom:10px;
}
.nav li:hover a, .nav li:hover a:link, .nav li:hover a:active, .nav li:hover a:visited {
	background-image:url(../images/web_ui/ui_nav_tab_over.png);
}
.nav li:hover ul,  .nav li.sfHover ul {
	top: 35px;
}
.nav li.lastmenu ul {
	left:-50px;
}
.nav ul li {
	border: 0;
	float: none;
}
.nav ul a {
	padding-right: 20px;
	white-space: nowrap;
	font-size:18px;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:active, .nav ul li a:visited, .nav li:hover ul li a, .nav li:hover ul li a:link, .nav li:hover ul li a:active, .nav li:hover ul li a:visited {
	color: #FFF;
	background:none;
	text-align:left;
	font-weight:normal;
	padding:0 10px;
	width: 240px;
}
.nav ul a:hover {
	background:none;
	text-decoration:underline;
}
.carouselContainer {
	float: left;
	height: 480px;
	width: 640px;
	margin-top: 25px;
	background-color: #666;
}
.content .right {
	clear: right;
	float: left;
	margin-left: 22px;
	width:261px;
	text-align:right;
}
.tweet {
	float:left;
	clear:both;
	font-size: 10px;
	background-image: url(../images/web_graphics/tweet_bg_icon.png);
	background-repeat:no-repeat;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 84px;
	height: 49px;
	width:164px;
	overflow:hidden;
	margin:10px 0;
	text-align:left;
	line-height:11px;
}

.shareIcon {
	margin:0 15px;
}
#translators { list-style-type: none;; margin:0; padding:0; }
#translators .slide { display:none;}
.pageHdr {
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 40px;
	font-size: 32px;
	font-weight:bold;
}
.pageHdr .link {
	float:right;
	width:130px;
	font-size:16px;
	margin-right:40px;
	margin-top:8px;
}
.pageHdr a {
	text-decoration:none;
}
.pageHdr a:hover {
	color:#CCC;
}
h2 {
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}
.newsImg {
	background-image: url(../images/web_ui/ui_newsImg_bg.png);
	height: 140px;
	width: 196px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
	margin: 5px 35px;
	color:#000000;
}
.eventImg {
	background-image: url(../images/web_ui/ui_eventImg_bg.png);
	height: 112px;
	width: 150px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 6px;
	margin-left:10px;
	color:#000000;
}
.subSecImg {
	background-image: url(../images/web_ui/ui_subSecImg_bg.png);
	height: 132px;
	width: 293px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
	margin-left:10px;
	color:#000000;
}
.posted {
	font-size: 12px;
	font-style:italic;
}
.divider {
	clear:both;
	width:100%;
	text-align:center;
	padding:15px 0;
}
.shareThis {
	font-size:12px;
	margin-left:20px;
}
.eventLeft {
	float:left;
	width:665px;
}
.eventRight {
	float:left;
	width: 276px;
	margin-left:6px;
	margin-right:-20px;
}
.eventOpt {
	background: transparent url(../images/web_ui/ui_eventOpt_bg.png) no-repeat bottom;
	height:40px;
	width:262px;
	float:right;
	padding-left:5px;
	padding-bottom: 4px;
	margin:5px 0;
}
.eventOpt .txt {
	float:left;
	margin-top:22px;
}
.eventOpt img {
	margin:0 8px;
}

.rowWhite {
	background-color: #FFF;
}
.rowGray {
	background-color: #C9C9C9;
}
.smallLeft {
	float:left;
	width: 220px;
	margin:0 15px;
	text-align:center;
}
.smallLeft .newsImg {
	margin:5px 5px;
}.small {
	font-size: 12px;
}
.frm_lbl {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}
.frm_fields {
	font-size:16px;
	font-weight:bold;
	color:#676767;
	min-width:412px;
	background-color:#3D3D3D;
	padding:8px 10px;
	margin:4px 0;
	border:0;
	-webkit-border-radius: 6px;    /* CSS3 rounded borders for Safari                    */
    -moz-border-radius: 6px;       /* CSS3 rounded borders for Firefox                   */
    border-radius: 6px;
}
textarea.frm_fields {
	width:496px;
	height:70px;
}
.frm_button {
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	background: #3D3D3D url(../images/web_graphics/frm_button_bg_1px.png) repeat-x top;
	min-width:108px;
	padding:5px 10px;
	border:0;
	-webkit-border-radius: 6px;    /* CSS3 rounded borders for Safari                    */
    -moz-border-radius: 6px;       /* CSS3 rounded borders for Firefox                   */
    border-radius: 6px;
}
.rndBox {
	float:right;
	clear:right;
	margin:35px;
    background: #3d3d3d;
    padding: 12px;
    width: 275px;                   /* must have a width for IE6 (not necessarily         */
                                   /* fixed, but not "auto")                             */
    height: auto;
    position: relative;            /* not necessary for Firefox/Webkit, but will be used */
                                   /* in IE, so best to leave for consistency            */

    -webkit-border-radius: 9px;    /* CSS3 rounded borders for Safari                    */
    -moz-border-radius: 9px;       /* CSS3 rounded borders for Firefox                   */
    border-radius: 9px;
}

/* hide the spans completely in case "span" is styled else where */
.rndBox .tr, .rndBox .bl, .rndBox .br { display: none; }

.contactInfoLeft {
	float:left; width:28%; text-align:right; padding-right:4%; font-weight:bold; font-size:16px;
}
.contactInfoRight {
	float:left; width:68%; font-weight:bold; font-size:16px;
}
#loading {
	margin:0 10px;
}
.photoSlideshow {
	float:left; width:12%; font-size:10px; text-align:center;
	height:130px;
}


/* the overlayed element */
.overlay {
	/* growing background image */
	background-image:url(../images/web_ui/overlay/black2.png);
	
	/* dimensions after the growing animation finishes  */
	width:586px;
	height:456px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
}

/* default close button positioned on upper right corner */
.overlay .close {
	background-image:url(../images/web_ui/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#overlay .wrap {
	overflow:auto;
	height:465px;
}
#overlay2 {
	background-image:url(../images/web_ui/overlay/black3.png);
	width:586px;
	height:526px;		
	padding:35px;
}
#overlay2 .wrap {
	overflow:auto;
	height:535px;
}

#overlay3 {
	width:349px;
	background-image:url(../images/web_ui/overlay/black_sm.png);
	height:399px;		
	padding:35px;
}
#overlay3 .wrap {
	overflow:auto;
	height:395px;
}
#overlay4 {
	width:181px;
	background-image:url(../images/web_ui/overlay/black_mini.png);
	height:186px;	
	padding:20px;
}
#overlay4 .close {
top:-7px;
right:-7px;
}
#overlay5 {
	width:307px;
	background-image:url(../images/web_ui/overlay/requestsong_overlay.png);
	height:100px;	
	padding:20px;
}
#overlay5 .close {
top:-5px;
right:-5px;
}
#musicnews, #musicnews_wrapper {
	margin: 0 auto;
}
.nobold {
	font-style: normal;
}

