/*

Theme Name: Indiana

Theme URI: http://www.perth-web-design.com.au/

Author: Perth Web Design

Author URI: http://www.perth-web-design.com.au/

Description: Description

Version: 1.0

*/





/* =Reset

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

body {

	background:none repeat scroll 0 0 #F2EEE5;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

	font-size:1.2em;

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}





/* =Global

----------------------------------------------- */



body,

button,

input,

select,

textarea {

	color: #2b221b;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 20px;

}



/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

	color:#002f65;

	line-height:1em;

	margin-bottom:20px;

	font-weight:600; 

	font-family: 'Quicksand',sans-serif;

}



h1{ font-size: 28px; }

h2{ font-size: 25px; }

h3{ font-size: 22px; }

h4{ font-size: 20px; }

h5{ font-size: 18px; }

h6{ font-size: 16px }



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.2em;

}



/* Text elements */

p {

	margin-bottom: 1.2em;

}

ul, ol {

	margin: 0 0 1.2em 2em;

}

ul {

	list-style: disc;

}

ol {

	list-style: decimal;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

	margin-left: 1.5em;

}

dt {

	font-weight: bold;

}

dd {

	margin: 0 1.5em 1.2em;

}

b, strong {

	font-weight: bold;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.2em;

}

address {

	margin: 0 0 1.2em;

}

pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 1.5em;

	line-height: 1.2;

	margin-bottom: 1.6em;

	padding: 1em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.2em;

	width: 100%;

}

th {

	font-weight: bold;

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	resize: none;
	outline: none;

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	background: none repeat scroll 0 0 #1C649A;

    border: medium none;

    box-shadow: none;

    color: #F2EEE4;

    cursor: pointer;

    font-size: 15px;

    font-weight: bold;

    height: 40px;

    line-height: 35px;

    padding: 0 30px;

    text-shadow: none;

    text-transform: uppercase;

	

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	background:#12456b; 

}

button:focus,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	background:#12456b; 

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}



input[type=text],

input[type=email],

input[type=password],

textarea {

	background: none repeat scroll 0 0 #F0ECE1;

    border: medium none;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31) inset;

    color: #585858;

    height: 40px;

    line-height: 40px;

    padding: 0 25px;

    width: 250px;

}


input[type=text]:focus,

input[type=email]:focus,

input[type=password]:focus,

textarea:focus {

	color: #111;
	box-shadow: 0 1px 2px rgba(150, 100, 10, 0.5) inset;

}

input[type=text],

input[type=email],

input[type=password] {

	height: 34px;

    line-height: 34px;

    padding: 0 10px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding: 3px 10px 10px 10px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

	height:120px;

}



/* Links */

a,

a:visited {

	color: #1982D1;

	text-decoration:none;

}

a:hover,

a:focus,

a:active {

	color:#34A1F2;

	text-decoration:none;

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.2em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.2em;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto;

}



/* Text meant only for screen readers */

.assistive-text {

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}







/* =Main Layout

----------------------------------------------- */

#page{}

.site-container{ width:960px; padding:0 0px; margin:auto; position:relative;  }

.site-main{

	margin: -90px auto 0;

    min-height: 600px;

    padding: 0;

    position: relative;

    width: 960px;

    z-index: 60;

 }



.site-header{

	height: 150px;

   

    position: relative;

    z-index: 65;

}

.site-title{ float:left; padding-top:25px; margin:0;  }

.site-title a{ background:url(images/logo.png) left top no-repeat; width:200px; height:110px; display:block; text-indent:-99999px; }

.site-description{ font-size:1em;}



.site-featured{ position:relative;}

.home .site-featured{ margin-top:0; margin-top:-47px;  }

.site-header-image-bg{ height:400px!important;  }

.site-header-image-bg .inners-header-border{

	width:100%;

	height:400px;

	position:absolute;

	left:0;

	top:0;

	right:0;

	z-index:60;

	background:url(images/inners-header-border.png) center top no-repeat;

}



