/*
Theme Name: MyBandTheme
Theme URI: http://www.mybandtheme.com
Version: 2.72
Description: The premiere band theme for WordPress, MyBandTheme makes running a great, feature filled band/artist site easy and hassle free.
Author: EVOLVE Digital Creations
Author URI: http://www.evolvedcs.com/
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html, body { height: 100%; }

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -80px;
}

#footer-wrap, .push {
height:80px;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { text-align: center; line-height: 21px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #ffffff; min-height: 25px; background: #171717 url(images/bg.jpg) no-repeat center top; }

a { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #ffffff; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #ffffff; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 18px; }
strong { font-weight: bold;  }
cite, em, i { font-style: italic; }
pre, code {  margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em;   background: url("images/postinfo-bg.png") repeat scroll 0 0 transparent;
 font-style: italic; border: 1px solid #dcdcdc; text-shadow: none !important; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { 
 background: url(images/postinfo-bg.png) repeat;
    border: 1px solid #433A40 ;
    color: #DCDCDC;
    padding: 2px
 }
 .input {
  width: 450px;
 }
 #mb_contact_captcha {
 width:50px;
 }
 
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#5A4F56; color: #dcdcdc; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0;     font-size: 100%;}
textarea { padding: 4px; height: 150px; }
#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a img {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #999999;
    display: inline;
    float: none;
    margin: -2px 23px 0 -5px;
    padding: 0;
    vertical-align: middle;
    width:16px;
    height:16px;
}
img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

.container { text-align: left; margin: 0 auto; width: 960px; position: relative; }
#content-full .container {
position:static;
}
#top {  }

#header { height:155px; position:relative;}
/*body#home-featured #header {height: 202px;}*/
	#home-top { }
	
	#logo { top: 0px; left: 0px; padding:0;float:left; margin:0; height:107px;}
	#logo  span {
		display:none;
	}
	#menu {
		  background: url("images/menu-bg.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 68px;
    width: 960px;
	position:relative;

	}
	
		#search-form {
			 background: url("images/search-bg.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 31px;
    margin: 32px 18px 0 0;
    width: 150px;
		}
			input#searchinput { 
				   background: none repeat scroll 0 0 transparent;
					border: medium none;
					color: #FFFFFF;
					float: left;
					font-size: 11px;
					font-style: italic;
					margin-right: 4px;
					margin-top: 0;
					padding-left: 13px;
					position: relative;
					text-shadow: 1px 1px 1px #000000;
					top: 6px;
					width: 105px;
			}
			div.au-icon {
				 background: url("images/auro-icon.png") no-repeat scroll left top transparent;
    float: left;
    height: 21px;
    margin-top: 1px;
    width: 16px;
			}
			
			input#searchsubmit {
			   background: url("images/search-btn.png") no-repeat scroll left top transparent;
				border: 0 none;
				float: left;
				height: 15px;
				margin-top: 9px;
				width: 13px;
			}
			
