/*
Theme Name: brain2brand v4
Theme URI: http://brain2brand.com
Description: The official theme for version 4 of brain2brand
Version: 1.0
Author: Nicho Valadez
Author URI: http://brain2brand.com
Tags: 
*/

img {
	border-style: none;
}
h1 {
	color: white;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #c40101;
}
h3 {
	font-size: 45px;
	letter-spacing: .1em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
}
a {
	color: #c40101;
}
a:hover {
	color: #f3f0df;
	text-decoration: line-through;
}
body {
	background: url(../images/bg.jpg) repeat;
	margin: 0;
}
#main {
	background: url(../images/top_repeat.png) repeat-x;
	height: 114px;
}
.container {
	width:906px;
	margin:0 auto;
	position:relative;
}
#header {
	height: 250px;
}
#logo{
	float: left;
	width: 950px;
}
#logo_img {
	float: left;
}
#logo_text {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 60px;
}

/*navigation*/
#navigation {
	float: left;
	background: url(../images/menu_bg2.png) no-repeat;
	height: 84px;
	width: 507px;
	margin-left: 70px;
	padding: 5px;
}

ul#menu {
	list-style-type: none;
	width: 450px;
	height: 35px;
	margin: 8px 23px 0 auto;
}
ul#menu li {
	display:inline;
}
ul#menu li a {
	text-decoration:none;
	color: #726d59;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	margin-top: 6px;
	width: 75px;
}
ul#menu li.active a, ul#menu li a:hover {
	color: #8c0101;
	font-weight: bold;
	background: url(../images/menu_active.png) no-repeat center bottom;
	height: 33px;
}
#mini_contact {
	color: #66614f;
	width: 480px;
	margin: 6px auto 0;
	font-size: 14px;
	text-align: center;
}
#mini_contact span {
	font-style: italic;
	font-weight: bold;
}
#mini_contact a {
	font-weight: normal;
	font-style: normal;
	color: #66614f;
	text-decoration: none;
}
#mini_contact a:hover {
	color: #8c0101;
	font-style: italic;
	text-decoration: line-through;
}

/*intro*/
#intro {
	width: 876px;
	background: url(../images/intro_bg.png) no-repeat;
	height: 48px;
	padding-top: 15px;
	color: white;
	font: italic 26px Georgia, "Times New Roman", Times, serif;
	padding-left: 50px;
}
#intro_color {
	color: #eabb1a;
	font-weight: bold;
}


/* Easy Slider */

#slider {
}	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:884px;
	height:386px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn { 
	display:block;
	width:43px;
	height:77px;
	position:absolute;
	left: -32px;
	top: 450px;
}	
#nextBtn {
	left: 895px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width: 43px;
	height: 68px;
	background: url(../images/slideshow_nav_l.png) no-repeat 0 0;	
}	
#nextBtn a { 
	background: url(../images/slideshow_nav_r.png) no-repeat 0 0;	
}
#prevBtn a:hover, #nextBtn a:hover {
	background-position: 0 -68px;
}												

/* // Easy Slider End*/


/*featured_content*/
#block_feature {
	margin-top: 20px;
}
/**.main_top {
	width: 906px;
	height: 7px;
	background-image: url(../images/main_top.png);
}**/
#feature_tab {
	background: url(../images/featured_tab.png) no-repeat;
	width: 196px;
	height: 59px;
	position: absolute;
	top: 324px;
	right: 30px;
	z-index: 7;
}
.featured_item {
	width: 559px;
	height: 300px;
	float: right;
	position: relative;
	top: 50px;
	right: 12px;
}
#content_inner {
	height: 396px;
	background: url(../images/main_repeat.png) repeat-y;
	width: 886px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}
