/* ------------------------------------------------
   HTML ELEMENTS
--------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #ffffff;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;
}

/* links */
a, a:visited {	
	color: #326EA1; 
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff7301;
	background: inherit;
	padding-bottom: 0;
}

/* headers */
h1, h2, h3 {
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	font-weight: bold;
	color: #444a4c;
}
h1 {
	font-size: 140%;
/*	font-weight: normal; */
}
h2 {
	font-size: 130%;
	/*text-transform: uppercase;*/
}

h3 {
	font-size: 110%;
}

div#sidebar h3 {
	font-size: 110%;
	padding: 16px 0 0 8px;
	margin: 10px 10px 0 0;
}

div#main h3 {
	padding-bottom: 4px;
}

h1, h2, h3, p {
	padding: 0 8px 16px 8px;
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	/*background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;*/
	border: none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.no-border {
	background: none;
	border: none;
	padding: 3px;
}

.inset_pic {
	margin: 2px 8px 4px 0;
	padding:8px;
	border: 1px solid #dedede;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 10px/16px Arial, Helvetica, Sans-serif;
	margin: 10px;
	padding: 0 0 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	/*background: #e7e6e6 url(/img/button.jpg) repeat-x;*/
	background-color: #E7E6E6;
	/*height: 29px;*/
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #E7E6E6;
	border-top: 1px solid #E7E6E6;
	border-bottom: 1px solid #ffffff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	/*padding-left: 11px;
	padding-right: 11px;*/
	padding: 4px 11px;
	/*border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border: 1px solid #E7E6E6;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
td.no-border {
	border:0;
}
/* end - table */



blockquote.error
{
	padding: 12px 12px 12px 36px;
	margin: 0 5%;
	font-size: 1.2em;
	color:#990000;
	border: 1px dotted #d99d80;
	border-left: 7px solid #d99d80;
	background: #ffded5 url(/img/blockquote_error.png)  no-repeat 10px center;
}

blockquote.success
{
	padding: 12px 12px 12px 36px;
	margin: 0 5%;
	font-size: 1.2em;
	color:#00CC00;
	border: 1px dotted #a1d97e;
	border-left: 7px solid #a1d97e;
	background: #dfffda url(/img/blockquote_success.png)  no-repeat 10px center;
}

blockquote p
{
	margin: 0px;
	text-indent: 0px;
	padding-bottom: 0;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: static;
	width: 856px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	float: left;
	width: 856px;
	margin: 0;
	display: inline;
	padding: 0;
}
#header {
	position: relative;
	background: #fff url(/img/main_head_bg.jpg) no-repeat center top;
	height: 177px;
	width: 856px;
	padding: 0;
	color: #fff;
}

div#header.interior_header {
	height: 114px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 16px;
	right: 8px;
	color: #838181;
	font-size: 14px;
	font-weight: bold;
}
#header #header-links p {
	padding: 0;	margin: 0;
}
#header #header-links a {
	color: #326ea1;
}
#header #header-links a:hover {
	color: #444;
}
#header #header-search {
	position: absolute;
	top: 8px; left: 45px;
	color: #838181;
	font-size: 14px;
	font-weight: bold;
}

#searchwrapper {
        width:419px; /*follow your image's size*/
        height:33px;/*follow your image's size*/
        background-image:url(https://www.blog-search.com/img/bs_search_box.jpg);
        background-repeat:no-repeat; /*important*/
        padding:0px;
        margin:0px;
		top: 34px;
		left: 434px;
        position:relative; /*important*/
}

#searchwrapper form.searchForm { display:inline ; }

.searchbox {
        border:0px; /*important*/
        background-color:transparent; /*important*/
        position:absolute; /*important*/
        top:0px;
        left:2px;
        width:330px;
        height:23px;
		line-height: 23px;
        color:#999;
		padding: 5px;
		/*padding-top: 5px;
        padding-left:5px;*/
		font-size: 13px;
}

.searchbox_submit {
        border:0px; /*important*/
        background-color:transparent; /*important*/
        position:absolute; /*important*/
        top:0px;
        left:337px;
        width:80px;
        height:33px;
				padding-top: 0;
}



/* header-photo */
/*#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 250px;
	width: 850px;
	background: #fff url(/img/header-photo.jpg) no-repeat center center;
}*/
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	text-indent: -9999px;
	color: #326ea1;
	text-transform: none;
	text-decoration: none;
	border: none;
	background: url(/img/bs_logo.png) no-repeat;
	width: 373px;
	height: 46px;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 43px; left: -2px;
}

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px Arial, Helvetica, Sans-serif;
	text-transform: none;
	color: #444444;
	text-align: center;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 116px; left: 140px;
}

/* admin_header-photo */
#admin-header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 50px;
	width: 850px;
	background: #fff url(/img/header-photo.jpg) no-repeat center center;
}
#admin-header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 5px; left: 30px;	
}

