/*   
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: #222;
	background: #eee url(cubes.png) fixed;
	text-shadow: 0 1px 0 #fff;
}

#wrapper {
	font-size: 1.3em;
	line-height: 1.8em;
	width: 520px;
	margin: 0 auto;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);;
     -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);;
       -o-box-shadow: 0 0 5px rgba(0,0,0,.25);;
          box-shadow: 0 0 5px rgba(0,0,0,.25);;
}

#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 strong{
		font-size: 1.3em;
		color: #662D91;
	}
	#header span {
		font-weight: normal;
	}
	#header ul {
		float: right;
	}
		#header ul li {
			margin-left: 10px;
		}

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

#content {
	float: left;
	width: 520px;
	margin-bottom: 40px;
}
	.post {
		position: relative;
		padding-bottom: 20px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 40px;
	}
		.post:last-child {
    	border-bottom: 0;
    	padding-bottom: 0;
    }
	
	div.notes {
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -170px;
    width: 250px;
    text-align: right;
    letter-spacing: -10px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
	}
	
	.post img, .post object {
		padding: 10px;
		background-color: #222;
	}
    .post a:hover img {
		background-color: #555;
		-webkit-transition: background-colorsource .15s linear;
	}

#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, #wrapper:after, #header:after, #content:after, #footer:after, .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

h2 {
	font-size: 2em;
	line-height: 40px;
	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 p, .post blockquote, .post pre, .post ul, .post ol, .post img, .post object, .bubble {
	margin-bottom: 1em;
}

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

.post p {
	font-size: 1.2em;
	font-weight: 200;
}

.caption blockquote {
	padding: 0 20px;
	background: none;
	border-bottom: 0;
	border-left: 2px solid #ccc;
}

blockquote {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	font-style: italic;
}
	blockquote.cite {
		font-family: Baskerville, Georgia, serif;
		font-size: 1.6em;
		line-height: 1.3em;
		text-indent: -10px;
		padding-left: 20px;
	}
	.source {
		padding-left: 10px;
		margin-top: 10px;
		display: block;
		color: #666;
	}
	
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;
	}

/* chat */
.post ul.chat {
	margin-left: 0;
}
.post ul.chat li {
	list-style: none;
	padding: 0 2px;
}
	.chat .odd {
		background: #eee;
	}
	.chat .label {
		font-style: italic;
	}

/* link */
.link .link {
	font-size: 1.5em;
}

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;
}

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

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

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

/* photoset */
.html_photoset {
  background: #333;
  border: 10px solid #333;
  border-bottom-width: 4px;
  margin-bottom: 20px;
}


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

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

a:hover {
	opacity: .6;
	-webkit-transition: opacity .15s linear;
}

.photo > a:hover {
	opacity: 1;
}

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

.post a.permalink:link,
.post a.permalink:visited,
.post a.permalink:hover,
.post a.permalink:active {
  float: right;
  padding-left: 18px;
  background: url(link.png) no-repeat center left;
  color: #999;
  font-weight: 200;
  text-decoration: none;
}

.post div.notes a:link, .post div.notes a:visited {
  font-size: 10em;
  font-weight: bold;
	color: #dedede;
	color: rgba(0,0,0,.15);
	text-decoration: none;
}
	.post div.notes a:hover {
		color: #662D91;
		text-decoration: none;
		opacity: 1;
	}

.post a:link, .post a:visited, a:link {
	color: #662D91;
	text-decoration: underline;
}
	.post a:hover{
		text-decoration: none;
	}

ol.notes li {
	padding: 5px 0;
}
	.avatar {
		padding: 1px;
		border: 1px solid #222;
		vertical-align: bottom
	}
	ol.notes li blockquote {
		margin-top: 5px;
	}
	.more_notes_link_container {
		margin-top: 10px;
		background: #eee;
		border: 1px solid #ccc;
		font-weight: bold;
	}

.navigation a:link, .navigation a:visited {
	padding: 10px;
	background: #eee;
	color: #662D91;
	text-decoration: none;
}
	.navigation a:hover {
		background: #662D91;
		color: #fff;
		text-shadow: none;
		opacity: 1;
	}

.tags {
  float: left;
}
	.tags a:link, .tags a:visited {
    font-size: 0.8em;
		color: #777 !important;
		background: #eee;
		border-bottom: 1px solid #ccc;
		padding: 1px 4px;
		text-decoration: none;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
	}
		.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: #662D91 url(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: #662D91;
		border-color: #906;
	}

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

