/*
Theme Name: MoreThanParts Theme
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: Andy Isaacson
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 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

*/




body { background-image:url(images/dirt.jpg); font-size:14px; font-family:Arial; }
p { line-height:130%; margin-bottom:15px; }

h1 { font-size:38px; color:#222; text-align:center; }
h3 { font-size:20px; }

#page { margin:0 auto;  width:820px; padding:20px; background-color:#fff; border-left:1px solid #333; border-right:1px solid #333; }
#header { margin-bottom:15px; }
.description { font-style:italic; text-align:center; font-size:16px; color:#999 }
#nav { margin-bottom:15px; padding:5px; background-image:url(images/mtpnav.jpg); background-repeat:repeat-x; }
#topad { margin:0 auto; width:728px; }

#sidebar { float:left; width:200px; font-size:16px; }
#sidebar h2 { padding:5px; background-color:#222; color:#fff; margin-bottom:5px; }
#sidebar ul { margin-bottom:15px; background-color:#f8f8f8; border:1px solid #e1e1e1; padding:5px; }
#sidebar ul li { line-height:130%; font-size:16px; }
#sidebar ul li a { display:block; color:#0000CC; border-bottom:1px solid #e1e1e1; text-decoration:none; margin-bottom: 5px; }
#sidebar ul li a:hover { background-color:#e1e1e1; color:#333333; }
#sidebar ul li ul { border:0; margin-bottom:0; }
#sidebar ul li ul li ul { border:0; margin-bottom:0; }

#content { float:right; width:600px; }
#footer { text-align:center; clear:both; }
#footer p { padding:10px; line-height:130%; font-size:11px; }

.post { margin-bottom:30px; line-height:130%; }
.post h2 { font-size:24px; }
.post h2 a { text-decoration:none; }
.post ul { padding:0 0 20px 35px; }
.post ul li { line-height:130%; list-style-type:disc; list-style-position:inside; }

.clear { clear:both; }
.adright { float:right; width:550px; text-align:center; padding:10px; }
.bottomad { margin:0 auto; width:728px; }

.alignleft { float:left; }
.alignright { float:right; }

.navigation { margin-bottom:20px; }
