/*
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

*/


/* CSS Document */

body {
background: #000000 url(./images/background.jpg) top center no-repeat;
font-family: Verdana;
font-size: 12px;
color: #333333;
margin: 0;
padding: 0;
}

h1, h2, h3 {
margin: 0;
padding: 0;
}

p, ul {
margin: 0;
padding: 0;
}

li {
list-style: none;
margin: 0;
padding: 0;
}

a {
color: #666666;
text-decoration: none;
}

a:hover {
color: #3A8629;
}

a.blue:link {
color: #0000CC;
text-decoration: underline;
}

img {
border: none;
}

form, input, textarea {
font-family: Verdana;
font-size: 12px;
color: #666666;
margin: 0;
padding: 0;
}

.header {
width: 974px;
height: 80px;
margin: 0 auto -10px;
padding-right: 30px;
}

.header a.logo {
display: block;
float: left;
width: 300px;
height: 80px;
}

.header .phone {
float: right;
font-size: 30px;
color: #FFFFFF;
width: 170px;
height: 30px;
margin-top: 30px;
}

.container {
background: url(./images/container_bg.png) no-repeat;
width: 980px;
min-height: 650px;
margin: 0 auto;
padding: 30px 12px 0;
}

.container .nav {
width: 970px;
height: 33px;
margin-bottom: 8px;
padding-left: 10px;
}

.container .nav li {
float: left;
height: 33px;
margin: 0 10px;
}

.container .nav li a {
display: block;
font-family: Georgia;
font-size: 22px;
color: #000000;
}

.container .tabs {
float: left;
width: 37px;
margin: 8px 0 0 -33px;
}

.container .tabs a {
display: block;
width: 37px;
margin-bottom: 5px;
}
.container .banner_home {
float: left;
background: url(./images/border.jpg) bottom no-repeat;
width: 670px;
height: 600px;
margin: 0 0 9px 20px;
padding-left: 10px;
}

.container .banner {
float: left;
width: 920px;
height: 410px;
margin: 0 0 20px 30px;
}

.container .sidebar_home {
float: left;
clear: right;
background: url(./images/sidebar_bg.jpg) top left no-repeat;
width: 237px;
height: 513px;
margin-top: -40px;
padding: 67px 17px 0 16px;
}

.container .sidebar_home .photo {
display: block;
margin-bottom: 160px;
}

.container .sidebar_home a.go {
display: block;
float: right;
width: 78px;
height: 28px;
margin-right: 18px;
}

.container .buckets {
clear: both;
background: #FFFFFF;
width: 960px;
height: 150px;
padding-left: 20px;
}

.container .buckets a {
display: block;
float: left;
width: 220px;
height: 130px;
margin-right: 20px;
}

.container .content {
float: left;
clear: both;
background: #FFFFFF;
width: 980px;
min-height: 360px;
padding-bottom: 40px;
}

.container .contact {
background: #FFFFFF url(./images/contact_bg.jpg) bottom no-repeat;
}

.container .content .sidebar {
float: left;
background: url(./images/sidebar_bg2.jpg) left no-repeat;
width: 240px;
min-height: 250px;
padding-top: 35px;
}

.container .content .sidebar ul {
margin-bottom: 30px;
}

.container .content .sidebar li {
text-align: right;
}

.container .content .sidebar li a {
font-size: 11px;
color: #000000;
}

.container .content .sidebar li a.current {
font-weight: bold;
color: #3A8629;
}

.container .content .text {
float: right;
background: url(./images/border.jpg) top no-repeat;
width: 660px;
min-height: 31px;
margin-right: 25px;
padding: 34px 15px 0 5px;
}

.container .content .text h1 {
font-size: 15px;
margin-bottom: 15px;
}

.container .content .text h2 {
font-size: 12px;
margin-bottom: 10px;
}

.container .content .text p, .container .content .text ul {
margin-bottom: 15px;
}

.container .content .text ul {
padding-left: 15px;
}

.container .content .text li {
list-style: disc;
padding: 2px 0;
}

.container .content .text ul.faq {
margin-bottom: 40px;
padding-left: 0;
}

.container .content .text ul.faq li {
list-style: none;
}

.container .content .text ul.faq li a {
color: #333333;
}

.container .content .text ul.faq li a:hover {
color: #3A8629;
}

.container .content .text ul.sitemap {
padding-left: 0;
}

.container .content .text ul.sitemap li {
list-style: none;
}

.container .content .text ul.sitemap li a {
color: #333333;
}

.container .content .text ul.sitemap li a:hover {
color: #3A8629;
}

.container .content .text .form {
background: url(./images/form_bg.jpg) no-repeat;
width: 230px;
height: 335px;
padding: 55px 160px 0;
}

.container .content .text .form p {
font-size: 22px;
font-weight: bold;
font-style: italic;
text-align: center;
margin-top: 100px;
}

.container .content .text .form input {
border: 1px solid #CCCCCC;
background: #FFFFFF;
width: 208px;
height: 19px;
margin-bottom: 10px;
padding: 4px 10px 0;
}

.container .content .text .form input.submit {
display: block;
border: none;
background: none;
width: 154px;
height: 25px;
padding: 0;
margin: 0 auto;
}

.container .content .text .form textarea {
border: 1px solid #CCCCCC;
width: 208px;
height: 89px;
margin-bottom: 8px;
padding: 4px 10px 0;
}

.container .content .text .gallery {
width: 620px;
margin-top: 30px;
}

.container .content .text .gallery a {
display: block;
float: left;
border: 1px solid #666666;
width: 133px;
height: 98px;
margin: 0 20px 20px 0;
}

.container .content .text .testimonial {
border: 1px solid #CCCCCC;
width: 640px;
min-height: 132px;
margin-bottom: 17px;
padding: 8px 10px 0;
}

.container .content .text .testimonial img {
display: block;
float: left;
border: 1px solid #666666;
width: 133px;
height: 98px;
margin-right: 15px;
}

.container .content .text .testimonial p {
float: right;
width: 490px;
}

.container .content .text .testimonial i {
font-weight: bold;
}

.container_bottom {
clear: both;
background: url(./images/container_bottom.png) center no-repeat;
width: 980px;
height: 15px;
margin: 0 auto 25px;
padding: 0 12px;
}

.footer {
color: #FFFFFF;
text-align: center;
width: 980px;
margin: 0 auto;
padding: 0 12px 100px;
}

.footer .links {
background: url(./images/footer_bg.png) repeat-x;
border-top: 1px dotted #FFFFFF;
border-bottom: 1px dotted #FFFFFF;
font-size: 11px;
color: #FFFFFF;
width: 980px;
height: 40px;
padding-top: 10px;
margin-bottom: 35px;
}

.footer .links a {
color: #FFFFFF;
line-height: 15px;
}

.footer .links a:hover {
color: #3A8426;
}

.footer .copy {
font-size: 12px;
font-weight: bold;
}


#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 770px;
	width: 190px;
	}


#sidebar form {
	margin: 0;
	}

#searchform {
	text-align: center;
	}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	padding: 0 0 20px 20px;
	width: 730px;
	}
.waybottom_links{
margin-top: 60px
}

.waybottom_links a {
color: #FFFFFF;
line-height: 15px;
}

.waybottom_links a:hover {
color: #3A8426;
}
