/*  
Theme Name:ZenLite
Version: 3.3
Theme URI: http://quirm.net/zenlite/
Description: A minimalistic single column design with a widget-ready horizontal navigation menu for listing Pages, Categories or a custom menu. Includes additional templates for archives, categories, author lists, pages without comments, images and search results. Thickbox enabled image template. Customisable header and background images. Additonal theme options. Translation-ready. Suitable for WordPress 2.9 & 3.0. Support available at http://forum.quirm.net/

Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Tags: one-column, custom-header, light, flexible-width, theme-options

Distributed under the terms of the GNU General Public License

*/

@import url(layout.css);
@import url(color.css);

/* ignore these classes - they're just here to satisfy the wordpress.org upload
They are appropriately specified in layout.css - but the wordpress.org uploader doesn't appear to be able to deal with imported css sheets.
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
*/

/* MENU - customized for WarrenBird.com */
.sidebar {
	border-top:3px double #aaa;
	border-bottom:3px double #aaa;
	font-size:20px;
	text-align:center;
	padding:5px;
}
.sidebar li {
	padding:5px;
}
.sidebar a {
	background:#fff;
	color:#660000;
}
.sidebar .current_page_item a,.sidebar .current-cat a,
.sidebar .current-menu-item a {
	background:#cccc99;
	color:#fff;
}
.sidebar .current_page_item li a,.sidebar .current-cat li a {
	background:#fff;
	color:#660000;
}
.sidebar a:hover {
	background:#DEE2E9;
	color:#660000;
}
.sidebar a:active,.sidebar a:focus {
	background:#f93;
	color:#404040;
}