.site-main-wrap{

	background: url("images/bg.jpg") no-repeat scroll center bottom transparent;

}



.site-footer{

	background: none repeat scroll 0 0 #1C649A;

    float: left;

    font-size: 12px;

    line-height: 23px;

    width: 100%;

}



.site-footer .footer-content{

	clear: both;

    float: left;

    margin: auto;

    padding: 20px 0;

    position: relative;

    width: 100%;

}

.site-footer .footer-info {

	background: none repeat scroll 0 0 #12456B;

    clear: both;

    color: #FFFFFF;

    float: left;

    font-size: 12px;

    margin: auto;

    padding: 5px 0;

    position: relative;

    width: 100%;

	font-family:'Quicksand',sans-serif;

	

}

.site-footer .footer-text{ font-family:Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; }



.site-footer .footer-info .site-info{ width:50%; text-align:right; float:right; line-height:20px; }

.site-footer .footer-info .site-info p{ margin:0; }

.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }

.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; }

.site-footer .footer-info .site-container { text-align: center; }

.page .entry-header{  }

.home .front-content .entry-header{ margin:0; height:auto;}



.home .site-header-image-bg{ height:640px!important; }



#primary-full-width{

	background: url("images/content-full-width-hader.png") no-repeat scroll center top transparent;

    float: left;

    margin: auto auto auto -32px;

    padding-top: 59px;

    width: 1024px;

}

#content-full-width{



	background: url("images/content-full-width-content.png") repeat-y scroll center top transparent;

    float: left;

    margin: 0;

    padding: 0 42px;

    width: 940px;

}

#content-full-width .hentry{ margin-top:-20px; }

#primary-full-width .content-full-width-footer{

	background: url("images/content-full-width-footer.png") no-repeat scroll center top transparent;

    float: left;

    height: 40px;

    width: 100%;

}





.page-template-page-templatescontact-us-php .site-header-image-bg{ }

.page-template-page-templatescontact-us-php {}

.page-template-page-templatescontact-us-php #content {  margin: -10px 0 0 480px }

.page-template-page-templatescontact-us-php #primary { float: right; margin: 0 0 0 -480px; }

.page-template-page-templatescontact-us-php #secondary{

	background:none;

    float: left;

    min-height: 400px;

    padding-right: 40px;

    width: 350px;

}

 

.page-template-page-templatescontact-us-php #secondary h2{

	font-size: 20px;

    margin-bottom: 30px;

}



.page-template-page-templatescontact-us-php #secondary .widget{

	background: url("images/contact-widget-line.png") no-repeat scroll left bottom transparent;

    margin-bottom: 30px;

    margin-left: 0;

    padding: 0 50px 30px 0;

}

.page-template-page-templatescontact-us-php #secondary .widget:last-child{ background:none; }



.page-template-page-templatescontact-us-php #secondary .widget .widget-title{

	color: #2B221B;

    font-size: 18px;

    margin-bottom: 16px;

}

.page-template-page-templatescontact-us-php .content-area{}

.page-template-page-templatescontact-us-php .widget-area{}









.page-template-page-templatessidebar-content-php{}

.page-template-page-templatessidebar-content-php #content {  margin: -10px 0 0 340px; }

.page-template-page-templatessidebar-content-php #primary { float: right; margin: 0 0 0 -320px; }

.page-template-page-templatessidebar-content-php #secondary{

	background: url("images/sidebar-line.png") repeat-y scroll right top transparent;

    float: left;

    min-height: 400px;

    padding-right: 40px;

    width: 260px;

	margin-top:-20px;

 }

.page-template-page-templatessidebar-content-php #secondary .widget{ margin-left:0; }

.page-template-page-templatessidebar-content-php .content-area{}

.page-template-page-templatessidebar-content-php .widget-area{}

.page-template-page-menu-php #content {  margin: -10px 0 0 340px; }

