/*  
Theme Name: Pet 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.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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 */
body {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	padding: 0; margin: 0;
	text-align: center;
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
	text-align: left;
}
#header {
	width: 100%;
	text-align: center;
}
#nav {
	width: 100%;
	text-align: center;
	background: #000099;	
	padding: 5px 0;
	margin: 10px 0 30px 0;
	color: #fff;
}
#nav a {
	color: #fff;
}


#leftnavbox {
	width: 164px;
	border: 2px solid #000;
	padding: 10px;
	margin-right: 25px;
}
#leftnavbox h2 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: Lucida Sans, Verdana;
}
#leftnavbox ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#leftnavbox ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	font-size: 16px;
}
#leftnavbox ul li.last {
	border: 0;
	}
	

.leftnav-column {
	width: 189px;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9325b2;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9325b2;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.category-list p {
	margin-top: 0;
	padding-top: 0;
}




#footer {
	font-size: 18px;
	font-weight: bold;
	background: #000099;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
}
#footer a {
	color: #fff;
}
#footer #copyright {
	margin: 10px 0;
	padding-bottom: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
