html{
	direction: rtl;
}

body{
	background-color: black;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #383838;
}

a:link, a:visited{
	color: #383838;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

/**** LAYOUT ****/
#page_wrap{
	width: 876px;
	margin: auto;
	position: relative;
}

#header_wrap{
	width: 876px;
	height: 128px;
}/* background:#FFFFFF;border-bottom: 5px solid white; */

#navigation_wrap{
	background: url("../images/nav_bg.png");
	height: 27px;
	border-left: 1px solid #a2a3ab;
	border-right: 1px solid #a2a3ab;
}

#content_wrap{
	background: url("../images/content_bg.png");
	height: 434px;
}

#content{
	width: 870px;
	padding: 12px 0 0 0;
}

#footer_wrap{
	background-color: black;
	height: 24px;
	width: 866px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* NAVIGATION */
.nav_deco{
	background: url("../images/nav_deco.png");
	height: 3px;
}

#navigation{
	
}

#navigation li{
	display: block;
	float: right;
	background: url("../images/nav_separator.png") no-repeat;
	background-position: left;
	padding: 0px 11px 0px 13px;
}

#navigation li.last{
	display: block;
	float: right;
	background: none;
	padding: 0px 11px 0px 13px;
}

#navigation li a{
	font-size: 13px;
	color: black;
	line-height: 27px;
	text-decoration: none;
}

#navigation li a:hover{
	text-decoration: underline;
}

#navigation li a.active{
	color: #346112;
}

/**** ELEMENTS ****/
.center_full_col{
	background: url("../images/right_col_bg.png");
	width: 871px;
	height: 358px;
}

.center_small_col{
	background: url("../images/right_col_bg.png");
	width: 764px;
	height: 358px;
}

.right_col{
	background: url("../images/right_col_bg.png");
	height: 358px;
	width: 554px;
	
}

.right_col2{
	width: 554px;	
}

.center_col{
	background: url("../images/left_col_bg.jpg") no-repeat;
	height: 359px;
	width: 199px;
}

.left_col{
	width: 100px;
}

.nav_bar{
	background-color: black;
	height: 22px;
}

.page_title{
	font-size:15px;
}

.page_title img{
	padding: 0 12px 0 0;
}

.page_title a{
	color: #383838;
	text-decoration: none;
}

.page_title a:hover{
	text-decoration: underline;
}

/**** NEWS EVENTS ****/
.news_scroller{
	border:0px solid red;
	height: 214px;
	overflow:hidden;
}

.news_item{
	display:block;
	padding:12px 12px 10px 12px;
}

.news_date{
	color: #346112;
	font-size: 15px;
}

.day_name{
	color: #346112;
	font-size: 18px;
}

.news_title{
	color: #346112;
	font-size: 17px;
	font-weight: bold;
}

.news_title a{
	color: #346112;
	font-size: 17px;
	font-weight: bold;
}

.news_description{
	font-size: 15px;
}


/* MYSPACE REGISTRATION */
.ms_reg{
	height: 85px;
	margin: 10px 0 0 0;
}


/**** LATEST VENUES ****/
.latest_venues{
	border: 1px solid #434343;
	background: url("../images/latest_venues_bg.png");
	height: 180px;
}

.tbl_latest_venues{
	padding: 13px 0 0 0;
}

/**** MOMENTS ****/
.moments_spacer{
	height: 9px;
}

.moments_text{
	background-color: #434343;
	height: 156px;
	width: 744px;
	margin: auto;
}

.moments_pics{
	height: 163px;
	width: 744px;
	margin: 9px 10px 0 0;
	color: white;
	font-size: 11px;
	line-height: 13px;
}

.moments_pics td{
	padding: 0 0 0 20px;
}


/**** VENUES ****/
#content_venues_wrap{
	background: url("../images/content_bg.png");
	padding: 0 0 2px 0;
}

#content_venues_wrap .venues_center_small_col{
	background: url(../images/right_col2_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	width: 764px;
	
}

#content_venues_wrap .right_col{
	background: url("../images/right_col_bg.png");
	width: 554px;
	background: red;
	
}

/*
.center_col{
	background: url("../images/left_col_bg.jpg") no-repeat;
	height: 359px;
	width: 199px;
}
*/

#content_venues_wrap .left_col{
	width: 100px;
}


