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

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

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



/*=== Body & Wrapper $ Links ================================================*/

body
{
	background-color:	#000;
	
}

#wrapper
{
	width:		980px;
	margin:		0 auto;
	background-color:	#fff;

}

a
{
font-size:1em;
}

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

#top-bg 
{
	margin:		0;
	padding:	0;
	height:		72px;
	background-color:#000;
}


/*=== Search Area ==================================================*/

#search
{
	padding-top:33px;
	margin-left:670px;
	height:68px;
	width:320px;
	display:none;
}

#search form
{
	padding-left:55px;
}

#search .searchinput, #searchb .searchinput
{
	border:3px solid #ccc;
	color:#999;
	font-size:1.5em;
	position:relative;
	top:-8px;
}

/*=== navigation Menu ==================================================*/

#menu
{
	height: 73px;
	width: 980px;
	background-color: 	#00649e;
	background-attachment: scroll;
	background-image: url(../images/layout/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#menu ul
{
	margin-left:425px;
	margin-top:-73px;
}

#menu li
{
	display:inline;
}

/*=== Banners ==================================================*/

#home-banner , #faiths-banner, #find-events{width:980px;}

.intro-text h1, .faiths-text h1 ,.find-events-text h1
{
	color:	#00649e;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	margin:3px;
}

.intro-text p, .faiths-text p, .find-events-text p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-left:10px;
}

#religions{float:right;}

.banner-separator
{
	background-image: url(../images/layout/banner-separator.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:980px;
	height:20px;
	clear:both;
}

/*=== Main Section ==================================================*/

#main
{
	width:980px;
	margin: 0 auto;
}

/*=== Footer  ==================================================*/

#footer
{
	background-attachment: 	scroll;
	background-image: 	url(../images/layout/footer-bg.jpg);
	background-repeat: 	no-repeat;
	background-position: 	center bottom;
	height:146px;
}

.footer-first
{
padding-left:10px;
padding-top:110px;
}
.footer-second
{
text-align:center;
padding-top:80px;
}

.footer-third
{
text-align:right;
padding-top:110px;
padding-left:10px;
}

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


#bottom-bg
{
	margin:		0;
	padding:	0;
	height:		77px;
	margin-bottom:-25px; 
	background-color:#000;
}

/*=== Credits ==================================================*/


#credits
{
	color:#fff;
	font:11px Georgia, "Times New Roman", Times, serif;;
	font-size:11px;
	line-height:18px;
	padding-top:10px;
	font-weight:bold;
}

#credits a
{
	color:#fc0;
	text-decoration:none;
}

#credits a:hover{border-bottom:3px solid #fc0;}
