/*   
Theme Name: LeBen
Theme URI: http://benoitburgener.com/blog
Description: Copyright &copy; 2010 Benoit LeBen Burgener. All Rights Reserved.
Author: Benoit 'LeBen' Burgener
Author URI: http://benoitburgener.ch
Version: 2010
*/

/*	RESET
#########################################################################*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/*	BLOCKS
#########################################################################*/
body {
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #111;
	background: #eee url(images/stroke.gif) fixed;
}

#wrapper {
	font-size: 1.3em;
	line-height: 1.8em;
	width: 940px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
}

#header {
	border-top: 5px solid #777;
	border-bottom: 3px solid #ccc;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #777;
}
	#header * {
		display: inline;
	}
	#header h1 {
		float: left;
	}
	#header span{
		color: #ccc;
	}
	#header ul {
		float: right;
	}
		#header ul li {
			margin-left: 10px;
		}

#pageTitle {
	min-height: 80px;
	margin-bottom: 10px;
	color: #ccc;
}

#content {
	float: left;
	width: 620px;
	margin-bottom: 40px;
	overflow: hidden;
}
	.post {
		margin-bottom: 40px;
	}
	
	.post-infos, .comment-infos {
		float: left;
		width: 140px;
		margin-right: 20px;
		text-align: right;
	}
		li.cat {
			padding: 5px 10px;
			background: #eee;
			margin-bottom: 10px;
			border-bottom: 1px solid #ccc;
			font-weight: bold;
		}
		li.tags {
			padding: 5px 0;
		}
		.archive li.date {
			padding-bottom: 10px;
			border-bottom: 1px solid #ccc;
		}
		
	.post-content, .comment-content {
		float: left;
		width: 460px;
	}
		.page .post-content {
			width: 620px;
		}
		.post-content img, .avatar {
			display: block;
			border: 1px solid #ccc;
			padding: 1px;
			border-radius: 2px;
			-khtml-border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}
		.post-content img.size-large, .post-content img.size-full {
			float: right;
		}
		.post-content a:hover img {
			border-color: #c06;
		}
		
	.navigation {
		margin-bottom: 1em;
		padding: 10px 0;
		border: 1px solid #ccc;
		border-width: 1px 0;
	}
		.single .navigation {
			margin-bottom: 40px;
		}
		.single .navigation strong {
			float: left;
			display: block;
			width: 140px;
			margin-right: 20px;
			text-align: right;
		}
		.single .navigation ul {
			margin-left: 160px;
		}

	#commentlist {
		margin-bottom: 60px;
	}
	
	h2#comments, #respond {
		padding-left: 160px;
	}
		#respond {
			margin-top: 20px;
		}
	
	li.comment {
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
	}
		li.depth-2 {
			border-bottom: 0;
			border-top: 1px dotted #ccc;
			margin-top: 20px;
			padding-bottom: 0;
		}
			li.depth-2 .comment-content {
				width: 400px;
				padding-right: 60px;
				background: url(images/reply.gif) no-repeat top right;
			}
		li.comment-author-admin .cat {
			background-image: url(images/admin.png);
			background-repeat: no-repeat;
			background-position: 10px 8px;
		}
		.avatar {
			float: right;
			margin: 0 0 5px 5px;
		}

	#commentform p, .widget-text p {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

#sidebar {
	float: right;
	width: 220px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 40px;
}
	.widget {
		margin-bottom: 20px;
	}
		.widget-archives ul li {
			width: 50%;
			float: left;
		}
	.icon a {
		display: block;
		padding-left: 40px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: center left;
		line-height: 1.3em;
	}
		.icon span {
			display: block;
			font-size: .9em;
			color: #777;
		}
		.ember a { background-image: url(images/ember.png); }
		.lastfm a { background-image: url(images/lastfm.png); }
		.dribbble a { background-image: url(images/dribbble.png); }
		.dopplr a { background-image: url(images/dopplr.png); }
		.tumblr a { background-image: url(images/tumblr.png); }
		.twitter a { background-image: url(images/twitter.png); }
		.delicious a { background-image: url(images/delicious.png); }
		.flickr a { background-image: url(images/flickr.png); }

#footer {
	padding: 10px 0;
	margin: 0 auto;
	border-top: 3px solid #777;
	border-bottom: 1px solid #ccc;
	color: #777;
}
	#footer span {
		color: #ccc;
		font-weight: bold;
	}

.alignleft { float:left; margin-right: 5px; }
.alignright { float:right; margin-left: 5px; }

.left { float: left; }
.right { float: right; }

