* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	font: normal 16px/26px Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-serif;
	color: #fff;
}


.item {
	width: 65%;
	clear:both;
	margin: 0 0 2px 0;
	padding: 0 10% 0 25%;
}

.leumund_ch {
	background-color: #ff9c00;
}

.flickr_com {
	background-color: #ff348a;
}

.twitter {
	background-color: #171717;
	color: #333;
}

.twitter_com {
	background-color: #171717;
	color: #333;
}
.delicious_com {
	background-color: #01afef;
}

.design {
	background-color: #01afef;
}

.google_com {
	background-color: #b2db00;
}




h1 {
}

h2 {
	font-size: 48px;
	line-height: 80%;
	letter-spacing: -2px;
	padding: 5px 0;
	
}

.twitter_com h2 {
	padding: 5px 0 12px 0;
}

.source {
	font-size: 60%;
}

p {
	padding: 5px 0;
	line-height: 110%;
}


a:link, a:visited {
	text-decoration: none;
	color: #fff;
}


.pubdate {
	width: 190px; 
	font-size: 48px;
	font-weight: bold;
	line-height: 80%;
	letter-spacing: -2px;
	padding: 5px 20px 5px 0;
	float: left;
	text-align: right;
	margin-left: -210px;
/*	position:relative; /* fixes a bug in safari */
}

/* silly hack for IE6 */
* html body .pubdate {
	padding: 5px 20px 5px 210px;
}	



.itemcontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

li {
	list-style-type:none;
}




.flickr p{
	visibility:hidden;
	font-size: 1px;
}

.flickr img{
	margin-top: -10px;
visibility: visible;
}

a img{
	border:none;
}

#container a
{
display: block;
}

#container a:hover
{
color: #000;
}