/*  
Theme Name: ThinkLemon Beta
Theme URI: http://www.thinklemon.com/
Description: Custom built theme for ThinkLemon.com.
Version: 0.1
Author: Caspar van der Linden
Author URI: http://www.thinklemon.com/

	ThinkLemon v0.1
	 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 CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Default classes */
body {
	font-size: .85em;
	line-height: 1.4em;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	background-color: #fff;
	color: #020;
	text-align: center;
}
hr {
	display: none;
}
a:link {
	color: #4a0;
}
a:visited {
	color: #404;
}
a:hover, a:active {
	color: #6c2;
}
form {
	margin: 0;
	padding: 0;
}

/* Generic classes */
p img {
	padding: 0;
	max-width: 100%;
}	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 3px 9px;
	display: inline;
}
img.alignleft {
	margin: 0 9px 3px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Layout classes */
#page {
	max-width: 900px;
	width: expression(document.body.clientWidth > 900 ? "900px" : "auto");
	margin: 12px auto;
	text-align: left;
}
#header {
	background-color: #6c2;
	height: 90px;
}
#headermenu {
	padding: 6px 0;
	border-bottom: 1px solid #6c2;
	margin-bottom: 12px;
}
#content_wrapper {
	float: left;
	width: 100%;
	overflow: visible !important;
	overflow: hidden;
}
#content {
	margin: 0 216px 24px 216px;
}
#sidebarleft {
	float: left;
	margin-left: -100%;
	width: 192px;
	margin-bottom: 24px;
}
#sidebarright {
	float: right;
	margin-left: -100%;
	width: 190px;
	margin-bottom: 24px;
}
* html #sidebarright {
	margin-left: -192px;
}
/* ...Float clearing... */
#container:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#container {
	display: inline-block;
}
/*\*/
* html #container {
	height: 1%;
}
#container {
	display: block;
}
/* */
#footer {
	clear: both;
	margin-top: 24px;
	border-top: 1px solid #6c2;
	text-align: center;
}

/* Header classes */
#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #fff;
	text-decoration: none;
}
#header h1 {
	font-size: 2em;
	padding: 18px 18px;
	margin: 0;
}
#header .description {
	font-size: .9em;
	padding: 0 18px;
	color: #fff;
}
#headerimg {
	background: #6c2 url(/weblog/wp-content/themes/thinklemon_beta/images/header.jpg) no-repeat left top;
	height: 90px;
}

/* Headermenu classes */
#headermenu h3 {
	display: none;
}
#headermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #6c2;
}
#headermenu li {
	display: inline;
	font-size: 1.1em;
}
#headermenu li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 18px;
	border-left: 1px solid #6c2;
}
#headermenu li a:link, #headermenu li a:visited {
	color: #4a0;
	text-decoration: none;
	font-weight: bold;
}
#headermenu li a:hover, #headermenu li a:active {
	color: #6c2;
}

/* Content classes */
#content h1 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 1.5em;
}
#content h2 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 1.3em;
}
#content .post {
	margin-bottom: 18px;
}
#content .post h2 {
	margin: 0;
	border-bottom: 1px solid #6c2;
	padding: 12px 0;
	margin-bottom: 12px;
}
#content .post h2 a {
	text-decoration: none;
	color: #030;
}
#content .post h2 a:hover {
	color: #6c2;
}
#content .post small {
	color: #999;
}
#content .postmetadata {
	font-size: .9em;
	color: #666;
}
#content .postmetadata a {
	color: #666;
}
#content .postmetadata a:visited {
	color: #999;
}
#content .postmetadata a:hover, #content .postmetadata a:active {
	color: #6c2;
}
#content blockquote {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	border-left: 3px solid #797;
	font-style: italic;
	color: #797;
}
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: 6px 0 6px 9px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 24px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#content #commentform #comment {
	width: 100%;
}
#content .alt {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#content ol.commentlist  {
	padding: 0 0 0 24px;
	margin: 0;
}
#content .navigation {
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 24px;
	font-size: .9em;
	height: 1.3em;
}


/* Sidebar Left classes */
#sidebarleft h3 {
	display: none;
}
#sidebarleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarleft ul li h2 {
	margin: 0;
	font-size: 1em;
	color: #676;
	border-bottom: 1px solid #6c2;
	padding-bottom: 3px;
	margin-bottom: 12px;
}
#sidebarleft ul li ul {
	margin-bottom: 12px;
	font-size: .9em;
}
#sidebarleft ul li li {
	padding-left: 6px;
}
#sidebarleft {
	border-bottom: 1px solid #6c2;
}

/* Sidebar Right classes */
#sidebarright h3 {
	display: none;
}
#sidebarright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarright ul li h2 {
	margin: 0;
	font-size: 1em;
	color: #676;
	border-bottom: 1px solid #6c2;
	padding-bottom: 3px;
	margin-bottom: 12px;
}
#sidebarright ul li ul {
	margin-bottom: 12px;
	font-size: .9em;
	color: #676;
	font-style: italic;
}
#sidebarright ul li li {
	padding-left: 6px;
}
#sidebarright ul li li a {
	font-style: normal;
}
#sidebarright {
	border-bottom: 1px solid #6c2;
}
/* Sidebar search form */
#searchform #s {
	width: 120px;
	border: 1px solid #6c2;
}
#searchform #searchsubmit {
	width: 48px;
	border: 1px solid #4a0;
	color: #4a0;
}

/* Footer classes */
#footer {
	padding: 12px;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #6c2;
}
#footer p {
	font-size: .8em;
	line-height: 1.1em;
	color: #999;
	margin: 0;
}

