/*defaults*/
body 	   { color: black; font-size: 90%; font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif; background: #6cc url(../images/body_bg.jpg) repeat-x; margin: 20px 0; padding: 0 }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	 { color: #6cc; text-decoration: none }


/*structural elements*/
#container	 { text-align: center; margin: 0 auto; width: 960px }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		    { background-image: url(../images/logo_k2_small.jpg); padding: 5px 30px 20px 0px; border-bottom: medium solid #dadada }
#navigation	     { background: url(../images/logo_k2andphone.jpg) no-repeat; text-align: right; padding: 0px 0; height: 70px }
#header		   { background: black no-repeat 10px 10px; padding: 10px; height: 200px }
#content	 { line-height: 160%; float: left; padding: 20px 10px 0 0; width: 690px }
#news		 { color: black; line-height: 130%; text-align: justify; float: right; padding: 20px 0 10px; width: 250px }
.newsItem	  { font-size: 90%; background: #6cc url(../images/newsstrip.jpg) repeat; margin-bottom: 20px; padding: 20px 20px 5px; border: solid 1px #000 }
#subfooter  { font-size: 75%; text-align: center; padding-top: 5px }
#footer		  { color: gray; font-size: 90%; background-color: black; 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: #000; 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: #6cc; text-decoration: none; padding: 0 20px 0 0 }
#navigation a:hover	{color:#000000; }

#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: #6cc; 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 */
