/*
Theme Name: Less
Theme URI: http://leaverou.me/
Description: My second theme, based on my latest penchant for Arial/Helvetica.
Version: 1.0
Author: Lea Verou
Author URI: http://leaverou.me/
Tags: cyan, magenta, fixed width, two columns, widgets
*/

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	background: white;
	color: #333;
	margin:0;
	padding:0;
}

* {
	font-family:Arial, Helvetica, sans-serif;
}

* html body
{
	background-image:none;
}


h1, h2, h3, h4, h5, h6 {
	letter-spacing:-.04em;
	margin:1em 0 .3em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:1.7em;
	color:#888;
	text-shadow:1px 1px 2px white;
	background:#ddd;
	border-right: 200px #eee solid;
	padding:0 .2em;
}

h3:target {
	background-color:#be0;
	color:white;
	text-shadow:1px 1px 2px rgba(0,0,0,.4);
}

h4 {
	font-size:1.5em;
	color:#aaa;
	padding:0.1em 0.2em;
}

a {
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a:visited {
	color:#888;	
}

strong {
	font-family:inherit;	
}

code, pre {
	font-family:Consolas, 'Andale Mono', 'Lucida Console', 'Courier New', monospace;
}

code
{
	color:#f16;
	background:#eee;
	padding:0 .2em;
	font-size:1.07em; /* Consolas has a lower x-height than Arial */
	text-shadow: 1px 1px 1px white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

pre {
	padding:0 .5em;
	border:.1px solid #ccc;
	border-color:#bbb #ddd #ddd #bbb;
	background:#eee url(images/prebg.png);
	font-size:12px;
	line-height:20px;
	margin-bottom:1em;
	overflow:auto;
	
	box-shadow:.2em .2em .8em rgba(0,0,0,.3) inset;
	-moz-box-shadow:.2em .2em .8em rgba(0,0,0,.3) inset;
	-webkit-box-shadow:.2em .2em .8em rgba(0,0,0,.3) inset;
	
}

ul li:before,
h2:target {
	color:#be0;
}

#header, #page
{
	width: 960px;
	margin:0 auto;
}

* html #page
{
	width:810px;
}
#header
{
	overflow:hidden;
	padding:35px 0 10px;
	position:relative;
}
	
	#header h1
	{
		margin:0;
		background:#be0;
		position:relative;
		width:18em;
		font-size:1em;
		float:left;
		padding:2em;
	}
	
	#header h1 a:first-child
	{
		color:white;
		letter-spacing:-.05em;
		font-size:5em;
		line-height:.9;
		text-align:center;
		padding:.4em .2em;
		display:block;
		text-shadow:1px 1px 1px rgba(0,0,0,.3);
		border:2px dotted transparent;
	}
	
	#header h1 a:first-child:first-line {
		font-size:1.6em;	
	}
	
	#header h1 a:first-child:hover {
		text-decoration:none;
		border-color:rgba(255,255,255,.5);
	}
	
		#header h1 #aboutlink
		{
			text-indent:-9999px;
			overflow:hidden;
			background:transparent url(images/me.png) no-repeat 0 0;
			position:absolute;
			top:-26px;
			right:-26px;
			height:84px;
			width:84px;
		}
		
		#header h1 #aboutlink:hover
		{
			background-position:0 -84px;
		}
	
	#header .description
	{
		font-size:3em;
		line-height:1;
		color:#be0;
		font-weight:bold;
		margin:.3em 0 0 7.7em;
		width:8.1em;
	}

#content
{
	font-size: 1.2em;
	background: url(images/rgba.php?name=white&a=80);
	background:rgba(255,255,255,0.8);
	text-align: left;
	width: 680px;
}

/* Begin Sidebar */

#sidebar
{
	width: 240px;
	font-size: 1.2em;
	padding: 20px;
	margin-left: 700px;
	background: url(images/rgba.php?name=white&a=60);
	background:rgba(255,255,255,0.6);
	text-align: left;
}

	#sidebar h2, .post h2
	{
		margin-top:50px;
	}
		
	#sidebar h2
	{
		font-size: 2em;
		margin:1em 0 .5em;
		color:#ccc;
		border-bottom:.25em dotted #eee;
	}
	
	#sidebar h2:first-letter {
		color:#be0;	
	}
	
	#sidebar .widget ul li {
		margin:.5em 0;	
	}

