/* ---------- Main CSS  -----------*/
body {
	
	}
.recruit, .news {
	padding: 8px 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
		
.recruit {
	border: 1px solid #497FBF;
	background-color: #DBE6F2;
	}
	
.recruit h1 {
	color: #497FBF;
	font-size: 22px; 
  	line-height: 22px;
  	margin-bottom: 8px; 
	}
	
	

.news {
	border: 1px solid #79a802;
	background-color: #F0FECB;
	
	}
	
.news h1 {
	color: #79a802;
	font-size: 22px; 
  	line-height: 22px;
  	margin-bottom: 8px; 
	}
	
.details h1 {
	margin-bottom: 2px;
	}

.details .type {
	font-size: 18px;
	font-weight: bold;
	color:#79a802;
	display: block;
	margin-bottom: 10px;
	margin-top: 8px;
	}
	
.details .location {
	font-size: 18px;
	font-weight: bold;
	color: #497FBF;
	display: block;
	margin-bottom: 10px; 
	}
	

.details .gallery {
	overflow: auto;
	}
	
.details .gallery li img {
	padding: 2px;
	
	}
	
.details .gallery li a {
	border: 1px solid silver;
	display: block;
	line-height: 0px;
	}

.details .gallery li a:hover {
	border: 1px solid #666;
	}
	
.details .gallery li {
	float: left;
	margin: 10px;
	}
	
.details .description, .details .gallery, .details .stations, .details .rooms, .details .features {
	margin-bottom: 20px;
	}
	
	
.details .stations, .details .rooms {
	background-color: #ECEDED;
	border: 1px solid;
	border-bottom-color: #D5D5D6;
	border-right-color: #D5D5D6;
	border-top-color: #E4E5E5;
	border-left-color: #E4E5E5;
	padding: 4px;
	margin-bottom: 30px;
	}
	
.details .rooms img {
	border: 1px solid silver;
	vertical-align: middle;
	margin-bottom: 2px;
	}

.details table  {
	width: 100%;
	border-collapse: collapse;
	}

.details table th {
	color:#79a802;
	font-weight: bold;
	font-size: 14px;
	}
	
.details table td, .details table th {
	padding:2px;
	padding-left: 5px;
	padding-right: 5px;
	
}

/* ---------- FORM  -----------*/

.sent {
	border: 1px solid orange;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
.enquiryform .required {
	background: #fff url(/media/images/star.gif) no-repeat right top;
	}

.enquiryform fieldset {
	background-color: #F1F3F1;
	border: 1px solid #D5D5D6;
	padding: 4px 10px;
	margin-bottom: 20px;
	}

.enquiryform h2 {
	color:#79a802;
	}
	
.enquiryform li {
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
.enquiryform label {
	font-weight: bold;
	float: left;
	width: 180px;
	cursor: pointer;
	color:#497FBF;
	}
	
.enquiryform input {
	border: 1px solid silver;
	padding: 3px;
	width: 180px;
	}


.enquiryform .pdetails {
	
	}

.enquiryform .error {
	color: red;
	font-size: 10px;
	}
	
.enquiryform .error li {
	padding: 0px;
	margin: 0px;
	}

.enquiryform fieldset.submit {
	border: none;
	text-align: right;
	background-color: #fff;
	}
	
.enquiryform .submit input {
	font-weight: bold;
	width: auto;
	padding: 6px;
	cursor: pointer;
	color:#79a802;
	}
	
	
/* ---------- Side Bars  -----------*/

.sidebar h2 {
	font-family: 'Gotham Rounded', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px; 
	line-height: 18px;
	margin-bottom: 6px;
	color:#79a802;
	}
	
.propertylist li {
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
	border: 1px solid silver;
	
	
	}
	
.propertylist li a {
	display: block;
	float:left;
	
	padding: 4px;
	}
	
.propertylist li a:hover {
	background: #EAEAEA;
	}
	
.propertylist li img {
	float: left;
	border: 1px solid silver;
	padding: 1px;
	
	}
	
.propertylist li .title {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-left: 6px;
	width: 200px;
	}
	
.propertylist li .type {
	display: block;
	float: left;
	margin-left: 6px;
	margin-top: 2px;
	width: 140px;
	}

	
/* ---------- Post  -----------*/

#main-blog-content h1 {
	font-family:'Arial';
	letter-spacing: -2px;
	font-size: 48px;
	line-height:38px;
	font-weight: bold;
	color: #666; 
	margin-bottom: 20px;
	}
	
#main-blog-content h2 {
	font-family:'Arial';
	letter-spacing: -2px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 4px;
	}
	
#main-blog-content .sub-title{
	color: #ccc;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}

#posts .post .author, #post .author {
	font-weight: bold;
	}
	
#posts .post #details, #post #details {
	font-size: 16px;
	font-style: italic;
	
	margin-bottom: 10px;
	}
	
#posts .post .summary, #post .content {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	}

.news-feed {
	margin-bottom: 20px;
	text-align: center;
	}

#posts .post #details .category {
	float: right;
	font-size: 12px;
	font-style: normal;
	}
	
	
#posts .post .read-more {
	float: right;
	
	}	
	
#posts .post .summary {
	
	margin-bottom: 2px;
	padding-bottom: 8px;
	border-bottom: 1px dotted silver;
	}

#posts .post {
	margin-bottom: 20px;
	
	overflow: auto;
	}

#post .content {
	margin-top: 20px;
	margin-bottom: 20px;
	}

	
/* ---------- Paignation -----------*/

.paignation {
	margin-top: 20px;
	}
	
.paignation ul li {
	float: left;
	display: block;

	}

.paignation ul li a, .paignation ul .active, .paignation ul .inactive{
	display: block;
	padding: 2px 6px;
	margin: 0px 2px;
	}

.paignation ul li a{
	color: #497FBF;
	border: 1px solid #497FBF;
	}
	
.paignation ul li a:hover{
	color: #294B74;
	border: 1px solid #294B74;
	}
	
.paignation ul .active{
	background-color: #497FBF;
	border: 1px solid #497FBF;
	color: #fff;
	}
	
.paignation ul .inactive {
	color: silver;
	border: 1px solid silver;
	}

		


/* ---------- Footer  -----------*/

#footer {
	
	
	
	}


#footer .menu li{
	display: inline;
	padding: 6px 6px 0 6px;
	}

	
.footer-container {
	text-align: center;
}

.copyright {
	font-size: 10px;
	color: #666;
	padding-top: 4px;
	}

.copyright span {
	display: block;
	}


