/*
Theme Name: Maldon PS
Theme URI: 
Version: 1
Description: 
Author: Green Graphics
Author URI: http://greengraphics.com.au
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
}

a {color: #479ae0; text-decoration:none;}
a:hover {color: #479ae0; text-decoration:underline;}

body {
 	background: #b6e5fa url('img/bg2.jpg') fixed no-repeat center bottom;
	color: #363636;
	font: normal 62.5% Helvetica, sans-serif
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: bold 1.6em Helvetica,sans-serif;
	margin-bottom: 4px;
	color: #5a6ca0;
}
h2 {font: normal 1.6em Helvetica,sans-serif;}
h3 {font: bold 1.1em Helvetica,sans-serif;}

h1, h2, h3 {padding-top: 6px;
			padding-bottom: 10px;
}

label {
	display: block;
	font-size: 0.9em;
}

.child li {}
.return {float:right;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 0;
	width: 932px;
}

/* header */
.top {
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0;

}
/* title */
#header {
	background: url('img/logo.jpg') no-repeat #3b649c;
	height: 121px;
	margin: 0 auto;
	width: 900px;
	over: hidden;
	z-index: 100;
}

#header .details{
height:72px;
width:149px;
background:url('img/contact.png');
color:#FFFFFF;
font-family:"Helvetica", sans-serif;
font-size:1.1em;
line-height:150%;
text-align:right;
padding-top:16px;
padding-right:30px;
float:right;
}
.topstrip {
background:url('img/topstrip.jpg');
height:164px;
width:100%;
top:0;
left:0;
position:absolute;
z-index:-1;
}
.topstriplog {
background:url('img/topstrip.jpg');
height:164px;
width:100%;
top:28px;
left:0;
position:absolute;
z-index:-1;
}

#slide{float:left;width:595px;margin-left:16px;}

#quote{
float:right;
width:265px;
background:#d9f0fd;
height:215px;
margin-right:16px;
padding:20px;
}


#quote p{
padding:0;
margin:0;
line-height:140%;
}

#quote h4 {
	font: lighter 1.6em Helvetica,sans-serif;
	margin-bottom:40px;
}


#bottom {
background:url('img/colour-tiles2.jpg') no-repeat;
height:430px;
width:900px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
font-family:"Helvetica", sans-serif;
font-size:1em;
line-height:130%;

}
#bottom h1{
color:#fff;
font-size:1.3em;
padding-bottom:8px;
margin:0;
padding-top:0;
}
#bottom h1 a{
color:#fff;
text-decoration:none;
}
#bottom h2 {color:#fff; font-size:1.2em; padding-bottom:8px; }

#bottom a{
color:#fff;
font-weight:bold;
text-decoration:none;
}
#bottom a:hover{
color:#fff;
font-weight:bold;
text-decoration:underline;
}

#bottom #left{
float:left;
width:240px;
padding:20px;
margin-left:16px;
margin-top:16px;
height:355px;
overflow:hidden;
}

#bottom #middle{
float:left;
width:235px;
padding:20px;
margin-left:16px;
margin-top:16px;
height:355px;
overflow:hidden;
}
#bottom #right{
float:right;
width:240px;
padding:20px;
margin-right:16px;
margin-top:16px;
height:355px;
overflow:hidden;
}
/* navigation */
#navigation {	
	height:39px;
	z-index: 200;
width:900px;
margin:0 auto;
background: #6f81b1;
}

#navigation ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
  float: left;
  display: inline-block;
  position: relative;
	
}
#navigation a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	font: lighter 1.35em Helvetica,sans-serif;
	line-height: 39px;
	padding: 0 20px;
	
}
#navigation a:hover {background:#fcb040; color: #2d4f8a;}

#navigation .current_page_item > a,
#navigation .current_page_parent > a{
background:#fcb040; color: #2d4f8a;
}


/* sub-menu */
#navigation li ul {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 39px;
	padding: 0 0 10px 0;
	margin: 0;
	z-index: 200;
}

#navigation li ul li{

background: #15b0de;
width: 180px;

