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

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

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

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

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

/*=== Faiths Section =================================================*/

#faiths
{
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:20px;
}

.faiths-text
{
	padding:10px;
	color:	#00649e;
	width:610px;
	float:left;
}

#faiths h2
{
	font-size:24px;
	font-weight:bold;
}

#religions
{
	padding:10px;
	padding-top:40px;
}

#christianity-info , #hinduism-info, #islam-info , #judaism-info 
{
	text-align:left;
	padding:10px;
	list-style-type: none;
	display:none;
}

#christianity-info  h2{color:#f3c35d;}

#hinduism-info  h2{color:#a058a4;}

#islam-info  h2{color:#a4bd69;}

#judaism-info  h2{color:#0771bf;}

#christianity-info {list-style-image: url(../images/layout/yellow-bullet.gif);}

#hinduism-info {list-style-image: url(../images/layout/violet-bullet.gif);}

#islam-info{list-style-image: url(../images/layout/green-bullet.gif);}


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

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