/*
Theme Name: Santa Rosa Strength
Theme URI: http://santarosastrength.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: .1
Author: Ben Fox
Author URI: http://wildfoxmedia.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

*/


* {
margin: 0;
padding: 0;
}

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

html
{
overflow: -moz-scrollbars-vertical;
}

body {
background-color: #cccccc;
height: auto;
text-align: center;
font-family: arial;
height: auto;
}

#temp_Wrapper {
background-image: url(images/body_Background.jpg);
background-repeat: repeat-y;
width: 784px;
margin-left: auto;
margin-right: auto;
text-align: center;
height: auto;
}

#temp_Header {
width: 755px;
height: 81px;
margin-left: 9px;
margin-right: 20px;
}

.temp_Header_Float {
padding-top: 8px;
font-size: 11px;
}

a.temp_Header_Link {
color: #666666;
text-decoration: none;
}

a.temp_Header_Link_Select {
color: #533019;
text-decoration: none;
}

#temp_Navbar {
height: 31px;
width: 766px;
margin-left: 9px;
margin-right: 9px;
background-image: url(images/nav_Background.jpg);
background-repeat: repeat-x;
}

#temp_Navbar ul {
list-style: none;
float: left;
}

#temp_Navbar ul li {
display: block;
float: left;
padding-top: 7px;
}

#temp_Navbar ul li img {
}

#temp_Navbar ul li a {
color: #666666;
font-size: 15px;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
padding-top: 7px;
}

#temp_Navbar ul li a:hover {
color: #533019;
}

#temp_ContentContainer {
clear: both;
}

#temp_Left {
width: 208px;
float: left;
margin-left: 9px;
}

#temp_Middle {
width: 385px;
float: left;
}

#temp_Middle_Content {
background-image: url(images/middle_Background.jpg);
background-repeat: repeat-x;
min-height: 480px;
height: auto !important;
height: 480px;
}

#temp_Middle_Content_Text {
padding-top: 24px;
padding-left: 12px;
padding-right: 12px;
font-family: verdana;
color: #666666;
font-size: 11px;
text-align: left;
padding-bottom: 30px;
}

#temp_Middle_Content_Text h1 {
font-family: verdana;
color: #333333;
font-size: 11px;
font-weight: bold;
}

#temp_Right {
width: 173px;
float: left;
margin-right: 9px;
}

#temp_Right_Menu {
	background-image: url(images/right_Blank_Menu.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
	min-height:285px;
  height:auto !important;
  height:285px;
}

#temp_Right_Menu ul {
	text-align: left;
	list-style: none;
	background-color: none;
	padding-left: 18px;
	padding-top: 5px;
}

#temp_Right_Menu ul li {
	font-size: 12px;
}

#temp_Right_Menu ul li h2 {
	font-size: 14px;
	color: #593117;
}

#respond {
	padding-top: 20px;
}

#commentform textarea {
width: 350px;
height: 80px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #f4f4f4;
border: 1px solid #ccc;
}

a {
color: #593117;
}

a:hover {
color: #777;
}

.entry p {
padding-bottom: 10px;
}