#content-full { clear: both; z-index:2; position:relative; top:-1px;}
.center-highlight {  text-shadow: 2px 2px 1px rgba(0,0,0,0.25);  overflow: hidden;}
body#home-featured #hr { min-height: 479px; }	
.music-item {
clear:both;
float:left;
width:100%;
padding-bottom:32px;
}	
#music-cate  #portfolio-items  a.more-icon  {
background: none repeat scroll 0 0 transparent;
height: 100px;
width: 100px;
}
#music-cate {
clear:both;
}
	#portfolio-items .item { position: relative; background: url('images/item-bottom-shadow.png') no-repeat bottom left; padding-bottom: 6px; float: left; margin: 0px 62px 32px 0px; }
	#portfolio-items .last {margin-right: 0px;}
	#music-cate  #portfolio-items .item { margin:0 30px 20px 0 !important; clear:both; }
	.item-image { position:relative; top:0;   margin-bottom: 6px; }
		#portfolio-items .item img.portfolio { border: 3px solid #e5e5e5; }
		.item-image span.overlay { position: absolute; top: 3px; left: 3px; background: url('images/item-overlay.png') no-repeat; width: 207px; height: 136px; }
		a.zoom-icon, a.more-icon { display: block; width: 61px; height: 61px; text-indent: -9999px; position: absolute; top: 41px; }
		a.zoom-icon { left: 31px; background: url('images/zoom-icon.png') no-repeat; }
		a.more-icon { top: 0px; left:40px;background: url('images/readmore-icon.png') no-repeat; }
			#tagline {line-height: 26px; padding-bottom: 60px; padding-top:30px; text-align:center}
				#tagline .quote1 {font-size: 48px; color: #fff; background:url('images/quote-left.png') no-repeat left top; padding:0px 0px 0 40px; min-height:34px; }
				#tagline .quote2 {background:url(images/quote-right.png) no-repeat right bottom; padding:0 50px 3px 40px; font-size: 24px; color: #fff;  }
		div.service {float:left; width:274px; padding: 0 0 26px 0;}
		.home .widget-2 { padding-right:55px !important; }
		.home .container .widget-last {
		padding-right:0!important;
		}
		.home .container .widget-first {
		padding-right:55px !important;
		}
		
		
		#blog, #eventlist, #albumlist, #musicplayer {padding-right: 0px; width:282px; background: url('images/fromblog-bottom.png') no-repeat bottom left; padding-bottom: 16px; position: relative; margin-bottom:30px; }
			h3.hometitle {font-size: 30px; color:#fff; padding-bottom: 8px; }
			a.readmore {float: right; background: url('images/featured-readmore.png') no-repeat bottom right; height: 37px; display: block; font-size: 120%; color: #ffffff !important; padding-right: 39px; margin-top: 14px; font-weight: normal;}
				a.readmore span {
					  background: url("images/featured-readmore.png") no-repeat scroll 0 0 transparent;
						display: block;
						font-weight: normal;
						height: 38px;
						padding: 6px 5px 4px 25px;
				}
			a.readmore:hover { color: #ffffff; }	
			
			#blog-top {background: url(images/fromblog-top.png) no-repeat; height: 11px;}
			#blog-wrapper {
			background: url("images/fromblog-mainbg.png") no-repeat scroll left top transparent;
    float: left;
    padding: 0 1px;
    width: 280px;
	}
				#blog-content{ padding: 7px 22px 6px 24px; }
					#blog-content h4.widgettitle {font-size: 24px; padding-bottom: 12px; }
					
					#blog-content ul li, .service ul li, .widget ul li { background: url(images/fromblog-bullet.png) no-repeat 0px 5px; padding: 0px 0px 5px 15px; }
					#albumlist ul li, #musicplayer ul li { background:none; padding:0; }
					.cover { border:1px solid #b0b0b0; padding:1px; background-color:#e3e3e3; width:60px; height:60px; float:left; margin:0 10px 12px 0; }
					.albumcover { border:1px solid #b0b0b0; padding:1px; background-color:#e3e3e3; width:96px; height:96px; float:left; margin:0 10px 12px 0; }
					.albumlink { float:left; width:60%; line-height:1.4em; }
					.albumlink h3 { font-size:20px; }
					.albumlink a:hover, a.rsswidget:hover { text-decoration: none; }
						#blog-content ul li a.title  {display: block;  font-size: 14px;  margin-bottom:-3px;}
							#blog-content ul li a.title:hover, #blog-content span.postinfo a:hover { text-decoration: none; }
						#blog-content span.postinfo, #blog-content span.postinfo a { color: #ffffff; font-size: 12px; font-style: italic; }	
					
				#controllers2 { position: absolute; bottom: -12px; left: 102px; background: url(images/fromblog-controllers-bg.png) no-repeat; width: 75px; height: 38px; }
					#controllers2 a { display: block; text-indent: -9999px; width: 23px; height: 15px; float: left; }
						#controllers2 a#left-arrow { background: url(images/fromblog-controllers-down.png) no-repeat; margin: 10px 0px 0px 12px; }
						#controllers2 a#right-arrow { background: url(images/fromblog-controllers-top.png) no-repeat; margin: 10px 0px 0px 7px; }
				.bpt {
				    font-size: 16px;
				}
				#musicplayer h4.widgettitle {
					padding:0;
				}
				#musicplayer .jp-interface {
					float:none;
					position: static !important;
				}
	#breadcrumbs { 
		 background: url("images/bg-breadcrumb.png") no-repeat scroll center bottom transparent;
		color: #FFFFFF;
		margin-bottom: 32px;
		padding: 15px 0;
	}
		#breadcrumbs .raquo , #breadcrumbs a { color: #b9b9b9; }
		#breadcrumbs a:hover { color: #ffffff; text-decoration: none; }
		
	#content-area { min-height:1000px; }
	
	#full { background: none; padding: 0px 0px }
		#left-area { width: 678px; float: left; }
		
			.entry { margin-bottom: 20px; }
				.blog-thumb { position: relative; float: left; margin-right: 23px;  }
					.blog-thumb span.overlay { position: absolute; top: 0px; left: 0px; background: url('images/blog-overlay.png') no-repeat; }
					.blog-thumb, .blog-thumb span.overlay { width: 185px; height: 191px; }
				.entry-description { float: left; width: 450px; }
				.home-blogroll .entry-description { float: left; width: 80%; }
				.full-description { width: 622px; }
				.home-blogroll .full-description { width: 100% !important; }
					p.post-meta,div.post-meta  { 
						background: url('images/post-metabg.png') no-repeat right bottom transparent;
						padding: 2px 0 4px 12px;
						font-style: italic;
						font-size: 11px;
						float: left;
						margin: 0 8px 11px 0;
						height:26px;
						display:block;
						padding:0 13px 0 0;
					}

					p.post-meta-wrap,div.post-meta-wrap  { 
					    background: url("images/post-metabg.png") no-repeat top left transparent;
					    display: block;
					    height: 24px;
					    padding:2px 0 0 13px;
					}
					
					
					p.post-meta,div.post-meta ,div.post-meta a, p.post-meta a { color: #cccccc; font-weight: normal !important; }
					p.post-meta a:hover { color: #ffffff; text-decoration: none; }
					.twitter-share-button { margin-right:5px; float:left; }
					.shareButton {
					 	float: left;
					 	padding-bottom: 20px;
					 	width: 100%;
					}	
					.shareButton  a {
					 	float: left;
					 	margin-right: 5px;
					}
					
				
				.entry h2.title, .entry h1.title { font-size: 36px; padding-bottom: 11px; color: #ffffff; }
				.entry-description h2.title ,.entry h2.event-head-title{
					font-size:30px;
				}
				
					.entry h2.title a { color: #ffffff; font-weight: normal !important; }
					.entry h2.title a:hover { text-decoration: none; }
					.entry a.readmore { margin-top: 5px; }
					
					a.post-edit-link { color:#FFFFFF; font-weight:bold; }
				
				.post { width: 648px; margin-bottom:17px; }
				.post .shareButton {
					width:170px;
				}
				#location_map_wrap {
					float:right;
					position:relative;
					margin-left: 30px;
					border:3px solid #e3e3e3;
					 margin-bottom: 25px;
				}
				.gmnoprint {
					z-index:9999;
				}
				#location_map {
				float: left;
				height: 200px;
				
				width: 270px;
				}
				span.map-top {
				 background: url("images/bg-map-top.png") repeat-x scroll left top transparent;
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
				}
				span.map-left {
				background: url("images/bg-map-left.png") repeat-y scroll left top transparent;
    height: 100%;
    left: 0;
    position: absolute;
    width: 14px;
				}
				p.addr-link  a{
					font-weight:normal;
				}
				
				.event-share {
					float:none!important;
				}
				.map-overlay-bottom {
					width:100%;
					height:12px;
					background:url(images/map-overlay-bottom.png) no-repeat center bottom;
					position:absolute;
					bottom:-15px;
					left:0;
				}
				.full { width: 960px; }
				
				.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color: #ffffff; } 
					
#gallery {
	padding: 29px 0px 0px;
}
.thumbnails-post {
	float:left;
	margin-right:18px;
	width:185px;
}
.price-album {
	background: url("images/bg-price-box.png") no-repeat scroll left top transparent;
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 170%;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: -8px;
}
.price-album  .price-text {
	float: left;
	padding-top: 8px;
	width: 100%;
}
.price-album .price-box {
	clear: both;
	float: left;
	font-size: 120%;
	padding: 12px 0;
	width: 100%;
}

.price-album .price-box2 {
	clear: both;
	float: left;
	font-size: 100%;
	padding: 14px 0;
	width: 100%;
}

.price-album  .button-submit{
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 76px;
	left: 0;
	position: absolute;
	top: 0;
	width: 185px;
}
	
	.gallery-thumb { position: relative; float: left; border:3px solid #E3E3E3;  margin: 5px 0 20px 0; }
		.gallery-thumb a { display: block; }
		.gallery-thumb img { max-width: 650px; }
		.gallery-thumb .overlay ,#location_map_wrap .overlay{ width: 100%; height: 100%; background: url(images/gallery-overlay.png) no-repeat; display: block; position: absolute; top: 0px; left: 0px; }
		.gallery-thumb-bottom { 
			background: url("images/gallery-thumb-bottom.png") no-repeat scroll center bottom transparent;
			bottom: -17px;
			height: 21px;
			left: 0;
			padding: 0px;
			position: absolute;
			width: auto;
			z-index: 2;
		
		}
	.gallery-thumb-bottom .bg {  }
	.gallery-thumb-bottom .left-shadow {   }
	.gallery-thumb-bottom .right-shadow { }
			
div#block-player {
	clear:both;
	float:left;
	margin:10px 0 0 0;
}
	
div#list-songs {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}

div#list-player {
	clear:both;
	float:left;
	width:632px;
	margin:10px 0 10px 0;
}

div#list-player-top {
	clear:both;
	float:left;
	width:632px;
	height:15px;
	background:url('images/player-bg-top.png') no-repeat top left transparent;
}

div#list-player-wrap {
	clear:both;
	float:left;
	width:612px;
	padding:0 10px;
	background:url('images/player-bg.png') repeat-y top left transparent;
}