.page-template-page-menu-php #primary { float: right; margin: 0 0 0 -320px; }

.page-template-page-menu-php #secondary{

	background: url("images/sidebar-line.png") repeat-y scroll right top transparent;

    float: left;

    min-height: 400px;

    padding-right: 40px;

    width: 260px;

	margin-top:-20px;

 }
 
.page-template-page-menu-php #secondary .subpages li {
	list-style: none;
}

.page-template-page-menu-php #secondary .subpages li a {
	color: #525252;
	font-family: 'Quicksand',sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
}

.page-template-page-menu-php #secondary .subpages li a:hover,

.page-template-page-menu-php #secondary .subpages li.current_page_item a{

	color:#002f65;

}

.page-template-page-menu-php #primary .widget-contact{

	background: url("images/contact-widget-line.png") no-repeat scroll left bottom transparent;

    margin-bottom: 30px;

    margin-left: 0;

    padding: 0 50px 30px 0;

}



.site-main .site-content-header{

	background: url("images/content-full-width-hader.png") no-repeat scroll center top transparent;

    height: 59px;

    margin-left: -32px;

    width: 1024px;

}

.site-main .site-container{

	background: url("images/content-full-width-content.png") repeat-y scroll center top transparent;

    float: left;

    margin-left: -42px;

    padding: 0 42px

}

.site-main .site-content-footer{

	background: url("images/content-full-width-footer.png") no-repeat scroll center top transparent;

    float: left;

    height: 40px;

    margin-left: -32px;

    width: 1024px;

}















#footer-address{

	 float: left;

    margin-right: 20px;

    width: 520px;

}



#footer-address p{ margin-bottom:0;}

#footer-address .label{ width:80px; display:block; float:left; }

#footer-address .address{ margin-bottom: 1.2em; }

#footer-address .contact{

	float: right;

    margin: 0 0 0 20px;

    width: 240px;

}

#footer-address .image-map{

	float:left; 

}



/* =Layout: Content-Sidebar

----------------------------------------------- */

#primary {

	float: left;

	margin: -20px -320px 0 0;

	width: 100%;

}

#content {

	margin: 0 330px 0 10px;

}

#secondary { /* Sidebar 1 */

	float: right;

    overflow: hidden;

    padding: 0 20px;

    width: 260px;

	background:url(images/sidebar-line.png) left top repeat-y;

	min-height:400px;

}

#secondary .widget{ margin-left:20px; }

#tertiary { /* Sidebar 2 */

	clear: right;

}



/* =Menu

----------------------------------------------- */





#menu-primary-container{ text-align:center; }



.main-navigation {

	background: none repeat scroll 0 0 #1C649A;

    border-top: 4px solid #34A1F2;

    clear: both;

    display: block;

    height: 62px;

    line-height: 1;

    margin: 0;

    text-align: center;

    width: 100%;

}

.main-navigation .menu{

	margin: auto;

    padding: 0 10px;

    position: relative;

    text-align: center;

    width: auto;

 }

.main-navigation ul {

    display: inline-block !important;

    text-align: left;

    width: 100%;

	list-style:none;

	margin:0;

	position:relative;

}

.main-navigation li {

	display: inline-block;

    float: none;

    margin: 0;

    position: relative;

    

}

.main-navigation a {

	border-bottom: 0 none;

    color: #FFFFFF;

    display: block;

    font-family: 'Quicksand',sans-serif;

    font-size: 17px;

    font-weight: bold;

    line-height: 62px;

    padding: 0 24px;

    text-decoration: none;

    text-transform: uppercase;

	

}

.main-navigation ul ul {

	display: none;

	float: left;

	position: absolute;

	top: 100%;

	left: 10px;

	z-index: 99999;

	visibility:hidden;

	width:200px;

	

}

.main-navigation ul ul ul {

	left: 100%;

	top:0;

}



.main-navigation ul ul a {

	background: none repeat scroll 0 0 #FFFFFF;

    color: #1C649A;

    line-height: 34px;

    padding: 0 15px;

    text-transform: none !important;

    width: 180px;

	font-size:14px;

 }

 

.main-navigation ul ul li {}

.main-navigation ul.menu > ul:before{

	content: ' ';

	height: 0;

	position: absolute;

	width: 0;

	top:0;

	left:20px; 

	border: 10px solid transparent;

	border-top-color: #1C649A;

	z-index:50;



}



.main-navigation li:hover > a { color:#34a1f2; 	}

.main-navigation ul ul :hover > a { background:#34a1f2; color:#fff; }

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover > ul { display: block; visibility:visible; }

.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}

.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }

.main-navigation li.current_page_item a,

.main-navigation li.current-menu-item a { color:#34a1f2; }



/* Small menu */

.menu-toggle {

	cursor: pointer;

}

.main-small-navigation .menu {

	display: none;

}



#footer-menu{

	display: inline-block;

	list-style: none outside none;

	margin: 0;

	padding: 0;

	text-align: center;

}

#footer-menu li{ float:left; }

#footer-menu li a{

	color: #FFFFFF;

    display: block;

    float: left;

    font-family: 'Quicksand',sans-serif;

    font-size: 12px;

    font-weight: bold;

    line-height: 24px;

    padding: 3px 10px;

    text-transform: uppercase;

}

#footer-menu li:first-child a{ padding-left:0; }

#footer-menu li:hover > a {}

#footer-menu li.current_page_item a,

#footer-menu li.current-menu-item a { }



.socials{

	list-style: none outside none;

    margin: 0;

    padding: 0

}

.socials li{  }

.socials li a{

	color: #383939;

    display: block;

    height: 20px;

    margin-right: 10px;

    opacity: 1;

    padding-left: 30px;

	 font-family: 'Quicksand',sans-serif;

	 font-weight:600;



}

.socials li a:hover{ opacity:1; }

.socials li.facebook a{ background: url(images/address-facebook.png) left top no-repeat;}

.socials li.twitter a{ background: url(images/address-twitter.png)) left top no-repeat;}





/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

	margin: 0 0 1.2em;

	padding: 0 0 1.2em;

	border-bottom:#eee solid 1px;

}

.hentry .entry-header{}

.hentry .entry-header .entry-title{ margin-bottom:0px; }

.hentry .entry-header .entry-title a{  }

.single .hentry,

.page	.hentry{ border-bottom:none;  }

.entry-meta {

	clear: both;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.2em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.2em;

}



.page-header{ margin-bottom:20px; }



.attachment .entry-meta{ clear:none; float:left; }

#image-navigation{ text-align:right; }



.readmore{

	background: url("images/readmore-bg.png") no-repeat scroll right center transparent;

    color: #595959;

    display: inline-block;

    line-height: 44px;

    padding: 0 34px 0 20px;

	font-family: 'Quicksand',sans-serif;

}



.clear{ clear:both; }

/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}

.home .site-main {

    margin: -130px auto 0 !important;

    padding: 0 !important;

    width: 960px !important;

}

#front-page{ width:960px; margin:auto; }

#front-page .hentry{

	background: url("images/home-content-bg.png") no-repeat scroll left top transparent;

    float: left;

    height: 300px;

    margin-bottom: 0;

    margin-left: -32px;

    padding: 40px 42px 40px 32px;

    width: 620px;

}

#front-page .home-sidebar{

	background: url("images/home-sidebar-bg.png") no-repeat scroll left top transparent;

    float: right;

    margin-right: -32px;

    padding: 40px 32px 40px 48px;

    width: 250px;

}

.contact{

	font-family:'Quicksand',sans-serif;

	font-weight:600;

}

.contact p{ margin-bottom:0; line-height:20px; }

.contact .address{

	color: #002F65;

    font-size: 23px;

    font-weight: bold;

    line-height: 25px;

    margin-bottom: 20px;

 }

.contact .image-map{ margin-bottom:20px; }

.contact .email span{

	background: url("images/address-email.png") no-repeat scroll left center transparent;

    display: block;

    float: left;

    height: 20px;

    margin-right: 10px;

    text-indent: -9999px;

    width: 20px;

 }

.contact .phone span{

	background: url("images/address-phone.png") no-repeat scroll left center transparent;

    display: block;

    float: left;

    height: 20px;

    margin-right: 10px;

    text-indent: -9999px;

    width: 20px;

 }

.contact .fax span{

	background: url("images/address-phone.png") no-repeat scroll left center transparent;

    display: block;

    float: left;

    height: 20px;

    margin-right: 10px;

    text-indent: -9999px;

    width: 20px;

 }

 

 





/* =Media

----------------------------------------------- */



.site-header img,

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

.comment-content img[height],

img[class*="align"],

img[class*="wp-image-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

	display:block;

}

.site-header img,

.entry-content img,

img.size-full {

	max-width: 100%;

	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

	

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 1.2em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text { text-align: center; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.site-content .gallery { margin-bottom: 1.2em; }

.gallery-caption {}

.site-content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

	border: 2px solid #F2EEE5 !important;

}

.site-content .gallery dd { margin: 0; }

.site-content .gallery-columns-4 .gallery-item {}

.site-content .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}





/* =Navigation

----------------------------------------------- */



.site-content .site-navigation {

	margin: 0 0 1.2em;

	overflow:visible;

}

.site-content .nav-previous {

	float: left;

	width: 50%;

}

.site-content .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/* =Comments

----------------------------------------------- */



.comment-content a { word-wrap: break-word; }

.bypostauthor {}



#comments{ margin:0 0 1.2em; }

#comments h2{

	background: none repeat scroll 0 0 #F6F6F6;

    margin-bottom: 20px;

    padding: 10px;

}



.commentlist{ padding:0; margin:0; list-style:none;}

.commentlist li.comment{ padding: 0; min-height:70px; }

.commentlist li.comment .comment-content {

    padding-bottom: 0px;

    padding-left: 54px;

}

.commentlist li.comment .comment-author{}

.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}

.commentlist li.comment .comment-meta{

	float: right;

    font-size: 11px;

    font-style: oblique;

    margin-top: -30px;

}

.commentlist li.comment .reply{

	background: none repeat scroll 0 0 #CCCCCC;

    color: #FFFFFF;

    font-size: small;

    margin-top: 0;

    padding: 5px;

    position: absolute;

    top: 60px;

}

.commentlist li.comment .reply a{

	color: #FFFFFF;

    display: block;

    float: left;

    font-size: 12px;

    line-height: 10px;

}

.commentlist li.comment .footer{}



.commentlist li.comment .children{

	list-style: none outside none;

    margin: 5px 0 5px 54px;

}

.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; }

.commentlist li.comment article.comment .comment-content p{ margin:0; }



#respond{}

#respond #reply-title{ padding: 20px 0; }



#commentform{

	background: none repeat scroll 0 0 #F6F6F6;

    margin-bottom: 30px;

    padding: 30px;

 }

#commentform p{ margin-bottom:10px;}

#commentform .comment-notes{}

#commentform label{ width:100%; display:block;}

#commentform .comment-form-author{}

#commentform .comment-form-email{}

#commentform .comment-form-url{}

#commentform .comment-form-comment{}

#commentform .form-allowed-tags{}

#commentform textarea{

	height: 100px;

    line-height: 16px;

    overflow: auto;

    padding: 11px 7px 7px;

    vertical-align: top;

    width: 90%

}

#commentform .form-submit{}



.nocomments{ display:none; }



/* =Widgets

----------------------------------------------- */



.widget-title{

	color: #636363;

	font-size: 18px;

	margin-bottom: 10px;

 }

