@charset "utf-8";
/*
Theme Name: Julian Sturdy theme
Theme URI: http://wordpress.org/
Description: Julian Sturdy custom theme
Author: Julian Sturdy
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Julian Sturdy
*/

/*********************************************************************/
/**************************** STRUCTURE ******************************/
/*********************************************************************/



html {
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

body {
	background-color: #d6ebf2;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/containerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 42px;
	padding-right: 42px;
	line-height: 130%;
}

#contacttop {
	float: right;
	height: 51px;
	clear: both;
	color: #0f6987;
	font-size: 19px;
	padding-right: 22px;
	padding-top: 20px;
}

#contacttop span {
	color: #ffffff;
}

#contacttop a {
	color: #ffffff;
	text-decoration: none;
}

#contacttop a:hover {
	color: #0f6987;
	text-decoration: none;
}


/* Header */

#headerbox {
	width: 920px;
	height: 251px;
	line-height: 0px;
}

#julian {
	float: left;
	display: inline;	
}

#headertext {
	float: right;
	display: inline;
	width: 438px;
	height: 104px;
	padding-left: 22px;
	font-size: 22px;
	background-color: #3dacd0;
	margin-top: 125px;
	color: #0f6987;
}

#headertext h1 {
	color: #ffffff;
	font-size: 44px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	line-height: 130%;
}

/* Navigation */

#navbar {
	width: 920px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #86a50a;
}

#navbar ul {
	margin: 0px; /* all lists */
	padding: 0px;

}

#navbar li {
	list-style: none outside none;
	float: left;
	margin: 0px; /* all list items */
	padding: 0px;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}
	
#navbar li a {
	display: block;
	text-decoration: none; 
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding-right: 33px;
	padding-left: 33px;
	text-decoration: none;
	list-style: none;
	height: 30px;
	padding-top: 10px;
	text-transform:uppercase;
}

#navbar li a:hover {
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #5f5f5f;
}

#navbar li ul {
	display: none; 
	width: auto;
	position: absolute; /* second-level lists */
	z-index: 99;
	height: auto;
	font-weight: normal;
	list-style: none;
	background-color: #245276;
	text-align: left;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	border-bottom: 0px;
}

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px; 
	width: auto;
	background-color: #86a50a;
	padding-top: 12px!Important;
	padding-bottom: 10px!Important;
}

#navbar li ul a {
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 25px;
	padding-left: 22px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	text-shadow: none !important;
	background-image: none;
	height: auto;
	border-bottom: 0px;
	font-size: 14px;
}


#navbar li ul li:last-child a {
	border: none;

}

#navbar li ul li:first-child a {

}



#navbar li li {
	padding: 0 0 0 0;
	margin: 0;
}



#navbar li ul li {
	border: 0 !important;
	margin: 0;


}


#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
}
#navbar li li a:hover {
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
 }

#navbar li ul a:hover,
#navbar li ul a:active,
#navbar li ul a:focus,
#navbar ul li:hover,
#navbar ul li.sfhover,
#navbar ul li.havesubchildsfhover,
#navbar ul li.havesubchild-activesfhover,
#navbar ul ul li:hover,
#navbar ul ul li.sfhover,
#navbar ul ul li.havesubchildsfhover,
#navbar ul ul li.havesubchild-activesfhover {
	color: #FFFFFF;
	border-bottom: none;
	height: auto;
	background-color: #5f5f5f;

}

#navbar li ul a:hover,
#navbar li ul a:active,
#navbar li ul a:focus {
	color: #FFFFFF;
	border-bottom: none;
	height: auto;
	background-color: #7b9808;
}

#navbar ul li a.active,
#navbar ul li a.active:hover,
#navbar ul li a.active:active,
#navbar ul li a.active:focus {
	color: #FFFFFF;
	border-bottom: none;
	height: auto;
}

.menu {
display:block;
list-style:none;
}
ul.menu {
display:block;
list-style:none;
}
.menu a{}
.menu a:hover{}
/* end of Level 1 */

/* Level 2 */
.menu ul {
display:block;
list-style:none;
}
.menu ul a{}
.menu  ul li a:hover{}




/* Content Area */

#contentarea {
	border: 10px solid #ffffff;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #ffffff;
}

