/*  
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

*/



html,body {
	font: 12px Lucida, Lucida Sans, Arial, Verdana, sans-serif;
	color: #464c1a;
	background: url(images/bg.jpg) repeat-x;
	background-color: #272a29;
	margin:0 auto;
	text-align:center;
	padding:0;
	line-height:18px;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:762px;
	margin:0 auto;
	background:url(images/slice.jpg);
}
#header {
	height:161px;
	width:748px;
	background:url(images/header.jpg);
	margin:0 auto;
}
#buttons {
	height:34px;
	width:748px;
	background:url(images/buttons.jpg);
	margin:0 auto;
}
#content {
	width:714px;
	text-align:left;
	padding-top:12px;
	margin:0 auto;
}
#main {
	width:614px;
	margin:0 auto;
	margin-top:20px;
}
#logo {
	width:240px;
	float:left;
}
#welcome {
	width:473px;
	float:right;
	padding-top:25px;
}
#boxes {
	padding-top:10px;
}
.box1 {
	float:left;
	width:232px;
	margin: 0px 6px 6px 0px;
}
.box-pic {
	padding-bottom:6px;
}
.box-header {
	background:url(images/box_header.jpg);
	height:28px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:11px 0 0 15px;
}

.box-text {
	padding:8px 6px 0px 6px;
}
#bottom {
	width:750px;
	background:url(images/bottom_slice.jpg);
	margin:0 auto;
padding-top:18px;
padding-bottom:10px;
}
#bottom a {
color:#efefef;
}
#bottom a:hover {
color:#ccc;
}
#footer {
	width:762px;
	height:10px;
	background:url(images/bottom.jpg);
	margin:0 auto;
	margin-bottom:15px;
}
/* Paragraphs */

p, td {
	line-height: 22px;
}
p.center {
	text-align: center;
}

/* Headers */

h1 {
	font: 18px Arial, Trebuchet MS, Verdana;
	color: #464c1a;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:18px;
}
h2 {
	font: 14px Arial, Trebuchet MS, Verdana;
	color: #464c1a;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

ul {
	margin:0;
	padding:0;
	padding-top:18px;
	padding-left:0px;
}
li {
	list-style-type:none;
	background: url(images/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 8px;
	padding-left:14px;
	margin-left:4px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #bbb;
height: 1px;
}
a {
	color: #213F4A;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}
a.voice {
	padding: 4px;
}
a:hover.voice {
	background: #eef2f4;
	color: #213F4A;
}
#nav a {
	display:block;
	padding:2px;
	color:#fff;
	font-weight:bold;
}
#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:30px;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 7px 28px 0 28px;
	font:13px/1.6 Lucida, Lucida Sans,Arial,Georgia,Arial,Verdana,sans-serif;
	color:#fff;
	text-decoration:none;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color:#ccc;
}
a.box-link {
color:#fff;
text-decoration:none;
}
a:hover.box-link {
color:#ccc;
text-decoration:underline;
}