#feature_bg {
	background-image: url(../images/featured_bg.jpg);
	height: 392px;
}
.item_desc {
	height: 150px;
	width: 240px;
	float: left;
	margin-left: 45px;
	font-size: 14px;
	color: #e97171;
	line-height: 1.2em;
}
.item_desc p {
	height: 155px;
}
#feature_port_btn {
	width: 238px;
	margin: 40px auto 0;
	height: 37px;
	background: url(../images/feature_port_btn.png) no-repeat;
	display: block;
}
#feature_port_btn:hover {
	background-position: 0 -37px;
}
#feature_port_btn span
{
  display: none;
}
.main_top {
	width: 906px;
	height: 7px;
	background-image: url(../images/main_top.png);
}
.main_bottom {
	width: 906px;
	height: 7px;
	background-image: url(../images/main_bottom.png);
	margin-bottom: 30px;
}

/*bottom_content*/
#block_content {
	margin-top: 30px;
}
#block_content2 {
	margin-top: 30px;
	overflow:hidden;

}
#bottom_content_inner {
	height: 542%;
	background: url(../images/main_repeat.png) repeat-y;
	width: 886px;
	padding: 3px 10px;
}
#btm_header {
	background: url(../images/btm_content_header.jpg) no-repeat;
	height: 87px;
	padding-top: 75px;
}
#text {
	width: 850px;
	color: #f3f0df;
	font-size: 14px;
	margin: 0 auto;
}
#btm_bg {
	height: 358px;
	background-image: url(../images/btm_repeat.jpg);
	padding-top: 20px;
}
.column {
	width: 285px;
	height: 337px;
	background-image: url(../images/column_bg.jpg);
	margin-left: 7.5px;
	font-size: 13px;
	color: #404040;
	float: left;
}
.column_image {
	margin: 0 auto;
	width: 272px;
	height: 147px;
	padding-top: 7px;
}
#port_title {
	width: 180px;
	margin: 9px auto 0;
}
#services_title {
	width: 225px;
	margin: 9px auto 0;
}
#contact_title {
	width: 180px;
	margin: 9px auto 0;	
}
p {
	padding-right: 15px;
	padding-left: 15px;
}
#port_btn {
	width: 238px;
	margin:  0 auto;
	height: 37px;
	background: url(../images/click4port_btn.png) no-repeat;
	display: block;
}
#port_btn:hover {
	background-position: 0 -37px;
}
#port_btn span
{
  display: none;
}
#services_btn {
	width: 238px;
	margin:  0 auto;
	height: 37px;
	background: url(../images/click4services_btn.png) no-repeat;
	display: block;
}
#services_btn:hover {
	background-position: 0 -37px;
}
#services_btn span
{
  display: none;
}
#contact_btn {
	width: 238px;
	margin:  0 auto;
	height: 37px;
	background: url(../images/contact_btn.png) no-repeat;
	display: block;
}
#contact_btn:hover {
	background-position: 0 -37px;
}
#contact_btn span
{
  display: none;
}

/*footer*/


#footer_inner {
	width: 870px;
	height: 202px;
	color: #f3f0df;
	background: black url() repeat-y;
        overflow: hidden;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
}


#footer {
	background: url(../images/main_top.png) no-repeat 0 0; 
	padding-top:7px;
}

#footer .container {
background-color: transparent;
background-image: url(../images/main_repeat.png);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: 0% 0%;
padding-top: 4px;
}


#footer_bg {
	background: url(../images/main_repeat.png) repeat-y;
	height: 202px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	width: 886px;
}
#footer_about {
	width: 220px;
	float: left;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
}
#footer_about p {
	color: #f3f0df;
	margin: 0;
	padding: 0;
	width: 200px;
	font-style: italic;
}
#footer_blurb {
	float: left;
	height: 175px;
	border-right: 1px dashed gray;
	border-left: 1px dashed gray;
	background: url(../images/blurb.jpg) no-repeat center;
	margin-top: 15px;
	width: 290px;
}
#footer_number {
	float: left;
	width: 320px;
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}
#foot_nav {
	width: 320px;
	text-align: center;
	margin-bottom: 20px;
	height: 15px;
}