.widget {

	margin: 0 0 1.2em;

}

.widget ul{ padding:0; margin:0; list-style:none; }



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



/* Search widget */

#searchform .field{ width:220px; }

#searchsubmit { display:none;}



.header-widgets{

	background: none repeat scroll 0 0 transparent;

    float: right;

    margin-top: 60px;

    padding: 0;

 }

.header-widgets .widget{ 

	text-align:right; 

	color: #1C649A; 

	font-family: 'Quicksand',sans-serif;

    font-size: 22px;

    font-weight: bold;

	line-height: 42px;

}

.header-widgets .widget p{ margin-bottom:0;}

.header-widgets .widget .phone-number{

 	background: url("images/icon-call.png") no-repeat scroll left center transparent;

    float: left;

    line-height: 74px;

    padding-left: 47px;

    text-shadow: 0 1px 1px #FFFFFF;

 }

.header-widgets .widget .make-a-booking{

	background: url("images/mark-book-bg.png") no-repeat scroll center center transparent;

    display: block;

    float: right;

    font-size: 18px;

    line-height: 74px;

    margin-left: 14px;

    padding: 0;

    text-align: center;

    text-transform: uppercase;

    width: 200px;

}

.header-widgets .widget .make-a-booking a{ color: #1C649A; }



.widget_nav_menu{}

.widget_nav_menu ul{}

.widget_nav_menu ul li{}

.widget_nav_menu ul li a{

	color: #525252;

    font-family: 'Quicksand',sans-serif;

    font-size: 20px;

    font-weight: 600;

    line-height: 50px;

}

.widget_nav_menu ul li:hover a,

.widget_nav_menu ul li.current-menu-item a{

	color:#002f65;

}





/* = Custom Post type

------------------------------------------------*/

#slidercontainer{ margin:auto; height:768px; position:relative; }

#slidercontainer #slider-border{

	background: url("images/slide-box.png") no-repeat scroll center center transparent;

    float: left;

    height: 768px;

    left: 0;

    position: absolute;

    top: -40px;

    width: 100%;

    z-index: 60;

}



#sliderarea{ width:100%; max-width:1280px; height:640px; display:block; padding:0px; margin:auto; position:relative;  }

#sliderarea .bx-wrapper{

	clear: none;

    margin-top: 40px;

    max-height: 640px;

    overflow: hidden;

}

#sliderarea .bx-wrapper .bx-pager{ bottom: 0px; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }

#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:640px; background:none!important;}

#custom-slideshows > .slide{ width:100%; max-width:1280px; height:640px;}





#cta-container{

	float: left;

    height: auto;

    margin: 20px 0 0;

    width: 100%;

}

#custom-cta{

	list-style: none outside none;

    margin: auto;

    padding: 0;

    position: relative;

    width: 940px;

}

#custom-cta .cta{ width:300px; height:200px; position:relative; margin-left:20px; float:left;  }

#custom-cta .cta.col-0{ margin-left:0;}

#custom-cta .cta a{ float:left;}

#custom-cta .cta a img{ display:block;}

#custom-cta .cta .cta-title{ position:absolute; top:140px; display:block; text-align:center; width:100%; }

#custom-cta .cta .cta-title a{

	

	background: none repeat scroll 0 0 rgba(15, 55, 98, 0.8);

    color: #FFFFFF;

    display: inline-block;

    float: none;

    line-height: 44px;

    padding: 0 32px;

    

	-moz-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

	-webkit-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

	-o-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

	-ms-transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);

	transform: scale(1) rotate(-3deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);



}



#tagline{

	background: url("images/newsletter-bg.png") no-repeat scroll center bottom transparent;

    float: left;

    font-family: 'Quicksand',sans-serif;

    height: 120px;

    padding: 60px 0 10px;

    width: 100%;

}

#tagline .gform_wrapper .gform_title{

	color: #343434;

    font-size: 19px;

    font-weight: bold;

    margin-bottom: 10px;

}


