/*

Name	:	OneTenEleven
Author	:	Andreas Suprb Pihlström, www.suprb.com Edited By Antony Kitson. 
Year	: 	2009

*/

body {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	height:100%;
	}

/* ______  LINKS AND TEXT  ___________________________ */


a:link, a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color : #666666;
	text-decoration: none;
	}
.feedTitle {
	font-weight: bold;
	padding-bottom: 10px;
	}	
.feedDate {
	font-weight: bold;
	padding-bottom: 10px;
	}
.feedEnd {
	display: block;
	}
#feedResults a {
	text-decoration: underline !important;
	}	

/* ______  DIVS LAYOUT  ______________________________ */

#wrapper {
	width: 100%;
	height: 100%;
	}
#leftColumn {
	overflow:hidden;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 600px !important;
	float: left;
	}
#rightColumn {
	top:72px;
	left:240px;
	right:45px;
	padding-bottom: 25px;
	z-index:2;
	float: left;
	margin-left: 50px;
	margin-top: 35px;
	}
#path {
	left: 241px;
	top: 5px;
	padding-bottom: 10px;
	}
#footer {
	padding-top: 0px;
	clear: both;
	color: #CCCCCC;
	}
	
#footer a {
	color:#CCCCCC;
}	
#note {
	font-size: 22px !important;
	padding: 0;
	width: 530px;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 21px;
	word-spacing: -2px;
	}
#note a {
	font-size: 22px !important;
	text-decoration: underline !important;
	}
#tags {
	margin-top: 10px; 
	}
#logo {
	padding-bottom: 10px;	
	}
#images {
	padding-top: 10px;
	}
#imagesBox {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#feed-0 img {
	width: 400px;
	}
#feed-1 img {
	width: 400px;
	}

#feed-0 {
	width: 430px;
	float: left;	
	}
#feed-1 {
	width: 400px;
	float: left;	
	}

