/* @override 
	http://localhost:8888/ThinkFirstWebMarketing/wp-content/themes/ThinkFirst/style.css
	http://thinkfirstwebmarketing.com/wp-content/themes/ThinkFirst/style.css
*/

/*
Theme Name: Think First
Theme URI: http://thinkfirstwebmarketing.com
Description: Custom Theme designed for Andy Franco
Version: 1.0
Author: Bryan Martin
Author URI: http://bryanbmartin.com/
Tags: blue, custom header, modern, clean

	Think First 1.0
	 http://thinkfirstwebmarketing.com

	Designed by Bryan Martin. http://bryanbmartin.com

*/



.wrapper-inner {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	
}

.slideInfoZone {
	display: none;
}

.carouselBtn {
	display: none;
}

.withArrows a.open:hover {
	background: none !important;
}




/* @group header */

#header-wrapper {
	width: 100%;
	background: #32799c url(images/header_bg.png) repeat-x;
}

#header {	
	height: 122px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 {
	background-image: url(images/logo.jpg);
	width: 257px;
	height: 103px;
	display: block;
	float: left;
}

#header ul li a span {
	display: none;
}

#header a span {
	display: none;
}





#header ul {
	margin: 51px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
}

#header li {
	float: left;
}

#contact_btn {
	margin-top: 8px;
	float:right;
	margin-left: 20px;
}

#contact_btn span {
	font-size: 14px;
	color: #186d9d;
}

#contact_btn a{
	background-image: url(images/contact_btn.png);
	width: 92px;
	height: 37px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

/* @group main nav */
#header ul li.page_item {
	height: 71px;
	margin-right: 1px;
}

#header ul li.page_item a {
	width: 100%;
	height: 100%;
	display: block;
}

#header ul li.page_item span {
	display: none;
}

/*Home Tab*/
#header ul li.page-item-21.current_page_item, #header ul li.page-item-21.current_page_ancestor {
	background-image: url(images/nav-down-home.png);
	width: 91px;
}
#header ul li.page-item-21{
	background-image: url(images/nav-up-home.png);
	width: 91px;
}
#header ul li.page-item-21:hover{
	background-image: url(images/nav-down-home.png);
}

/*Consulting Tab*/
#header ul li.page-item-19.current_page_item, #header ul li.page-item-19.current_page_ancestor {
	background-image: url(images/nav-down-consulting.png);
	width: 139px;
}
#header ul li.page-item-19 {
	background-image: url(images/nav-up-consulting.png);
	width: 139px;
}
#header ul li.page-item-19:hover {
	/*background-image: url(images/nav-down-consulting.png);*/
}

/*Services Tab*/
#header ul li.page-item-6.current_page_item, #header ul li.page-item-6.current_page_ancestor {
	background-image: url(images/nav-down-services.png);
	width: 109px;
}
#header ul li.page-item-6{
	background-image: url(images/nav-up-services.png);
	width: 109px;
}
#header ul li.page-item-6:hover{
	/*background-image: url(images/nav-down-services.png);*/
}

/*About Tab*/
#header ul li.page-item-2.current_page_item, #header ul li.page-item-2.current_page_ancestor {
	background-image: url(images/nav-down-about.png);
	width: 93px;
}
#header ul li.page-item-2 {
	background-image: url(images/nav-up-about.png);
	width: 93px;
}
#header ul li.page-item-2:hover {
	background-image: url(images/nav-down-about.png);
}

/*Blog Tab*/
#header ul li.page-item-23.current_page_item, #header ul li.page-item-23.current_page_ancestor {
	background-image: url(images/nav-down-blog.png);
	width: 83px;
}
#header ul li.page-item-23 {
	background-image: url(images/nav-up-blog.png);
	width: 83px;
}
#header ul li.page-item-23:hover {
	background-image: url(images/nav-down-blog.png);
}


/* @end */

/* @end */

/* @group rollover
 */

