/*  
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.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,html {
	font-family:Verdana,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background:#f8faf0;
	background-image: url(images/bg.jpg);
	font-size:11px;
}
img {
border:0;
}

#top {
	background-image: url(images/top_slice.jpg);
	width:100%;
	height:289px;
	margin:0;
	padding:0;
}
#banner {
	height:252px;
width:800px;
margin:0 auto;
}
#buttons {
	width:800px;
	margin:0 auto;
}
#container {
	width:800px;
	padding-top:14px;
	text-align:left;
	background: url(images/main.jpg);
	padding-bottom:40px;
	margin:0 auto;
}

#left {
	float:left;
	width:190px;
	padding-right:10px;
}

#right {
	float:left;
	width:190px;
	padding-left:10px;
}

#right_int {
	font-size:12px;
	line-height:15px;
}

#content {
	float: left;
	width:380px;
	padding: 0 10px 0 10px;
}

#content_int {
	font-size:11px;
	line-height:17px;
}
#footer {
	position:relative;
	width:800px;
	height:120px;
	border-top:1px solid #CCC;
	text-align:center;
	padding-top:9px;
	margin:0px auto 0px auto;
	clear:both;
	font-size:9px;
}

input {
	color:#6D6262;
	background-color: #efefef;
	border: 1px solid #ccc;
	font: 10px Verdana;
}
div.article p a, div.article p a:link, div.article p a:active, div.article p a:hover {
	margin-bottom:14px
}

a:link {
	color: #53493e;
	text-decoration: underline;
	padding-bottom: 0px;
}

a:visited {
	color: #222;
	text-decoration: underline;
	padding-bottom: 0px;
}

a:active {
	color:#777;
	text-decoration: underline;
	padding-bottom:0px;
}

a:hover {
	color:#7F7F81;
	text-decoration: underline;
	padding-bottom:0px;
}

a.plain, a.plain:hover, a.plain:link, a.plain:active {
	text-decoration:none;
	border-bottom: 1px dotted #6D3524;
}

a.img, a.img:hover, a.img:link, a.img:active {
	border: none;
	text-decoration: none;
	margin:0;
}

p {
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#222;
	margin:0;
	padding:0 0 7px 0;
	line-height:19px;
text-align:justify;
}
.post {
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:19px;
text-align:justify;
}
#right p {
text-align:left;
}
p.posted {
	font-size: 10px;
}

ul {
	padding:8px 0 0 8px;
	margin:0 0 0 8px;
	list-style-image: url(images/li1.gif);
}

li {
	font: 11px Verdana;
	padding:0 0 8px 0;
	margin:0 0 0 0;
}

h1 {
	font: bold 20px Trebuchet MS,Arial,sans-serif;
	color:#000;
	line-height:26px;
}

h2 {
	font: bold 16px Trebuchet MS,Arial,sans-serif;
	color:#000;
	padding:0px 0px 2px 0px;
	line-height:13px;
}

h3 {
	font: bold 14px Trebuchet MS,Arial,sans-serif;
	color:#000;
	padding:4px 0px 5px 0px;
	line-height:10px;
}

h4 {
	font: bold 12px Trebuchet MS,Arial,sans-serif;
	color:#000;
	padding:0px 0px 2px 0px;
	line-height:11px;
}

/* Navigation */

#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:36px;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 4px 29px 1px 29px;
	font:12px/2.6 Arial,Georgia,Verdana,sans-serif;
	color:#5f5246;
	font-weight:bold;
	background:#2C3B58 url(images/buttons.jpg) repeat-x;
	text-decoration:none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	background: url(images/buttons.jpg) repeat-x 0 -36px;
	color:#000;
}