/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	 
	}
	
body {
width:1017px;
background: #CEECF3 url(images/pg-bg.jpg);
}
	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}

/*-----These styles have been added by stef for the navbar-----*/

#branding { background: #FFFFFF; }
#steftopnav { height:32px; width:930px; font-family:Verdana, Helvetica, sans-serif; font-size:12px; }
#steftopnav ul { margin: 0; padding: 0; margin-top:5px; }
#steftopnav ul li { float:left; margin-right:1px; text-align:center; marker-offset: 5px; line-height:140%; height:32px; }
#extrapixels { float:left; margin: 0; padding:0px; height:32px; display:block; width:3px; background: transparent url(/images/topnav.jpg) no-repeat scroll 0 0;}
#steftopnav ul li a {
	color:#ffffff; 
	text-decoration:none; 
	padding:8px 0 0; 
	height:32px; 
	width:110px;
	display:block;
	background: transparent url(/images/topnav.jpg) no-repeat scroll 0 0;
}

#steftopnav ul li a: hover {}
	background: transparent url(/images/topnav-hover.jpg) no-repeat scroll 0 0;
	color:#5F4F35;
}

#steftopnav ul li a.stefnavbaron {
	background: transparent url(/images/topnav-hover.jpg) no-repeat scroll 0 0;
	color:#5F4F35;
	width:133px;
}

.brand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0099CC;
	text-decoration: none;
}
.strapline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #8B6508;
	text-decoration: none;
}
.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #734A12;
	text-decoration: none;
}
.addressline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
	font-variant: normal;
	text-transform: none;
	color: #8B6508;
	text-decoration: none;
}
/*-----end stefs styles----*/

