/*
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/
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 {
	margin: 34px 0 20px;
	padding: 0;
	background-color: #000;
	font-size: 62.5%;
	text-align: center;
	}

body, div, span, p, th, td {
	font-family: "Optima", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	}
p {
	line-height: 1.4em;
	}

div {
	margin: 0;
	padding: 0;
	border: 0;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.clearing {
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	}

a, a:hover, a:visited {
	color: #fff;
	text-decoration: underline;
	}

h1.title {
	font-family: "Optima", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #d20708;
	font-weight: normal;
	}

a.blend, a.blend:hover, a.blend:visited {
	color: #fff;
	text-decoration: none;
	}
a.blend:hover {
	text-decoration: underline;
	}	

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 774px;
	text-align: left;
	}

#header {
	margin: 0 0 10px;
	padding: 0;
	width: 774px;
	height: 169px;
	}

#content {
	margin: 0 0 10px;
	padding: 0;
	}

.pborder {
	border: 2px solid #b99800;
	}
.pstandard {
	padding: 10px 20px 20px;
	border: 2px solid #b99800;
	}
.pbg {
	background: #000 url(/images/template/page-bg.gif) bottom left no-repeat;
	}
.pproduct {
	border: 2px solid #b99800;
	background: #000 url(/images/template/page-bg.gif) bottom left no-repeat;
	}
.pservices {
	background: #d20708 url(/images/template/page-bg-red.gif) bottom left no-repeat;
	}
.pstylistsdet {
	margin: 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #b42215;
	}
.pstylistsdet td p {
	line-height: 1.6em;
	}
.sdtitle {
	font-size: 12pt;
	}
.sdtitle strong {
	font-size: 14pt;
	font-weight: normal;
	}

.questions {
	padding: 5px;
	width: 142px;
	background: transparent url(/images/template/questions-bg.jpg) top left;
	color: #000;
	text-align: left;
	}

.questions .title {
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	font-size: 14pt;
	color: #000;
	font-weight: normal;
	text-align: left;
	}

.questions .title strong {
	font-weight: normal;
	}

.questions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.questions ul li {
	margin-bottom: 15px;
	font-size: 11px;
	}

.questions ul li strong {
	display: block;
	padding: 0;
	margin-bottom: 5px;
	}

.questions ul li ul {
	margin: 0;
	padding: 5px 0 0;
	list-style: inside;
	}
.questions ul li ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 9px;
	}

.questions a, .questions a:hover, .questions a:visited {
	color: #000;
	text-decoration: underline;
	}

table.menu {
	
	}
table.menu th, table.menu td {
	color: #000;
	}
table.menu th {
	padding: 10px 0 5px;
	border-bottom: 1px solid #000;
	font-size: 12pt;
	}
table.menu td {
	padding: 5px 0;
	}
table.menu th strong {
	font-size: 24pt;
	font-weight: normal;
	}

#footer {
	margin: 0;
	padding: 0;
	width: 774px;
	height: 129px;
	}

.post {
	margin: 0;
	padding: 15px 0 15px;
	border-top: 1px solid #d20708;
	}
.post .postname {
	font-size: 12pt;
	font-weight: normal;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */