/*defaults*/
body 	   { color: #6e6e6e; font-size: 80%; font-family: verdana, "Lucida Grande", "Trebuchet MS", arial, "Times New Roman", serif; background-repeat: ;;background-attachment: ;;background-position: 0 0; margin: 20px 0; padding: 0    }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	 { color: #6cf; text-decoration: none }


/*structural elements*/
#container	 { text-align: center; margin: 0 auto; width: 940px }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		    { background-image: url(../images/header_strip_logo.jpg); padding: 5px 30px 20px 0; border-bottom: medium solid #dadada   }
#navigation	     { font-size: 120%; font-weight: normal; background-color: transparent; background-image: url(../images/header_strip_logo.jpg); background-repeat: no-repeat; background-position: 0 0; text-align: right; padding: 0; height: 100px      }
#header		   { background: #5bb8e5 no-repeat 10px 10px; padding: 10px; height: 200px  }
#content	 { line-height: 140%; float: left; width: 600px  ; padding-top: 20px; padding-right: 10px; padding-bottom: 0; }
#news		 { color: black; line-height: 130%; text-align: justify; float: right; padding: 20px 0 0; width: 300px }
.newsItem	  { font-size: 85%; background: #5bb8e5; text-align: center; margin-bottom: 10px; padding: 20px 20px 0; border-color: #000; border-width: 1px; }
#subfooter  { font-size: 75%; text-align: center; padding-top: 5px }
#footer		  { color: #5bb8e5; font-size: 90%; background-color: #1f89d4; text-align: left; clear: both; padding: 20px; border-top: medium none #039; width: 100%  }
#copyright	{float:right; }
#fairtrade { float: right }
/*headings*/
.newsItem h1	  { color: white; font-weight: normal; font-size: 130%; margin: 0 0 20px; padding: 0 }
#content h1		  { color: #1f89d4; font-weight: normal; font-size: 170%; line-height: 120%; margin: 0; padding: 0 0 20px }
#logo h1		  { color: #5bb8e5; font-weight: normal; font-size: 170%; margin: 0; padding: 0 }


/*navigation*/
#navigation ul 		{margin:0; padding:20px 0 0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		  { color: #1f89d4; text-decoration: none; padding: 0 16px 0 0 }
#navigation a:hover	{color:#5bb8e5; }

#footer ul 		{margin:0; padding:0; }
#footer li 		 { color: #5bb8e5; 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: #5bb8e5; 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 */