@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#000 url(images/back.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	font-size:.8em;
}

hr{
	border:0;
	border-bottom:1px solid #121010
}

div{
	margin:0;
	padding:0;
}

img{
	border:0;
}

p{
	margin:0;
	padding:6px 0px;
}

ul{
	list-style:square;
}
small{
	color:#4f4f4f;
	font-size:.85em;
}

h1{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.8em;
}

h2{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.6em;
}


h3{
	margin:0;
	padding:6px 0px;
	font-weight:bold;
	font-size:1.4em;
}

h4{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1.1em;
}

h5{
	margin:0;
	padding:6px 0px;
	font-weight:normal;
	font-size:1em;
}

.yellow{
	color:#ffcc33;
}

a:link{
	text-decoration:underline;
	color:#ffcc33;
}

a:visited{
	text-decoration:underline;
	color:#ffcc33;
}

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

a:active{
	text-decoration:underline;
	color:#ffcc33;
}


/*-----------------------LAYOUT--------------*/
#container{
	width:956px;
	margin:auto;
}

#header{
	padding:30px 0px 20px 0px;
}


#contentContainer{
	clear:both;
	padding:15px 0px 80px 0px;
	background:url(images/footer.jpg) center bottom no-repeat;
}

#banner{
	float:left;
	width:65%;
	border:1px solid #121212;
}

#events{
	float:right;
	width:33%;
	background:url(images/events_back.gif) top center no-repeat;
	border:1px solid #111;
	height:341px;
	position:relative;
	overflow:hidden;
}

#footer{
	clear:both;
	background:url(images/footer_back.jpg) center top no-repeat;
	padding:5px 10px;
	height:40px;
	color:#2c2c2c;
	font-size:.9em;
}

/*-------------------------MENU-----------------------*/

#nav{
	clear:both;
	background:url(images/nav_back.jpg) center no-repeat;
	padding:5px 10px;
}

#menu{
	list-style:none;
	padding:0;
	text-align: center;
  margin: 0 auto;

}

#menu li{
	padding:0;
	  margin: 0 auto;
	display:inline
}

#menu li a{
	display:inline-block;
	text-decoration:none;
	color:#a1a1a1;
	padding:12px 15px;
	text-transform:uppercase;
	font-weight:bold;
	border-right:1px solid #010101;
	font-size:11px;
	
}

#menu li.current_page_item a{
	background:#0a0a09 url(images/menu_hover.jpg) top repeat-x;
	color:#fff;
}



#menu li a:hover{
	background:#0a0a09 url(images/menu_hover.jpg) top repeat-x;
	color:#fff;
}


#footerMenu{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:80%;
}

#footerMenu li{
	padding:0;
	margin:0;
	float:left;
}

#footerMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#2c2c2c;
	padding:5px 10px;
	text-transform:uppercase;
}

#footerMenu li a:hover{
	color:#f1f1f1;
}



/*-------------------CLASSES-----------------------*/

.blackBox{
	background:#0b0b0b;
	border:1px solid #181818;
	padding:10px;
}

.twitterBack{
	background:url(images/twitter_back.gif) left top no-repeat;
}
.youtubeBack{
	background:url(images/youtube.gif) left top no-repeat;
}
.facebookBack{
	background:url(images/facebook.gif) left top no-repeat;
}
.myspaceBack{
	background:url(images/myspace.gif) left top no-repeat;
}
.arrow{
	padding-right:22px;
	background:url(images/arrow.gif) center right no-repeat;
}

.title{
	text-transform:uppercase;
	color:#ffcc33;
	font-weight:bold;
}

.gradientBox{
	background:#0a0909 url(images/gradient_back.jpg) top repeat-x;
	border:1px solid #181818;
}


.clear{
	clear:both;
}

.content{
	padding:15px;
	
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}
.marginRight10{
	margin-right:10px;
}

.noPadding{
	padding:0;
	margin:0;
}

.paddingRight15{
	padding-right:15px;
}
.paddingTopBottom15{
	padding:15px 0px;
}	

.paddingTop15px{
	padding-top:15px;
}
.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width15{
	width:15%;
}
.width20{
	width:20%;
}
.width25{
	width:25%;
}
.width28{
	width:28%;
}
.width30{
	width:30%;
}
.width33{
	width:33%;
}

.width35{
	width:35%;
}
.width38{
	width:38%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}

.width50{
	width:50%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width68{
	width:68%;
}
.width70{
	width:70%;
}
.width71{
	width:71%;
}

.width75{
	width:75%;
}
.width80{
	width:80%;
}
.width90{
	width:90%;
}
ul#eventme{
	list-style: none;
	padding:0px;
}
ul#eventme h2{
color:#FFCC33;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;

	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
#translate_post {
  display:none;
  padding:5px;
  position:absolute;
  width:210px;
  z-index:10;
  margin-top:4px;
}
#translate_btn span {
  cursor:pointer;
  text-align: center;
}
#translation_bar{
background-color:#DEEDFA;
border:1px solid #bcccd9;
padding:2px;
}
#translation_bar a{
padding:2px;
}

#myGallery, #myGallerySet, #flickrGallery {
	border:0!important;
}

.jdGallery .slideInfoZone {
	bottom:0!important;
}