padding: 0;
margin: 0;
	
}

#navigation li ul a{
	background: transparent;
	display: block;
	width: 160px;
	line-height: 120%;
	padding: 10px 10px;
	color:#FFFFFF;
}

#navigation li ul a:hover{
	background: #fcb040;color: #2d4f8a;
}

#navigation li ul .current_page_item > a{
background:none;
color:#FFFFFF;
}

#navigation li ul .current_page_item > a:hover{
background:#fcb040; color: #2d4f8a;
}


/* main */
.main {
	background: url('img/mainbg2.png');
	z-index: 50;float:left;
width:932px;
	min-height: 620px;
}

.mainhome {

	background: url('img/mainbg.png');
float:left;
	z-index: 50;
width:932px;
}

/* SIDEBAR --------------------------------------------------*/


.sidenav {
	float: right;
	width: 264px;
margin-right:16px;
height:100%;
padding:20px;

}
.sidenav p{
padding:0;
margin:0;
}
.sidenav h2 {
	color: #000000;
	font: bold 1em Arial,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav h4 {
	font: lighter 1.6em Helvetica,sans-serif;
	line-height: 30px;
	margin-bottom:40px;
}

.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 0px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #fff;	
}

/* CONTENT --------------------------------------------------*/

.content {
	float: left;
	margin-left:16px;

	padding: 10px 20px;
	width: 555px;
}
.content .descr {
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li { list-style-type: disc; font-size:1.2em;line-height: 160%; padding: 0 0 2px 6px; }
.content p {
	line-height: 160%;
font-size:1.2em;
	}
	
/* CONTENT HOME --------------------------------------------------*/

.contenthome {
	float: left;

	width: 932px;
}
.contenthome .descr {
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenthome li { list-style-type: disc; line-height: 140%; padding: 0 0 12px 6px; }
.contenthome p {
	line-height: 140%;

	}
	
	
/* IMAGE STLES --------------------------------------------------*/

img.alignright {float:right; margin:4em 4em 4em 4em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {border:none;}

/* contact form */

.btn2 {
    	background: #4bace1;
    	width: 150px !important;
     	border: none !important;
    	color: #FFFFFF;
	width: 150px;
    	font-size: 16px;
    	font-weight: bold;
    	padding: 8px 12px;
	float: left;
	border: 0 none;
	cursor: pointer;
}
.btn2:hover {
    	background: #FCB040;
    	color: #FFFFFF;
    	font-size: 16px;
    	font-weight: bold;
    	text-decoration: none;
}
.wpcf7-form input, .wpcf7-form textarea {
    	border-color: #C0C0C0;
    	border-style: solid;
    	border-width: 1px;
    	padding: 4px;
    	line-height: 16px;
    	font-size: 16px;
    	width: 350px;
    	float: none;
    	margin: 0;
}
.wpcf7-form input wpcf7-form-control wpcf7-quiz {
	width: 50px;
}


/* FOOTER --------------------------------------------------*/

.footer {
	clear:both;
	background: url('img/footer-bg.jpg') fixed bottom;
	color: #FFF;
	font: normal 1em Arial, sans serif;
	padding: 0;
	line-height: 39px;
	height: 150px;
	margin-left: 18px;
	float:left;
	width:898px;
}
.leftfooter {margin-left: 20px;}
.footer a {color: #FFF; text-decoration:none;}
.footer a:hover {color: #FFF; text-decoration:underline;}

/* POSTS --------------------------------------------------*/

.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #000;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD; margin: 4px 0;}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

h4 a{
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	margin-bottom: 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
h4 a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	color: #fff;
	text-decoration: none;
}
h4 a:active {
	position:relative;
	top:1px;
}


/* COMMENTS --------------------------------------------------*/
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

/* COMMENT FORM FIELDS --------------------------------------------------*/

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}

#commentform input {margin-bottom: 3px;}


/* HIDDEN ELEMENTS --------------------------------------------------*/

.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}

/* RESET STYLES --------------------------------------------------*/

.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}

/* CLEARFIX CLASSES --------------------------------------------------*/

.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}