#tagline .gform_wrapper .gform_body{ float:left; }

#tagline .gform_wrapper ul li{ float:left; margin-right:10px; margin-right: 10px !important; }

#tagline .gform_wrapper .ginput_container input{

	 background: none repeat scroll 0 0 #F0ECE1;

    border: medium none;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31) inset;

    color: #585858;

    height: 40px;

    line-height: 40px;

    padding: 0 25px;

    /*width: 270px;*/
	
	width: 155px;

}

#tagline .gform_wrapper .gform_footer {

    clear: none;

    float: left;

    margin: 10px 0 !important;

    padding: 0 !important;

}





.footer-widget{

	float: left;

    width: 100%;

}

.footer-widget .widget{ 
	padding:0; 
	margin:0; 
	float:left; 
	margin-right: 85px;
}

.footer-widget .widget p {
	margin: 0;
}

#simpleimage-5 { margin-right: 0; }

/* = Custom Plugins

------------------------------------------------*/



/* Plugin WP Pagenavi */

.wp-pagenavi{}

.wp-pagenavi a, .wp-pagenavi span {

    border: 1px solid #BFBFBF;

    margin: 2px;

    padding: 0 8px!important;

    text-decoration: none;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {

    border-color: #333;

}

.wp-pagenavi .pages{ border:none; }

.wp-pagenavi .nextpostslink,

.wp-pagenavi .previouspostslink{ border:none;}





/* Gravity Forms Section */



.gform_wrapper ul { margin: 0px !important; }

.gform_wrapper ul li { margin: 5px 0px !important; padding: 5px 0 5px 0px !important; list-style-image: none !important; list-style: none !important; }

.gfield_label { font-weight: lighter !important; }

.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }

.ginput_container input { width: 97%; }

.gform_wrapper .gfield_description { font-size: 12px; font-style: italic; }



.ginput_container input:focus,

.ginput_container textarea:focus { }

.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }

.gform_button { }

.gform_button:focus,

.gform_button:hover {  }

.gform_validation_container {  }
#gform_wrapper_4 li.gfield label {
	display:none;
}
#gform_wrapper_4 li.gfield select {

	background: #F0ECE1;

    border: none;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31) inset;

    color: #585858;

    height: 35px;

    line-height: 20px;

    padding: 8px 10px;

    width: 97%;

}

/* 2 column ready class ------------------------------------------------------*/