.clear:after, #header:after, .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*	INLINE ELEMENTS
#########################################################################*/
h1 {
	font-weight: bold;
}
	#pageTitle h1, #content h1 {
		color: #c06;
		font-size: 3em;
		line-height: 1.1em;
		padding-bottom: 10px;
		padding-top: 23px;
		border-bottom: 2px solid #ccc;
		letter-spacing: -2px;
	}
		#pageTitle p + h1 {
			padding-top: 0;
		}
	h1 span {
		color: #ccc;
	}

h2 {
	font-size: 2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	letter-spacing: -1px;
}
	#sidebar h2 {
		font-size: 1.6em;
		color: #777;
	}

h2:after {
	content: ' \B0';
	color: #ccc;
}

h3 {
	font-size: 1.5em;
	color: #777;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.post-content p, .post-content blockquote, .post-content pre, .post-content ul, .post-content ol, .post-content img, .bubble {
	margin-bottom: 1em;
}

.post-content li {
	margin-bottom: 5px;
}
	.post-content ul li {
		list-style: square;
	}
	.post-content ol li {
		list-style: decimal;
	}

blockquote {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px 0;
	font-style: italic;
}
	blockquote.cite {
		font-family: Baskerville, Georgia, serif;
		font-size: 1.6em;
		line-height: 1.3em;
	}
	
code, pre {
	font-family: Monaco, 'Courier New', Courier, monospace;
}
	code {
		background: #eee;
		padding: 2px;
	}
	pre {
		overflow: auto;
		background: #eee;
		border-bottom: 1px solid #ccc;
		padding: 10px 15px;
	}

hr {
	border: 0;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
}

fieldset {
	border-top: 1px solid #777;
	border-bottom: 1px dotted #777;
	padding: 10px 0;
	margin-top: 40px;
}
	legend {
		padding-right: 10px;
	}
	
.bubble {
	border: 1px solid #777;
	border-width: 1px 0;
	padding: 5px;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
}

.amp {
	font-family: Baskerville, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
}

a:link, a:visited, #sidebar .icon a:link, #sidebar .icon a:visited, .post-content h2 a:link, .post-content h2 a:visited {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}
	a:active {
		position: relative;
		top: 1px;
	}

a:hover, .post-content h2 a:hover {
	text-decoration: underline;
}

a:hover, #sidebar .icon a:link, #sidebar .icon a:visited {
	opacity: .6;
	-webkit-transition: opacity .15s linear;
}

#sidebar .icon a:hover {
	opacity: 1;
}

h1 a:link, h1 a:visited {
	color: #c06;
}

#header ul a:link, #header ul a:visited, #footer a:link, #footer a:visited {
	color: #777;
}

.post-content a:link, .post-content a:visited, .comment-content a:link, .comment-content a:visited, .post-infos .comm a:link, .post-infos .comm a:visited, .comment-infos .reply a:link, .comment-infos .reply a:visited, #sidebar a:link, #sidebar a:visited, #respond a:link, #respond a:visited {
	color: #c06;
	text-decoration: underline;
}

.post-content a:hover, .comment-content a:hover, .post-infos .comm a:hover, .comment-infos .reply a:hover, #sidebar a:hover, #respond a:hover, .navigation a:hover {
	text-decoration: none;
}

.navigation a:link, .navigation a:visited, blockquote a:link, blockquote a:visited {
	color: #777 !important;
	text-decoration: underline;
}

.tags a, #sidebar .widget-tags a {
	color: #777 !important;
	background: #eee;
	padding: 2px;
	text-decoration: none;
}
	.tags a:before, #sidebar .widget-tags a:before {
		content: '#';
		color: #ccc;
	}


/*	FORMS
#########################################################################*/
input, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
	color: #999;
}
	input:hover, textarea:hover {
		border-color: #777;
		color: #777;
		-webkit-transition: color, border-color .15s linear;
	}
	input:focus, textarea:focus {
		border-color: #111;
		color: #111;
		-webkit-transition: color, border-color .15s linear;
	}

input + label {
	margin-left: 10px;
}

input.submit {
	padding-top: 0;
	padding-bottom: 0;
	height: 27px;
	border-color: #906;
	background: #c06 url(images/gradient.png) repeat-x top left;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 -1px 0 #906;
}
	input.submit:hover, input.submit:focus {
		background-color: #f06;
		-webkit-transition: background-color, border-color .15s linear;
	}
	input.submit:active {
		position: relative;
		top: 1px;
		background-image: none;
		background-color: #c06;
		border-color: #906;
	}

#s {
	width: 170px;
}
	#searchsubmit {
		width: 27px;
		margin-left: 10px;
	}	


/*	OTHERS
#########################################################################*/
.wrap {
	margin-bottom: 20px;
}

small {
	font-size: .8em;
	line-height: .8em;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: italic;
}