/*
THEME NAME: WP Theme
THEME URI: http://www.wppatrickk.com
DESCRIPTION: Custom Wordpress Theme
VERSION: 1.0
AUTHOR: <a href="http://www.wppatrickk.com">Patrick</a>
AUTHOR URI: http://www.wppatrickk.com
*/

@import "reset.css";

@font-face {
	font-family: 'Conv_BradhITC';
	src: url('fonts/BradhITC.eot');
	src: url('fonts/BradhITC.woff') format('woff'), url('fonts/BradhITC.ttf') format('truetype'), url('fonts/BradhITC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #f1f2f2;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5f5d5d;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 100%;
}

.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#testimonials blockquote {
	font-family: 'Conv_BradhITC';
	font-size: 18px;
}

#header {
	width: 100%;
	background: #FFFFFF;
}

#logo {
	float: left;
	width: 48%;
	max-width: 420px;
}

#logo img {
	width: 100%;
	display: block;
}

#logo-right {
	width: 48%;
	float: right;
}

#logo-right label {
	display: none;
}

#logo-right form {
	background: url('images/search.jpg') no-repeat;
	float: right;
	width: 261px;
	height: 49px;
	overflow: hidden;
	margin-top: 40px;
}

#logo-right form input[type="text"] {
	background: none;
	border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 41px;
    padding: 4px 4px 4px 8px;
    width: 190px;
}

#logo-right form input[type="submit"] {
	border: 0;
	background: none;
	padding: 4px;
	width: 55px;
	height: 47px;
	float: right;
}

#menu {
	width: 100%;
	background: url('images/menu.jpg') repeat-x;
}

#menu ul li {
	float: left;
	background: url('images/menu_li.jpg') no-repeat right center;
}

#menu ul li a {
	font-family: "Trebuchet MS", sans-serif;
	color: #044e7d;
	font-size: 18px;
	padding: 10px 20px;
	display: inline-block;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	background: url('images/menu_hover.jpg') repeat-x;
}

#banner {
	background: url('images/slider.jpg') repeat-x;
	padding-top: 10px;
}

#page-banner .inner {
	position: relative;
}

.enquire-now {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#container {
	width: 100%;
	padding: 30px 0;
}

#content {
	float: left;
	width: 65%;
}

.post-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	color: #025488;
	margin-bottom: 20px;
	font-weight: bold;
}

.post-title a {
	color: #025488;
}

.post-content p {
	line-height: 1.4;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

#sidebar {
	float: right;
	width: 30%;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	color: #025488;
	margin: 10px 0;
	font-weight: bold;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

.sidepanel img {
	max-width: 290px;
}

#footer {
	background: url('images/footer.jpg') repeat-x #025388;
	width: 100%;
	overflow: hidden;
}

#testimonials {
	background: #d5d7d8;
	padding: 30px 30px 20px;
}

#testimonials h3 {
	color: #025488;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

#testimonials blockquote {
	background: none;
	padding: 0;
	font-style: normal;
	line-height: 1.3;
}

.testimonials-widget-testimonial {
	width: 80%;
}

.see-more {
	float: right;
	position: relative;
	top: -50px;
}

#credit {
	margin: 20px 0 30px;
	color: #FFFFFF;
}

#credit p {
	text-align: right;
}

.starlink {
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}