/*
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
*/

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0;  } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

@font-face {
	font-family: "Ptsans-Regular";
	src: url('type/PTC55F.ttf');
	src: local('☺'), url('type/PTC55F.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: "Ptsans-Bold";
	src: url('type/PTN77F.ttf');
	src: local('☺'), url('type/PTN77F.ttf') format('truetype');
	font-weight: lighter;
	font-style:normal;
}
/*****************************************************************************

	BODY

*****************************************************************************/
html{
	height: 100%;
}

body
{
	padding:0; margin:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color:#777;
	background: #FCFCFC;
	line-height: 1;
	height:100%;
}

#bg img
{
	height: auto;
	left: 0px;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 0;
}

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

	FONT

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

body {
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a {
	color: #656565;
	font-family: 'Ptsans-Bold', Georgia;
}

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

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

h2.title {
	font-size: 3em;
	margin-bottom: 40px;
	color: #626262;
}

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: #656565;
}

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

p a {
	font-style: italic;
}

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

strong {
	font-weight: bold;
}

.textwidget p {
	font-size: 1.3em;
}


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

	CLEAR

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

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

	WRAP

*****************************************************************************/
#wrap 
{
	border-top: 2px solid #222;
	width:980px;
	margin:0 auto;
	padding:0;
	height: 100%;
	position: relative;
	z-index: 1;
}

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

	HEADER

*****************************************************************************/
#header {
	margin: 40px 0 0;
	padding: 0;
	position: relative;
	min-height: 118px;
}

#logotype {
	position: absolute;
	left: 30px;
	top: 40px;
}

#logotype h1 {
	color:#555;
	font-size: 6em;
}

#logotype em {
	margin: 0 0 10px -15px;
	font-style: italic;
	font-size: 1.8em;
	color: #909090; 
}


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

	NAVIGATION

*****************************************************************************/
#navigation {
	font-size: 1.2em;
	margin: 0 0 30px;
}

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: #f3efef;
	text-decoration: none;
}

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


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 {
	margin: 25px 0 0;
}

#content p {
	padding-bottom: .9em;
}

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


#page-content {
	float:left;
	padding:0 0 0 25;
	width:600px;
}

body.single #page-content {
	padding:25px 85px 25px 0;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}

body.single .post {
	margin-bottom: 25px;
	padding: 0 30px 25px 60px;
	background: none;
	filter: none;
	width: auto;
}

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

	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

*****************************************************************************/
#twitterwrap {
	position: absolute;
	right: 20px;
	bottom: 0;
	text-align: right;
	width: 340px;
}

.widget_twitter{
	padding: 15px 0 8px;
	border-radius: 12px;
}

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

#tweetbox-container {
	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;
	color: #444;
	font-size: 1.1em;
}

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


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

	POST

*****************************************************************************/
.post {
	float:left;
	width:100%;
	margin-bottom: 25px;
	padding: 25px 30px 25px 55px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
	position: relative;
}

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

.post .date {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 43px;
	height: 43px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
	padding: 12px 0;
}

.date .date-no {
	text-align: center;
	display: block;
	font-family: 'Ptsans-Bold';
	font-size: 2.4em;
}

.date .date-mo {
	text-align: center;
	display: block;
	font-family: 'Ptsans-Bold';
	font-size: 1.6em;
}

.retweet {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 43px;
	height: 43px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    zoom: 1;
	background: rgba(53, 60, 69, .5);
	padding: 12px 0;
}

.retweet .count {
	text-align: center;
	display: block;
	font-family: 'Ptsans-Bold';
	font-size: 1.1em;
}

.retweet .unit {
	display: block;
}

.retweet .retweet-button {
	text-align: center;
	display: block;
	font-family: 'Ptsans-Bold';
	font-size: 1.2em;
}

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

.preview {
	border: 4px solid #f0f0f0;
}

#blog-wrap {
}

.singleblog {
}

.post_image {
	margin:1em 0;
	text-align:center;
}


.post-meta {
	position: relative;
	margin: 10px 0 0;
}

.posttags {
	font-size: 1.6em;
	font-weight: bold;
}

.post-meta img {
	position: absolute;
	left:0;
	top:0;
}

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

	SIDEBAR

*****************************************************************************/
#sidebar {
	float:left;
	width:220px;
	margin-right: 15px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
	padding: 30px;
}

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

#sidebar ul li ul li {
	list-style: none;
	list-style-type:square;
	margin: 0 0 0 15px;
	line-height: 1.6em;
	color: #999;
	font-size: 1.3em;
}

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

#sidebar ul li ul li {
	
}

/*
	COMMENTS
*/

#respond {
	margin: 25px 0 0 60px;
}

label {
	display: block;
}

input, textarea {
	padding: 6px 12px;
	border-radius: 6px;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	zoom: 1;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	color: #333;
}

form p {
	margin: 0 28px 0 0;
	float: left;
}

h4#comments {
	margin: 0 0 0 60px;
}

.commentlist .comment, .commentlist .pingback
{
	padding: 15px;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    zoom: 1;
	background-color:rgba(255,255,255,0.1);
	border-radius: 6px;
	margin: 0 0 15px 60px;
}

.commentmetadata {
	font-style: italic;
	opacity: .6;
	margin: 6px 0;
}
