/*
Theme Name: Lemon
Theme URI: http://johnlemon.se
Description: Wordpress Theme for JohnLemon.se
Version: 0.1
Author: David Laurell
Author URI: http://daverix.net
Tags: johnlemon

	This theme is designed by Oskar Lyrstrand (http://larrie.se) and made into a theme by David Laurell (http://daverix.net)

*/

body {
	font-family: Tahoma, sans-serif, Arial, Verdana;
	background: #2e2e2e url(images/bgpattern.png);
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

a {
   text-decoration: none; /* remove all underlines! */
}

#wrapper {
	margin: 0 auto;
	width: 969px;
}

#middle {
	float: left;
	width: 665px;
}

#top a.link {
	float: left;
	margin-top: 53px;
	font: 10px Arial;
	color: #828282;
	text-decoration: none;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
#top a.link:hover {
	text-decoration: underline;
	color: #666;
}
#top h1 {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/logo.png) no-repeat right 25px;
}
#top h1 a {
	width: 323px;
	height: 68px;
	display: block;
}

#bgcontent {
	clear: both;
	background: #fff;
	border: 3px solid #4a4a4a;
	-moz-border-radius: 3px;
	padding: 10px;
}

#header {
	height: 209px;
	background: url(images/header.png) no-repeat center center;
}
#header.bglemontv {
	background: url(images/headertv.png) no-repeat center center;
}
#header span {
	width: 40px;
	height: 30px;
	background: url(images/legs.png) no-repeat bottom right;
	float: right;
	position: relative;
	top: 209px;
}
#content {
	float: left;
	width: 438px;
}

#content a {
	color: #2a7e74;
}
#content a:hover {
	color: #b6a058;
}

/* article */
#content .article h2 {
	background: #3b4647 url(images/bgtitle_left.png);
	padding: 6px 9px;
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#content .article .info {
	background: #ededed;
	font-size: 10px;
	padding: 4px 9px;
}
#content .article .text {
	padding: 5px;
}
#content .article .read {
	float: left;
}
#content .article .comments {
	float: right;
}

#content .navigation {
	padding: 10px;
}

/* side pane */
#aside {
	float: right;
	width: 190px;
}
#aside h2 {
	background: #3b4647 url(images/bgtitle_right.png);
	padding: 6px 9px;
	margin: 0;
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#aside ul>li {
	margin-top: 2px;
}
#aside ul>li>a {
	display: block;
	padding: 7px 9px;
	background: #dddcdc;
	border-bottom: 1px solid #b5b5b5;
	text-decoration: none;
	color: #000;
}
#aside ul>li>a:hover {
	border-bottom: 1px solid #7c9f99;
	background: #bdece4 url(images/bgmenu_hover.png) repeat-x top center;
}

#footer {
	padding: .5em;
	color: #7e7e7e;
	font-size: 10px;
	text-align: center;
}
#wrapper>.side {
	width: 130px;
	padding-top: 280px;
}

#wrapper>.side h2 {
	font: 12px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
#wrapper>.side ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wrapper>.side ul>li {
	margin-bottom: 1em;
}
#wrapper>.side ul>li>a,
#footer a {
	color: #2a7e74;
	text-decoration: none;
}
#wrapper>.side ul>li>a:hover,
#footer a:hover {
	color: #b6a058;
	text-decoration: underline;
}
#wrapper .left {
	float: left;
	padding-right: 20px;
	text-align: right;
}

#wrapper .right {
	float: right;
	padding-left: 20px;
}

#respond textarea {
	width: 100%;
}
