/*  
Theme Name: ThinkLemon Reset
Theme URI: http://www.thinklemon.com/
Description: Custom built theme for ThinkLemon.com.
Version: 0.2
Author: Caspar van der Linden
Author URI: http://www.thinklemon.com/

	ThinkLemon Reset v0.2
	 http://www.thinklemon.com/

	This theme was designed and built by Caspar van der Linden,
	whose blog you will find at http://www.thinklemon.com/

*/

/* ------------------------------------------------------------------------------
The basic declarations 
------------------------------------------------------------------------------ */
body {
	font: .875em/1.425em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	color: #000;
}
a:link {
	color: #00f;
}
a:visited {
	color: #606;
}
a:hover, a:active {
	color: #090;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0;
}
	h1 a:link, h1 a:visited {
		color: #000;
		text-decoration: none;
	}
	h1 a:hover, h1 a:active {
		color: #0a0;
		text-decoration: underline;
	}
h2 {
	font-size: 1.4em;
	color: #333;
	margin: .2em 0;
}
h3 {
	font-size: 1.2em;
	color: #666;
	margin: .4em 0;
}
blockquote {
	color: #446;
	font: italic 1.1em/1.4em "Times New Roman", Times, serif;
}
small {
	font: .7em/.9em Verdana, Arial, Helvetica, sans-serif;
}
hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
}

/* ------------------------------------------------------------------------------
Generic stuff
------------------------------------------------------------------------------ */
.accessibility { /* Move accessible things out of the flow */
	display: block;
	position: absolute;
	left: -9999px;
}
img.ankeiler,
img.alignleft {
	float: left;
	margin: .2em .7em .2em 0;
	border: none;
}
img.alignright {
	float: right;
	margin: .2em 0 .2em 0.7em;
	border: none;
}

/* ------------------------------------------------------------------------------
Layout stuff
------------------------------------------------------------------------------ */
#page {
	max-width: 936px;
	text-align: left;
	margin: 0 auto;
	padding: 0 24px;
	/* background: #fff url(images/layout.gif) repeat 24px top; */
}
#boxheader {
}
#boxcontent {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 20px 0;
}
	#boxcontent:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}
	#boxbody_wrap {
		float: left;
		width: 100%;
	}
		#boxbody {
			margin: 0 192px;
			overflow: visible !important;
			overflow: hidden;
		}
	#boxnav {
		float: left;
		display: inline;
		margin-left: -100%;
		width: 168px;
		padding-left: 0;
	}
	#boxsidebar {
		float: right;
		margin-left: -168px;
		width: 168px;
	}
	/* #boxnav, #boxsidebar {
		padding-bottom: 32767px;
		margin-bottom: -32767px;
	} */
#boxfooter {
	background: #ddd;
}
#boxstats {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------
Boxheader stuff
------------------------------------------------------------------------------ */
#boxheader h1 {
	margin: .7em 0 ;
}
#boxheader blockquote,
#boxheader p {
	margin: 0;
}
#boxheader hr,
#boxheader h3 {
	display: none;
}
/* Primary menu */
#menu-primary {
	margin: .7em 0 0 0;
	padding: 0;
	list-style: none;
	background: #eee;
}
	#menu-primary li {
		float: left;
		border-left: 1px solid #ccc;
	}
	#menu-primary li.lastmenuitem {
		border-right: 1px solid #ccc;
	}
	#menu-primary li a {
		color: #000;
		background: #eee;
		text-decoration: none;
		padding: .2em .7em;
		font-weight: bold;
	}
	#menu-primary li a:hover {
		color: #0a0;
		background: #fff;
	}
	#menu-primary:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}

/* ------------------------------------------------------------------------------
Boxcontent stuff
------------------------------------------------------------------------------ */
#boxbody p.post-meta {
	font-size: .8em;
	font-style: italic;
	line-height: 1.3em;
	color: #666;
}
#boxnav ul,
#boxsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#boxnav hr,
#boxsidebar hr,
#boxnav h2 {
	display: none;
}
#boxnav ul ul {
	margin-left: .35em;
}
#boxsidebar h2 {
	font-size: 1.2em;
	color: #666;
	margin: .4em 0;
}
/* Search */
#searchform fieldset {
	border: none;
	padding: 0;
}
	#searchform legend {
		font-size: 1.2em;
		font-weight: bold;
		color: #666;
		margin: .4em 0;
		padding: 0;
	}
	#searchform #s {
		border: 1px solid #999;
		width: 94px;
	}
	#searchform #searchsubmit {
		width: 60px;
	}

/* ------------------------------------------------------------------------------
Boxfooter stuff
------------------------------------------------------------------------------ */
#boxfooter {
	text-align: justify;
	color: #666;
	font: .7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding: .7em;
	border-top: 1px solid #999;
}
	#boxfooter p {
		margin: 0;
	}
	#boxfooter hr {
		display: none;
	}
