/*
Theme Name: Venture
Theme URI: http://www.modthemes.com/themes/spades-poker/
Author: ModThemes
Author URI: http://www.modthemes.com/
Version: 1.0
Description: Venture is a business theme from ModThemes.com

Copyright (c) ModThemes.com
*/

@import url(reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: #ccc; 
	color: #000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #006C99;
	text-decoration: none;
}
a:hover {
	color: #DF6F00;
	text-decoration: none;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
br.clear {
	clear: both;
	margin: 0; padding: 0;
	border: none; height: 0;
}
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	color: #06c;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
	
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 20px;;

}
h3 a {

}
h3 a:hover {

}

/* Sub-Headings in Posts */
h2 {

}

/* Comment/Respond Titles */
h4 {
	color: #002E3C;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #80979E;
	margin: 5px 0; padding: 3px 0;
}

/* Widget Titles */
h5 {
	background: #333; color: #fff;
	margin: 0; padding: 8px;
	font-size: 14px;
}

/* Archive/Search Title */
h6 {
	color: #666;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Wrap Styles
*********************************************/
.wrap {
	width: 960px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

/*********************************************
		Floating Icons Styles
*********************************************/
#floatingicons {
	width: 32px;
	margin: 0; padding: 4px;
	border: 3px solid #CDE2E8;
	border-right: none;
	position: absolute;
	top: 25px;
	right: 0;
}
#floatingicons h5 {
	display: none;
}
#floatingicons img {
	padding: 5px 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	//background: #002E3C;
background-image:url('http://www.bdriche.com/resources/car-grid.jpg');
background-repeat: repeat-x;
	padding-bottom: 0px;
	overflow: auto;
}

#header #title {
	margin: 0; padding: 0;
}
#header #title a {
	display: block; float: left;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
    width:350px;
height:100px;
    padding-top:10px;
    padding-bottom:10px;
margin-top: -30px;
}

#header .searchform {
	float: left;
	width: 600px;
	margin: 0; padding: 15px 0 20px 0;
}
#header .s {
	background: #333; color: #ccc;
	float: right; width: 200px;
	margin: 0; padding: 8px;
	border: 1px solid #444;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	margin: 0; padding: 0px;
	width: 600px; float: left;
	font-size: 16px; font-weight: bold;
}
#menu ul {
	display: block; float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 5px;
}
#menu li a {
	color: #FFF;
	display: block;
	margin: 0; padding: 5px 15px;
	text-decoration: none;
}
#menu li a:hover {
	background: #000;
}

#menu li.current_page_item a {
	background: #000;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li li {
	padding: 0;
}
#menu li li a,
#menu li.current_page_item li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	background: #01485e;
	border-top: 1px solid #002e3d;
}
#menu li li li a {
}
#menu li li a:hover {
	padding: 5px 10px;
	background: #046C8B;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -38px 0 0 188px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

/*********************************************
		Feature Styles
*********************************************/
#feature {
	clear: both;
	width: 960px;
	overflow: auto;
}
#feature h2 {
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 30px; line-height: 1;
	font-weight: normal;
	color: #DF6F00;
	letter-spacing: 0;
}

#feature .ui-tabs-hide { /* hide tabs */
     display: none;
}

#feature .ui-tabs-panel {
	width: 910px;
	border: 5px solid #046C8B;
	background: #FFF;
	margin: 0; padding: 20px;
	overflow: auto;
}
#feature .ui-tabs-panel img {
	float: right;
	margin: 0 0 0 20px; padding: 0;
}
#feature .more-link {
	background: #FF9000;
	margin: 20px 0 0 0; padding: 5px 10px;
	float: right;
	color: #FFF;
	font-weight: bold;
}

#feature ul.ui-tabs-nav {
	clear: both;
	list-style-type: none;
	margin: 0 0 10px 0; padding: 6px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#feature ul.ui-tabs-nav li {
	display: inline;
	text-align: center;
	margin: 0 2px; padding: 0;
}
#feature ul.ui-tabs-nav li a {
	margin: 0; padding: 10px 40px;
	background: #02475C; color: #9AB5BE;
	text-decoration: none;
}
#feature ul.ui-tabs-nav li a:hover {
	color: #fff;
}
#feature ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #046C8B;
	color: #fff;
}

/*********************************************
		Container Styles
*********************************************/
#container {
	padding-top: 20px;
padding-bottom: 20px;
	background: #FFF;
	overflow: auto;
	position: relative;
}

/*********************************************
		Homepage Styles
*********************************************/
#hpcontent {
	width: 540px; float: left;
}
#hpsidebar {
	width: 380px; float: right;
}
#hpcontent h2,
#hpsidebar h2 {
	color: #06c;

	font-size: 18px;
	border-bottom: 1px dotted #999;
	margin: 0; padding: 3px 0;
}