div#list-player-bottom {
	clear:both;
	float:left;
	width:632px;
	height:16px;
	background:url('images/player-bg-bottom.png') no-repeat top left transparent;
}

div#player-title {
	font-size:14px;
	color:white;
	width:100%;
	padding:0 0 10px 10px;
}

div.oval-wrap {
    background: url("images/oval-bg.png") no-repeat scroll right bottom transparent;
    display: block;
    height: 31px;
    margin: 0 5px 10px 0;
    padding:0 17px 0 0;
}

.player-line{
	float:left;
	width:100%;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.nm {
	margin:0 !important;
}

.ctrl {
    position: absolute;
    top: 120px;
    left: 135px;
}

.block-jp-seek {
	float:left;
	margin:0 0 10px 5px;
	width:230px;
}

.collist {
	float:left;
}

#musicplayer .jp-progress {
	width:145px;
}

#musicplayer .jp-playlist {
	display:none;
}

div.oval-wrap .oval-content {
    background: url("images/oval-bg.png") no-repeat scroll top left transparent;
    border: 0 none;
    color: #FFFFFF !important;
    display: block;
    height: 27px;
    padding:4px 0 0 17px;
}

#block-player .oval-wrap, #block-player .oval-wrap .oval-content {
	float:left;
}

.nm .oval-content {
	width:200px;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/ 
/*------------------------------------------------*/

ul.nav { float: left;  padding: 0 0 0 15px; }
ul.nav li { margin-left: 0px; z-index:5;}
ul.nav li a img ,ul.nav img{
	background:none!important;
	z-index:9999;
}
ul.nav li.sfHover span.sf-sub-indicator {
	background: url("images/menu-shadown.png") repeat-x scroll left top transparent;
    bottom: -12px;
    display: block;
    height: 13px;
    left: 5px;
    position: absolute;
    text-indent: -8000px;
    width: 191px;
    z-index: 9999;
}
	
ul.nav li.backLava {
    background:url(images/menu-active.png) no-repeat center top;
    height: 54px !important;
    padding-right: 0px;
    position: absolute;
    z-index: 2;
}
	
		ul.nav a {  font-size:17px; color: #ffffff; text-decoration: none;   padding: 19px 10px; }
		ul.nav a:hover { color: #ffffff;  }
		
	ul.nav ul { padding-bottom:15px;width: 200px; background: url(images/dropdown-bottom.png) bottom left no-repeat;  border-top: none; top: 54px !important;  z-index: 9998; display: none; }
		ul.nav ul li { margin: 0px;width:178px;  padding: 8px 4px 8px 18px;background: url(images/bg-dropdown.png) repeat-y left top; }
			ul.nav ul li a { background: url(images/dropdown-bullet.png) no-repeat 0px 1px!important; padding: 0px 0px 0px 17px; width: 130px; }
			
			ul.nav li:hover ul ul, ul.nav li.sfHover ul ul { top: -16px !important; left: 191px !important; border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; }
	
	ul.list-social {
	float:right;
	margin-right:18px;
	}
	ul.list-social li {
	    display: inline;
    float: left;
    margin-right: 5px;
    padding-top: 12px;
	}

	ul.nav span.sf-sub-indicator {
		display:none;
	}
/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured { position: relative; /*top: -102px; margin-bottom:-95px;*/ padding-bottom: 31px; background: url(images/featured-bottom-shadow.png) no-repeat bottom left; height: 447px; z-index:4; }
	#featured span#left-shadow, #featured span#right-shadow { width: 9px; height: 132px; display: block; position: absolute; z-index: 1; top: -30px; }
	#featured span#left-shadow { background: url(images/featured-leftshadow.png) no-repeat; left: -9px; }
	#featured span#right-shadow { background: url(images/featured-rightshadow.png) no-repeat; right: -9px; }
		#slides { position: relative; height: 447px; background: #000000; }
			.slide .overlay { background: url(images/slide-top-shadow.png) repeat-x; top: 0px; left: 0px; height: 17px; position: absolute; width: 960px; }
			.slide .overlay2 { background: url(images/slide-bottom-shadow.png) repeat-x; bottom: 0px; left: 0px; height: 4px; position: absolute; width: 960px; }
			
			#slides .description {filter:none !important; line-height: 18px; color: #ffffff;  font-size: 12px; position: absolute; top: 33px; right: -11px; width: 295px; padding-top: 23px; background: url(images/description-top.png) no-repeat right top; z-index: 14; }
			#slides .caption_show {
				 visibility: visible!important;
				   opacity: 1!important;
			}
			#slides .description .outer-content { background: url(images/description-left-outer.png) no-repeat left top; padding: 0px 0px 0px 41px; }
				#slides .description .inner-content { background: url(images/description-right-inner.png) repeat-y right top; padding: 3px 25px 10px 20px; }
			#slides .description .bottom { height: 36px; background: url(images/description-bottom.png) no-repeat; }
				
				#slides .description h2.title { font-size: 32px; padding-bottom: 10px; }
					#slides .description h2.title a { color: #ffffff; }
						#slides .description h2.title a:hover { text-decoration: none; }
				#slides .description h2.title img {
				background:none !important;
				}
				#slides .description a.readmore { background: url(images/featured-readmore.png) no-repeat bottom right; font-size: 120%; color: #ffffff !important; text-shadow: -1px -1px 1px #000000; padding-right: 37px; display: block; height: 37px; float: left; left: 89px; top: -21px; position: relative; }
					#slides .description a.readmore span {
					    background: url("images/featured-readmore.png") no-repeat scroll 0 0 transparent;
						display: block;
						height: 37px;
						line-height: 33px;
						padding: 0 0px 0 20px;
					}
				#slides .description a.readmore:hover { color: #eeeeee; }
			#slides .wrap-img-slide {
				width:960px;
				height:100%;
				  height: 447px;
			}
			#slides .wrap-img-slide-inner {
			width:100%;
			text-align:center;
			padding-top:20px;
			}
			#slides .wrap-img-slide-inner object, #slides .wrap-img-slide-inner  embed, #slides .wrap-img-slide-inner  iframe  {
			width:640px!important;
			height:390px!important;
			}
	#controllers-wrapper { position: absolute; bottom: 11px; left: 420px; background: url(images/featured-controllers-left.png) no-repeat; height: 44px; padding-left: 12px; z-index:30; }
		#controllers-wrapper #controllers { background: url(images/featured-controllers-bg.png) repeat-x; height: 30px; padding-top: 14px; }
		#controllers-wrapper #controllers, #controllers-wrapper #controllers-right { float: left; }
		#controllers-wrapper #controllers-right {
		 background: url("images/featured-controllers-right.png") no-repeat scroll right top transparent;
    height: 46px;
    width: 8px;
	}
		
		#controllers-wrapper a { text-indent: -9999px; display: block; float: left; width: 15px; height: 15px; background: url(images/featured-controller.png) no-repeat; margin-right: 3px; }
		#controllers-wrapper a.active { background: url(images/featured-controller-active.png) no-repeat; }
		
		#controllers-wrapper a#left-arrow, #controllers-wrapper a#right-arrow { width: 15px; height: 23px; position:relative;