#rollover {
	width: 945px;
	margin-left: 60px;
	
	position: absolute;
	
	top: 104px;
	z-index: 1000;
}

#services {
	left:288px;
	border-bottom: 2px solid #20556e;
	border-right: 1px solid #25607d;
	border-left: 1px solid #418cb1;
	background: #1b5776 url(images/drop-down-bg.gif) repeat-x;
	visibility: hidden;
}

#services li {
	float: none;
	margin: 12px 15px 15px;
	min-width: 100px;
}

#consultation {
	left:400px;
	border-bottom: 2px solid #20556e;
	border-right: 1px solid #25607d;
	border-left: 1px solid #418cb1;
	visibility: hidden;
	background: #1b5776 url(images/drop-down-bg.gif) repeat-x;
}

#consultation li{
	float: none;
	margin: 15px;
}

#rollover ul{
	margin-top: 0px;
	position: absolute;
	
}

#rollover ul li {
	margin-right: 15px;
}

#rollover ul li a {
	color: #95dbff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#rollover ul li a:hover {
	color: #fff;
}




/* @end */

/* @group footer */

#footer-wrapper {
	clear: both;
	width: 100%;
	background: url(images/home-bg-footer.png) repeat-x;
	

}
#footer {
	width: 931px;
	padding-left: 64px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 250px;
	height:auto !important;
  	height:250px;
}

/* @end */

/* @group content */

#content-wrapper {
	width: 100%;
	background: #fff url(images/home-bg-footer.png) repeat-x;
}

#content-wrapper-home {
	width: 100%;
	background: #bacad4 url(images/home-bg-secondary.png) repeat-x;
}

#content {
	width: 945px;
	padding-left: 60px;
	
}

.contact-page {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#footer p a {
	color: #587786;
}

#second-wrapper {
	width: 100%;
	background-color: #32799c;
	padding-bottom: 10px;
}

#second {
	width: 945px;
	padding-left: 60px;
}

#second ul li {
	float: left;
	margin-right: 15px;
}

#second ul li.current_page_item a, #second ul li.current_page_ancestor a{
	color: #fff;
}


#sidebar {
	float: left;
	width: 230px;
	background-color: #e1f0f8;
	padding: 15px;
	margin-left: 20px;
	margin-top: 20px;
}

#sidebar ul {
	margin: 0px;
	margin-bottom: 15px;
}

#sidebar ul, #sidebar li {
	padding: 0px;
	list-style: none;
}

.post {
	float: left;
	width: 465px;
	line-height: 20px;
		padding-top: 30px !important;

}

.post-no-nav {
	float: left;
	width: 665px;
	line-height: 20px;
	padding-top: 30px !important;
}

#sidebar h2 {
	font-size: 18px;
}

.post h2, .page h2 {
	font-size: 28px;
	letter-spacing: -1px;
}

#side-nav ul li {
	border-bottom: 1px solid #e5eff4;
}

#side-nav {
	float: left;
	width: 150px;
	background-color: #d4e6f1;
	padding: 30px 10px 10px;
	margin-right: 30px;
	margin-top: 2px;
}

div.entry {
	line-height: 23px;
	font-size: 13px;
}


#side-nav li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background-color: #317698;

}

#side-nav ul, #side-nav ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#side-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 5px;
	
}

#side-nav li a:hover {
	background-color: #32799c;
	color: #fff;
}

#second ul li a {
	color: #95dbff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#second ul li a:hover {
	color: #fff;
}

#second ul, #second li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#post-28 .entry #entry-right {
	margin-top: 5px;
	margin-left: 60px;
}


/* @end */

/* @group home */

#home-banner-wrapper {
	width: 100%;
	background: #327a9e url(images/home-bg-main.png) repeat-x 0 0px;
	
}

#home-banner {
	height: 276px;
	padding-left: 44px;
	width: 961px;
	
}

