/*
Theme Name: RB Kirby Chambliss
Theme URI: http://www.themediumcg.com/
Description: Custom theme designed by MCG.
Version: 1.0
Author: L. Rodriquez &amp; K. DeCapite
Designer: Luis Rodriguez
Builder: Kevin DeCapite
*/

body {
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	color: #323432;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #3b4d57;
	background-image: url('images/bg.jpg');
	background-position: top center;
}

img {
	border: none;
}

img.aligncenter {
	display: block;
	margin: auto;
}

a:link, a:visited {
	color: #a22131;
	text-decoration: none;
}

a:active, a:hover {
	color: #6a1620;
}

ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1 {
	font-size: 18px;
	float: left;
	margin: 0;
	margin-left: 10px;
}

h2 {
	text-align: center;
	color: #a32130;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}

h2.archive {
	margin-bottom: 10px;
}

h3 {
	margin: 0;
	margin-bottom: 5px;
	color: #0b2044;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	background-image: url('images/star-yellow-sm.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}

h4 {
	margin: 0;
	font-size: 16px;
}

#header {
	height: 390px;
	width: auto;
	overflow: hidden;
	background-image: url('images/bg-header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#header.no-sidebar {
	background-image: url('images/bg-header-no-sidebar.jpg');
}

#header #contents {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

img#logo-header {
	float: right;
	margin-right: 23px;
}

#nav {
	margin-left: 134px;
	overflow: hidden;
	width: auto;
	height: 45px;
}

#nav-sub {
	float: left;
	width: 90px;
	overflow: hidden;
	height: 56px;
	margin-left: 314px;
}

#nav a,
#nav-sub a {
	margin-top: 16px;
	display: block;
	width: 90px;
	height: 28px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	float: left;
	background-position: top center;
	background-image: url('images/bg-nav.jpg');
	background-repeat: no-repeat;
}

#nav-sub a {
	margin: 0;
}

#nav a:active,
#nav a:hover,
#nav a.on,
#nav-sub a.on,
#nav-sub a:active,
#nav-sub a:hover {
	background-position: bottom center;
	color: #ffcc00;
}

#nav a.no-rollover {
	color: #ffffff;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('images/bg-grid.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#wrapper.no-sidebar {
	background-image: url('images/bg-grid-home.png');
}

#wrapper #midbar {
	width: 100%;
	overflow: hidden;
	background-image: url('images/bg-midbar.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 69px;
}

#wrapper #content {
	width: 612px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 42px;
	padding-bottom: 35px;
}

#wrapper #content img#page-header {
	margin: auto;
	display: block;
}

#wrapper #content #header-div {
	width: 612px;
	overflow: hidden;
	margin: auto;
	display: block;
}

#wrapper #content #header-div.no-sidebar {
	width: 882px;	
}

#wrapper #content.no-sidebar {
	width: 890px;
	margin: 0px 35px 0px 35px;
}

#wrapper #sidebar {
	float: left;
	width: 294px;
	overflow: hidden;
	padding-left: 12px;
}

#wrapper .breadcrumb {
	margin-left: 42px;
	margin-bottom: 10px;
	width: auto;
	overflow: hidden;	
}

img#contact-us {
	clear: both;
	float: right;
	margin-top: 158px;
	margin-right: 30px;
}

#social-group {
	clear: both;
	float: right;
	margin-top: 10px;
}

#social-group #follow-team {
	margin-top: 5px;
}

#social-group img {
	float: left;
	margin-right: 4px;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url('images/bg-footer.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#footer-left {
	margin: 0px 0px 0px 50px;
	font-size: 15px;
	line-height: 41px;
	color: #ffffcc;
}

#footer-left img {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

#logo-footer {	
	position: absolute;
	z-index: 100;
	margin-left: 835px;
	margin-top: -80px;
}

#footer #credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0px 0px 50px;
	clear: both;
	color: #ffffcc;
}

#footer a {
	color: #ffffcc;
}

#footer a:hover,
#footer a:active {
	color: #ffcc00;
}