top:-4px; }
		#controllers-wrapper a#left-arrow { background: url(images/featured-controllers-leftarrow.png) no-repeat; margin-right: 17px; }
		#controllers-wrapper a#right-arrow { background: url(images/featured-controllers-rightarrow.png) no-repeat; margin-left: 16px; }
		.recentscroll { height:224px; overflow:hidden; }
			.recentscroll ul { height: 32000px; }
		
		h3.recentworks { padding: 7px 0px 24px; }
		a.entergallery { margin-top: -3px; }
		
		.entry ul, .comment-content ul { list-style-type: disc; margin: 10px 0px 10px 20px; }
		.entry ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; margin: 10px 0px 10px 2px; }
			.entry ul li ul, .entry ul li ol, .comment-content ul li ul, .comment-content ul li ol { margin: 2px 0px 2px 20px; }
			.entry ol li ul, .entry ol li ol, .comment-content ol li ul, .comment-content ol li ol  { margin: 2px 0px 2px 35px; }
		
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { padding: 30px 40px 0px 0px; }
	
h3#comments { font-size: 30px; padding: 0px 0px 25px; color: #ffffff; }

.comment-icon { background: url(images/comment-bottom-bg.png) no-repeat bottom left; padding-bottom: 14px; }

.comment-icon .post { padding: 3px 0px 0px; }

