/*
Theme Name: Grantfen
Theme URI: http://www.grantfen.com/
Description: Theme for Grantfen Fire and Security.
Version: 1
Author: Mark Wilkinson
Author URI: http://www.equaldesign.co.uk
*/

body {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #305B7A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




.light-blue {
	color: #60ADD9;
}


#wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 830px;
	height: 68px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 40px;
	margin-bottom: 10px;
}
#navbar {
	width: 830px;
	background-image: url(images/navbar-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	float:left;
	margin-left:18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
}
#navbar ul li a {
	color:#333333;
	display:block;
	margin-left:18px;
	padding:8px 10px 7px;
	text-decoration:none;
}
#navbar ul li a:hover {
	text-decoration:underline;
}
#navbar ul li.first {
	border: none;
}




#homeimage-info {
	width: 830px;
	height; 300px;
	margin-bottom: 10px;
}

#featured-wrap {
	margin-bottom: 10px;
}
.featured, .featured-right {
	width: 270px;
	float: left;
	margin-right: 10px;
}
.featured p, .featured-right p {
	margin-bottom: 0px;
}
.featured-right {
	float: right;
	margin-right: 0px;
}
.featured-top {
	width: 246px;
	min-height: 100px;
	background-image: url(images/homebox-top-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.featured-top .red a {
	color: #FF0000;
}
.featured-top .light-blue a {
	color: #60ADD9;
}
.featured-top .black a {
	color: #000000;
}
.featured-top h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
.featured-top h2 a {
	text-decoration: none;
}
.read-more {
	float: right;
}
.read-more img {
	border: none;
}
.featured-bottom {
	background-image: url(images/homebox-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;	
}
#info-wrap {
	margin-bottom: 10px;
}
#welcome {
	float: left;
	width: 550px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 5px;	
}
#welcome h2 a {
	background-image: url(images/welcome-heading.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 29px;	
}
#welcome a {
	color: #41779C;
}
#welcome a:hover {
	text-decoration: none;
}
#news {
	float: right;
	width: 258px;
	padding: 12px:
}
#news h2 {
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}
#news p {
	margin-top: 2px;
	margin-bottom: 12px;
}
.home-news-title {
	color: #000000;
}
.home-news-title a {
	color: #000000;
	text-decoration: underline;
}
.home-news-title a:hover {
	text-decoration: none;
}
.time {
	background-image: url(images/news-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 2px;
	color: #999999;
}


#content {
	width: 535px;
	margin-right: 20px;
	float: left;
	margin-top: 10px;
	padding-left: 5px;
}
#content h2 {
	margin-top: 0px;
	color: #000000;
}
.post {
	margin-bottom: 30px;
}
#page-photo {
	width: 540px;
	margin-right: 20px;
	float: left;
	height: 242px;
}
#page-info {
	float: right;
	width: 270px;
}
#page-info h2 {
	margin-top: 0px;
}
#page-info p {
	margin-bottom: 0px;
}


#sidebar {
	width: 270px;
	float: right;
	margin-top: 10px;
}
#sidebar h2 {
	margin-top: 0px;
}
#sidebar ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 1.1em;
	margin-top: 20px;
}
#sidebar ul li {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	background-image: url(images/sidebar-li-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
}
#sidebar ul li a {
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-bottom: 5px;
	color: #3E75AA;
}
#sidebar ul li a:hover {
	color: #333333;
	background-color: #A6D5E3;	
}
.sidebox-top {
	background-image: url(images/homebox-top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.sidebox-bottom {
	background-image: url(images/homebox-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;
	margin-bottom: 20px;
}



#footer {
	width: 830px;
	height: 70px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0.9em;
	color: #666666;
	padding-top: 20px;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}

/*gallery styles */

#image-container {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
#image-header {
	margin-top: 30px;
}
.image {
	margin-bottom: 30px;
}
.navigation-left {
	width: 320px;
	float: left;
	text-align: left;
}
.navigation-right {
	width: 320px;
	float: right;
	text-align: right;
}