/*
Theme Name: Laveklint Blog
Theme URI: http://www.laveklint.com
Description: Wordpress theme for Pierre Laveklin´s blog/portfolio
Version: 1.0
Author: Pierre Laveklint
Author URI: http://www.laveklint.com
Tags: Laveklint Blog, Official Homepage
*/

/*****************************************************************************

	BODY

*****************************************************************************/
body
{
	padding:0; margin:0;
	font-family: "Century Gothic";
	font-size: 62.5%;
	color:#242424;
	background: #f0f0f0;
	line-height: 1;
}

body#about {
	background: #f0f0f0;
}

/*****************************************************************************

	FONT

*****************************************************************************/

h1, h2, h3, h4, h5, h6, h1 a, h2 a {
	color: #242424;
	font-weight: 200;
}

h1 {
	font-size: 3.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 2.4em;
	margin-bottom: 10px;
}

h2.title {
	font-size: 3em;
	margin-bottom: 40px;
	color: #323232;
	line-height: 3.4em;
}

h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 11px;
}

h5 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	text-decoration: underline;	
	color: #333;
}

p, pre {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
}

strong {
	color: #353545;
	font-weight: bold;
}


/*****************************************************************************

	CLEAR

*****************************************************************************/
.clear {
	clear:both;
}

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

	WRAP

*****************************************************************************/
#wrap 
{
	width:960px;
	margin:0 auto;
	padding:0;
	background: url(images/header-bg.png) no-repeat;
}

/*****************************************************************************

	HEADER

*****************************************************************************/
#header {
	border-top: 4px solid #353535;
	height: 80px;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}

#logotype {
	text-indent: -5000px;
	margin: 40px 0 0;
	padding: 0;
}

#logotype h1 {
	background: url(images/pierrelaveklint.png) no-repeat top left;
	width: 420px;
	height: 43px;
}

#graphic {
	background:  url(images/header-graphic.png) no-repeat top left;
	width: 549px;
	height: 57px;
	right: 0;
	bottom: 0;
	position: absolute;
}

/*****************************************************************************

	NAVIGATION

*****************************************************************************/
#navigation {
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 30px;
	height:42px;
	background: transparent url(images/navbackground.png) repeat-x;
	padding: 10px;
	border-top: 1px solid #dfdfdf;
}

ul#nav {
	list-style: none;
	padding:0;
	margin: 0;
	float:left;
}

ul#nav li {
	float: left;
	padding: 6px 0 0;
	margin: 0 28px 0 0;
}


ul#nav li a {
	color: #353535;
	text-decoration: none;;
	text-transform:uppercase;
}

ul#nav li a:hover {
	border-bottom:3px solid #353535;
}


ul#links {
	list-style: none;
	float:right;
	padding:0;
	margin: 0;
}

ul#links li {
	float:left;
	margin: 0 0 0 8px;
}

ul li.current_page_item a:link,ul li.current_page_item a:active,ul li.current_page_item a:hover,ul li.current_page_item a:visited
{

}

/*****************************************************************************

	CONTENT

*****************************************************************************/
#content p {
	padding-bottom: 1.6em;
}

body#about #content {
	position: relative;
	height: 520px;
}


#page-content {
	background:#FFFFFF none repeat scroll 0 0;
	border-right:1px solid #DDDDDD;
	float:left;
	padding:40px;
	width:568px;
}

/*****************************************************************************

	STARTPAGE - RECENT WORK

*****************************************************************************/
.rounded-box {
}

a.jFlowPrev {
	background: url(images/focus/nav-prev.png) no-repeat;
	left: -22px;
	z-index: 10;
}

a.jFlowNext {
	background: url(images/focus/nav-next.png) no-repeat;
	right: -22px;
	z-index: 10;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 150px;
	text-indent: -9999px;
	cursor: pointer;
}

#recent-work-container {
	position: relative;
	width: 911px;
	height: 358px;
	margin: 0 auto 40px;
	background: none !important;
}

#backgrounds {
	position: relative;
	height: 358px;
	background: none !important;
}

#backgrounds #bg-image {
	width: 570px;
	height: 315px;
	background: #FFF;
}

#backgrounds #shadow-image {
	position: absolute;
	left:-20px;
	bottom: -10px;
	width: 627;
	height: 42;
	z-index: -5;
}

#backgrounds #shadow-image-right {
	height:223px;
	left:565px;
	position:absolute;
	top:55px;
	width:15px;
	z-index:-3;
}