div.authordata { width: 100px; }
	div.avatar { float: left; position: relative; padding:3px; }
		div.avatar span.overlay { background: url(images/avatar-overlay.png) no-repeat; display: block; width: 67px; height: 67px; position: absolute; top: 0px; left: 0px; }
		
	.comment-wrap { float:left; margin-left:20px; }
				
			
		.reply-container { 
		  background: url("images/featured-readmore.png") no-repeat scroll right bottom transparent;
    display: block;
    float: right;
    font-size: 120%;
    font-weight: normal;
    height: 37px;
    margin-top: 14px;
    padding-right: 39px;
				}
			.reply-container a {
				 background: url("images/featured-readmore.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    display: block;
    height: 38px;
    padding: 6px 10px 4px 25px;

			}
			.reply-container a:hover { text-decoration: none; color: #eeeeee; }
			
	li.depth-1 .comment-wrap { width: 546px; }
	li.depth-2 .comment-wrap { width: 465px; }
	li.depth-3 .comment-wrap { width: 383px; }
	li.depth-4 .comment-wrap { width: 301px; }
	
	.fullwidth li.depth-1 .comment-wrap { width: 811px; }
	.fullwidth li.depth-2 .comment-wrap { width: 729px; }
	.fullwidth li.depth-3 .comment-wrap { width: 647px; }
	.fullwidth li.depth-4 .comment-wrap { width: 565px; }
		
	ol.commentlist { list-style:none outside none; padding-top:8px; }
		ol.commentlist ul { list-style:none outside none; }
	
		.commentlist li.comment li { background: none; padding: 0px; }
		.commentlist li.comment ul { margin: 8px 0px 8px 82px; }
		
	#respond { padding-top: 25px; }
		.comment #respond { padding-left: 0px; padding-top: 5px; }
		#commentform textarea#comment { width: 88%; }
		#commentform input[type=text] { width: 40%; }
		
	
		li.comment #respond textarea { width: 88% !important; }
		li.comment #respond input[type=text] { width: 50% !important; }
		
	#respond h3#comments { background: none; margin: 0px; padding: 0px; } 
	
	.comment-author { padding: 2px 0px; font: 21px Arial,sans-serif; }
		.comment-author .comment-meta, .comment-author .comment-meta a { color: #c0bfbf; }
			.comment-author .comment-meta a:hover { text-decoration: none; }
		span.fn, span.fn a { color: #ffffff; }
			span.fn a:hover { text-decoration: none; }
		
	.comment-content { padding-top:5px; }
	
	.comment-body { padding: 8px 0px; }
div.wrap-button {
	background: url("images/featured-readmore.png") no-repeat scroll right bottom transparent;
	display: block;
	float: left;
	font-size: 120%;
	font-weight: normal;
	height: 37px;
	margin:0px 0 10px;
	padding-right: 37px;
}
div.wrap-button .submit {
	background: url("images/featured-readmore.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF !important;
	display: block;
	height: 38px;
	padding: 0 10px 7px 20px;
}
		
		
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer-wrap {
   background: url("images/footer-wrap.jpg") no-repeat scroll center top transparent;
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
	margin-top:35px;
}
	
#footer {   /*background: url("images/footer-overlay-bg.png") repeat scroll 0 0 transparent;*/
    float: left;
    padding-bottom: 15px;
    width: 100%;
	}	
	#footer-wrapper { background: url(images/footer-top-bg.png) repeat-x;float:left;width:100%; }
		#footer-center { /*background: url(images/footer-top-centerbg.png) no-repeat center top;*/float:left;width:100%; padding-top: 35px; color: #b9b9b9; }
			#footer p#copyright a { color: #ffffff; font: italic 12px Arial, sans-serif; font-weight:bold;  }
		#footer .widget { float: left; width: 280px; margin: 0px 60px 45px 0px; }
			#footer .widget a { color: #ffffff; }
			#footer .last { margin-right: 0px; }
	#footer ul{
		float:right;
	}
	div#copyright {
	float:left;
	}
	#footer li {
	float:left;
	display:inline;
	 margin-left: 15px;
	}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar { float: left; width: 282px; }
	.widget h4.widgettitle { font-size: 30px; text-shadow: 1px 1px 0px rgba(255,255,255,0.3); color: #ffffff; }
	#sidebar  a { color: #ffffff; }
	#sidebar .widget { padding: 0px ; background:url(images/widget-left.png) no-repeat left top; float:left;width:100%;}
	.widget-inner1 {
		float:left;
		width:100%;
		background:url(images/widget-right.png) no-repeat right top;
	}
	.widget-inner2 {
		 background: url("images/widget-content.png") repeat-x scroll left top transparent;
    float: left;
    margin: 0 6px;
    padding: 20px;
    width: 230px;
	}
	.widget_calendarwidget .widget-inner2  {
	  padding: 20px 0 0;
    width: 270px;
	}
	.widget_calendarwidget .widget-inner2 h4.widgettitle {
		padding-left:20px;
	}
	.widget-bottom {
		 background: url("images/widget-bottom.png") no-repeat scroll left top transparent;
			clear: both;
			float: left;
			height: 21px;
			width: 100%;
			margin-bottom:20px;
	}
	.widget ul ul { margin: 0px 0px 0px 15px; }
/*		.widget ul li { background: url(images/widget-bullet.png) no-repeat 0px 12px; padding: 4px 0px 4px 16px; } */
			.widget ul li ul { padding:5px 0px 0px 7px; margin: 0px 0px -4px; }
				
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }

	
/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 200px; }
		.nav li li a:link, .nav li li a:visited {	display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }
		
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }
.wp-pagenavi span.pages { display:none; }
.wp-pagenavi { position: relative; padding: 12px 30px 20px 0px; text-align:center; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited { padding: 5px 7px !important; margin: 2px; text-decoration: none; font-weight: normal !important; font-size: 100% !important; color: #ffffff !important; border: none !important; background: url(images/pagenavi-bg.png) no-repeat; padding:10px 19px 12px 15px !important;  }
.wp-pagenavi span.current { font-size: 100% !important;  }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {  padding: 10px 19px 12px 15px !important; margin: 2px; border: none !important; background: url(images/pagenavi-bg.png) no-repeat; }
.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important ;  border: none !important;  }


a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }

.js #feat-content, .js div#from-blog div.entries {display: none;} 

.foursixeight { margin: 0px 0px 15px 84px;}


body.cufon-disabled ul.nav a { font-size:15px; }
body.cufon-disabled ul.nav ul li a { background-position: 0 4px; }
body.cufon-disabled #tagline p { font-size:40px; }
body.cufon-disabled a.readmore { font-size: 16px; }
	body.cufon-disabled a.readmore span { padding-top: 6px; }
body.cufon-disabled .reply-container { font-size: 16px; }
body.cufon-disabled .reply-container a { padding-top: 6px; }

.js ul.nav a, .js ul.nav ul li a, .js #tagline p, .js a.readmore, .js a.readmore span, .js .reply-container, .js .reply-container a {text-indent: -9999px; }

body.cufon-disabled ul.nav a, body.cufon-disabled ul.nav ul li a, body.cufon-disabled #tagline p, body.cufon-disabled a.readmore, body.cufon-disabled a.readmore span, body.cufon-disabled .reply-container, body.cufon-disabled .reply-container a { text-indent: 0px; }

.sitemap-col h2, .sitemap-col ul li a, p.ev-registration a { color: #fff !important; }
.sitemap-col ul li a:hover { color: #eee !important; }
p.ev-registration { color: #eee !important; }
.ev-protected-form label { text-shadow: none; }
h2.mb_pt_title a { color: #fff !important; }
p.mb_pt_blogmeta { color: #eee !important; }
	p.mb_pt_blogmeta a { color: #fff !important; }
.mb_pt_blogentry a.readmore span { padding: 6px 0 0 13px !important; }

/* OTHER
-----------------------------------------------*/

#mb_custom_calendar {
float:left;
width:100%;
margin-top: 5px;
}

#custom_calendar {
  background: url("images/calendar-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    min-height: 275px;
    left: -2px;
    position: relative;
    top: 0;
    width: 274px;
	    
}
#custom_calendar tfoot {
position:absolute;
top:0;
width:100%;
line-height:0;
}
		.event_post { float: right; height: 377px; margin-top: 12px; width: 535px; position: relative; }
			.event_post h2.title { color: #eed77d; font-size: 45px; }
			.event_post div.featured-thumbnail { position: relative; margin-bottom: 25px; }
			.event_post a.readmore { bottom: 0; margin-right: 0; position: absolute; right: 1px; }
				.featured-overlay { display: block; width: 524px; height: 211px; background: url(images/featured-overlay.png) no-repeat; position: absolute; top: 0px; left: 0px; }
		#custom_calendar .mb_popup, .mb_popup { display: none; }
			#wp-custom-calendar { width: 100%; }
			#wp-custom-calendar caption { 
			font-size: 25px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 0;
			}
			#wp-custom-calendar thead th { 
			font-size: 100%;
     padding: 9px 0;
    text-align: center;
			}
			#wp-custom-calendar tbody td {
			  color: #FFFFFF;
    font-size: 100%;
    padding: 9px 0;
    text-align: center;
			}
			span.feat_title {
				clear:both;
				 display: block;
			}				
			#wd_1 { width: 50px; }
			#wd_2 { width: 50px; }
			
			#wd_3, #wd_4, #wd_5, #wd_6 { width: 50px; }
			#wd_3 {
			width: 48px;
			}
			#wd_7 { width: 50px; }
			
			#wp-custom-calendar tbody td#today { color:#e9d999; }
			span.posts_today { cursor: pointer; display: block; position: relative; }
			td.dwp { background: url(images/td_posts.png) no-repeat center center; }
				td.dwp span.posts_today { color:#ffffff;}
			td.dwp:hover { cursor: pointer; }
			
			#wp-custom-calendar tbody tr.mb_pad td { padding: 11px 0; }
				#wp-custom-calendar tbody tr.mb_pad td#today { background: url(images/td_current-alt.png) no-repeat center center; }
				tr.mb_pad td.dwp { background: url(images/td_posts-alt.png) no-repeat center center; }
			
			td.dwp .mb_popup { 
				  background: url("images/even-tip-top.png") no-repeat scroll left top transparent;
    bottom: 42px;
    left: -60px;
    padding-top: 4px;
    position: absolute;
    text-align: left;
    width: 129px;
			}
			td.dwp .mb_popup .ev-popupcontent {
				  background: url("images/even-tip-content.png") repeat-y scroll left top transparent;
    float: left;
    padding: 5px 10px;
    text-transform: capitalize;
    width: 109px;
			}
			td.dwp .mb_popup .ev-popupbottom {
			 background: url("images/even-tip-bottom.png") no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 11px;
    width: 100%;
			}
			
				.mb_popup .tooltip_arrow {
 position: absolute; display: block; bottom: -9px; left: 75px; background: url(images/tooltip_arrow.png) no-repeat; width: 17px; height: 9px; }
				#sidebar span.feat_title a { 
				 color: #FFFFFF;
    display: block;
    font-size: 90%;
    font-weight: bold;
    text-shadow: none;
				}
				span.feat_cat { color: #797979; font-size: 11px; text-shadow: none;  display: block; font-size: 11px; margin-bottom: 3px; margin-top: -2px; }
			
			#wp-custom-calendar td#prev {  left: 6px;
    position: absolute;
    top: 10px; }
			#wp-custom-calendar td#next { position: absolute; right: 6px; top: 10px; }
			#wp-custom-calendar td#prev a { 
				background: url("images/month-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 12px;
			}
			#wp-custom-calendar td#next a { display: block; width: 12px; height: 17px; background: url(images/month-right.png) no-repeat; text-indent: -9999px; }


div.wrap-slider {
  clear: both;
    float: left;

    margin-bottom: 45px;
    position: relative;
}

div.event-date {
float:left;
width:80px;
margin-left:10px;
}
div.event-name {
float:left;
width:120px;
text-align:center;
}
div.event-address {
float: left;
margin-left: 5px;
width: 182px;
}
div.event-share-list{
float:left;
}
div.event-share-list a {
float: left;
margin-right: 5px;
}
div.event-more{
float: left;
margin-left: 20px;
}
div.event-more a {
font-weight:normal;
}

.jp-jplayer {
	background:none !important;
	height:0px;
	width:0px;
}

div.jp-type-single {
	background: url("images/bg-single-song-list.png") no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 28px;
    padding-top: 3px;
    width: 632px;
}

div.jp-type-single:hover {
	background: url("images/bg-single-song-list-hover.png") no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 28px;
    padding-top: 3px;
    width: 632px;
}

div.event-item {
	background: url("images/bg-single-song.png") no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 23px;
    padding: 3px 0 5px 10px;
    width: 626px;
}
div.event-item { overflow: hidden; }

div.jp-list-title {
	float:left;
	height: 22px;
	padding-top:1px;
}

div.jp-list-title a {
	font-weight:normal;
	text-decoration:none;
	padding:2px 0 2px 60px;
	background:url('images/song-list-bg.png') no-repeat 27px 1px transparent;
}

div#player-buy a, div#player-amazon a, div#player-itunes a {
	font-weight:normal;
	text-decoration:none;
}