#tbl_venue{
	background: #4f4f4f;
	color: white;
	font-size: 13px;
}

#tbl_venue.big_img{
	border: 1px solid white;
}

.venue_info{
	background-color: #434343;
	width: 336px;
	height: 294px;
	padding: 8px 18px 10px 18px;
}

.artist_name{
	color: #68a214;
	font-size: 22px;
	line-height: 30px;
}

.small_artist_name{
	color: black;
	font-size: 14px;
	font-weight: bold;
}

a.small_artist_name{
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.venue_date{
	font-size: 16px;
}

.small_venue_date{
	font-size: 10px;
	color:white;
}

.venue_day{
	font-size: 20px;
	line-height: 24px;
}

.month_name{
	font-size: 17px;
}

.year{
	font-size: 14px;
}

.small_description{
	font-size: 11px;
	color: white;
}

/**** RECOMMENDED ****/
.recommended{
	height: 329px;
}

/**** ORDER ****/
.order{
	padding: 25px 0 0 0;
	margin: auto;
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 20px;
}

/**** EVENTS ****/
.com_events, .careers{
	padding: 12px;
	color: white;
}

.com_events_text{
	height: 310px;
	overflow: hidden;
}

.com_events a{
	font-size: 16px;
}

/**** PRESS ****/
.press{
	border:1px solid red;
	height: 330px;
	padding: 12px;
}

/**** GALLERIES ****/
.galleries{
	
}

.galleries td{
	padding: 0px 10px;
}

#galleries_sub_nav{
	float:right;
	margin:3px 8px 0 0;
	padding:3px 6px 3px 6px;
	background-color:black;
}

#galleries_sub_nav a{
	color: #ffffff;
	text-decoration: none;
}

#galleries_sub_nav a:hover{
	color: #68a214;
}

#galleries_sub_nav a.active{
	color: #68a214;
}

/**** CONTACT ****/
.contact{
	padding: 12px 0 0 0;
	text-align: center;
	color: white;
}

.contact_info{
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

/**** MENU ****/
.menu_info{
	padding: 15px 8px 0 8px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}

.menu_info h2{
	font-size: 18px;
	color: #68a214;
}

/**** SUBSCRIBE ****/
#subscribe{
	padding: 12px 12px 0 0
}


#subscribe_wrap{
	padding: 5px 0 0 0;
}

.subscribe{
	background: url("../images/subscribe_bg.png");
	height: 65px;
	font-size: 14px;
	color: white;
}

/* ADD TO FAVORITE */
#fav_btn{
	position: absolute;
	left: 3px;
	cursor: pointer;
}

/**** BANNERS ****/
.banner_long{
	height: 74px;
	margin: 5px 0 0 0;
}

/**** FORM ****/
.tbl_frm_subscribe{
	background: black;
	padding: 4px 8px 0 0;
}

input{
	background: url("../images/input_bg.png");
	border: 1px solid #333333;
	height: 17px;
	width: 188px;
}

textarea{
	background: url("../images/textarea_bg.png");
	background-repeat: repeat-x;
	border: 1px solid #333333;
	height: 160px;
	width: 188px;
}

textarea.contact_ta{
	height: 106px;
}

input.checkbox{
	background: none;
	border: none;
	width: 16px;
}

input.radio{
	background: none;
	border: none;
	width: 16px;
}

input.submit{
	background: url("../images/btn_submit.png");
	border: none;
	height: 30px;
	width: 68px;
	cursor: pointer;
}


/**** TEXT ****/
h1{

}

h2{
	font-size: 20px;
	line-height: 24px;
}

h3{
	font-size: 15px;
	color: white;
	padding: 0 0 4px 0;
}

h3.green{
	font-size: 15px;
	color: #68a214;
	padding: 0 0 4px 0;
}

.page_text{
	color: white;
	padding: 10px 20px 10px 20px;
}

.text{
	color: white;
}

.small_text{
	font-size: 11px;
	color: white;
}

.green{
	color: #68a214;
}


/**** FOOTER ****/
#footer{}

#footer li{
	background: url("../images/footer_bullet.png") no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding: 0px 11px 0px 13px;
}

#footer li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;
	
}

#footer li a:hover{
	color: #68a214;
}

#footer li a.active{
	color: #68a214;
}

.bottom_spacer{
	height: 30px;
}


.credits{
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
}
