@charset "utf-8";

/* common updatedables */

body {
	font-family: 'Lato', sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	min-width:300px;
	color:#525c68;
	background-color: #FFF;
}

input,select,texarea {
	font-family: 'Lato', sans-serif;
	font-size: 90%;
}

img {
	border: none;
}


li {
	font-size: 90%;
}

h1, h2, h3 {
	font-weight: 900;
	margin-bottom:10px;
	margin-top:0;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.5em;
}

.post-text h2, #bodytext #comments h3 {
	padding-top:30px;
	clear:both;
}


header {
	width: 100%;
	display: block;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

header span {
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

header #logo{
	margin:25px 0;
	float: left;
	display:block;
}

header #logo img{
	max-width:90%;
}

header #contactBox {
	float:right;
	margin-top:20px;
	height: 61px;
	float:right;
	color:#075282;
	font-size:1.5em;
}
header #contactBox a {
	color:#075282;
	font-size:1.5em;
}

.readmore {
	background-color: #075282;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0b72b4),
	color-stop(1, #075282)
);
	background-image: -o-linear-gradient(bottom, #0b72b4 0%, #075282 100%);
	background-image: -moz-linear-gradient(bottom, #0b72b4 0%, #075282 100%);
	background-image: -webkit-linear-gradient(bottom, #0b72b4 0%, #075282 100%);
	background-image: -ms-linear-gradient(bottom, #0b72b4 0%, #075282 100%);
	background-image: linear-gradient(to bottom, #0b72b4 0%, #075282 100%);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #075282;
	width:100px;
	margin-bottom:15px;
}
.readmore a {
	background-image: url(/blog/images/buttonbg.png);
	display: block;
	background-repeat: repeat;
	background-position: left top;
	color:#fff;
	padding:2px 0 3px 0;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2689c8;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	text-shadow: 0px 1px #000;	
}
.readmore a:hover {
	background-image:none;
	color:#8ba6d8;
}



a {
	color:#0b72b4;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #91c53f;
	cursor:pointer;
}


#bodytext  #leftcol #wbdform
{
font-size:1.1em;
}

#banner {
	width:100%;
	background-color:#e0eaf3;
	margin-bottom:35px;
}

#banner form {
	width:960px;
	margin:0 auto 0 auto;
	padding:10px 0 13px 0;
}
#banner form span {
	float:right;
	width:240px;
	height: 35px;
	display: block;
	margin-top:6px;
}

#banner form span input {
 	border: 1px solid #cfdbe7;
	background-color:#FFF;
	padding:5px;
	height:18px;
	font-size:1.05em;
	width:185px;
}

#banner form span input[type=submit] {
	background-image: url(/blog/images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 30px;
	width: 30px;
}


#banner h1 {
	font-size:1.6m;
	display:block;
	padding:0;
	margin:3px 0 0 0;
	text-transform:uppercase;
}

.intro {
	margin-bottom: 30px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	color: #333;
	padding: 20px 0 20px 0;
}

.intro img {
	margin: 18px 0 18px 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	float:right;
}


.line {
/*	background-image: url(../images/linebg.png);
	background-repeat: repeat-x; */
	height: 10px;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.clear {
	clear:both;
}

#bodytext {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}
#bodytext img {
/*	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	*/
}
#bodytext #leftcol {
	float: left;
	width: 72%;
}
#bodytext #rightcol {
	float: right;
	width: 25%;
	margin-top:7px;
}

#bodytext #rightcol span
{
	background-color:#e0eaf3;
	display:block;
	height:auto;
	margin-bottom:5%;
	padding:5%;
}

#bodytext #rightcol #tabs {
	width:100%;
	overflow:hidden;
}

#bodytext #rightcol ul , #bodytext #rightcol li{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}


#bodytext #rightcol .tabList {
	width:100%;
}

#bodytext #rightcol .tabList li {
	float:left;
	list-style-type:none;
	width:50%;
	display:block;
	text-align:center;
}

#bodytext #rightcol .tabList li a {
	width:90%;
	display:block;
	padding:5%;
	background-color:#91c53f;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#bodytext #rightcol .tabList li a.active {
	background-color:#e0eaf3;
	color:#525b6a;
}