/* End Sidebar */

#searchform
{
	margin: 0 auto;
	padding: 0;
	display:block;
	text-align: center;
	background:#f16;
	overflow:hidden;
}

#sidebar #searchform {
	display:none;	
}

#searchform input
{
	padding:9px;
	margin:0;
	background:transparent;
	border-width:1px;
	vertical-align:top;
	float:left;
}

#searchform #s
{
	width: 12em;
	border:1px solid transparent;
	background:#FFCFE0;
	background:rgba(255,255,255,0.8);
}

#searchform #s:focus,
#searchform #s:active
{
	border-style:inset;
	background:#FFF3F7;
	background:rgba(255,255,255,0.95);
	box-shadow:1px 1px 5px rgba(0,0,0,.5) inset;
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.5) inset;
}

#searchsubmit
{
	border:none;
	padding:6px;
	background:#f16;
	color:white;
	font-weight:bold;
	min-height:18px;
	width:73px;
	overflow:visible;
	font-size:110%;
}

#searchsubmit:hover
{
	text-shadow:1px 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: -2px -2px 5px rgba(0,0,0,.2) inset, 2px 2px 5px rgba(255,255,255,.6) inset;
	-webkit-box-shadow: -2px -2px 5px rgba(0,0,0,.2) inset, 2px 2px 5px rgba(255,255,255,.6) inset;
}

#searchsubmit:active,
#searchsubmit:focus
{
	text-shadow:-1px -1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2) inset, -2px -2px 5px rgba(255,255,255,.6) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2) inset, -2px -2px 5px rgba(255,255,255,.6) inset;
}


