/*defaults*/
body 	   { color: #666; font-size: 80%; font-family: arial, verdana, "Trebuchet MS", "Times New Roman", serif; background-color: #ede9df; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; margin: 20px auto 0; padding: 0 90px 0 0; }
p		{ margin:0 0 16px; padding: 0; }
a		{ color:#36c; text-decoration:underline; }
a:hover	 { color: #fc3; text-decoration: none }


/*structural elements*/
#container	 { text-align: center; width: 900px ; margin: 0 auto; }
#holder		{width:100%; padding:30px; background:white; text-align:left; }
#logo		    { padding: 5px 30px 0 0; }
#navigation	     { background-image: url(../media/logo_aarlsen_header.jpg); background-repeat: no-repeat;background-attachment: scroll;background-position: 0 0; text-align: right; top: 100px; padding: 0; height: 90px       }
#header		   { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 10px 10px; top: 30px; height: 210px  ; }
#content	 { line-height: 160%; float: right; padding: 20px 10px 0 0; width: 520px  }
#news		 { color: #039; line-height: 160%; text-align: justify; float: left; padding: 20px 0 0; width: 320px  }
.newsItem	  { font-size: 90%; background-color: #ffc; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 20px; padding: 20px 20px 5px; border: solid 1px #fc3; }
#subfooter  { font-size: 75%; text-align: center; padding-top: 5px }
#footer		  { color: gray; font-size: 90%; background-color: white; text-align: left; clear: both; padding: 5px 40px 10px 20px; border-top: 1px solid #2765af; width: 100% }
#copyright	{float:right; }
#fairtrade { float: right }
/*headings*/
.newsItem h1	  { color: #039; font-weight: normal; font-size: 120%; margin: 0 0 10px; padding: 0  }
#content h1		  { color: #039; font-weight: normal; font-size: 150%; line-height: 120%; margin: 0; padding: 0 0 20px }
#logo h1		  { color: #006; font-weight: normal; font-size: 140%; margin: 0; padding: 0 }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{ margin:0; padding:0; list-style:none; display:inline; }
#navigation a		  { color: #039; line-height: 25px; text-decoration: none; padding-right: 15px; padding-left: 15px; border-right: 1px solid #fc0; }
#navigation a:hover	{ color:#c90; }

#footer ul 		{margin:0; padding:0; }
#footer li 		 { color: gray; list-style-type: none; list-style-position: ; margin: 0; padding: 0; display: inline }
#subfooter li  { color: black; line-height: 130%; list-style-type: none; margin: 0; padding: 0; display: inline }
#footer a		  { color: #039; font-weight: bold; text-decoration: underline; padding: 0 5px 0 0 }
#footer a:hover	 { color: white; text-decoration: none }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */