/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Evan
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Evan,
	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

*/

#title { font-size: 10px; font-family: Verdana, Helvetica, Arial, sans; }

a#prev, a#next { font-size: 14px; font-family: Verdana, Helvetica, Arial, sans; color: #000; text-decoration: none; }
a#prev:hover, a#next:hover {text-decoration: underline; }
	
.pics { height: 223px; width: 613px; padding:0; margin:0; overflow: hidden }
.pics img { height: 223px; width: 613px; padding: 0; top:0; left:0 }

.nav {
	z-index:100;
	position:relative;
	float:right;
	margin-top: -210px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
#nav a {
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Arial, sans;
	color: #632888;
}
#nav a.activeSlide {
	font-size: 10px;
	font-family: Arial, Helvetica, Arial, sans;
	color: #FFFFFF;
	background-color: #e87803;
}
#nav a:focus {
	outline: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Arial, sans;
	color: #666666;
}