#backgrounds #shadow-info {
	position: absolute;
	right:-8px;
	bottom: 30px;
	width: 374;
	height: 40;
	z-index: -5;
	
}

#backgrounds #bg-info {
	width: 360px;
	height: 223px;
	background: #F4F4F7 ;
	z-index: -5;
	position: absolute;
	right: 0px;
	bottom: 80px;
}

#slides {
	position: absolute;
	z-index: 5;
	top:0;
	height: 310px;
}

.slide-post {
	position: relative;
	width: 911px;
	background: none !important;
	display: block;
}

.slide-post-image {
	float:left;
	margin: 17px;
}

.slide-post-image img {
	padding:1px;
	border: 1px solid #efefef;
}

.slide-post-info {
	position: absolute;
	right: 30px;
	top: 80px;
	width: 300px;
	z-index: -10;
	height: 210px;
}

.slide-post-info p {
	font-style: italic;
	color:#777;
}

.read-more {
	background:transparent url(images/icon-more.png) no-repeat scroll 0 0;
	bottom:15px;
	height:28px;
	padding-left:35px;
	padding-top:8px;
	position:absolute;
	width:220px;
}


#recent-work-tag {
	position: absolute;
	width: 131px;
	height: 58px;
	right: 150px;
	bottom: 60px;
}

/*****************************************************************************

	STARTPAGE - BOTTOM SECTION

*****************************************************************************/
#home-bottom {
	margin: 0 0 30px;
}

/*****************************************************************************

	STARTPAGE - BLOGPOSTS

*****************************************************************************/
#bloglistbox {
	width: 300px;
	float:left;
}


/*****************************************************************************

	STARTPAGE - LAST.FM

*****************************************************************************/
#lastfmbox {
	width: 280px;
	float:left;
	margin: 0;
	padding:0;
	position: relative;
}

#lastfmrecords {
	background: #F4F4F7 ;
	padding: 0;
	border:none;
	position: relative;
	height: 233px;
	
}

#lastfmbox #lastfmrecords ul {
	list-style: none;
	margin: 0;
	padding:0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 258px;
}

#lastfmbox #lastfmrecords ul li {
	list-style: none;
	height: 50px;
	margin: 0 0 4px 0;
}

#lastfmbox #lastfmrecords ul li a {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0; 
}

#lastfmbox #lastfmrecords ul li a img{
	width: 50px;
	height: 50px;
}

#lastfmbox #lastfmrecords ul li p {
	margin: 0 0 6px 0;
	padding-bottom: 5px;
	line-height: 1em;
	margin: 0;
}

p.lfm_artist {
	padding-top: 4px;
	font-weight: bold;
	font-size: 1.2em;
}

p.lfm_song {
	font-style: italic;
	font-size: 1.2em;
}

p.lfm_time {
	font-size: 0.9em;
}

/*****************************************************************************

	STARTPAGE - TWITTER

*****************************************************************************/
#tweetbox {
	width: 280px;
	float: right;
}

#tweetbox-container {
	background: #F4F4F7 ;
	padding: 10px 10px 5px 10px;
	border:none;
}

.twitter {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twitter-item {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #555;
}

.twitter-timestamp {
	display: block;
	font-size: 0.9em;
	font-style: italic;
}


/*****************************************************************************

	POST

*****************************************************************************/
.post {
	float:left;
	width:100%;
	margin-bottom: 40px;
}

.post h2 a {
	color: #4b4745;
	font-weight: bolder;
}

.entry-image {
	background-color:#F0F0F0;
	border:1px solid #E1E1E1;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}

.preview {
}

#blog-wrap {
}

.singleblog {
}

.post_image {
	background:#E5E5E5 none repeat scroll 0 0;
	background:#F4F4F7  none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin:1em 0;
	padding:8px;
	text-align:center;
}

/*****************************************************************************

	SIDEBAR

*****************************************************************************/
#sidebar {
	background:#F4F4F7  none repeat scroll 0 0;
	border-color:#FFFFFF #CCCCCC #CCCCCC #FFFFFF;
	border-style:solid;
	border-width:1px;
	float:right;
	padding:40px;
	width:180px;
}

#sidebar ul, #sidebar ul li {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

.widget {
	margin: 0 0 30px 0;
}

#sidebar ul li ul li a {
	line-height: 1.6em;
	font-size: 1.4em;
}