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

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

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

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

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

/*=== about Section =================================================*/

.about
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:10px;
	color:	#00649e;
}

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

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

#logos{list-style:none;}

#logos li
{
	display:inline;
	margin-left:50px;
}

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

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