/*
Theme Name: Bridge SEO Custom
http://wordpress.org/
Description: Based off of the Default Kubrick WordPress theme. Modified for this domain design
Version: 1.0
Author: Tim Neighbors
Author URI: http://bridgeSEO.com/
Tags: maroon, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	color:#333333;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
 font-size:13px;

	background-color:#622022;
	text-align: center;
	padding:0px;
	margin:0px;
  padding-top:15px;
	}

h1,h2,h3,h4,h5,dd{
margin:0px;
padding:0px;
padding-bottom:2px;
color:#000;
}
h1 {
color:#622022;
font-size:13px;
}
h2 {
color:#622022;
font-size:13px;

}
h3{font-size:14pt;}
h4{font-size:12pt;}
h5{font-size:10pt;}

h1.pagetitle{display:none;}


body.parent-pageid-183 h1.pagetitle {
display:block;
}

td h2,td h1{

padding-bottom:2px;
}

h2{
padding-top:10px;
}

body.home td h1,body.home td h2{
padding-bottom:10px;
padding-top:0px;
}
body.home td p{ 
padding:0px;
margin:0px;
padding-bottom:10px;
}
#HomePageHeaderText{
position:absolute;
top:148px;
left:44px;
width:120px;
overflow:hidden;
display:none;
font-size:11px;
}
body.home #HomePageHeaderText{
display:block;
}

#outer_wrapper{
position:relative;
margin-top:0px;
margin:auto;
width:750px;

padding:0px;
	overflow:hidden;
}
#inner_wrapper{
position:relative;
margin:auto;
width:717px;
background-color:#E9E3C9;
overflow:hidden;
}	
	
#page {
position:relative;
	text-align: left;

	margin: 0px auto;
	padding: 0;
	width: 100%;
	border: 0px solid #959596;
	overflow:hidden;
	}

#main_menu{
position:relative;
height:56px;
width:100%;
overflow:hidden;
/*
background-image:url('images/main_menu_bg.jpg');
*/
}
#main_menu ul{
width:100%;
position:relative;
padding:0px;
margin:0px;
list-style-type:none;
overflow:hidden;

}	
#main_menu ul li{
float:left;
display:block;
}
#NavShaddow{
position:relative;
width:100%;
background-image:url('images/shadow_nav_bttm.jpg');
height:35px;
}
/*
#main_menu ul li a{
display:block;
text-transform:uppercase;
color:#fff;
font-weight:bold;
text-align:center;
font-size:9pt;
border-right:0px solid #81AC47;
}	
#main_menu ul li a.border0{
border:0px;
}
#main_menu ul li a:hover{
color:#C5E1A1;
}
*/


#header {
	background-color: #622022;
	background-image:url('images/blog_header.jpg');
	background-repeat:no-repeat;

	margin: 0px;
	padding: 0;
	height: 150px;
	width: 100%;
}



body.page-id-67 #header{
  background-image:url('images/services_header.jpg');
}
body.page-id-95 #header{
  background-image:url('images/faq_header.jpg');
}
body.page-id-104 #header{
  background-image:url('images/testimonials_header.jpg');
}
body.page-id-112 #header{
  background-image:url('images/links_header.jpg');
}
body.page-id-224 #header{
  background-image:url('images/contacts_header.jpg');
}

body.home #header{
height: 391px;
	background-image:url('images/home_header.jpg');
}


#HeaderHomeLink{
position:absolute;
display:block;
width:220px;
height:140px;
border:0px solid #000;
}

/* shop */



#center{
width:100%;
overflow:hidden;
margin:0px;
padding:0px;
padding-top:5px;
	min-height:360px;
	background-image:url('images/bk_content.jpg');
}
body.home #center{
padding-top:4px;
}	
	
#sidebar,#rightcolumn{
  position:relative;
	float:right;
	display:none;
	padding: 8px;
	padding-top:0px;
	width: 228px;
}	
	
#rightcolumn{display:block;}
/*  BLOG SPECIFIC CALLS*/

.blog #sidebar,.single #sidebar,.archive #sidebar {
display:block;
}
.blog #rightcolumn,.single #rightcolumn,.archive #rightcolumn{display:none;}






