/* 

Theme Name: SmallBiz

Theme URL: http://www.expand2web.com/

Description: More than a theme... Designed specifically for small business websites, SmallBiz includes: Website, Blog, Mobile, SEO and a Facebook App to manage your Facebook Page content from within WordPress.

Author: Expand2Web

Version: 3.9.2

Author URI: http://www.expand2web.com

Tags: WordPress Website, business website, WordPress Theme, small business, Mobile Enabled



The CSS, XHTML and design is copyright Don Campbell and Expand2Web

License: GNU General Public License v2.0 (or later)

License URI: http://www.opensource.org/licenses/gpl-license.php

Please view our "Read-Me.txt" file located inside the Smallbiz Theme folder for Installation Instructions and Changelog.	
*/

/* You can add your own styles below this line. */
#footer {color: #333;}
#header {border-radius:0px!important;}
#access {border-radius:0px!important;}
#content img {border: solid 1px #ccc;}

a:link {
text-decoration: none;
}

/* Form CSS */
#gbrs-mini {
  display:inline-block;
  position:relative;
width:200px;
margin:20px 0 10px 25px;
padding-top:10px;
padding-bottom:10px;
font-size: 16px;
text-align: center;
color: #FFF;
font-weight:bold;
background-color: #666666;
}
/*
fieldset {
padding:10px 0 0 15px;
border: none;
}
#form p {
color:#FFFFFF;
font-family:Arial;
font-size:14px;
font-weight:bold;
margin:0;
text-align:left;
width:160px;
}
*/
#gbrs-mini form {
  display:inline-block;
position:relative;
padding:15px 23px 0 10px;
width:100%;
font-family:Arial;
font-size:12px;
font-weight:normal;
text-align:left;
}
:root #gbrs-mini form { padding-top:0px \0/IE9; }

  
#gbrs-mini form .textbox, #gbrs-mini form .textarea {
display:inline-block;
clear:both;
position:relative;
width:100%;
padding-bottom:6px;
}
#gbrs-mini form .textbox label, #gbrs-mini .textarea label {
display:block;
clear:both;
position:relative;
}
#gbrs-mini form input {
display:block;
clear:both;
position:relative;
background:#F7F7F4 none repeat scroll 0 0 !important;
border:1px solid #393939;
color:#444433;
font-family:Arial;
font-size:11px;
height:18px;
line-height:normal;
margin:0 0 0 0;
padding:1px 0 0 5px;
width:160px;
}
#gbrs-mini form .textarea textarea {
display:block;
clear:both;
position:relative;
background:#F7F7F4 none repeat scroll 0 0;
border:1px solid #393939;
color:#444433;
font-family:Arial;
font-size:11px;
height:35px;
margin:0 10px 6px 0;
padding:3px 0 0 5px;
width:160px;
overflow:auto;
}
#gbrs-mini form input.submit {
display:block;
clear:both;
border:1px solid #393939;
cursor:default;
height:16px;
margin:0 0;
/* padding:2px 0 0 5px; */
width:38px;
vertical-align:top;
}
#gbrs-mini form input.submit:hover {
border:1px solid #B55539;
}
/*
#captcha_p {
font-size:13px !important;
letter-spacing:0 !important;
}
#form #submitcaptcha {
width:160px;
margin-left:-3px !important;
}
*/
#gbrs-mini form input:hover, #gbrs-mini form .textarea textarea:hover, #gbrs-mini form input:focus, #gbrs-mini form .textarea textarea:focus {
border:1px solid #B55539;
}
#gbrs-mini form label.error {
	padding-bottom:8px;
	width:160px;
	color:#F00;
}

p.privacyAddon {
	width: 200px;
	margin: 0 0 10px 25px;
	font-size: 9px !important;
	text-align: center;
}

#page{overflow:visible;}


#noheader h3.span a {
visibility:hidden;
color:#000; /* this fixes the Greater Baton Rouge Signs from showing up ~mjames */
}

.entry-title {
display: none;
}


/* For the Featherlight jQuery */

.featherlight {
  z-index: 14 !important;
}

 .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  min-width: 30%;
  max-width: 65%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 65%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  z-index: 11;
}

 .featherlight-image {
  max-height: 95%;
  max-width: 95%;
  width:auto;
  margin: 2px auto;
  z-index: 11;
}