#bodytext #rightcol #tabs #tab1, #bodytext #rightcol #tabs #tab2 {
	padding-top: 10px;
	font-weight:bold;
}



#tab1 ul li, #tab2 ul li {
	list-style-type:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	clear:both;
	font-weight:bold;
}

#tab1 img, #tab2 img {
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	width:20%;
}

#tab1 a, #tab2 a {
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	display:block;
	width:78%;
	text-align:left;
}


#bodytext #rightcol #tabs .tab ul li.first {
	border:none;
}

/*
#bodytext #rightcol #tabs .tab ul li a {
	display:block;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.3em;
	clear: both;
	height: 46px;
}
*/

#bodytext #rightcol h2 {
	font-size:1.2em;
	text-transform:uppercase;
/*	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	clear: both; */
}

#bodytext #rightcol em {
	font-style:normal;
	font-weight:normal;
}


#bodytext #rightcol #simpleList {
	clear: both;
	margin:0;
	padding:0;
	font-weight:bold;
}
#bodytext #rightcol #simpleList li {
	padding-bottom:10px;
}
#bodytext #rightcol #simpleList li a {
	color:#075282;
}
#bodytext #rightcol #simpleList li a:hover {
	color:#ee8202;
}


#bodytext #leftcol .post {
	width:100%;
	clear:both;
	margin-bottom:20px;
	margin-top: 7px;
	border: 1px solid #cfdbe7;
}

#bodytext #leftcol .post#comments {
	width:94%;
	border: 1px solid #c9cace;
	padding: 2%;
}



#bodytext #leftcol .post#comments .postInner #wbdform {
	width:97%;
}

#bodytext #leftcol .post .postInner {
	width:96%;
	padding:2%;
}
#bodytext #leftcol .post .postInner .snippet-text h2 , #bodytext #leftcol .post .postInner .post-text h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9cace;
	padding-bottom: 2%;
	margin-bottom: 2.5%;
	margin-top: 0px;

}

#bodytext #leftcol .post .postInner p {
	color: #333;
	line-height: 1.4em;
}

#bodytext #leftcol .post .postDate {
	height: 34px;
	width: 42px;
	background-color: #0b71b1;
	color: #FFF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-top: 8px;
