/*  
Theme Name: Lonzo
Theme URI: http://www.brahm.net/blog/
Description: Lonzo is a Theme for WP 2.7.x Made by Uwe Brahm (private Weblog: <a href="http://www.brahm.net/blog/">http://www.brahm.net/blog/</a>).
Version: 1.1
Author: Uwe Brahm
Author URI: http://www.ubic.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	background: #999;
	color: #333;
}
	
h1 {
	background:#FFCC00;
	color: #FFF;
	margin: 0 0.3em 0 0.3em;
	padding: 0 0.3em 0 0.3em;
	border-bottom: 5px solid #CCC;
	float: left;
	height: 115px;
	text-align: center;
}

h1 a {color: #FFF; text-decoration:none;}
	
h2, h3 { font-size: 110%; margin-top: 0.5em; margin-bottom: 0.3em;}
#container { background: #fff; padding: 1em;}
#container2 { background: #fff; }

#content {
	width: 40%;
	float: left;
	padding: 1em 3%;
}

#news {
	width: 18%;
	float: left;
	padding: 1em 3%;
}

#news caption {
	font-size: 110%;
	font-weight: bold;
	}

#doublesidebar {
	width: 24%;
	float: left;
	padding: 1em 0 1em 3%;
	border-left: 1px  solid #ccc;
}

#doublesidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 150%;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 150%;
}

#footer {
	clear: both;
	background: #666;
	color: #fff;
	padding: 5px 3%;
	text-align: right;
	font-size: 80%;
}

#s {
	margin:0 0.5em 0.5em 0;
    padding: 0.3em;
    cursor:text;
    background-color:#fff;
    border:1px solid #999; 
}
.button {
    margin:0 0.5em 0.5em 0;
    padding:0.3em;
    cursor:pointer;
    background-color:#fff;
    border:1px solid #999; 
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
	list-style: none;
}

#content h2 {
	border-bottom: 1px solid #999;
}