/*

Name	:	jClean 
Author	:	Andreas Suprb Pihlström, www.suprb.com
Year	: 	2008

*/

body { 
	text-transform: uppercase; 
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
	background-image: url("http://rdkl.se/stuff/siteBg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
	
	color: #1a1a1a;
	font-family: Helvetica, Arial;
	font-size: 9px;
	}
/* ______  LINKS AND TEXT  ___________________________ */

a:link, a:visited {	
	text-decoration: none;
	}
a:hover {           

	text-decoration: underline;           

	color: #9f00fe;
}
	.feedTitle {
	padding-bottom: 10px;
	font-weight: bold;
	}	
.feedDate {
	padding-bottom: 10px;
	font-weight: bold;
	}
.feedEnd {
	display: block;
	}
#feedResults a {
	text-decoration: underline !important;
	}	
.blue {
	background: none !important;
	color: #1a1a1a !important;
	}
a.blue {
	background: none !important;
	color: #1a1a1a !important;
	}
img.blueimg  {
	display: none;
	}	
	
/* ______  DIVS LAYOUT  ______________________________ */
#wrapper {
	margin: 10px;
	}
#wrapper b, #wrapper strong {
	font-weight: bolder;
}	
#wrapper a {
	color: #1a1a1a !important;
	}
#bigimageNav {
	padding-bottom: 10px;
	}
#loginBox {
	margin-top: -8px;
	}
#list {	
	font-weight: bold;	
	margin-left: 3px;	
	margin-top: -4px;
	}
.list-image img {
	display: none;
	}
#leftColumn {
    width: 200px;
    overflow: auto;
    margin-left: 5px;
    padding: 10px;
    position: fixed;
    height: 100%;

	}
#rightColumn {
    position: absolute;	
    margin: 0 0 0 230px;
    top: 12px;
	}
#rightColumn a {
	color: white;
	text-decoration: underline;
 	}
#rightColumn img a{
	text-decoration: none;
	}		
a.active {
	font-weight: bold;
}
#path {
	}
#footer {
	font-size: 9px;
	position: fixed;
	bottom: 20px;
	left: 40px;

	}
#note {
	font-size: 22px !important;
	padding: 0;
	margin-top: 2px;
	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: none !important;
	border-bottom: 1px solid #1a1a1a;
	}
#tags {
	margin-top: 8px; 
	}
#logo {
	padding-bottom: 10px;
	}
#images {
	margin-top: 4px;
	}
#imagesBox {
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
	}
#imageDesc {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -30px;
	}
#imageBigDesc {
	margin-top: 10px;	
	}
#imageBigDescLong {
	margin-top: 10px;
	width: 500px;
	}
#feed-0 {
	width: 430px;
	float: left;	
	}
#feed-1 {
	width: 400px;
	float: left;	
	}
#column {
	width: 250px;
	padding-right: 20px;
	float: left;
}
