/*defaults*/
body 	   { color: black; font-size: 80%; font-family: verdana, "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: #fc6; text-decoration: none }


/*structural elements*/
#container	 { text-align: center; margin: 0 auto; width: 880px }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		    { background-image: url(../images/header_strip_logo.gif); padding: 5px 30px 20px 0; border-bottom: medium solid #dadada   }
#navigation	     { background-color: transparent; background-image: url(../images/header_strip_logo.gif); background-repeat: no-repeat; background-position: 0 0; text-align: right; padding: 0; height: 100px  }
#header		   { background: #fc6 no-repeat 10px 10px; padding: 10px; height: 200px }
#content	 { line-height: 140%; float: left; width: 560px  ; padding-top: 20px; padding-right: 10px; padding-bottom: 0; }
#news		 { color: black; line-height: 130%; text-align: justify; float: right; padding: 20px 0 10px; width: 280px }
.newsItem	  { font-size: 85%; background-image: url(../images/newsstrip.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-bottom: 20px; padding: 20px 20px 5px; border-color: #000; border-width: 1px; }
#subfooter  { font-size: 75%; text-align: center; padding-top: 5px }
#footer		  { color: #630; font-size: 90%; background-color: #fc6; text-align: left; clear: both; padding: 20px; border-top: medium none #2765af; width: 100%  }
#copyright	{float:right; }
#fairtrade { float: right }
/*headings*/
.newsItem h1	  { color: white; font-weight: normal; font-size: 130%; margin: 0 0 10px; padding: 0 }
#content h1		  { color: #630; font-weight: normal; font-size: 170%; line-height: 120%; margin: 0; padding: 0 0 20px }
#logo h1		  { color: #6cc; font-weight: normal; font-size: 170%; 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: #630; text-decoration: none; padding: 0 20px 0 0 }
#navigation a:hover	{color:#fc6; }

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