/*  
Theme Name: West Cape Beach House Marion Bay
Theme URI: http://web-visons.com.au
Description: A custom wordpress theme
Version: 1.0
Author: Web Visions
Author URI: http://web-visions
*/
body {font-family: arial,serif; margin: 0;}
.fix {overflow:hidden}
.clear{clear:both}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:10px;}
.alignright {float:right;margin-left:10px;}
.aligncenter {display:block;margin:0 auto}
a, a:active {text-decoration:none}
img {max-width:100%; height: auto; border:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0 0 15px;}
ul{margin: 0;padding: 0;}
ul li{list-style: none;}
.column {width:1000px; margin:0 auto;display:block;}
.header-area{margin: 10px 0;}
.logo img{max-width: 150px;}
.content{margin: 30px auto;border-bottom: 1px solid #ccc;}
.content h1, .latest-post h1 {
  font-family: times new roman;
  color: #4d4d4d;
  font-size: 28px;
}
.content p {
  color: #949292;
  font-family: "Oswald-Light";
  font-size: 16px;
  line-height: 25px;
}
.banner{padding: 20px 0;}
.latest-post{margin-bottom: 100px;}
.recentpost{margin-left: -50px;}
.post{width: 300px; margin-left: 50px; float: left;}
.post h2 a {
  color: #4d4d4d;
  font-family: "Oswald-Regular";
  font-size: 20px;
  line-height: 1em;
}
.wp-caption-text {
	text-align: center;
	margin-top: 0;
}

.post h2{
	margin: 20px 0;
}
.post p {
  color: #949292;
  font-family: "Oswald-Light";
  font-size: 16px;
  line-height: 22px;
}
.post a.readmore{display:block; color: #2e5b9f; width: 40px;}



.footer{
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 -9px 0 0 #f7f7f7;
  text-align: center;
}
.footer img{
	margin-top: -50px;
	padding: 0 15px;
	background: #fff;
  width: 90px;
}
.footer p {
  color: #4d4d4d;
  font-family: "Oswald-Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.page{margin: 50px 0 100px 0;}

.page p{
	color: #949292;
	font-family: "Oswald-Light";
	font-size: 16px;
	line-height: 25px;
}

.page ul li {
	color: #949292;
	font-family: "Oswald-Light";
	font-size: 16px;
	line-height: 25px;
	
}

.page-content a {	
	color: #949292;
	text-decoration:underline;
}

.page-content a.readmore{text-decoration:none;}

.recentpost a.readmore{	color: #949292;}

a.readmore:hover{	
	color: black !important;
}





.full-width-image img{
	margin: 10px auto 20px auto;
	width: 100%;
	height: auto;
}

.page-heading::before {
  background: #b5b9bc none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 4px 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.heading-block .page-heading {
  margin: 0 -35px 15px -6px;
}
.page-heading {
  margin: 0 0 1px;
  position: relative;
  text-align: center;
}
.page-heading .title-holder {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding: 0 16px;
  position: relative;
  vertical-align: top;
}
.page-heading .title-page {
	display: block;
	overflow: hidden;
	color: #1a355e;
	font-family: "Oswald-Light";
	font-size: 20px;
	line-height: 35px;
}
.page-content{
	width: 700px;
	margin-right: 40px;
	float: left;
}

.sidebar{
	width: 260px;
	float: left;
}
.sidebar ul li a{
	color: #1a355e;
	font-family: "Oswald-Light";
}
.sidebars{
	margin-bottom: 30px;
}
.textwidget{
    color: #949292;
    font-family: "Oswald-Light";
    font-size: 16px;
    line-height: 25px;
}
.error { font-size:50px; color:#1a355e; text-align:center; margin:30px 0 100px 0;}
.error span { display:block; font-size:200px; color:#1a355e; text-align:center; line-height:150px;}
.blog-post h2 a{
  color: #4d4d4d;
  font-family: "Oswald-light";
  font-size: 20px;
  line-height: 25px;
}
.pagination {
margin: 20px 0;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0;
border-radius: 5px;
}
.pagination ul>li {
display: inline;
}
.pagination ul li a{
  color: #000;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
border-left-width: 1px;
border-radius: 5px 0 0 5px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
border-rigth-width: 1px;
border-radius: 0 5px 5px 0;
}
.pagination ul>li>a, .pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
border-left-width: 0;
}
input[type=submit]{
  background: #355586 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding: 5px 10px;
  border:1px solid #171717;
}
input:hover{
  cursor: pointer;
}