/* In Ya Face Records */
/* Section Stylesheet: Events
----------------------------------------------------------------------------- */


	@import url("widget-event.css");
	@import url("widget-photo.css");
	
	
/* Navigation Item
----------------------------------------------------------------------------- */

	
	#navigation .events a {
	
		background-position: bottom left;
		cursor: default;
	
		}


/* Structural Containers
----------------------------------------------------------------------------- */


	#content {
	
		width: 453px;
		position: relative;
	
		}
		
	#sidebar {
	
		width: 480px;
	
		}
		
		
/* Artist Selector
----------------------------------------------------------------------------- */


	.widget-tag.list {
	
		position: absolute;
		top: 0;
		right: 0;
		width: 145px;
		background: url(../images/section-events/bg-selectanartist.gif) bottom left no-repeat;
	
		}
		
	.widget-tag.list h3 {
	
		display: block;
		visibility: visible;
		text-indent: -5000px;
		overflow: hidden;
		width: 145px;
		height: 29px;
		margin: 0;
		background: url(../images/section-events/h3-selectanartist.gif);
	
		}
		
	.widget-tag.list ul {
	
		display: block;
		display: none;
		margin: 0 0 30px 0;
		padding: 8px 0 0 0;
		background: #796634;

		}
		
	.widget-tag.list li a,
	.widget-tag.list li strong {
	
		font-size: 10px;
		line-height: 14px;
		display: block;
		width: 115px;
		background: #9b854d url(../images/layout/bullet-white.gif) 23px center no-repeat;
		padding-left: 30px;
		color: #fff;
	
		}
		
	.widget-tag.list li strong a {
	
		background: #9b854d;
		padding: 0;
		
		}
		
	.widget-tag.list li a:hover {
	
		color: #f0e2c0;
	
		}
		
	.widget-tag.list li.alt a,
	.widget-tag.list li.alt strong {
	
		background-color: #746235;
	
		}
		

/* Tabs
----------------------------------------------------------------------------- */
	
	
	div.tabbed #upcoming.hide,
	div.tabbed #past.hide {
	
		display: none;
		
		}
	
	div.tabbed ul.tabs {
	
		margin-bottom: 10px;
		display: block;
		height: 32px;
		
		}
		
	div.tabbed ul.tabs li {
	
		float: left;
		display: block;
		margin-right: 2px;
		text-align: center;
		text-transform: uppercase;
		
		}
		
	div.tabbed ul.tabs li a {
	
		background: #252525;
		padding: 10px;
		width: 120px;
		height: 10px;
		display: block;
		
		}
		
	div.tabbed ul.tabs li.selected a {
	
		color: #fff;
		background: #746235;
		
		}