/* Navigation */
#nav, #footer_nav {
	clear: both;
	padding: 0;
}
#nav ul, #footer_nav ul {
	/*float: left;*/
	list-style: none;
	width: 856px;
	padding: 0;
	margin: 0 auto;
	height: 32px;
	/*display: inline;*/
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
}
#nav ul li, #footer_nav ul li {
	display: inline;
	margin: 0 auto;
	padding: 0 3px;
}
#nav ul li a, #footer_nav ul li a {
/*	display: block;*/
/*	float: left;*/
/*	width: auto;*/
	margin: 0;
	padding: 0 1px;
	border-bottom: none;
	color: #326EA1;
	font: normal 14px/32px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer_nav ul {
	margin-bottom: 0;
}

#footer_nav ul li a {
	font: normal 12px/32px Arial, Helvetica, sans-serif;
	
}

#nav ul li a, 
#nav ul li a:active {
	color: #326ea1;
}

#nav ul li a:hover, #footer_nav ul li a:hover { color: #ff7301;}

#nav ul li#current a {	
	color: #444a4c;
}

#flashMessage {
	clear: both;	
    color            : #CC9933          ;
    font-weight      : bold             ;
    font-size        : 1.3em            ;
    border           : 2px solid #AAAA33;
    background-color : #FFFFBB          ;
    padding          : 10px             ;
    margin           : 10px             ;
    text-align       : center           ;
}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	margin: 0px 0 0 284px;
}
.one-col #main {
	margin: 0 5px 0 5px;
}

#main h1, #left_container h1, #main h2, #left_container h2, #right_container h2, #sidebar h2 {
	margin: 0 10px 0 0;
	font: bold 1.3em "Helvetica Neue", Arial, sans-serif;
	color: #444;
	padding: 16px 0 8px 8px;
}

#main ul {
	margin: 0 0 0 42px;
	padding: 0;
}

#main li {
	line-height: 18px;
}

#left_container {
	float: left;
	width: 416px;
	margin-right: 24px;/*24px*/
	margin-top: 8px;
}

#right_container {
	float: left;
	width: 416px;
	margin-top: 8px;
}

#left_container ul, #right_container ul {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
}

.popular {
	padding-left: 8px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 260px;	
	/*margin-top: 10px;*/
	font-size: 12px;
}

.ES-FL-Border {
	margin: 0 0 0 8px;
	padding: 0;
	border: 1px solid #DEDEDE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ES-FL-Title a {
	background-color: #326EA1;
	padding: 4px;
	color: #ffffff;
}

.ES-FL-Title a:hover {
	color: #ff7301;
}

.ES-FL-Body a {
	padding: 4px;
}

/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(/img/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 856px;
	padding: 5px 0;
	text-align: center;
}

#footer table {
	margin: 16px 0;
}

#footer td {
	margin: 0;
	padding: 0;
	border: none;
}

#footer img {
	padding: 0;
	border: none;
	background-color: #ffffff;
}

#footer a:hover {
	border-bottom: none;
}

