/**
 * @author Julian Sutter <Julian@fryewiles.com>
 * @author Justin Johnson <justin@fryewiles.com>
 * @version 0.6.3 20080319 JJ
 * @version 0.6.0 20080305 JJ
 * @version 0.5.8 20080212 JJ
 * @version 0.5.3 20080212 JS
 * @version 0.5.2 20080130 JS
 * @version 0.0.1 20080129 JS
 *
 *	aqua			#6BBFDE
 *	teel			#4C92A5
 *	red				#964021
 *	gold			#DDD8C6
 *  darkgold		#BBB18D
 *	grey 			#CCCCCC
 *	darkgrey   		#888888
 */

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

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

#column-right {
	width: 440px;
	float: right;
}


.feed-box {
	height: 350px;
	overflow: auto;
	border: 1px #ccc solid;
	margin-bottom: 20px;
}
.double-height .feed-box {
	height: 700px;
}

.feed-box-fluid-height {
	height: auto !important;
}



h2 {
	height: 27px;
	margin: 0px;
}

#added h2 			{	background: url(/images/home/added-header.gif) top left no-repeat;}
#updated h2 		{	background: url(/images/home/upcoming-header.gif) top left no-repeat;}
#community h2  		{	background: url(/images/home/community-header.gif) top left no-repeat;}
#photo-widget h2	{	background: url(/images/home/photo-widget-header.gif) top left no-repeat;}

/*  Event Entries  */

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

.vevent {
	background: white url(/images/layout/entry-bg.gif) top right repeat-x;
	padding: 6px 15px 8px;
}
.vevent .content {
	width: 280px;
}








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


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


/* Community */

#community {
	margin: 20px 0px 15px;
}

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

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

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

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




/* temp ad */

#promo {
	height: 100px;
	background-color: #F1EFE8;
	text-align: center;
}

#featured-event.slide-gallery {
	border: 1px solid #DDD8C6;
}

#featured-event.slide-gallery .info {
	padding: 0 5px 5px;
}

#featured-event.slide-gallery .info #info-content {
	height: 6em;
}

#featured-event.slide-gallery img {
	width: 315px;
}

#featured-event.slide-gallery h3 {
	margin: 0;
	padding: 5px 0;
}

#featured-event.slide-gallery #featured-name {
	line-height: 0.9em;
	color: #904123;
	font-size: 28px;
}

#featured-event.slide-gallery #featured-venue {
	color: #904123;
	font-size: 1.5em;
}

#featured-event.slide-gallery #featured-date {
	font-size: 1.3em;
}

#featured-event.slide-gallery #featured-controls {
	float: right;
	color: #4C92A5;
}


#featured-event, #slide-photos, #slide-container div {
	width: 322px;
	overflow: hidden;
}


#slide-container .photo {
	display: block;
	height: 322px;
	width: 322px;
	background-repeat: no-repeat;
	float: left;
}

#photo-widget {
	background-color: #F1EFE8;
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #DDD8C6;
}

#photo-widget-inner {

}