#foot_nav li.blog a {
	border-style: none;
}
#foot_nav li {
	display:inline;
}
#foot_nav li a:hover {
	text-decoration: line-through;
	font-style: italic;
}
#foot_nav li a {
	margin-right: 5px;
	display: block;
	height: 12px;
	float: left;
	border-right: 1px dotted #434343;
	padding-right: 5px;
	text-decoration: none;
}

#quote_btn {
	width: 238px;
	margin: 0 0 0 80px;
	height: 51px;
	background: url(../images/quote_btn.jpg) no-repeat 0 -51px;
	display: block;
}
#quote_btn:hover {
	background-position: 0 0;
}
#quote_btn span {
  display: none;
}

/*portfolio_page*/

#portfolio_content_inner {
	height: 100%;
	background: url(../images/main_repeat.png) repeat-y;
	width: 886px;
	padding: 3px 10px;
}
#portfolio_btm_bg {
	height: 2250px;
	background-image: url(../images/btm_repeat.jpg);
	padding-top: 20px;
}

#portfolio_header {
	background: url(../images/portfolio_content_header.jpg) no-repeat;
	height: 87px;
	padding-top: 75px;
}
#branding_header {
	margin-left: 40px;
}
#web_header {
	margin-left: 40px;
}
#print_header {
	margin-left: 40px;
}
#dot_repeat {
	width: 3px;
	height: 520px;
	background: url(../images/left_dot_repeat.png) repeat-y;
	float: left;
	margin-left: 55px;
}
#dot_repeat2 {
	width: 3px;
	height: 750px;
	background: url(../images/left_dot_repeat.png) repeat-y;
	float: left;
	margin-left: 55px;
}
#dot_repeat_last {
	width: 3px;
	height: 680px;
	background: url(../images/left_dot_repeat.png) repeat-y;
	float: left;
	margin-left: 55px;
}


#bottom_dot_repeat {
	height: 5px;
	width: 200px;
	background: url(../images/bottom_dot_repeat.png) repeat-x;
	margin-top: 153px;
	float: left;
}
#contact_button {
	float: left;
	height: 234px;
	width: 404px;
	display: block;
	background: url(../images/contact_button.png) no-repeat;
	margin-top: 5px;
}
#contact_button:hover {
	background-position: 0 -234px;
}
#contact_button span {
  display: none;
}


/**portfolio_details_page**/
#details_wrap {
}
.details_top {
	width: 360px;
	height: 10px;
	background-image: url(../images/details_top.png);
}
.details_content_inner {
	background: url(../images/details_repeat.png) repeat-y;
	width: 340px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#details_header {
	width: 340px;
	height: 121px;
	background: url(../images/details_header_bg.jpg) no-repeat;
}
#details_text {
	color: #f3f0df;
	font-weight: bold;
	font-style: italic;
    margin: 0 auto;
	width: 300px;
	text-align: center;
	padding-top: 30px;
	font-size: 29px;
}
#details_bg_repeat {
	width: 300px;
	background: url(../images/details_bg_repeat.jpg) repeat-y;
	height: 269px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color: #f3f0df;
	line-height: 1.5em;
}
.details_bottom {
	width: 360px;
	height: 10px;
	background-image: url(../images/details_bottom.png);
	margin-bottom: 18px;
}
/**large_image**/
#large_image_wrap {
	float: right;
	margin-left: 18px;
}
#large_image_top {
	background: url(../images/lrg_image_top.png) no-repeat;
	width: 528px;
	height: 10px;
}
#large_image_repeat {
	background: url(../images/lrg_image_repeat.png) repeat-y;
	width: 508px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#large_image_bottom {
	width: 528px;
	height: 10px;
	background: url(../images/lrg_image_bottom.png) no-repeat;
	margin-bottom: 18px;
}
#column_1 {
	float: left;
}
#column_2 {
	float: left;
	height: 100%;
}



