/*
	Classes CSS - Lounge on the Farm
	Created on 24-05-2010
	
	All Contents (c) Copyright 2000-2010 Lounge on the Farm
	Created by Dotcafe Designs - http://www.dotcafedesigns.com
*/
.clearer {
	display:				block;
	clear:					both;
}

.inner {
	display:				block;
	clear:					both;
	margin:					0 auto 0 auto;
	width:					960px;
}

.left {
	float:					left;
}
.right {
	float:					right;
}
.centre {
	margin:					0 auto 0 auto;
}

.image.left {
	margin:					0 10px 5px 0;
}
.image.right {
	margin:					0 0 10px 5px 0;
}
.image.border {	
	border-style:			solid;
	border-width:			1px;
}

/*
	!Social Networking Items
*/
.social_icons {
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

.social_icons li {
	float:					left;
	background-image:		url(icons_social.png);
	background-repeat:		no-repeat;
	width:					32px;
	height:					32px;
	margin-right:			2px;
	
	text-indent:			-10000px;
	overflow:				hidden;
	
}
.social_icons li a {
	display:				block;
	
	height:					32px;
}

.social_icons li.social_twitter {
	background-position:	0 0;
}
.social_icons li.social_facebook {
	background-position:	-32px 0;
}
.social_icons li.social_myspace {
	background-position:	-63px 0;
}
.social_icons li.social_lastfm {
	background-position:	-96px 0;
}
.social_icons li.social_flickr {
	background-position:	-130px 0;
}
.social_icons li.social_wikipedia {
	background-position:	-160px 0;
}
.social_icons li.social_website {
	background-position:	-190px 0;
}


/*	!Contents Columns - Divided into 16th's */
.column {
	float:					left;
	margin:					0 10px 0 10px;
}
.column.column_first {
	clear:					left;
}
.column.column_1 {			width: 40px; }
.column.column_2 {			width: 100px; }
.column.column_3 {			width: 160px; }
.column.column_4 {			width: 220px; }
.column.column_5 {			width: 280px; }
.column.column_6 {			width: 340px; }
.column.column_7 {			width: 400px; }
.column.column_8 {			width: 460px; }
.column.column_9 {			width: 520px; }
.column.column_10 {			width: 580px; }
.column.column_11 {			width: 640px; }
.column.column_12 {			width: 700px; }
.column.column_13 {			width: 760px; }
.column.column_14 {			width: 820px; }
.column.column_15 {			width: 880px; }
.column.column_16 {			width: 940px; }

/* !Headliners */
.f_events_headliners {
	display:				block;
	clear:					both;
	background-image:		url(contents_background.png);
	background-repeat:		repeat;
	
	padding:				30px 10px 10px 10px;
	margin-bottom:			15px;
}
.f_events_headliners h3 {
	position:				absolute;
	
	background-image:		url(heading_headliners.png);
	background-repeat:		no-repeat;
	width:					234px;
	height:					49px;
	
	margin:					-50px 0 0 -16px;
	text-indent:			-10000px;
	overflow:				hidden;
}


.f_events_headliners .s_name {
	display:				block;
	
	background-image:		url(dashes.png);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	
	margin-bottom:			3px;
}
.f_events_headliners .s_name a {
	display:				block;
	color:					inherit;
	text-decoration:		none;
	
	font-size:				9pt;
	line-height:			13pt;
}

/* !Jaunty Gallery */

.f_gallery.gallery_jaunty {
	margin-top:				40px;
	margin-left:			20px;
}
.f_gallery.gallery_jaunty .s_top {
	position:				absolute;
	background-image:		url(frame.png);
	background-repeat:		no-repeat;
	width:					355px;
	height:					448px;
	
	margin:					-60px 0 0 -65px;
	z-index:				50!important;
}

/* !News Section - Normal */

.f_news.s_normal {
	
}

.f_news.s_normal .s_entry {
	display:				block;
	clear:					both;
	background-image:		url(dashes.png);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	
	margin-bottom:			15px;
	padding-bottom:			10px;
}

.f_news.s_normal .s_title {
	display:				block;
	clear:					both;
	
	font-family:			'Georgia', sans-serif;
	color:					#a34146!important;
	font-size:				15pt;
	font-weight:			bold;
	text-decoration:		none;
}
.f_news.s_normal .s_date {
	display:				block;
	clear:					both;
	font-weight:			bold;
	margin-bottom:			10px;
}
.f_news.s_normal .s_image_link img {
	margin-top:				3px!important;
}
.f_news.s_normal .s_image_link img {
	border:					1px #666 solid;
}
.f_news.s_normal .s_link_more {
	display:				block;
	text-align:				right;
	font-size:				10pt;
	font-weight:			bold;
}

/* !News Section - Headings */

.f_news.s_headings {
	
}

.f_news.s_headings .s_entry {
	display:				block;
	clear:					both;
	background-image:		url(dashes.png);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	
	margin-bottom:			15px;
	padding-bottom:			10px;
}

.f_news.s_headings .s_title {
	display:				block;
	clear:					both;
}
.f_news.s_headings .s_title a {
	font-family:			'Georgia', sans-serif;
	color:					#a34146!important;
	font-size:				15pt;
	font-weight:			bold;
	text-decoration:		none;
}
.f_news.s_headings .s_details {
	display:				block;
	text-align:				right;
	font-size:				10pt;
	font-weight:			bold;
}
.f_news.s_headings .s_details a {
	font-size:				10pt;
}

/*	!Artists A-Z */
.f_events_artists {
	
}
.f_events_artists .s_artist {
	display:				block;
	clear:					both;
}
.f_events_artists .s_artist .s_image {
	float:					left;
	clear:					left;
	
	width:					70px;
	height:					48px;
	margin:					0 10px 10px 0;
	
	background-color:		white;
	
	text-align:				center;
}