#player-buy {
	cursor: pointer;
	display: inline;
	float: right;
	margin-left: 0;
	overflow: hidden;
	text-align: center;
}
#player-buy input {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 100%;
	margin: 0;
	padding: 2px 0;
}

.jp-interface {
	float:left;
}

.jp-interface a {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:2px;
	margin-right:5px;
}

span.jp-playlistdd {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:3px;
	margin-right:2px;
	cursor:pointer;
}

#musicplayer .jp-interface a {
	margin-right:2px;
}

.jp-previous {
	width:20px;
	height:20px;
	background:url('images/prev-track.png') no-repeat top left transparent;
}

ul.jp-controls {
	margin:0;
	float:left;
}
.jp-controls li {
	list-style-type:none;
	display:inline;
}

.jp-play {
	width:22px;
	height:22px;
	background:url('images/play-big.png') no-repeat top left transparent;
	margin-top:1px !important;
}

.jp-pause {
	width:22px;
	height:22px;
	background:url('images/stop-big.png') no-repeat top left transparent;
	margin-top:1px !important;
}

.jp-next {
	width:20px;
	height:20px;
	background:url('images/next-track.png') no-repeat top left transparent;
	margin-right:0;
}

.jp-playlistdd {
	width:20px;
	height:20px;
	background:url('images/block-playlist.png') no-repeat top left transparent;
	margin-right:0;
}


