/*  
Theme Name: SV
Theme URI: http://wordpress.org/
Description: Straub Ventures Wordpress Theme
Version: 1.0
Author: Straub Ventures
Author URI: http://www.straubventures.com 

/* Body formatting elements */

body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EFF2F5 url(http://www.straubventures.com/images/main_bg.png) repeat-x 0 0;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

a:link {
	color: #3A638C;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin: 0px 0px 12px 0px!important;
}

p.bot {
	margin: 0px;
}

input, select {
	 font-size: 0.7em;
}

input.em {
	 font-size: 1em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #6791BB;
}

ul li {
	margin: 0px;
	padding: 0px;
	color: #6791BB;
}

.clear {
	clear: both;
}

/* For the main/header templates */

#header {
	display: block;
	clear: both;
	background: #6791BB;
	margin: 0;
}

#h_centre {
	width: 826px;
	margin: 0 auto;
	padding: 48px 0 0 0;
}

#h_centre h1 {
	margin: 0 0 25px 10px;
}

#h_nav {
	display: block;
	clear: both;
}

#h_nav ul {
	list-style: none;
	padding-top: 11px;
	width: 530px;
}

#h_nav ul li {
	font-weight: bold;
	display: inline;
	float: left;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}

#h_nav ul li.this {
	background: #CC6633;
	border: 1px solid white;
	border-bottom: 1px solid #CC6633;
	color: white;
}

#h_nav ul li a {
	color: white;
	text-decoration: none;
}

#h_nav ul li a:hover {
	color: #333;
}

#friendlycap {
	float:  right;
	margin-top: 2px;
}

#header_right {
	float: right;
	margin: 65px 32px 0 0;
	width: 425px;
}

.rss {
	margin: 0 0 0 0;
	float: right;
	padding: 5px 0 0 0;
}

.search {
	margin: 0 0 0 15px;
	float: right;
}

/* For the index and content templates */

#content {
	border-bottom: 1px solid #D1DEEA;
	padding-bottom: 20px;
	background-color: white;
}

#c_centre {
	width: 826px;
	margin: 0 auto;
	padding: 0;
}

#content_posts {
	overflow: hidden;
	float: left;
	margin: 0;
	width: 530px;
	padding: 18px 0 0 12px;
}


h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-family: "Georgia", serif;
	font-weight: normal;
}

h2.pagetitle {
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-family: "Georgia", serif;
	font-weight: normal;
}

h3#comments {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #FF6600;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-family: "Georgia", serif;
	font-weight: normal;
}

#container {
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

#container_box {
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.post {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}

.post p {
	margin: 0 0 0 0;
}

.post h2 {
	color: #666;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 1.4em;
}

h2#post {
	margin-bottom: 6px;
}

.post h2 a {
	font-weight: normal!important;
}

.entry_info {
	color: #333;
	font-size: 12px;
	margin: 0 0 5px 0;
}

.entry {
	color: #666;
	font-size: 12px;
	line-height: 1.35em;
	margin: 0 0 10px 0;
	font-family: arial, sans-serif;
}

.entry p {
	margin: 0;
	font-family: arial, sans-serif;
}

.entry img {
	display: block;
	clear: both;
	margin: 0 0px 5px 0;
}

.postmetadata {
	font-size: 11px;
	color: #666;
}

p.postmetadata {
	font-family: arial;
}

.narrowcolumn, .widecolumn {
	overflow: hidden;
	float: left;
	margin: 0;
	width: 530px;
	padding: 0px 0 0 12px;
}

.narrowcolumn, .widecolumn ul li {
	color: #666;
	width: 510px;
}

.narrowcolumn, .widecolumn textarea {
	width: 450px!important;
}

p.lind {
	font-size: 11px;
}

ol.commentlist {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.35em;
}

ol.commentlist li {
	padding: 5px;
	border-bottom: 1px dotted #6791BB;
	margin-bottom: 5px;
}

ol.commentlist li p {
	margin-bottom: 8px;
}

ol.commentlist li cite {
	font-style: normal!important;
	font-weight: bold;
}

ol.commentlist li cite a {
	font-style: normal!important;
}

.indiv_content {
	color: #666;
}

.indiv_content p {
	color: #666;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}

h3.respond {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-style: italic;
	color: #666!important;
	font-size: 18px!important;
}

/* Sidebar styling elements */

#sidebar {
	float: right;
	margin: 0;
	width: 268px;
	padding: 25px 0 50px 10px;
	font-size: 0.75em;
}

#sidebar h2 {
	color: #FF6600;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 1.5em;
	font-family: "Georgia", serif;
}

#sidebar ul {
	margin: 0 0 0 0;
}

#sidebar ul li {
	margin: 0 0 0 0px;
}

#sidebar ul li ul {
	margin: 5px 0 5px 0px;
}

#sidebar ul li ul li {
	margin: 0 0 4px 10px;
}

/* Single post elements */

.navigation {
	font-size: 0.75em;
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}


h3.respond {
	color: white;
	font-size: 0.85em;
	font-weight: normal;
}

p.lind {
	font-size: 0.75em;
	font-weight: bold;
}

/* Specific to search */

h2.noresults {
	color: white;
}

/* Footer elements */

#footer {
	background: url(http://www.straubventures.com/images/sv_footerbg.png) repeat-x 0 0;
	padding: 20px 0 30px 0;
	font-size: 0.7em;
	color: #6791BB;
}

#f_contain {
	width: 826px;
	margin: 0 auto;
}

#svlogo {
	float: left;
	margin: 0 10px 0 0;
}

#svaddress {
	float: left;
	margin: 0 40px 0 0;
	line-height: 1.6em;
}

#companies {
	float: left;
	width: 600px;
}

.p_logo {
	float: left;
	text-align: center;
	margin: 0;
	width: 90px;
	height: 70px;
}

.p_logo a {
	display: inline;
}

/* Contact form table */

table.contact {
	margin: 0 0 0 16px;
}

td.title {
	font-size: 18px;
	font-family: georgia, serif;
}

table.contact input,textarea {
	font-size: 18px;
	margin-bottom: 10px;
}

#video {
	text-align: left;
	margin: 0 0 20px 0;
	background-color: #f60;
}

.rss {display: block; clear: both; margin: 0 20px 10px 0; padding: 0;}
