/*
Theme Name: joevin theme
Theme URI: http://joevin.com/
Description: theme based on the development of success <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: joevin
Author URI: http://joevin.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/


#menu1 {
	padding: 20px 0 10px 30px;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu1 form {
	margin: 0 0 0 13px;
}

#menu1 input#s {
	width: 80%;
	background: #eee;
	color: #000;
}

#menu1 ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu1 ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu1 ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu1 ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu1 ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu1 ul ul li a:hover {
	border-bottom: 1px solid #809080;
}