.gform_wrapper .top_label li.gfield.gf_left_half {margin:2px 4% 2px 0 !important; width:48%}
.gform_wrapper .top_label li.gfield.gf_right_half {margin:2px 0px 2px 0 !important; width:48%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {width:48%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {margin-right:1%}
.gform_wrapper .top_label li.gfield.gf_left_half {float:left; clear:left!important}
.gform_wrapper .top_label li.gfield.gf_right_half {float:right; clear:right!important}
.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half input.large,
.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.gform_wrapper .top_label li.gfield.gf_left_half select.large,
.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half input.large,
.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half select.large {width:97%}
.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {width:98%}
.gform_wrapper .top_label li.gfield.gf_left_half input.small,
.gform_wrapper .top_label li.gfield.gf_right_half input.small {width:35%}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {padding:0 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {clear:both}
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {clear:both}

.gform_wrapper li.gfield .ginput_complex span.ginput_full {
	width:48%;
	float:left;
	margin:5px 4% 5px 0;
	position:relative;
}
.gform_wrapper li.gfield .ginput_complex span#input_4_10_2_container {
	width:48%;
	float:right;
	margin:5px 0 5px 0;
	position:relative;
}
.gform_wrapper li.gfield .ginput_complex span.ginput_left {
	width: 48%;
	margin:5px 0 5px;
	float:left;
}
.gform_wrapper li.gfield .ginput_complex span.ginput_right {
	width:48%;
	margin:5px 0 5px;
	float:right;
}
.gform_wrapper li.gfield .ginput_complex .gf_clear {
	clear:both;
}

/* jQuery UI date picker ------------------------------------------------------*/

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 1em;
	list-style: none;
	font-family: "lucida sans", "lucida grande", lucida , sans-serif;
	background-color: #FFF;
	font-size: 1em;
	border: 4px solid #C1C1C1;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative
}
.ui-datepicker-div,
#ui-datepicker-div {
	z-index: 9999;
	display: none
}
.ui-datepicker-inline {
	float: left;
	display: block
}
.ui-datepicker-control {
	display: none
}
.ui-datepicker-current {
	display: none
}
.ui-datepicker-next,
.ui-datepicker-prev {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	background-color: #EEE
}
.ui-datepicker-next {
	left: 14.6em
}
.ui-datepicker-next: hover,
.ui-datepicker-prev: hover {
	background-color: #DADADA
}
.ui-datepicker-next a,
.ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background-image: url(../images/datepicker_arrow_left.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.ui-datepicker-next a {
	background-image: url(../images/datepicker_arrow_right.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.ui-datepicker-header select {
	border: 1px solid #D3D3D3;
	color: #555;
	background-color: #E6E6E6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: 0.5em;
	margin: 0 !important
}
.ui-datepicker-header option: focus,
.ui-datepicker-header option: hover {
	background-color: #DADADA
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right
}
table.ui-datepicker td a {
	padding: .1em;
	display: block;
	color: #555;
	background-color: #E6E6E6;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center
}
table.ui-datepicker td a: hover {
	border: 1px solid #FFF;
	color: #212121;
	background-color: #DADADA;
	text-decoration: none
}
table.ui-datepicker td a: active {
	border: 1px solid #AAA;
	color: #212121;
	background-color: #FFF;
	text-decoration: none
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .2em 0;
	text-align: center;
	font-size: 0.9em;
	color: #222;
	text-transform: uppercase
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222;
	padding: 0.3em 0
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px
}
img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	width: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

/* tame those pesky hidden fields ------------------------------------------------------*/

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
	display: none !important;
	max-height: 1px !important;
	overflow: hidden
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
	display: none !important
}
/* math challenge ------------------------------------------------------*/

.gform_wrapper .math_small input {
	width: 69px
}
.gform_wrapper .math_medium input {
	width: 90px
}
.gform_wrapper .math_large input {
	width: 108px
}
.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
	margin-left: 32%
}
/* password strength indicator -----------------------------------------------------------------*/

.gform_wrapper .gfield_password_strength {
	border: 1px solid #DDD;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 200px;
	background-color: #EEE
}
.gform_wrapper .gfield_password_strength.bad {
	background-color: #FFB78C;
	border-color: #FF853C
}
.gform_wrapper .gfield_password_strength.good {
	background-color: #FFEC8b;
	border-color: #FC0
}
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
	background-color: #FFA0A0;
	border-color: #f04040
}
.gform_wrapper .gfield_password_strength.strong {
	background-color: #C3FF88;
	border-color: #8DFF1C
}



/*-- Gravity Error Section ----------------*/



.gform_wrapper .top_label .gfield_description.validation_message,

.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }

.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }

.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }

.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }

.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }

.gfield_error input,

.gfield_error textarea {  border: 1px #ff0000 solid !important; }

.gfield_error input:focus,

.gfield_error textarea:focus { color: #333333 !important; }







/* Fix ie 7   */



.ie7 .site-footer .footer-content{

   



}

.ie7 .site-footer .footer-info {

  

}

.gallery-box {
	float: left;
}

.gallery-box.last {
	margin-right: 0;	
}

.gallery-box img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	margin: 4px 0px 4px 5px;
	padding: 4px;
	position: relative;
	width: 290px;
	height: 195px;
}

.gallery-box a:hover img {
	background-color: #A9A9A9;
}