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

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

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

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

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

/*=== Links Section =================================================*/

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

.links-text  img{padding:10px;}

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

/*=== Articles ==========================================================*/

#articles
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding:15px;
	color:#00649e;
}

.article-title
{
	padding:20px;
	border-bottom:1px solid #efefef;
}

#articles h4
{
	font-size:2em;
	margin-bottom:0px;
	color:#00649e;
	font-weight:bold;
}

.article1 , .article2 , .article3 , .article4 , .article5 , .article6 , .article7
{
	display:none;
	width:900px;
	padding-left:10px;
}

.close-article{float:right;}

.close-article a
{
	font-size:0.6em;
	text-decoration:none;
}

.goback 
{
	padding:10px;
	float:right;
}

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

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