.grey_text {
	font-size: 11px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

.category_column {
	float:left;
	width:162px;
	font-size: 14px;
	padding-left: 8px;
}

.category_column_feeds {
	float: left;
	width: 170px;
	padding-right: 9px;
	padding-left: 8px;
}

.results_numbers {
	margin: 0 8px;
}

.tableHolder ol {
	margin: 16px 8px 5px 8px;
	padding: 0 0 0 20px;
}

/* Pagination begin */
.pagination {background: #f9f9f9;color:#666;padding: 4px 2px 4px 7px;border: 1px solid #dedede;margin: 0 0 1.5em; height: 32px;}
.pagination p {position:relative;text-align:right;padding-bottom:8px;padding-top:8px;}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
.pagination p a:hover {background-color:#013A91; color:#fff} /* #c00 */
.pagination p span {text-decoration:none;background:#fff;padding:2px 0px;border: 1px solid #ccc;color:#ccc}
.pagination * {margin:0}
.pagination h4 {margin-top:-1.45em;padding:0;border:none}
.pagination .current {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
/* Pagination end */

.pagination span.previous {
/*	border: none;*/
	padding: 2px 8px;
	/*padding-right: 8px;
	padding-left: 8px;*/
}

.pagination span a.next {
	border: none;
	padding-right: 8px;
	padding-left: 8px;
}

/* ---------------------- BEGIN: FILTER BOX -----------------------*/
div.filterBoxHeader a {
    background-color : transparent !important;
    color            : #0000FF     !important;
    text-decoration  : none        !important;
}

div.filterBoxHeader a:hover {
    text-decoration : underline !important;
}

div.filterBoxHeader {
    background-color : #EEEEDD;
}

div.filterBoxHeader {
    padding-left  : 5px;
    padding-right : 5px;
}

div.filterBoxHeader div {
    float               : right   ;
    font-size           : 11px    ;
    margin-top          : 2px     ;
    border-bottom-color : #DDDDDD ;
    border-bottom-width : 1px     ;
}

div.filterBox {
    /*width : 350px ;*/
    background-color : #DDDDDD;
    padding-bottom   : 5px    ;
    border-color     : #888888;
    border-style     : groove ;
    border-width     : 2px    ;
}
div.filterBox div.input label {
/*
    margin-right : 5px          ;
    margin-left  : 15px         ;
    font-weight  : bold         ;
    display      : inline-block ;
    width        : 120px        ;
    text-align   : right        ; 
*/
}

div.filterBoxBody {
    padding-top      : 10px    ;
    background-color : #EEEEEE ;
    width            : 100%    ;
}

div.filterBoxBody form fieldset {
    padding : 10px !important;
}

div.filterBoxBody div.submit input {
/*
    margin-left : 120px;
    margin-top  : 5px  ;
*/
}

div.filterBoxBody div.input input {
    margin-bottom : 5px;
}

fieldset.filterElement {
    width       : auto !important  ;
    display     : inline !important;
    margin-left : 5px              ;
}
/* ---------------------- END: FILTER BOX -----------------------*/


.cake-sql-log table {
	background: #f4f4f4;
	color:#000000;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
	color:#000000;
}
.cake-sql-log caption {
	color:#fff;
}

/* ExactSeek Featured Listings begin */
.ES­FL­Border {
     width: 165px;
     border: 1px solid #C0C0C0;
     cursor:hand
}
 
.ES­FL­Title {
     width: 165px;
     color: #000000;
     font: 10px Verdana, Arial, Helvetica, sans­serif;
     background­color: #8B8B8B; 
     font­weight: bold;
     text­decoration: none;
     padding: 1px;
}
.ES­FL­Title a { color: #FFFFFF;  }
.ES­FL­Title a:hover { color: #FFFFFF;  }
 
.ES­FL­Body {
     width: 165px;
     background­color: #FFFFFF;
     font: 10px Verdana, Arial, Helvetica, sans­serif;
     color: #212121;
     padding­left: 3px;
}
/* ExactSeek Featured Listings end */


/* Table for the Link To Us page */
table.steps{
  border-collapse:collapse; 
  background:#ffc; 
  border:none;
  margin-top:10px;
  width:90%;
}
table.steps td{
  padding:10px; 
}
table.steps .label{
  font-size:1.0em;
  font-weight:bold;
  width:250px; 
}
/* Table for the Link To Us page */

/* Affinity banner */
.affinity {
background-color: #fdf4df;
margin-top: 18px;
padding: 12px 6px;
border: 1px solid #dedede;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.affinity li {
margin:6px 0 6px -5px;
list-style-type: none;
}



/* form elements */

/** Forms **/
form {
/*	clear: both; */
/*	margin-right: 20px; */
	padding: 0;
	width: 554px; /* was 400px*/
}
form.sidebar-login {
	width:230px;
	border:1px solid #ccc;
	padding:5px;
	margin-left:10px;
}
form.double-wide {
	width:820px;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset.submit-button {
	border: 0;
	padding-top:0;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .25em;
	padding: .25em;
	vertical-align: text-top;
}
form .input {
	color: #444;
	font-style:italic;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: inline-block;
	font-size: 100%;
	margin-bottom:3px;
	font-style:normal;
	width: 28%;
	vertical-align: top;
}

input, textarea {
	clear: both;
	font-size: 1em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
/*	padding: 1%; */
	padding: 2px;
	width:70%;
	margin-right: 0;
	display: inline;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}

div.checkbox {
	margin-left: 28%;
	width: 70%;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

input[type=submit] {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

.error-message {
	color: #FF0000;
	margin-left: 28%;
}

.register_submit {
	width: 120px;
	height: 33px;
}
.send_login {width: 164px; height: 33px;}
.verify_email {width: 190px; height: 33px;}

.bs_submit {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.terms-error-message {
	color: red;
	margin-left: 0;
}

#UserTerms{
  margin-bottom: 30px;
}

/** Modal LightBox **/
.screen{
  position: absolute;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  width: 100%;
  z-index: 999;
}

.modal {
  width: 560px;
  position: absolute;
  top: 0px;
  z-index: 1000;
  left: 0px;
  display: none;
}

.modal-body {
  padding: 15px;
}

.model-content {
  border: 1px solid #dddddd;
  padding: 9px 37px 0 37px;
  background-color: #ffffff;
}

.modal-footer {
  background-color: #ffffff;
  padding: 15px;
  border-top: 1px solid #dddddd;
}

.modal-footer img {
  float: right;
}