#home-tagline {
	width: 479px;
	height: 146px;
	padding-top: 127px;
	padding-left: 20px;
	background: url(images/home-banner-tagline.jpg) no-repeat;
	float: left;
	color: #1f5670;
	font-size: 1.8em;
	line-height: 1.4em;
	letter-spacing: -1px;
}

#home-features {
	width: 445px;
	padding-left: 0px;
	padding-top: 6px;
	height: 270px;
	float: left;
/*	background: url(images/home-banner-feature.jpg) no-repeat; */
}

/* @group six things */

#col-1 {
	float: left;
	margin-right: 50px;
}

#col-2 {
	float: left;
	margin-right: 50px;
}

#sidebar-home-features {
	padding-top: 0px;
	padding-bottom: 40px;
	float: left;

}

#sidebar-home-features h2 {
	font-weight: bold;
	color: #125270;
	font-size: 24px;
	letter-spacing: -1px;
	display: none;
}

.see-more {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	display: none;
}

.feature-item {
	width: 287px;
	clear:both;
}

.feature-item div  {
	text-decoration: none;
	display: block;
	float: left;
	width: 225px;
	margin-top: 30px;
	margin-left: 5px;
	color: #486572;
	line-height: 18px;
	margin-bottom: 5px;
}



.feature-item div a {
	text-decoration: none;
	text-transform: uppercase;
	color: #186990;
	font-size: 14px;
	font-weight: bold;
}

.feature-item div a:hover {
	color: #28ade0;
}

.feature-item div p {
	margin: 3px 0px 0px;
	font-size: 14px;
	line-height: 22px;
}

.feature-item-image {
	display: block;
	float: left;
	margin-top: 22px;
	border: none;
}

.feature-item-image img {
	width: 55px;
	border: none;
}


/* @end */

/* @group sidebar */

#sidebar-home {
	width: 204px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	background: url(images/sidbar-home.jpg) no-repeat;
	padding-top: 40px;
	padding-left: 36px;
	padding-right: 30px;
	line-height: 18px;
	color: #607279;
}

#sidebar-home ul, #sidebar-home li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar-home h2 {
	font-weight: bold;
	color: #28a5d8;
	font-size: 18px;
	margin-bottom: 10px;
}

.sidebar-additional h2 {
	margin-top: 25px;
}

#quote_btn {
	width: 210px;
	height: 49px;
	display: block;
	border: none;
	background: url(images/quote_btn.png) -3px 0;
	margin-top: 8px;
}

#quote_btn_small {
	width: 190px;
	height: 44px;
	display: block;
	border: none;
	background: url(images/quote_btn_small.png) -3px 0;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sidebar ul li h3 {
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

#quote_btn_small span {
	display: none;
}

#quote_btn span {
	display: none;
}



/* @end */


/* @end */

/* @group blog */
form#commentform {
	
}

#respond {
	width: 300px;
}

#comment {
	width: 500px;
}

.each-post {
	margin-bottom: 30px;
}

.each-post p{
	margin: 5px 0 10px;
}

.each-post h3 {
	font-size: 24px;
	margin: 5px 0 0;
}

.each-post h3 a {
	text-decoration: none;
}

.each-post h3 a:hover {
	text-decoration: underline;
}


/* @end */

h1 {
		color: #395563;

	margin: 0px;
	padding: 0px;
}

h2 {
		color: #395563;

	margin: 0px;
	padding: 0px;
}

a {
	color: #0092c9;
}

a:hover {
	text-decoration: underline;
}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0px;
}

.preload {
	display: none;
}

.clear {
	clear: both;
}

#entry-right  {
	float: left;
	margin-left: 40px;
	margin-top: -30px;
}

.single-post {
	margin-bottom: 40px;
	line-height: 23px;
	font-size: 13px;
}

.wpcf7-form-control-wrap.your-message textarea {
	width: 400px;
}

#entry-left {
	float: left;
	margin-top: 15px;
	width: 250px;
}





