/**************************************************/
/*              General settings                  */
/**************************************************/
html, body {
	background: #fff;
	color: #003510;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
}

div#container {
	height:100%;
	position:relative;
	z-index:10;
}

div#pageHeader {
	background: url(../images/back_top.png) repeat-x;
	height: 107px;
	min-width:1002px;
	position:relative;
	width:100%;
	z-index:100;
}

div#footer {
	width:100%;
	z-index:100;
}

div#topMenu,
div#innerWrapper {
	margin: 0 auto;
	position:relative;
	width: 755px;
}

div#external {
	position: relative;
}

div#flickrBack {
	/*height:100%;*/
	left:0pt;
	min-width:1002px;
	overflow:hidden;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:1;
}

div#flickrBack img {
	border:0 none;
	display:block;
	height:auto;
	width:100%;
}

div#innerWrapper {
	background:url(../images/footer.png) no-repeat center bottom;
	margin: -14px auto;
	min-height: 380px;
	overflow:hidden;
	padding: 36px 0 120px;
	position:relative;
	text-align:left;
}


div#pageHeader a.branding img {
	float: left;
	margin: 10px 0 20px 10px;
}

div#topRight {
	float: right;
	text-align: right;
}

div#topRight ul#accesNav {
	display: none;
}

div#mainContent {
	float: left;
	padding: 0 13px 13px;
	position: relavive;
	width: 462px;
}

div#leftColumn {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 10px 10px;
	width: 212px;
}
/*
div#pageHeader, div#leftColumn, img.alignLeft {
	float: left;
}
*/

div#bottomColumn {
	float: left;
	width: 955px;
}

legend {
	display: none;
}

.lastItem {
	margin: 0 !important;
}

p.fieldError {
	color: #cc0000;
}

form#formLogin p.fieldError {
	line-height: 0;
	margin: 10px 0 0;	
}

.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 5px;
}

.widget {
	margin: 0 0 20px;
}

/**************************************************/
/*          Specific header styles                */
/**************************************************/
/* specific header styles */
div#pageHeader h1 {
	margin: 0 auto;
}

h1 a { color:#003510; font-size: 40px;}


h1, h2, h3, h4, h5, h6, div#topMenu ul#mainNav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* content styles */
h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 108%;
	font-weight: bold;
}

h4, h5, p, ul#mainNav li a, div.vcard span, div.vcard div {
	font-size: 93%; 
}

span.newsStats,
span.commentmetadata {
	font-size: 85%;
}

p { 
	line-height: 16px;
}

strong { font-weight: bold; }
em { font-style: italic; }

/* link styles */
a { 
	color: #003510;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#mainArticle a {
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration: none;
}

div#topSearch ul#destinationNav li a {
	text-decoration: underline;
}

div#topSearch ul#destinationNav li a:hover {
	text-decoration: none;
}

div#pageItem {
	background: none;
}

/**************************************************/
/*              Header components                 */
/**************************************************/
/* Navigation */
div#pageHeader div#topMenu,
h1  {
	margin: 14px auto;
	padding: 0 0 0 28px;
	width: 694px;
}

div#topMenu ul#mainNav li { 
	border-right: 1px solid #044b1a;
	display: inline;
	padding: 0 4px 0 0;
}

div#topMenu ul#mainNav li.page-item-37 {
	border-right: none;
}

div#topMenu ul#mainNav li a {
	color:#fff;
	font-weight: normal;
	padding: 14px 3px;
	text-decoration:none;
}

div#topMenu ul#mainNav li a:hover {
	background-color: #044b1a;
}

div#topMenu ul#mainNav li.active a,
div#topMenu ul#mainNav li.current_page_item a {
	background:#044b1a url(../images/bg_nav.gif) no-repeat 50% 37px;
}


/**************************************************/
/*              PAGINA SETTINGS 		          */
/**************************************************/
div#leftColumn ul li ul {
	margin: 0;
}

.kaderImage {
	background: url(../images/kader_images.png) top left no-repeat;
	height: 218px;
	margin: 0 0 13px;
	width: 462px;
}


/**************************************************/
/*               SIDEBAR SETTINGS                 */
/**************************************************/
/*	Vcard	*/
div.vcard {
	line-height: 18px;
	padding: 0 13px 13px;
}

span.org strong {
	font-weight: normal;
}

/*	Call to Action	*/
div.callAction {
	background: url(../images/bg_callaction.png) bottom no-repeat;
	float: left;
	padding: 13px;
	width: 193px;
}

div.callAction h2 {
	margin: 0 0 4px;
}

div.callAction p {
	padding: 0 3px 13px 0;
}

div.boxFocus {
	background: url(../images/callactionDarkgreen.gif) bottom no-repeat;
	color: #fff;
	margin: 0 10px 15px 0;
}

div.boxFocus a {
	color: #fff;
}

/**************************************************/
/*        		POST SETTINGS				      */
/**************************************************/
div.listItem h2,
div.listItem p,
div.listItem ul,
div.listItem h3,
div.listItem h4,
div#mainArticle h2,
div#mainArticle p,
div#searchTitle {
	margin: 0 0 10px;
}

div.listItem ul,
div.listItem ol,
div#mainArticle ul,
div#mainArticle ol {
	padding: 0 0 0 25px;	
}

div#mainArticle ul li,
div.listItem ul li {
	list-style: disc;
}

div#mainArticle ol li {
	list-style:decimal;
}

span.newsStats {	
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}

div.readMore a,
span.newsStats a {
	font-weight: bold;
}

div#mainContent p.searchResults {
	margin: 0 0 0 10px;		
}

div#mainContent div.readMoreFooter {
	float: left;
}

div#mainContent div.readMoreFooter ul.latestArticles {
	width: 690px;	
}

div#mainContent div.readMoreFooter ul.latestArticles li a {
	background: none;
	padding: 5px 0 6px 0;
}

/**************************************************/
/*            COMMENTS PAGINA SETTINGS            */
/**************************************************/
div.listItem h2.titleComment {
	margin: 10px 0;
}

div#mainContent ol.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

div.listItem ol.commentlist li {
	background:transparent url(../images/bg_horz_border.gif) repeat-x center bottom;
	margin: 0 0 10px;
	padding: 0 0 1px;
}

div.listItem p#respond label {
	display: block;
}

div.listItem input {
	border: 1px solid #003510;
	padding: 0 0 0 5px;
	width: 250px;
}

div.listItem p.submit input {
	cursor: pointer;
	padding: 5px;
	width: auto;
}

div.listItem select {
	border: 1px solid #003510;
}

div.listItem textarea {
	border: 1px solid #003510;
	padding: 5px;
	width: 250px;
}

/**************************************************/
/*        		 FLICKR      				      */
/**************************************************/

a.flickr-image img {
	margin: 0 5px 5px 0;
}

#flickr-link {
	background:transparent url(../images/flickr-logo-homepage.png) no-repeat scroll 0%;

	display:block;
	height:21px;
	overflow:hidden;
	margin: -10px;
	position:absolute;
	left:50px;
	text-indent:-9999em;
	top:-38.2em;
	width:54px;
	z-index:89;
}
/**************************************************/
/*             	 FOOTER SETTINGS     	          */
/**************************************************/
div#footer {
	bottom: 40px;
	position: relative;
	text-align: center;
}

div#footer ul li {
	display: inline;
}

div#footer span.jubile {
	font-size: 85%;
	margin:1px 0 0 241px;
	padding: 0 4px 2px 4px;
	position:absolute;
	top:0px;
}

