/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");


h2.events {
	text-indent: -9999px;
	height: 24px;
	margin-bottom: 8px;
	background: #000 url(../../_images/events/titles/events.gif) no-repeat;
	}
		#pager 
		{
			height:20px;	
			position:relative;
			top:-30px;
			margin: 0 auto;
			width:170px;
		}
		#pager div.previous,
		#pager div.next {
			text-indent: -9999px;
			top: 0;
			display: block;
			width: 20px;
			height: 20px;
			float:left;
			}
		#pager div.month 
		{
			position:relative;
			float:left;
			margin-left: 10px;
			margin-right: 10px;
		}	
		#pager  div.previous a,
		#pager div.next a {
				display: block;
				height: 20px;
				}

		#pager div.previous {
			left: 7px;
			background-image: url(../../_images/rec_center/arrow_previous.gif);
			}
		
		#pager div.next {
			right: 7px;
			background-image: url(../../_images/rec_center/arrow_next.gif);
			}
	

	
h2 {
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 8px;
	background-color: #000;
	background-repeat: no-repeat;
	}

h2.tour_dates 
{
 font-size:14px;
 color:#FF6702;  
 background-color: #000;
 padding-left:5px;
 padding-top:5px;
 text-indent: 0px;
 height:24px;
}
/* --- What's Up This Month
-------------------------------------------------------*/

#this_month {
	width: 463px;
	margin-right: 9px;
	}
	
	#this_month .entry {
		padding: 9px;
		background: url(../../_images/stripes_bg.gif) repeat;
		}
		
		#this_month .entry  h2{
			margin-bottom: 5px;
			color: #ff6702;
			text-indent: 0px;
			zline-height:24px;
			font-size: 12px;
			}
		#this_month .entry  h3{
			margin-bottom: 5px;
			color: #ff6702;
			text-indent: 0px;
			font-size: 12px;
			}		
		#this_month .entry p {
			margin-bottom: 1em;
			}
		
		#this_month .entry img {
			margin-bottom: 5px;
			}

h2.whats_up_this_month { background-image: url(../../_images/blog/titles/whats_up_this_month.gif); }



/* --- This Month's Events
-------------------------------------------------------*/

#events {
	width: 256px;
	}
	
	#events h3 
	{
		color: #ff6702;
	}
	#events ul {
		list-style: none;
		padding: 0 10px;
		}
		
		#events ul li {
			margin-bottom: 1.5em;
			}

h2.this_months_events { background-image: url(../../_images/blog/titles/this_months_events.gif); }