#supernav
{
	list-style:none;
	margin:.5em 0 0;
	overflow:hidden;
	padding:5px;
	background:#333;
	font-size:1.4em;
	_height:2em;
	text-shadow:1px 1px 1px black;
}

	#supernav li
	{
		float:left;
		white-space:nowrap;
	}
	
		#supernav li a
		{
			color:white;
			display:block;
			padding:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
		}
		
		#supernav li a:hover,
		#sidebar #searchsubmit {
			background: -webkit-gradient(linear, left top, left bottom, from(#F8B), to(#F16));
			background: -moz-linear-gradient(#F8B, #F16);
           -webkit-background-origin: padding-box;
		}
		
		#supernav li a:active,
		#sidebar #searchsubmit:active {
			background: -webkit-gradient(linear, left top, left bottom, from(#F16), to(#F8B));
			background: -moz-linear-gradient(#F16, #F8B);
		}
		
	#supernav #searchli {
		float:right;	
	}
		
	#feedlink
	{
		float:right;
		width:38px;
		height:38px;
		margin:-38px 0 0;
	}
	
	#feedlink:hover,
	#feedlink:active
	{
		background-position:center;
		background:#eee;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}
	
	#feedlink:active
	{
		position:relative;
		top:1px;
		left:1px;
	}
	
		#feedlink a
		{
			text-indent:-9999px;
			padding:0;
			width:100%;
			height:100%;
			background:url(images/feed.png) no-repeat center;
			display:block;
		}
		
	#content .navigation
	{
		font-size:75%;
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}




h2.pagetitle
{
	font-size: 1.8em;
}

.entry p:first-child:first-letter
{
	color:#f16;
	font-size:4em;
	line-height:0.7em;
	display:block;
	float:left;
	margin:0.15em 0.2em 0 0;
}

#respond #author,
#respond #email,
#respond #url,
#respond textarea
{
	border:4px solid #eee;
	width: 655px;
	font-size:1.2em;
	padding:8px 4px 4px 8px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:3px 3px 7px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:3px 3px 7px rgba(0,0,0,0.3) inset;
}

#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform
{
	margin: 5px 10px 0 0;
}

#respond:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit
{
	padding:8px;
	font-size:1.3em;
	font-family:Consolas,"Courier New", Courier, monospace;
	margin: 0;
	float: right;
}

.widecolumn .entry p
{
	font-size: 1.05em;
}

.narrowcolumn .entry, 
.widecolumn .entry
{
	line-height:1.6;
	font-size:1.1em;
}

.widecolumn
{
	line-height: 1.6em;
}

.narrowcolumn .postmetadata
{
	text-align: center;
}

.depth-1
{
	
}

.commentlist li ul.children li {
	list-style:none;
	padding:10px;
	margin-top:5px;
}

	.commentlist li ul.children li.depth-2 {
		background:#f8f8f8;
		border:1px solid #eee;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	
	.commentlist li ul.children li.depth-3 {
		background:#f2f2f2;
		border:1px solid #e6e6e6;
	}
	
	.commentlist li ul.children li.depth-3 {
		background:#ececec;
		border:1px solid #ddd;
	}

.even, .alt
{
}

#footer
{
	font-size:80%;
	padding: .5em;
	text-align:center;
	margin-top:1em;
	border-top:1px solid #ccc;
}

#footer p
{
	margin: 0;
	padding:0;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentform p
{
}

.commentmetadata
{
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike
{
	color: #777;
}


#wp-calendar #prev a, #wp-calendar #next a
{
	font-size: 9pt;
}

#wp-calendar a
{
	text-decoration: none;
}

#wp-calendar caption
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */




.narrowcolumn
{
	float: left;
}

.widecolumn
{
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
}

.post
{
	margin: 0 0 40px;
	text-align: justify;
	font-size:110%;
}

	.post h2 {
		font-size:240%;
		color:#888;
		margin-bottom:.5em;
	}
	
	.post h2:before,
	.post h2:after {
		color:#e7e7e7;
		font-size:150%;
		line-height:.7;
	}
	
	.post h2:before {
		content:'{';
	}
	
	.post h2:after {
		content:'}';
	}
	
	
	.post ul, .post ol {
		list-style:none;
		padding-left:2em;
	}
	
	.post ol {
		counter-reset:counter;	
	}
	
	.post ul li {
		text-indent:-1.5em;	
	}
	
		.post ul li * {
			text-indent:0;
		}
		
	.post ol > li {
		line-height:3em;
		list-style:none;
	}
	
		.post ol ol > li {
			line-height:2em;
		}
		
		.post ol li li ol > li {
			line-height:1.8em;
		}
				
	.post li:before {
		font-size:1.6em;
		line-height:.8;
		padding-right:.1em;
	}
	
	.post ul > li:before {
		content:'\2714';
	}
	
	.post ol > li:before {
		counter-increment:counter;
		content:counter(counter);
		
		font-weight:bold;
		font-size:4em;
		color:#ddd;
		color:rgba(0,0,0,.1);
		padding:.05em 0 .05em;
		display:inline-block;
		vertical-align:middle;
		line-height:.4;
	}
	
	.post ol > li:nth-child(even) {
		padding-left:3em;
		padding-right:0;
	}
		
		.post ol > li:nth-child(even) > ul {
			padding-left:3em;
		}
	
		.post ol ol > li:before {
			font-size:3em;
			color:#ccc;
		}
		
		.post ol ol > li:nth-child(even) {
			padding-left:0;
		}
		
			.post ol ol ol > li:before {
				font-size:2em;
				color:#bbb;
			}			
			
	
	.post ul.omitted li:before {
		content:'\2718';
		color:#b00;
	}
	
	.post hr
	{
		display: block;
	}

a[rel="tag"],
.widget_tag_cloud a,
span.comment-count a
{
	background-color:#eee;
	background-repeat:no-repeat;
	display:inline-block;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:1px 1px 1px white;
}

a[rel="tag"],
.widget_tag_cloud a
{
	background-image:url(images/tagbg_dark.png);
	background-position:0 50%;
	padding:3px 8px 3px 17px;
	margin:3px 0;
	line-height:1.5em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

a[rel=tag]:hover,
.widget_tag_cloud a:hover,
span.comment-count a:hover
{
	background-color:#f16;
	color:white;
	text-shadow:1px 1px 1px rgba(0,0,0,.4);
}

#content a[rel=tag] {
	background-image:url(images/tagbg.png);
	padding-left:32px;
}

span.comment-count a
{
	background-image:url(images/comment-count.png);
	background-position:right bottom;
	padding:1px 9px 9px 9px;
}

.widecolumn .post
{
	margin: 0;
}

.narrowcolumn .postmetadata
{
	padding-top: 5px;
}

.widecolumn .postmetadata
{
	margin: 30px 0;
}

.widecolumn .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment
{
	text-align: center;
	margin: 5px 0px;
}

.postmetadata
{
	clear: both;
}

.clear
{
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2
{
	margin: 30px 0 0;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

h3.comments
{
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

img.personal-pic
{
	background:white;
	border:1px solid #bbb;
	padding:14px 14px 50px;
	margin-left:25px;
	
	box-shadow:4px 4px 15px rgba(0,0,0, .6);
	-moz-box-shadow:4px 4px 15px rgba(0,0,0, .6);
	-webkit-box-shadow:4px 4px 15px rgba(0,0,0, .6);
	
	transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

img.personal-pic:hover {
	box-shadow:1px 4px 15px rgba(0,0,0, .6);
	-moz-box-shadow:1px 4px 15px rgba(0,0,0, .6);
	-webkit-box-shadow:1px 4px 15px rgba(0,0,0, .6);
	
	transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);	
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li
{
	margin: 7px 0 8px 10px;
}

.entry li
{
	text-align:left;
}

#sidebar ul ul li:before
{
	content: "\00BB \0020";
}

.entry ol
{
	padding: 0 0 0 1.5em;
	margin: 0;
}

.entry ol li
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol
{
	margin: 0;
	padding: 0;
}

#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol
{
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol
{
	margin: 0 0 0 10px;
}

ol>li, #sidebar ul ol li
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */


.entry form
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select
{
	width: 130px;
}
/* End Form Elements */



/* Begin Comments*/

.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

	.commentlist > li
	{
		margin: 15px 0 10px;
		padding:10px;
		list-style: none;
		font-weight: bold;
		background-color: white;
	}
	
	.commentlist li ul li
	{ 
		margin:0.01em 0.02em;
		padding:0;
		font-weight:normal;
		list-style-type:square;
	}

	.commentlist li li, .commentlist p
	{
		line-height: 1.5em;
	}
	
	.commentlist p
	{
		margin: 10px 0;
	}
	
	.commentlist cite, .commentlist cite a
	{
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
	}
	
	.commentlist li .comment-author,
	.commentlist li .comment-meta {
		padding:0 .7em;
	}
	
	.commentlist li .comment-author {
		padding-top:.5em;
		background:#eee;
		text-shadow:1px 1px 1px white;
	}
		
		.commentlist li .comment-author cite {
			font-size:1.5em;
		}
		
		.commentlist li .avatar
		{ 
			float:right;
			border: 1px solid #eee;
			padding: 4px;
			background:white;
			margin-top:-18px;
			margin-right:-12px;
			box-shadow:1px 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow:1px 1px 5px rgba(0,0,0,.5);
			-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.5);
			transform:rotate(5deg);
			-o-transform:rotate(5deg);
			-moz-transform:rotate(5deg);
			-webkit-transform:rotate(5deg);
		}
		
		.commentlist li .avatar:hover
		{ 
			box-shadow:0 1px 5px rgba(0,0,0,.5);
			-moz-box-shadow:0 1px 5px rgba(0,0,0,.5);
			-webkit-box-shadow:0 1px 5px rgba(0,0,0,.5);
			
			transform:rotate(-5deg);
			-o-transform:rotate(-5deg);
			-moz-transform:rotate(-5deg);
			-webkit-transform:rotate(-5deg);
		}
	
	.commentlist li .comment-meta {
		padding-bottom:.5em;
		padding-top:.3em;
		background:#333;
		color:white;
		text-shadow:1px 1px 1px black;
	}
	
	.commentlist p
	{
		font-weight: normal;
		text-transform: none;
	}

.children
{ padding: 0; }

#commentform p
{
	margin: 5px 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover
{ /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center
{
	text-align: center;
}

.hidden
{
	display: none;
}

hr
{
	display: none;
}

a img
{
	border: none;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#ie-notice
{
	text-align:center;
	padding:4px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	width:960px;
	margin:auto;
	color:#888;
}


.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/**
 * These should always be at the end because 
 * they block the rest of the CSS sometimes 
 */
::selection
{
	color: white;
	background:#f16;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

::-moz-selection
{
	color: white;
	background:#f16;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