#newsfeed {
	height: 40px;
	background-color: #d6ebf2;
	margin-bottom: 10px;
}

#newsfeedleft {
	float: left;
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
	color: #3dacd0;
	padding-top: 10px;
	width: 80px;
}

#newsfeedright {
	float: right;
	display: inline;
	padding-right: 22px;
	width: 760px;
	font-size: 13px;
	font-style: italic;
	padding-top: 10px;
}

#newsfeedright a {
	color: #0f88b0;
	text-decoration: none;	
	margin-right: 20px;
}

#newsfeedright a:hover {
	color: #3dacd0;
	text-decoration: none;	
}


#leftcol {
	width: 300px;
	float: left;
	display: inline;
}


#middlecol {
	width: 300px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#rightcol {
	width: 300px;
	float: right;
	display: inline;
	margin-left: 10px;
}




/* Home Styles */


#welcome {
	margin-bottom: 20px;
	background-color: #3eacd1;
	padding-bottom: 10px;
}

#welcome h2 {
	color: #ffffff;
	height: 40px;
	background-color: #0e88b0;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#welcome p {
	color: #ffffff;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
}

#welcome img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 5px solid #0e88b0;
}

#latest_videos {
	margin-bottom: 20px;
	background-color: #3eacd1;
	padding-bottom: 5px;
}

#latest_videos h2 {
	color: #ffffff;
	height: 40px;
	background-color: #0e88b0;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#latest_videos p {
	text-align: center;
}

#latest_videos img {
	margin-left: 8px;
	margin-right: 8px;
	border: 0px;
}

#latest_videos ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#latest_videos li {
	list-style: none;
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	padding-bottom: 10px;
	font-size: 16px;
}

#latest_videos a {
	color: #ffffff;
	text-decoration: none;	
}

#latest_videos a:hover {
	color: #ffffff;
	text-decoration: underline;	
}


#keep_updated {
	margin-bottom: 20px;
	background-color: #3eacd1;
}

#keep_updated h2 {
	color: #ffffff;
	height: 40px;
	background-color: #0e88b0;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#keep_updated p {
	text-align: center;
	color: #ffffff;
}

#keep_updated img {
	margin-left: 8px;
	margin-right: 8px;
	border: 0px;
}

#keep_updated ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#keep_updated li {
	list-style: none;
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	padding-bottom: 10px;
	font-size: 16px;
}

#keep_updated a {
	color: #ffffff;
	text-decoration: none;	
}

#keep_updated a:hover {
	color: #ffffff;
	text-decoration: underline;	
}


#latest_news_home {
	margin-bottom: 20px;
}

#latest_news_home h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#latest_news_home h3 {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#latest_news_home h4 {
	color: #86a50a;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;

}

#latest_news_home p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	margin-top: 0px;
	font-size: 14px;
}

#latest_news_home a {
	color: #0e88b0;
	text-decoration: none;	
}

#latest_news_home a:hover {
	color: #245276;
	text-decoration: underline;	
}


#latest_news_home img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}

#latest_news_home ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#latest_news_home li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}



#about_julian {
	margin-bottom: 20px;
}

#about_julian h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#about_julian p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
}

#about_julian ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#about_julian li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#about_julian a {
	color: #0e88b0;
	text-decoration: none;	
}

#about_julian a:hover {
	color: #245276;
	text-decoration: underline;	
}

#about_julian img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}


#volunteer {
	margin-bottom: 20px;
}

#volunteer h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#volunteer p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
}

#volunteer ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#volunteer li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#volunteer img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}

#volunteer a {
	color: #0e88b0;
	text-decoration: none;	
}

#volunteer a:hover {
	color: #245276;
	text-decoration: underline;	
}

#expenses {
	margin-bottom: 20px;
}

#expenses h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#expenses p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
}

#expenses ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#expenses li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#expenses img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}

#expenses a {
	color: #0e88b0;
	text-decoration: none;	
}

#expenses a:hover {
	color: #245276;
	text-decoration: underline;	
}



#localplan {
	margin-bottom: 20px;
}

#localplan h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#localplan p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 14px;
}

#localplan ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#localplan li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#localplan img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}

#localplan a {
	color: #0e88b0;
	text-decoration: none;	
}

#localplan a:hover {
	color: #245276;
	text-decoration: underline;	
}