#hpcontent .workgallery {
	margin-top: 40px;
}
#hpcontent .workgallery h2 {
	margin-bottom: 10px;
}
#hpcontent .workgallery a {
	margin: 0; padding: 0;
	border: 0;
}
#hpcontent .workgallery img {
	margin: 2px; padding: 0;
	border: 5px solid #CCC;
}

#hpsidebar .services ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#hpsidebar .services li {
	margin: 0; padding: 0;
	border-bottom: 1px dotted #999;
	padding: 0px;
}
#hpsidebar .services li a {
	display: block;
	margin: 0; padding: 0px 0;
	color: #666;
}
#hpsidebar .services li a:hover {
	color: #222;
	background: #FFF;
}
#hpsidebar .services img {
	float: left;
	margin: 0 5px 0 0; padding: 0;
}

#hpsidebar .clients {
	margin-top: 40px;
}
#hpsidebar .clients h2 {
	margin-bottom: 10px;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	width: 588px; float: left;
	margin: 0; padding: 0 20px;
	overflow: hidden;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}

/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0 0 40px 0; padding: 0;
	overflow: hidden;
}

.byline {
	border-top: 1px dotted #999;
	margin: 5px 0; padding: 5px 0;
	color: #888;
	font-size: 11px;
}
.byline a {
	font-weight: bold;
}

.commentlink {
	background: #006C99; color: #FFF;
	margin: 0; padding: 3px 8px;
	font-weight: bold;
}
.commentlink a {
	color: #FFF;
	text-decoration: none;
}
.commentlink a:hover {
	color: #FFF;
	text-decoration: underline;
}

.postcontent {
	clear: both;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-weight: bold;
	margin: 0; padding: 10px 0;
	color: #333;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 150%;
}
.postcontent h2 {
	font-size: 140%;
}
.postcontent h3 {
	font-size: 130%;
}
.postcontent h4 {
	font-size: 120%;
}
.postcontent h5 {
	font-size: 110%;
}
.postcontent h6 {
	font-size: 110%;
}

img.thumbnail {
	margin-top: 15px;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 20px;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 300px; float: left;
	margin: 0; padding: 0 14px 0 15px;
	font-size: 12px;
	border-right: 1px dotted #999;
	overflow: hidden;
}

#sidebar .widget {
	margin: 0; padding: 0 0 10px 0;
	overflow: auto;
}

#sidebar ul ,
#sidebar ol{
	margin: 10px 0 10px 20px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol {
	margin: 0 0 0 20px;
}

#sidebar object,
#sidebar embed {
	width: 260px;
	margin: 10px 0;
}

/*********************************************
		Custom Widget Styles
*********************************************/

/* Search Widget */
#sidebar #s {
	width: 291px;
	border: 2px solid #CACACA;
	margin: 5px 0; padding: 3px 2px;
	color: #666;
}

/* Social Profiles Widget */
#sidebar .socialprofiles img {
	padding: 5px 7px;
}

/* Twitter Widget */
#sidebar .mytweets ul {
	color: #666;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	background: url(images/1x50px-grey.gif) repeat-x;
	overflow: hidden;
}

#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
#comments li.comment .vcard {
	line-height: 1.1;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments .comment-reply-link {
	background: #006C99;
	color: #fff;
	margin: 0; padding: 3px 5px;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	background: #006C99;
	margin: 0; padding: 4px 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	
	margin: 20px 0 0 0; padding: 20px 0;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	color: #06c;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer h6 {
	color: #444;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 8px 0; padding: 5px 0;
	border-bottom: 1px dotted #4D676F;
}

#footer #connect {
	width: 540px; float: left;
	margin: 0; padding: 0 0 8px 0;
	font-size: 12px;
	border-bottom: 1px dotted #4D676F;
}
#footer #connect p {
	padding-bottom: 8px;
}
#footer #connect form {
	float: left;
}
#footer #connect .text {
	background: #00171E; color: #777;
	width: 200px;
	margin: 0; padding: 8px;
	border: none;
}
#footer #connect .button {
	background: #4D676F; color: #fff;
	margin: 0; padding: 6px;
	border: none;
	cursor: pointer;
}
#footer #connect .socialicons {
	float: right;
}

#footer #contact {
	width: 380px; float: right;
	line-height: 2;
	margin: 0; padding: 0 0 11px 0;
	border-bottom: 1px dotted #4D676F;
}
#footer #credits {
	clear: both;
	color: #4D676F;
}
#feature { display: none; } 
#rotator { border: 5px solid #CCC; }