/*
Theme Name: KL Blog
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: KentLyons
Author URI: http://www.kentlyons.com/
Tags: 

*/



/* TYPOGRAPHY & COLOURS */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #e5e1d5;
	color: #464646;
}

h1{
	font-size: 1.8em;
	display: inline;
}
	h1 a{
		font-weight: bold;
		font-style: normal;
	}
	h1 a:hover{		
		text-decoration: none;
	}
	h2{
		font-size: 1.8em;
		font-weight: normal;
		width: 373px;
		background-color: #faf9f7;
		padding: 0.5em 0 0.5em 20px;
		color: #e31e52;
	}
		h2 a{
			color: #e31e52;
		}
h3{ font-weight: bold;
	padding-bottom: 1em;
	padding-top: 0.2em;
	font-size: 1.2em;
}
h3 span{
	font-style: italic;
	font-weight: normal;
}
h4{
	font-weight: bold;
	font-size: 1.2em;
}

p, li{
	font-size: 1.2em;
}
p{
	padding-bottom: 1.2em;
	line-height: 1.3em;
}
#masthead a{
	color: #464646;
}
a{
	text-decoration: none;
	color: #E31E52;
	font-style: italic;
}
a:hover{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
/* LAYOUT */

#container{
	padding-top: 6.5em;
	width: 795px;
	margin-bottom: 160px;
}
#masthead{
	padding-left: 20px;
	position: relative;
}
	#masthead #main-menu{
		padding-top: 1em;
	}
	#masthead li,
	#masthead h4,
	#masthead ul{
		display: inline;
	}
	#masthead #main-menu a{
		font-style: italic;
	}
	#masthead #main-menu li.selected a{
		text-decoration: underline;
	}
	#masthead #sub-menu{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 170px;
		padding-top:0.3em;
	}
#main-content{
	padding-top: 1.2em;
}

/* POST - GENERAL */
.post-head{
	position: relative;
	margin-top: 5em;
}
.post-head h2{
	position: absolute;
	top: -36px;
}
/*
.post-head h2{
	width: 378px;
	background-color: #faf9f7;
	padding: 0.5em 0 0.5em 15px;
	position: absolute;
	top: -36px;
}
*/
	.post-head .thumb{
		position: absolute;
		right: -130px;
	}
	.post-head .main-image{
		overflow: hidden;
		position: relative;
	}
	.post-head .main-image a{
		float: left;
	}
	.post-head .text-only{
		font-size: 6.0em;
		color: #e31e52;
		padding: 0.1em 20px 1.1em 20px;
		width: 353px;
		background: url( ../images/pink-diag.gif ) top left;
	}
	.post-head .video p{
		padding: 0px;
		margin: 0px;
		width: 393px;
	}
	.post-head .image-cover{
		background: url( ../images/trans-square.gif ) top left;
		position: absolute;
		top: 0px;
		left: 0px;
	}

.post-stub{
	width: 393px;
	clear: both;
	position: relative;
}
	.post-stub .details{
		background-color: #faf9f7;
		padding: 0.5em 20px 0;
	}
	.post-stub .author,
	.post-stub .cats{
		font-style: italic;
	}
	.post-stub .comments{
		position: absolute;
		right: 15px;
		bottom: 0em;
	}
	.post-stub .cats{
		background: url( ../images/dash.gif ) top left no-repeat;
		padding-top: 1em;
	}
	.post-stub .date{
		color: #e31e52;
		padding-top: 0.6em;
		position: absolute;
		bottom: -60px;
	}
	.post-stub .date p{
		font-size: 1.8em;
		width: 70px;
		text-align: right;
	}
	.post-stub .date p span{
		display: block;
		font-size: 0.55em;
	}
.post-stub.break{
	margin-top: 1em;
}

.gallery img{
	padding-bottom: 1em;
	display: block;
}
.gallery{
	background: url( ../images/white-strip.gif ) 0 0 repeat-y;
}

.list-item{
	width: 620px;
	overflow: hidden;
}
	.list-01{
		width: 353px;
		padding: 1.5em 20px;
		float: left;
		background: #faf9f7 url( ../images/dash.gif ) 20px 0 no-repeat;
	}
	.list-02{
		margin-left: 400px;
		background: url( ../images/pink-dash.gif ) 0 0 no-repeat;
		padding: 1.3em 0 0;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.list-02.byuser,
	.list-02.byuser a{
		font-weight: bold;
		font-style: italic;
	}
	.list-02.byuser .date{
		font-weight: normal;
		font-style: normal;
	}

/* FORM STYLES */
form input{
	border: 0px;
}
form#commentform input{ 
	background-color: #FAF9F7;
}
form#commentform p{
	padding: 0px;
}
form#commentform{
	padding-top: 1.7em;
	background: #faf9f7 url( ../images/dash.gif ) 0 0 no-repeat;
}
form#commentform textarea{
	width: 355px;
	padding: 1em 0 1em;
	margin-top: 2.5em;
	border: 0px;
	background-color: #efede6;
}
form#commentform input#submit{
	font-style: italic;
	padding: 0.5em 0;
	color: #464646;
}

form#searchform label{
	font-size: 1.2em;
	font-weight: bold;
}
form#searchform input{
	width: 100px;
	background-color: transparent;
}
form#searchform #searchsubmit{
	display: none;
}

form#searchform{
	margin-bottom: 1.1em;
}

.navigation{
	font-size: 1.2em;
	margin: 5em 0 2em;
}

/* SINGLE ENTRIES */
.single .post{
	padding-top: 1.4em;
}

/* POST - LEFT */
.post-stub.left,
.post-head.left{
	float: left;
}
/* POST - RIGHT */
.post-stub.right,
.post-head.right{
	float: right;
}
.post-head.right h2{
	right: 0px;
}
.clearfix{
	clear: both;
}
/*Infinite Scroll*/

#infscr-loading{
	bottom:50px;
	left:20px;
	position:fixed;
}
