/*

Name	:	jClean OneTenEleven
Author	:	Andreas Suprb Pihlström, www.suprb.com edited By Antony Kitson
Year	: 	2008

*/

body {
	margin: 0;
	padding: 0;
	background-color: #E5E3E2;
	color: #666;
	font-family: Arial;
	font-size: 11px;
	background-image: url(images/tile.jpg);
	}
/* ______  LINKS AND TEXT  ___________________________ */

a:link, a:visited { 
	color: #666;
	text-decoration: none;
	}
a:hover {
	background: #5BE3E3;
	color : #40485B !important;
	text-decoration: underline;
	}
.feedTitle {
	font-weight: bold;
	padding-bottom: 10px;
	}	
.feedDate {
	font-weight: bold;
	padding-bottom: 10px;
	}
.feedEnd {
	display: block;
	}
#feedResults a {
	text-decoration: underline !important;
	}	
.blue {
	background: none !important;
	color: #666 !important;
	}
a.blue {
	background: none !important;
	color: #666 !important;
	}
img.blueimg  {
	display: none;
	}
	
::-moz-selection{
background: #5BE3E3;
color: #40485B;
} 

::selection {
background: #5BE3E3;
color: #40485B;
}
	
/* ______  DIVS LAYOUT  ______________________________ */
#wrapper {
	margin: 20px;
	}
	
#header {
	height: 150px;
	}
#bigimageNav {
	padding-bottom: 10px;
	}
#loginBox {
	margin-top: -8px;
	}
#list {
	padding-left: 5px;
	margin-top: 0px;
	}
	
#siteinfo{
}
.sitetxt{
	background-color: #E5E3E2;
	width: 200px;
}

.list-image img {
	display: none;
	}
#leftColumn {
	width: 200px;
	overflow: auto;
	height: 1500px;
	background-color: #E5E3E2;
	float: left;
	position: absolute;
	margin-top: 8px;
	padding-top: 0px;
	font-size: 14px;
	}
#rightColumn {
	height: 100%;
	margin: 5px 0 0 250px;
	top: 0;
	}
#path {
	margin-top: -5px;
	}
#footer {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #fff;
	}
#note {
	font-size: 22px !important;
	padding: 0;
	margin-top: 2px;
	width: 725px;
	font-family: 'Helvetica Neue', Helvetica, Arial !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 21px;
	word-spacing: -2px;
	background: #E5E3E2;
	}
#note a {
	font-size: 22px !important;
	text-decoration: none !important;
	border-bottom: 1px solid #666;
	}
#tags {
	margin-top: 8px; 
	}
#logo {
	padding-bottom: 10px;
	}
#images {
	margin-top: 4px;
	}
#images a:hover img {
	opacity:.50;
	text-decoration: none;
}	

#imagesBox {
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
	}
#imageDesc {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
	}
#imageBigDesc {
	font-weight: bold;
	margin-top: 10px;	
	}
#imageBigDescLong {
	margin-top: 10px;
	width: 500px;
	}
#feed-0 {
	width: 490px;
	float: left;
	background-color: #E5E3E2;
	}
#feed-1 {
	width: 490px;
	float: left;
	margin-left: 40px;
	background-color: #E5E3E2;
	}

