/*  
Theme Name: GFS
Theme URI: http://gfs.ie/
Description: GFS Theme.
Version: 0.9
Author: Alastair Graham
Author URI: http://serenos.net/
*/



/* Begin Typography & Colors */
* {
padding:0;
margin:0;
}

body {
	font-size: 87.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #b7e7fb url('images/bk.jpg') repeat-x;
	width: 786px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	text-align: center;
	}

#page {
	background: url('images/bg.jpg') repeat-y;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
#grad {
	background: url('images/head.jpg') no-repeat;
	}
	
a {
	color: #333399;
	text-decoration: none;
	}	

a:hover {
	color: #a965a4;
	text-decoration: underline;
	}
	
p {margin: 0.8em 0 0.8em 0;}
p + p {margin-top:0;}
	
#header {
	position: relative;
	height: 258px ;
	background: url('images/hdr2.jpg') bottom center no-repeat;
	}
	
.logo {
	float: left;
	padding: 22px 0 0 20px;}
	
#headerimg {
	height: 93px;
	padding: 25px 20px 0 20px;
	}
	
#headerimg a {
	font-size: 35px;
	height: 93px;
	padding-left: 10px;
	}
	
h2 {color: #333399;}
	
h3 {line-height: 25px;}
	
h4 {
	position: absolute;
	bottom: 0;
	right: 15px;
	color: #fff;
	text-align: right;
	width: 400px;
	font-size: 30px;
	}
	
.description {
	color: #a965a4;
	font-size: 26px;
	text-align: right;
	margin-top: -5px;
	padding: 0 100px 0 0;
	}
	
#nav {
	background: url('images/nav.jpg') top center no-repeat;
	height: 55px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	padding: 4px 0 0 8px;
	}
		
#nav ul {
	margin: 0;
	padding: 3px 0 0 0;
	} 

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	border-right: 2px solid #fff;
	}
	
#nav ul li.last {
	border-right: none;
	list-style: none;
	}
	
#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	background: #6899c1;
	}
	
#nav a:hover {
	color: #a965a4;
	text-decoration: underline;
	background: #fff;
	}
	
#content {
	clear: both;
	padding: 0 15px;
	width: 500px;
	float: left;
	}
	
#widecontent {
	clear: both;
	padding: 0 15px;
	float: left;
	}
	
#content ul, ol {padding-left: 40px;padding-bottom: 0.8em;}
#widecontent ul, ol {padding-left: 40px;padding-bottom: 0.8em;}
ol + p, ul + p {margin-top:0;}


.links {margin-bottom: 10px;}	
.links ul {list-style-type: none;}
.linkcat {margin-top: 1em;}
.linkcat h2 {padding-bottom: 0.2em;}
#linklist li {margin-left: -40px;}

	
#sidebar {
	padding: 0 15px 0 545px;
	line-height: 1.5em;
	}
	
#sidebar ul {list-style-type: none; margin-bottom: 10px;}
#sidebar ul ul ul {padding-left: 0.6em;}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 5px;
	}
	
#sidebar ul li a:hover {
	background: #b7e7fb;
	text-decoration: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.center {text-align: center}

hr {
	display: none;
	}

a img {
	border: none;
	}
#footer {
	clear: both;
	height: 50px ;
	background: url('images/ftr.jpg') bottom center no-repeat;
	}
	
#footer p {text-align: center; border-top: 1px solid #323232; margin: 15px; padding-top: 10px;}
