/* MAIN STYLESHEET FOR FREDRIKDANIELSSON.SE */


/* =========== */
/* ! GENERAL   */
/* =========== */

body {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0;
}

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

a:active {color: yellow; text-decoration: none;}

a:hover, a:focus {
	color: #000;
	background: #F9DEDF;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

.small {
	font-size: 12px;
	line-height: 16px;
}

h1 {
	position: absolute;
	height: 1px;
	width: 1px;
	top: -9999px;
	left: -9999px;
}
h1 a,
h1 a:hover,
h1 a:focus {background-color: transparent;}


img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ========= */
/* ! ABOUT   */
/* ========= */

#about {
	margin:154px 40px 0 40px;
	width:180px;
	float: left;
}

#about p {
	margin-bottom: 1em;
}

#about ul {
	margin: 0 0 20px 0;
	padding: 0 0 26px;
	list-style: none;
	background: url(images/divider.gif) transparent left bottom no-repeat;
	
}

#about li {
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	background: url(images/linkarrow.png) center left transparent no-repeat;
}

#about ul#mainnav {}

#about ul#mainnav li {
	font-size: 16px;
}

/* ============ */
/* ! LIFEFEED   */
/* ============ */

#lifefeed {
	float: left;
	margin: 140px 0 0 -260px;
	width: 100%;
	position: relative;
}

#lifefeed ul {
	margin: 0px 0 0 260px;
	padding: 0;
	list-style: none;
	position: relative;
}

#lifefeed ul li {
	position: relative;
	width:220px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#lifefeed ul li.last_fm { background: url(images/icon_music.png) transparent 0 0 no-repeat; }
#lifefeed ul li.twitter_com { background: url(images/icon_twitter.png) transparent 0 0 no-repeat; }
#lifefeed ul li.flickr_com { background: url(images/icon_photos.png) transparent 0 0 no-repeat; }
#lifefeed ul li.delicious_com { background: url(images/icon_links.png) transparent 0 0 no-repeat; }
#lifefeed ul li.disqus_com { background: url(images/icon_comments.png) transparent 0 0 no-repeat; }
#lifefeed ul li.fredrikdanielsson_se { background: url(images/icon_writing.png) transparent 0 0 no-repeat; }

#lifefeed ul li.twitter_com a { color: #000; }
#lifefeed ul li.twitter_com a:hover { color: red; }

#lifefeed ul li.flickr_com span {
	display: block;
	position: absolute;
	bottom:10px;
	left: 40px;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	max-width: 170px;
/* 	background: rgba(0,0,0,0.3); */
	background: black;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
}

#lifefeed ul li h3 a:link, #lifefeed ul li h3 a:visited { color: #000; }
#lifefeed ul li h3 a:hover { color: red; }

#lifefeed ul li h3 {
	padding: 14px 0 0 40px ;
	margin: 0 0 15px 0;
	line-height: 12px;
	height: 20px;
	font-size: 10px;
}

#lifefeed ul li h4 {
	padding: 0 0 0 40px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

#lifefeed ul li p {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0px 10px 40px;
}

#lifefeed ul li div.content {
	max-height:190px;
	overflow: hidden;
}

#lifefeed ul li p.readmore {
	margin: 0 0 10px 40px;
	padding: 0 0 0 12px;
	font-size: 12px;
	background: url(images/linkarrow.png) center left transparent no-repeat;

}

#lifefeed ul li img {
	width:180px;
		
}

#lifefeed ul li#pagination {
	background: url(images/divider.gif) transparent 40px top no-repeat;
	padding:10px 0 60px 0;	
}

/* END */