/*
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	position: absolute;
	margin-top:25px;
}


#bodytext #leftcol .post .postDate strong
{
	font-size: 20px;
	font-weight: bold;
	
}
#bodytext #leftcol .post .postDate em
{
	font-size: 12px;
	font-style: normal;
	
}

#bodytext #leftcol .post .postInner .snippet-image  {
	float: left;
	height: auto;
	width: 33%;
}
#bodytext #leftcol .post .postInner .snippet-image img{
	height: auto;
	width: 100%;
}

#bodytext #leftcol .post .postInner .snippet-text {
	float: right;
	width: 63%;
	line-height:2em;
}

#bodytext #leftcol .post .postInner .post-image {
	height: 100%;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

#bodytext #leftcol .post .postInner .post-image img{
	height: auto;
	width: 100%;
}

#bodytext #leftcol .post .postInner .post-text {
	width: 100%;
}
#bodytext #leftcol .post .postInner ul.postData{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 63%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}

#bodytext #leftcol .post .postInner .snippet-text ul.postData{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 52%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}

#bodytext #leftcol .post .postData li
{
	float: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding: 3px 16px 2px 0;
	font-size: 0.8em;
	height: 11px;
	color: #075282;
	margin-bottom:5px;
}

#bodytext #leftcol .post .postInner .post-text ul.postData{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	clear:both
}

#bodytext #leftcol .post .post-text .postData li
{
	margin-bottom: 20px;
	padding-top:0;
}


#bodytext #leftcol .post .postInner .postData li a {
	color: #95c440;
	font-weight: normal;
	padding-bottom:3px;
}

#bodytext #leftcol .post .postInner .postData li a:hover {
	color: #0d73b3;
}

.comment {
	background-image: url(/blog/images/avitar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	margin-bottom: 15px;
}
.comment p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.comment strong {
	font-size: 1.1em;
}
.comment em {
	font-style: normal;
	font-size: 0.9em;
	color:#999;
}
.comment .author {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	background-color: #075282;
	padding: 1px 0 1px 0;
	width: 50px;
	margin-bottom:3px;
}


.pagination {
	float: right;
	margin-right:60px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.pagination a{
	display: block;
	height: 21px;
	width: 26px;
	float: left;
	background-image: url(../images/pag-bg.png);
	background-repeat: no-repeat;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #717171;
	padding-top: 5px;
}

.pagination a:hover {
	background-image: url(../images/pag-bg-active.png);
}

.pagination a.active {
	background-image: url(../images/pag-bg-active.png);
}
.pagination a.pag-next {
	background-image: url(../images/pag-next.png);
}
.pagination a.pag-prev {
	background-image: url(../images/pag-prev.png);
}
.pagination a.pag-next:hover {
	margin-right: 0px;
	margin-left: 4px;
}
.pagination a.pag-prev:hover {
	margin-left:-2px;
	margin-right:6px;
}
#backToTop {
	clear:both;
	text-align:right;
	padding-bottom:15px;
	margin-top:52px;
}
#backToTop .arrow {
	width: 8px;
	height:10px;
	font-style: normal;
	font-weight: bold;
}

#footer {
	width:100%;
	margin:0 auto;
	clear:both;
	padding:33px 0 25px;
	color: #fff;
	font-size:0.9em;
	background-color: #525b6a;
}

#footer a    {
	color:#fff;
}
#footer a:hover   {
	text-decoration:underline;
}

#footer #footerInner {
	width:960px;
	margin:0 auto;
	background-image: url(/images/footer-border.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:20px;
}
#footer #footerInner #leftcol {
	width: 45%;
	float: left;
}

#footer #footerInner #rightcol {
	width: 45%;
	float: right;
}

#footer #footlogo {
	float: right;
	height: 100px;
	width: 100%;
	display: block;
	clear: right;
	background-image: url(/images/bricklebee-estate-agent-logo-reverse.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer #footerInner #footerMenu {
	float:right;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
}

#footer #footerInner p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#footer #footerInner p strong {
	text-transform: uppercase;
	font-size:1.1em;
}

#footer #footerInner p em {
	font-style: normal;
	width: 70px;
	display: block;
	float: left;
}

#footer #footerInner #footerMenu li {
	list-style-type:none;
	float:right;
	padding:0 13px 0 10px;
	background:url(/images/footer-menu-seperator.jpg) no-repeat;
	background-position:right center;
}

#footer #footerInner #footerMenu li.last {
	padding-right:0px;	
	background:none;
}
#wbd a {
	font-size: 0.8em;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
@media screen and (max-width: 960px)
{
body {
	font-size:0.85em;
}

h2 {
	font-size:1.1em;
}
	
header span
{
	width:100%;
	padding:0;
	margin:0;
}	

#banner form,
#footer #footerInner
{
	width:100%;
}	


#bodytext
{
	width:96%;
	padding:2%;
	margin:0;
}




}


@media screen and (max-width: 750px)
{
body {
	background:none;
}

header {
	height: auto;
}

	
#bodytext #leftcol,
#bodytext #rightcol
{
	width:100%;
	padding:0;
	margin:0;
}	
	
#bodytext #leftcol .post
{
	width:100%;
	max-width:670px;
	margin-left:auto;
	margin-right:auto;
	padding:1%;
}

header #logo
{
	text-align:center;
	width:100%;
}

#bodytext #leftcol .post .postInner {
	width:93%;
}

#bodytext #leftcol .post .postBottom
{
	background-image:none;
}

#bodytext #leftcol .post .postInner .snippet-image {
	width: 35%;
	height:auto;
}
#bodytext #leftcol .post .postInner .snippet-text,
#bodytext #leftcol .post .postInner ul.postData
{
	width: 63%;
}

header #contactBox, #rightcol, #backToTop, #banner
{
	display: none; 
}



.pagination {
	margin: 0;
	margin-bottom:20px;
	margin-top:-20px;
}

#footer
{
	width:96%;
	padding: 30px 2% 2% 2%;
	margin:0;
}

/*
#bodytext #leftcol .post .postInner .postData .
{
margin:0;	
}

#bodytext #leftcol .post .postInner .post-image {
	height: auto;
	width: 100%;
}
*/

}
