/* --------------------------------------------------------------------------------------

*Filename:					activities.css
*Description:				Settings for the activities page
*Website:					http://www.faithbook.co.uk
*Author:					caba@studio-cordoba.com

------------------------------------------------------------------------------------------*/

/*=== Import for the Jquery UI datepicker ===============================*/

@import "../js/jquery/theme/ui.all.css";

/*=== Top Background =================================================*/

.activities-page-top
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-activities-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*=== "Find Events" Banner ===============================================*/

#find-events
{
	background-attachment: scroll;
	background-image: url(../images/layout/find-event-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.find-events-text 
{
	padding:10px;
	color:	#00649e;
}

.find-events-text table
{
	margin-left:50px;
	margin-top:-10px;
	width:900px;
}

#find-events .formobj, .select-month select, #date-start, #date-end
{
	width:180px;
	font-size: 16px;
	line-height:18px;
	border:1px solid #ccc;
	background-color:#efefef;
	height:24px;
}

#find-events label
{
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	color:	#00649e;
}

/*=== The Events Section ===============================================*/

#events-list{padding:10px;}

#events-list h3
{
	color:	#00649e;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:bold;
	margin:3px;
}

.event-row
{
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding:15px 5px;
	background-color:#efefef;
}

.gmap 
{
	margin-left:3px;
	font-size:10px;
}

.list-header
{	
	color:#fff;
	height:40px;
	background-color:#00649e;
	font-size:18px;
	padding:5px;
}

.events-options{padding-left:10px;}

.eventdetails{display:none;}

.eventdetails td
{
	background-color:#fff;
	border-right:2px solid #efefef;
	border-left:2px solid #efefef;
}

.eventdetails p
{
	padding-left:25px;
	padding-top:5px;
}

.eventdetails h2
{
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
	color:#00649e;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}

.event-info{font-size:14px;}

.event-table
{
	padding-left:24px;
	width:780px;
	padding-top:5px;
}

.event-table td
{
	padding:3px;
	font-size:14px;
	border-bottom:1px solid #efefef;
}

.map 
{
	float:right;
	margin-right:30px;
	margin-top:15px;
}

.close-event
{
	text-align:right;
	float:right;
	margin-top:20px;
}
.close-event a
{
	padding:2px;
	color:#000;
	text-decoration:none;
	margin-left:10px;
	font-weight:bold;
	font-size:0.8em;
	text-align:right;

}
.eventdetails .event-table td
{
	border-bottom:1px solid #efefef;
	border-right:none;
	border-left:none;
}

/*=== Bottom Background ==================================================*/

.activities-page-bottom
{
	background-attachment: scroll;
	background-image: url(../images/layout/bg-activities-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