/*
.widecolumn .entry p {
	font-size: 1.05em;
	}

.leftcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;

	}

.widecolumn {
	line-height: 1.6em;
	}
*/
.leftcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}






#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}
/*
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color:#9C1F1F;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

	
a.roll,a,a:visited {
color:#9C1F1F;
font-size:11px;
text-decoration:none;
}	
	
a.roll:hover,a:hover {
color:#622022;
font-size:11px;
text-decoration:underline;
}
a.roll3 {
color:#9C1F1F;
font-size:12px;
text-decoration:none;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




/*
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
*/



.leftcolumn, .narrowcolumn {
  position:relative;
	float: left;
	padding-left:34px;
	padding-right:31px;
	margin: 0px;
}

body.home .leftcolumn{
width:100%;
padding-left:0px;
padding-right:0px;
}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	padding-top:5px;
	overflow:hidden;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.leftcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
position:relative;
width:100%;
background-color:#622022;
color:#A77473;
}
#footer a{
color:#A77473;
}
#footer a:hover{
color:#fff;
text-decoration:underline;
}
/* End Structure */







/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 9px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	padding-bottom:8px;
	padding-right:3px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*
	content: "\00BB \0020";
	*/
	}

.entry ol {
	padding: 0 0 0 13px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



#RightCol{
display:none;
}

/* PAGE SPECIFIC CALLS */

/* FAQ */
body.page-id-95 .leftcolumn{
overflow:hidden;
width:680px;
border:0px solid #000;
padding:0px;
margin:0px;
padding-left:30px;
}

body.page-id-95 #RightCol{
position:relative;
float:right;
width:150px;
display:block;
padding-top:50px;
}
body.page-id-95 #RightCol img{
margin-bottom:40px;
}
body.page-id-95 .entry{
width:485px;
float:left;
}

.entry ol li .faqQuestion{
color:#622022;
font-size:12px;
display:block;
font-weight:bold;
}
body.page-id-95 .entry ol li{
border-bottom: 1px solid #C0B0A0;
padding-bottom:8px;
}

body.page-id-224 .entry{
width:620px;
}


/* Blog Pages */ 
body.blog .narrowcolumn,body.single .narrowcolumn,body.archive .narrowcolumn{
position:relative;
width: 420px;
float:left;
padding-right:15px;
padding-left:35px;
}
body.single .narrowcolumn{
width: 400px;
}
body.blog #sidebar{
float:right;
width:210px;
padding-right:5px;
padding-top:24px;
}
/* Photo Galleries */
.gallery-item{
float:left;
margin-left:18px;
text-align:center;
width:308px !important;
text-align:center;
border-bottom: 1px solid #C0B0A0;
padding-bottom:5px;
}
#GalleryTitleHolder{
display:none;
}
body.parent-pageid-183 div#GalleryTitleHolder{
position:relative;
left:0px;
background-image:url('images/h_gallery.gif');
width:300px;
height:25px;
display:block;
background-repeat:no-repeat;
background-color:transparent;
}
/* Table based classes */
.bk_vr {
background-image:url('images/vr_grey.gif');
}

/* DD MENUS */
.DD_Main_Menu{
position:absolute;
top:206px;
z-index:100;
width:206px;
background-color:#E9E3C9;
display:none;
border:1px solid #622022;
opacity:0.0;
filter:alpha(opacity=0);
}

body.home .DD_Main_Menu{
top:447px;

}


.DD_Main_Menu ul{
padding:0px;
margin:0px;
}
.DD_Main_Menu li,
.DD_Main_Menu li a{
display:block;
text-align:left;
font-weight:bold;
}
.DD_Main_Menu li a{
padding:2px;
font-size:8pt;
padding-left:4px;
color:#000;
text-transform:capitalize;
}

.DD_Main_Menu li a:hover{
text-decoration:none;
color:#9D151F;
}

.DD_Main_Menu li{
border-bottom:1px solid #C0B0A0;
}

#Gallery_DD_Holder{
left:316px;
width:155px;
}

div.sociable{
padding-left:6px;
}

/* Contact Form */
#wpcf7-f1-p224-o1{
position:relative;

}
