/*
Theme Name: Simple WP by Tristar Web Design
Theme URI: http://www.tristarwebdesign.co.uk/
Author: Tristar Web Design
Author URI: http://www.tristarwebdesign.co.uk/
Tags: green, custom header, fixed width, two columns

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

* { margin: 0; padding: 0; }

body
{
	
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #333;
	background: #EEEEEE url('images/bg.gif') repeat;
	padding: 10px 0;
}

.clear { clear: both; }
a { color: #9C0; text-decoration: none; }
a:hover{ color: #333; text-decoration: none; }
a.headerlink { color: #333; text-decoration: none; }
a.headerlink:hover{ color: #9C0; text-decoration: none; }
img { border: 0; }
img.alignleft { float: left; padding: 5px; border: 1px solid #CCC; margin: 0 15px 10px 0; }
a img.alignleft:hover { border: 1px solid #333; }
img.alignright { float: right; padding: 5px; border: 1px solid #CCC; margin: 0 0 10px 15px }
a img.alignright:hover { border: 1px solid #333; }
ol.commentlist { margin: 0 0 15px 30px; }
ol.commentlist li { padding: 15px; }
.comment-author-admin { background: #F5F5F5; }

#commentform textarea#comment { border: 1px solid #CCC; width: 400px; height: 120px; text-transform: none; padding: 5px; color: #555; font: normal 12px Arial, 'Lucida Grande', Verdana, Helvetica, sans-serif; }
#commentform input#author, #commentform input#email, #commentform input#url { border: 1px solid #CCC; padding: 5px; text-transform: none; color: #555; }
#sidebar li#search form#searchform { margin: 0; }
#sidebar li#search form#searchform label { font-weight: normal; font-size: 22px; margin: 0 0 15px 0; }
input#searchsubmit { border: normal; padding: 0; margin: 0; text-transform: none; color: #555; }
#searchform { padding: 0 0 15px 0; }
#commentform input#author:focus, #commentform input#email:focus, #commentform input#url:focus, #commentform textarea#comment:focus
{ border: 1px solid #777; padding: 5px; text-transform: none; color: #000; }

/*
#topcont
{
	margin: 0 auto;
	width: 800px;
	height: 46px;
	padding: 10px 0;
}
.searchlogo { float: right; margin: 0 0 15px 0; padding: 0; }
.searchlogo input, .searchlogo button { vertical-align: middle; }
.searchlogo input { height: 14px; padding: 5px; margin: 0; width: 200px; background: #222; color: #CCC; border: 1px solid #555; }
.searchlogo form { padding: 0; }
.searchlogo input#searchsubmit { border: none; width: auto; text-transform: uppercase; height: 26px; cursor: pointer; background: none; color: #9C0; font-weight: bold; font-size: 10px; }
.searchlogo input#searchsubmit:hover { color: #FFF; }
*/

#container
{
	margin: 0 auto;
	width: 800px;
	background: #FFF;
	border: 1px solid #333;
}

#topcont label.screen-reader-text { display: none; }
#topcont form { float: right; }

#headercont
{
	width: 772px;
	padding: 0px 0px;
	background: #242424;
}

#headercont h1
{
	font-weight: normal;
	font-size: 36px;
}

#headercont h1 a { color: #FFF; }
#headercont h1 a:hover { color: #333; }

ul#nav
{
	/*background: #A0C80E;*/
	background: url('images/bg-nav.png') repeat-x;
	list-style: none;
	width: 800px;
	/*border-top: 2px solid #000; border-bottom: 2px solid #000;*/
	float: left; clear: both;
}

ul#nav li
{
	border-right: 1px solid #95BC0E;
	padding: 0.55em 25px 0.5em 25px;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
	float: left;
}
	
ul#nav li a, ul#nav li a:visited
{
	color: #FFF;
	text-decoration: none;
}
	
ul#nav li a:hover
{
	color: #000;
}
		
/*ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover
{
	color: #090;
	text-decoration: underline;
}*/
		
ul#nav li.rss {
	padding: 0.55em 10px 0.5em 0px;
	float: right;
}
			
ul#nav li.rss a
{
	padding: 0 18px 0 0;
	background: url('images/icon_rss.gif') 100% 50% no-repeat;
}

#maincont
{
	width: 800px;
	line-height: 20px;
	background: url('images/bg-maincont.png') repeat-y;
}

#maincont p
{
	margin: 0 0 15px 0;
}

#maincont ul, #maincont ol
{
	margin: 0 0 15px 30px;
}

#maincont blockquote
{
	margin: 0 0 15px 0;
	padding: 0 15px;
	font-style: italic;
}

#mainleft
{
	float: left;
	width: 480px;
	padding: 30px;
}

#mainleft h1, #mainleft h2, #mainleft h3, #mainleft h4, #mainleft h5
{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #A0C80E;
}

#mainleft h2.blogtitle
{
	margin: 0;
	color: #333;
}

#mainleft p.blogsmall small
{
	color: #999;
}

#mainright
{
	float: left;
	width: 220px;
	padding: 20px 20px;
}

#mainright ul { list-style-type: none;  margin: 0 0 15px 0; }

#mainright h1, #mainright h2, #mainright h3, #mainright h4, #mainright h5
{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
	text-transform: lowercase;
	border-bottom: 1px solid #A0C80E;
}

#mainright a { color: #333; text-decoration: none; }
#mainright a:hover{ color: #9C0; text-decoration: none; }

#footercont
{
	clear: both;
	width: 770px;
	padding: 15px;
	font-size: 11px;
	color: #666;
	text-align: right;
	background: #111;
}