#gallery {
	margin-bottom: 20px;
}

#gallery h2 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#gallery ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#gallery li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#gallery a {
	color: #0e88b0;
	text-decoration: none;	
}

#gallery a:hover {
	color: #245276;
	text-decoration: underline;	
}

#gallery img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}


/* Leveldown Styles */

#latest_news_left {
	margin-bottom: 20px;
}

#latest_news_left h2 {
	color: #ffffff;
	height: 40px;
	background-color: #0e88b0;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

#latest_news_left h3 {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#latest_news_left p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	margin-top: 0px;
	font-size: 14px;
}

#latest_news_left a {
	color: #0e88b0;
	text-decoration: none;	
}

#latest_news_left a:hover {
	color: #245276;
	text-decoration: underline;	
}

#latest_news_left ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#latest_news_left li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}


#latest_news_left img {
	margin-left: 20px;
	margin-top: 14px;
	border: 5px solid #0e88b0;
}

#mainrightcol {
	width: 610px;
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 20px;
}

#mainrightcol h1 {
	color: #ffffff;
	height: 40px;
	background-color: #86a50a;	
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}
#mainrightcol h2 {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	margin-top: 0px;
	font-size: 16px;
	margin-top: 14px;
	font-weight:bold;
}

#mainrightcol h3 {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainrightcol p {
	color: #245276;
	padding-left: 20px;	
	padding-right: 20px;
	margin-top: 0px;
	font-size: 14px;
	margin-top: 14px;
}

#mainrightcol a {
	color: #0e88b0;
	text-decoration: none;	
}

#mainrightcol a:hover {
	color: #245276;
	text-decoration: underline;	
}

#mainrightcol ul {
	text-indent: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

#mainrightcol li {
	list-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	padding-bottom: 8px;
	font-size: 18px;
}

#mainrightcol img {
	border: 5px solid #0e88b0;
}


#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 286px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #ffffff;
	margin-top: -125px;
	margin-bottom: 15px;
}

#footer_address {
	margin-left: 40px;
	padding-top: 110px;
}

#footer_address p {
	padding: 0px;
	margin-bottom: 0px;
	line-height: 130%;
}

#footer_left {
	width: 500px;
	float: left;
	display: inline;
	margin-left: 40px;
	margin-top: 20px;
}

#footer_left p {
	padding: 0px;
}

#footer_right {
	width: 250px;
	float: right;
	display: inline;
	margin-right: 40px;
	text-align: right;
	margin-top: 20px;
}



#footer_right img {
	margin-top: -35px;	
	margin-left: 20px;
	float: right;
}

#footer_right a {
	color: #3dacd0;
	text-decoration: none;
}

#footer_right a:hover {
	color: #ffffff;
	text-decoration: none;
}


.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

#clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}


@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/tt0140m-webfont.eot');
    src: url('fonts/tt0140m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tt0140m-webfont.woff') format('woff'),
         url('fonts/tt0140m-webfont.ttf') format('truetype'),
         url('fonts/tt0140m-webfont.svg#FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.FuturaBook {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FuturaBook', sans-serif;

}

@font-face {
    font-family: 'trajan_proregular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.trajan_proregular {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'trajan_proregular', sans-serif;
}


#blogPostsList{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color:#245276
}
#blogPostsList li{
	background-image: none;
	margin: 0px;
	padding: 0px;	
	margin-bottom:26px;
	font-size:14px;
}
#blogPostsList li p{
	margin: 0px;
	padding: 0px;	
	margin-top:6px;
	margin-bottom:6px;
}
#blogPostsList li h2{
	margin:0px;
	padding:0px;
	margin-top:2px;
	font-size:22px;
	margin-bottom:6px;
	line-height:100%;
}
#blogPostsList .blogListPostDate{
}
#blogPostsList .blogListPostExcerpt{
}
#blogPostsList .blogListPostExcerpt img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


.navrechts{
}
.navrechts a{
	margin-right:4px;
	font-size:16px;
	display:block;
	float:left;
}
.navrechts a.selected, .navrechts a.current, p a.current{
	color:#000000;
	margin-right:4px;
}



.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.bxslider{
	list-style-type: none;
	background-image: none;
}
.bxslider li{
	list-style-type: none;
	background-image: none;
}