.widget {
	width: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	background-image: url('images/bg-widget-div.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.calendar ul li {
	margin-bottom: 10px;
}

.widget a.more {
	font-size: 11px;
	float: right;
	margin-top: 5px;
}

.widget a.more:link,
.widget a.more:visited {
	color: #a22131;
}

.widget a.more:hover,
.widget a.more:active {
	color: #6a1620;
}

.archives a:link,
.archives a:visited,
.recent-posts a:link,
.recent-posts a:visited,
.twitter a:link,
.twitter a:visited {
	color: #4b4b4b;
}

.archives a:hover,
.archives a:active,
.recent-posts a:hover,
.recent-posts a:active,
.twitter a:hover,
.twitter a:active {
	color: #888888;
}

div.twitter {
	background-image: url('images/bg-twitter.png');
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: 0;
	padding-bottom: 10px;
	width: 291px;
	margin-bottom: 0;
}

img.twitter-shadow {
	margin-bottom: 10px;
}

div.twitter ul {
	margin-left: 35px;
	font-size: 11px;
}

div.twitter h3 {
	padding-top: 2px;
	margin: 0;
	margin-left: 20px;
	font-style: italic;
	background-image: url('images/star-red-sm.png');
}

.hide {
	display: none;
}

.show {
	display: block;
}

div.team h4 a:link,
div.team h4 a:visited {
	color: #0b2044;
}

div.team h4 a:active,
div.team h4 a:hover {
	color: #666666;
}

div.team span {
	display: block;
	width: 75px;
	float: left;
	clear: both;
}

div.team span.value {
	clear: none;
	width: auto;
}

div.team div.custom-fields {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}

div.team div.custom-fields dl {
	font-size: 12px;
}

div.team div.excerpt {
	clear: both;
	width: auto;
	overflow: hidden;
	margin-top: 10px;
}

div.post {
	clear: both;
	width: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 5px;
	background-image: url('images/h-div.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

div.team {
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
}

div.team-header {
	width: auto;
	overflow: hidden;
}

div.post-header {
	width: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.meta {
	float: left;
	font-weight: bold;
	color: #0a0c2d;
	margin-top: 3px;
	letter-spacing: -1px;
}

img.post-img {
	clear: both;
	display: block;
	float: left;
	width: 288px;
}

div.photo img.post-img {
	width: 240px;
	margin: 10px 10px 0px 0px;
}

div.photo {
	padding-bottom: 15px;
}

div.post div.summary {
	float: left;
	width: 300px;
	margin-left: 10px;
}

div.post div.summary p {
	margin-top: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	float: left;
	width: 100px;
	clear: both;
}

dd {
	padding-left: 100px;
	width: 400px;
}

.logo-tempest-big {
	margin-top: 25px;
}

.logo-mt-propeller {
	margin-right: 50px;
}

.logo-precision-airmotive {
	margin-right: 50px;
}

#wp_email_capture label {
	display: block;
	width: 50px;
	float: left;
}

#wp_email_capture input {
	font-size: 11px;
	margin-bottom: 3px;
	width: 150px;
}

#wp_email_capture input.wp-email-capture-submit {
	float: right;
	width: auto;
	font-size: 11px;
	margin-right: 23px;
}

.email-signup p {
	display: none;
}

li.twitter-item {
	padding-top: 5px;
	padding-right: 25px;
}

div.post div.single summary {
	width: auto;
}

div.archive {
	padding-bottom: 10px;
}

img.single-post-img {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.team {
	float: none;
}

.says {
	display: none;
}

.comment-author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.comment-meta {
	display: none;
}

li.comment {
	background-image: url('images/h-div.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.video {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 290px;
	overflow: hidden;
	float: left;
	height: 400px;
	margin-right: 15px;
	clear: none;
}

div.video h1 {
	margin-left: 0;
	clear: both;
}

img.youtube-thumbnail {
	max-width: 106px;
	max-height: 72px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 1px;
}

div.flickr a {
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
}

div#content.no-sidebar div.column {
	width: 280px;
	overflow: hidden;
	margin-right: 5px;
	float: left;
	min-height: 200px;
	background-image: url('images/v-div.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 10px;
padding-left: 10px;
}

div#content.no-sidebar div#videos,
div#content.no-sidebar div#photos {
padding: 0;
}

div#content.no-sidebar div.no-div {
	background: none;
}

div#content.no-sidebar div.column img.home-header {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

div#content.no-sidebar div.column a.more {
	float: right;
	margin-right: 20px;
}

div#content.no-sidebar div.column object {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.post-snippet {
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.post-snippet div.meta {
	float: left;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
min-height: 35px;
}

div.flickr-home {
	width: 260px;
	overflow: hidden;
	display: block;
	margin: auto;
	margin-left: 22px;
}

div.product {
	margin-top: 10px;
	padding-bottom: 10px;
}

div.product img.post-img {
	width: 380px;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.product h1 {
	margin: 0;
	color: #a22131;
}

.shopping_cart h2 {
	display: none;
}

.wp_cart_checkout_button {
	display: block;
	margin: auto;
	margin-top: 10px;
}

div.navigation {
	width: 100%;
	overflow: hidden;
}

div.navigation div.alignleft {
	float: left;
}

div.navigation div.alignright {
	float: right;
}

div.flickr-feed {
	width: 260px;
	margin-left: 15px;
}

div.flickr-feed a.more {
	margin-right: 27px;
}

.right {
	display: inline;
	float: right;
}

form {
	padding: 0;
	margin: 10px 0px 20px 0px;
	display: block;
	width: 100%;
}

form div.input {
	float: left;
	margin-right: 10px;
}

div.widget.archives {
	padding-left: 35px;
}
