/**
* @author Julian Sutter <Julian@fryewiles.com>
* @author Justin Johnson <Justin@fryewiles.com>
* @version 0.0.8 20080326 JJ
* @version 0.0.7 20080213 JJ
* @version 0.0.6 20080212 JJ
* @version 0.0.1 20080204 JS
*
*	aqua			#6BBFDE
*	teel			#4C92A5
*	red				#964021
*	gold			#DDD8C6
*   darkgold		#BBB18D
*	grey 			#CCCCCC
*	darkgrey   		#888888
*
*/

@import url(/css/common/events.css);

#column-left {
	width: 535px;
	float: left;
}

#column-right, #promo {
	width: 235px;
	float: right;
}


.feed-box {

	padding: 0px 20px;
}


#shows-header {
	padding-bottom: 3px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
}

#upcoming {
	color: #964021;
	margin: 0px;
	display: block;
	float: left;
	/*width: 8.5em;*/
}

.status {
	color: #964021;
	font-size: 1.5em;
	text-align: left;
	width: 90px;
	float: right;
}

#added h2 {
	margin: 0px;
	height: 27px;
	background: url(/images/shows/added.gif) top left no-repeat;
}


.btn-added {
	margin-top: 2px;
	float: left;
}

.btn-added:hover {
	background-position: bottom left !important;
}

#btn-added { background: white url(/images/shows/btn-added.gif) top left no-repeat;}

#btn-added a{
	height: 16px;
	width: 108px;
	display: block;
}

#btn-date-up {
	background: white url(/images/shows/btn-date-up.gif) top left no-repeat;
	margin-right: 3px;
}

#btn-date-up a{
	height: 16px;
	width: 72px;
	display: block;
}


#btn-date-down {
	background: white url(/images/shows/btn-date-down.gif) top left no-repeat;
	margin-right: 3px;
}

#btn-date-down a{
	height: 16px;
	width: 72px;
	display: block;
}



/*  Event Entries  */

.rss-btn {
	float: right;
	display: block;
	width: 19px;
	height: 19px;
	background: url(/images/layout/rss.gif) no-repeat;
}

.vevent {
	margin-top: 6px;
	border-bottom: dotted 1px #ccc;
	padding: 6px 15px;
	background: none top left no-repeat;
	min-height: 70px;
}

.vevent .thumb {
	display: block;
	float: left;

}

.vevent .content, .vevent .dtstart {
	margin-left: 149px;
	width: 230px;
}

.vevent .content a span {
	display: inline;
}

.event-wrap {
	margin-right: 20px;
}

.event-wrap {
	background-position:  center right;
	background-repeat: no-repeat;
	display: block;
}

/* Community */

#added {
	margin: 0px 0px 15px;
}

#added-inner {
	border: 1px solid #DDD8C6;
}

#added-inner h3 {
	color: #4C92A5;
	font-size: 1.3em;
	margin: 0px;
	padding: 4px 7px;
}

#added-inner ul {
	margin: 0px;
	padding: 8px 5px 8px 30px;
	background: #f1efe8 url(/images/home/community-bg.gif) top left repeat-x;
}

#added-inner ul li a{
	text-decoration: underline !important;
	color: #333;
}

.status-link {
	margin-right: 15px;
	width: 6em;
	height: 4em;
	float: right;
	background-position:  center right;
	background-repeat: no-repeat;

}


/* temp ad */

#pagination {
	padding-right: 20px;
	float: right;
}

#pagination span {
}

#pagination #previous {
	text-align: right;
	margin-right: 3px;
}

#pagination #next {
	text-align: left;
}


#pagination li {
	margin-left: 3px;
	display: block;
	float: left;
}

#pagination li a {
	border: 1px solid #BBB18D;
	background: white;
	color: #BBB18D;
	padding: 3px 8px;
}

#pagination li a:hover, #pagination li .selected  {
	color: white;
	background-color: #BBB18D;
}


#empty-search-results {
	padding: 20px 0;
}

.short-desc {
	padding-top: 5px;
	font-style: italic;
	color: #964021;
	width: 134px;
	text-align: center;
	
}