div.jp-play-bar {
	background: url("images/jp-play-bar.png") repeat ;
	width:0px;
	/* height:15px; */
	height:100%;
}

div.jp-seek-bar {
	width:50px;
	height:100%;
	cursor: pointer;
}

div.jp-progress {
	overflow:hidden;
	background: url('images/jp-progressbg.png') repeat;
	float:left;
    height: 12px;
    width: 125px;
	margin:5px 8px 0 8px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("images/pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:20px;
	height:17px;
}

a.jp-mute {
	background: url("images/volume-active.png") no-repeat 0 2px;
}
a.jp-mute:hover {
	background: url("images/volume-mute.png") no-repeat 0 2px;
}
a.jp-unmute {
	background: url("images/volume-mute.png") no-repeat 0 2px;
	display: none;
}
a.jp-unmute:hover {
background: url("images/volume-active.png") no-repeat 0 2px;
	
}
div.jp-volume-bar {
	overflow:hidden;
	background: url("images/jp-volume-bar.png") repeat-x scroll left top transparent;
	width:55px;
	height:10px;
	cursor: pointer;
	margin:7px 0 0 8px;
	float:left;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	left: 266px;
    top: 7px;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:324px;
}

div.jp-audio-blank div.jp-type-single div.jp-volume-bar {
    left: 380px;
}

div.jp-volume-bar-value {
	background: url("images/bulet-volume.png") no-repeat right top;
	width:0px;
	height:10px;
}
div.jp-current-time,
div.jp-duration {
	float:left;
	text-align: left;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	left: 200px;
    top: 1px;
    width: 50px;
}
div.jp-audio-blank div.jp-type-single div.jp-current-time, div.jp-audio-blank div.jp-type-single div.jp-duration {
left: 312px;
}

div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:49px;
	left:164px;
	width:122px;
}

div.jp-playlist {
	margin:0 0 20px 0;
	float:left;
}

#lyrics-text {
	padding:10px 20px;
	display:none;
	width: 90%;
}

#lyrics {
	background:url('images/lyrics.png') no-repeat 0 3px transparent;
	padding-left:25px;
	cursor:pointer;
}

#itunes {
	background:url('images/itunes.png') no-repeat top left transparent;
	padding-left:25px;
}

#amazonmp3 {
	background:url('images/amazonmp3.png') no-repeat 0 2px transparent;
	padding-left:35px;
}

.song-plays {
    display: inline;
    float: right;
    font-size: 100%;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 133px;
	padding-top:1px;
}
.song-price  a {
font-weight:normal;
}
.song-price  input {
  background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 100%;
    margin: 0;
    padding: 2px 0;
}



/* Easy Slider */
	
	.easyslider{ }	
	.easyslider ul, .easyslider li{
		margin:0;
		padding:0;
		list-style:none;
		}

	.easyslider li{ 
    overflow: hidden;
    width: 631px;
	padding-bottom:20px
		}
    	
	#prevBtn, #nextBtn,#prevBtn2, #nextBtn2{ 
		bottom: -42px;
    display: block;
    height: 37px;
    left: 260px;
    position: absolute;
    text-indent: -8000px;
    width: 38px;	
		}	
	#nextBtn,#nextBtn2{ 
		left:300px;
		}														
	#prevBtn a, #nextBtn a,#prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:38px;
		height:37px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a,#nextBtn2 a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}
		
.like-button {
	margin-bottom:10px;
}

#primary ul {
  visibility: visible !important;
  display: none;
}

#primary li:hover ul,
#primary li.over ul {
  display: block;
}

p.addr-link {
	padding:0;
}

.pmw {
	width:100%;
	display: block;
    height: 40px;
}

#location_map_wrap {  
  text-shadow: none;
}