/*
Theme Name: RRY
Theme URI: http://windfalldesign.com.au/
Description: Custom theme development
Author: Asher Charles / Windfall Design
Version: 1.0
Tags: Custom Theme
*/




/* BASIC HTML 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0 0 20px;
    color:#618aa8;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

blockquote {
	border-left:3px solid #efefef;
	margin:0 0 20px 25px;
	padding:0 0 0 15px;
	font-size:1.3em;
	line-height: 1.3em;
}

.content blockquote p {
	padding:0;
	margin:0;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus, a:active, input:focus, input:active {outline:0;}

/* IMAGE ALIGN SET UP AND CAPTIONS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    padding:11px;
    background-image: url(images/bg_image_bottom.jpg), url(images/bg_image_top.jpg);
	background-position: right bottom, left top;
	background-repeat: no-repeat, no-repeat;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
}

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
    padding:11px;
    background-image: url(images/bg_image_top.jpg), url(images/bg_image_bottom.jpg);
	background-position: left bottom, right top;
	background-repeat: no-repeat, no-repeat;
    border-left:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;

}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* BASIC TYPOGRAPHY */

ul, ol {
	margin:0 0 16px 30px;
	padding:0 0 10px 0;
	line-height:18px;
}

ol li {
	list-style:outside decimal;
}

.content ul {
	padding:0;
	margin:0 0 0 15px;
}
	
.content ul li {
	color:#268ba7;
	padding:0 0 1em 0;
}

.content ul li:before {
	content: "\003E";
	position: relative;
	margin: 0 -6px 0 0;
	left: -15px;
	top: -2px;
	font-size: 0.8em;
	
}	
	
a { text-decoration: none; }

a:hover {opacity:0.7;}	
	
	
	
/* FRAMEWORK STYLES */	
	
html, body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
   	font-size:12px;
	line-height:1.5em;
	color:#717376;

}	
	
body {
	background:#618aa8;
	font-size:100%;
	color:#717376;
}	

.inner {
	width:1000px;
	margin:auto;
	position:relative;	
}

.header {
	width:100%;
	height:176px;
	background:#618aa8;
}

a.logo {
	display: block;
	position: absolute;
	top:30px;
	left:0;
	width:192px;
	height:88px;
	background:url(images/logo.jpg) no-repeat;
	text-indent:-9999em;
}

a.logo:hover {opacity:1;}


.footer {
	width:100%;
	background: #618aa8;
	height:140px;
	color:#fff;
	padding:30px 0 0 0;
	font-size:11px;
}

.footer .left {
	float:left;
	width:500px;
}

.footer p {
	padding:0;
}

.footer a {
	color:#fff;
}

.footer .right {
	width:500px;
	float:right;
	text-align:right;
}


form#search {
	position: absolute;
	right:0;
	top:13px;
	height:38px;
	width:253px;
	background: url(images/bg_search.jpg) no-repeat 0 0;
}

form#search input[type=text] {
	background: none;
	border: none;
	width: 150px;
	font-size: 13px;
	padding: 5px 0 0 60px;
	color: #729bbf;  
	
}

form#search input[type=submit] {
	border:none;
	background:none;
	color:#729bbf;
	font-size: 11px;
	cursor: pointer;
}

form#search input[type=submit]:hover {
	opacity: 0.7;
}


form#search ::-webkit-input-placeholder {
   color: #729bbf;
}

form#search :-moz-placeholder { /* Firefox 18- */
   color: #729bbf; 
}

form#search ::-moz-placeholder {  /* Firefox 19+ */
   color: #729bbf;  
}

form#search :-ms-input-placeholder {  
   color: #729bbf;  
}

/* MAIN MENU */

.menu-main-menu-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 42px;
	float: left;
	top: 138px;
}

.menu-main-menu-container ul {
	width:1000px;
	height:38px;
	margin:auto;
	padding:0;
	
}

.menu-main-menu-container ul li {
	list-style: none;
	float: left;
	border-right:1px solid #46647b;
	border-left:1px solid #81a1b9;
	height:38px;
}

.menu-main-menu-container ul li a {
	color:#fff;
	display: block;
	padding: 0 0 0 10px;
	line-height: 28px;
	width:147px;
	border-bottom:8px solid transparent;
	height:30px;
	font-size: 12px;
}

.menu-main-menu-container ul li a:hover {
	opacity: 1;
	
}

.menu-main-menu-container ul li:first-child  {
	border-left:none;
}

.menu-main-menu-container ul li:last-child  {
	border-right:none;
}

.menu-main-menu-container ul li a:hover,
.menu-main-menu-container ul li.current-menu-item a  {
	border-bottom:8px solid #d0e7f7;
}


/* HOMEPAGE SYLES */


.topbar {
	background:#edf4fa;
	height:13px;
	width:100%;
	
}

.home .section {
	padding:0;
}

.home .content h3 {
	font-size:11px;
	text-transform: uppercase;
	padding:0 0 7px 0;
}


.banners {
	width:100%;
	overflow: hidden;
	height:375px;
	background: #d2dbe3;
}

.banners .image {
	position: relative;
	z-index: 1;
}

.banners .text {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 2;
	width: 500px;
}

.banners h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #2e4a5f;
	font-size: 30px;
	padding: 0 0 20px 0;
	line-height: 37px;
}

.banners h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color:#618aa8;
	font-size: 18px;
	padding:0 0 30px 0;
	line-height: 1.3em;
}

.banners a {
	color:#fff;
	line-height:29px;
	padding:8px 15px 8px 30px;
	width: 119px;
	height: 29px;
	-webkit-border-radius: 3px/2px;
	-moz-border-radius: 3px/2px;
	border-radius: 3px/2px;
	background-color: #14314b;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	box-shadow: 1px 2px 2px rgba(0,0,0,.3);
	background-image: -webkit-linear-gradient(bottom, #2f4a5f, #618aa8);
	background-image: -moz-linear-gradient(bottom, #2f4a5f, #618aa8);
	background-image: -o-linear-gradient(bottom, #2f4a5f, #618aa8);
	background-image: -ms-linear-gradient(bottom, #2f4a5f, #618aa8);
	background-image: linear-gradient(to top, #2f4a5f, #618aa8);
}

.banners a:before{
	content:'';
	width: 0; 
	height: 0; 
	float:left;
	margin:9px -20px 0 15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	position: relative;
} 



.content a {
	text-decoration:underline;
	color:#618aa8;
}


/* NEWS */

.post {
	float:left;
	margin:0 0 50px 0;
}

.post a {
	color:#709abf;
}

.post h2 {
	padding:0 0 10px 0;
	color:#709abf;
}

.content p.date {
	color:#709abf;
}


/* PAGE STYLES */



.attachment-profile-images {
	float:left;
	margin:0 20px 0 0;
	width:140px;
}

.section.pagetop {
	height:60px;
	background:#e3e8ed;
	font-family: times;
}

.section.pagetop .inner {
	height:80px;
}

.pagetop h3 {
	width:246px;
	color:#709abf;
	font-size: 25px;
	position:absolute;
	left:10px;
	bottom:10px;
}

.pagetop h1 {
	color:#709abf;
	font-size: 35px;
	position:absolute;
	left:296px;
	bottom:10px;
}

.aside {
	float:left;
	width:236px;
	margin:0 0 0 10px;
	
}

.aside ul {
	padding:0;
	margin:-8px 0 0 0;
}

.aside li {
	list-style: none;
		text-decoration: none;
	padding: 0 0 10px 0;
	height: 25px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #d4e1ec;
	line-height: 37px;
	color: #709abf;
}

.aside li a {
	color: #709abf;

	
}


/*
.aside li:last-child {
	border-bottom: none;
} */

.aside li a:hover, 
.aside li.current_page_item a {
	color:#2e4a5f;
	opacity: 1;
}

.content {
	width:700px;
	margin:0 0 0 50px;
	float: left;
	
}

.content p {
	padding:0 0 1.5em;
}

#breadcrumbs,
#breadcrumbs a {
	color:#b3b4b6;
	text-decoration: none;
}


.section {
	background:#fff;
	width:100%;
	overflow: hidden;
	padding:20px 0;
	}
	
	
.signup hr {
	width:100%;
	height:1px;
	background: #709abf;
	border:none;
	float:left;
	margin:20px 0;
}	

.section.signup {
	padding: 0 0 20px 0;
	height:160px;
}

.signup .left {
	width:750px;
	float:left;
}

.signup .right {
	width:240px;
	float:right;
}

.signup p {
	font-size:11px;
	padding:5px 0 10px 0;
}

.signup input {
	border-left:1px solid #b4b4b4;
	border-top:1px solid #b4b4b4;
	border-right:none;
	border-bottom:none;
	background:#f7f7f7;
	padding:5px 10px;
	width:180px;
	font-size:12px;
	line-height: 16px;
}

.signup h4 {
	font-family: times;
	color: #709abf;
	font-size: 20px;
	padding: 0 0 10px 0;
	width: 100%;
}


	
/* sub footer */	


.column {
	font-size:11px;
	float: left;
	height: 280px;
	width: 230px;
	padding: 30px 10px;
}

.column.last {
	background: #f0f5f8;
}

.column.last a {
	color:#717376;
}

a.archive {
	color: #709abf;
	font-size: 14px;
	background: url(images/ico_archive.jpg) no-repeat 100px 0;
	width: 100%;
	display: block;
	margin: 20px 0 0 0;
}

.column p {
	padding:0 0 10px 0;
	line-height: 18px;
}

.column date {
	color:#709abf;
}

.column ul {
	margin:0;
	padding:0;
}

.column li {
	list-style: none;
}

.column li:before {
	content:'';
	width: 0; 
	height: 0; 
	float:left;
	margin:9px 5px 0 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #709abf;
}

.column a:hover li:before {
	opacity:0.7;
}

.column li a {
	color: #709abf;
	text-decoration: none;
	padding: 0 0 10px 0;
	height: 17px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #d4e1ec;
	line-height: 30px;
}

.column li:last-child a {
	border-bottom: none;
}

.column h3 {
	font-family: times;
	color:#709abf;
	font-size:20px;
	padding:0 0 20px 0;
	border-bottom:1px solid #709abf;
	width:100%;
	margin:0 0 20px 0;
}



/* Banner Slider */

#slider, #slider li {
	height: 380px;
	width: 1000px;

}

#slider {
	list-style: none !important;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
}

#slider li {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	list-style: none;
	width: 100%;
}

#slider li.current {
	display: block;
	z-index: 2 !important;

}

#slider li.next {
	display: block;
	z-index: 1 !important;

}

#slider li ul li {
	display: block !important;
	position: relative !important;

}




/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis {

	bottom: 30px;
	margin: 0 0 0 5px;
	position: absolute;
	left: 10px;
	z-index: 5;

}

/* Sets image of selectors */
.slider_selector li, .slider_selector_dis li {

	display: block !important;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 15px !important;
	position: relative !important;
	width: 15px !important;
	color:#000;
	background:#fff;
	opacity:0.7;

}

/* Sets the current selector */
.slider_selector li.current, .slider_selector_dis li.current {
	opacity: 1;

}



.container {
	
	float: left;
	position: relative;
	width: 100%;
	z-index: 15;

}



/* Contact Form */


.content .left {
	width:350px;
	float:left;
}

.content .right {
	width:300px;
	float:left;
}

.content .left strong {
	width:75px;
	display: inline-block;
}

.wpcf7 {color:#010101;}

.wpcf7 span {
	font-style: italic;
	color:#999;
}

.wpcf7 input[type=text], .wpcf7 textarea {
	border:1px solid #ddd;
	border-radius:2px;
	padding:5px;
}

.wpcf7 input[type=submit] {
	color:#fff;
	border:none;
	line-height:20px;
	text-align:center;
	width: 74px;
	height: 22px;
	cursor: pointer;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color: #3b6484;
	-webkit-box-shadow: 1px 1px 1px rgba(1,1,1,.75);
	-moz-box-shadow: 1px 1px 1px rgba(1,1,1,.75);
	box-shadow: 1px 1px 1px rgba(1,1,1,.75);
	background-image: -webkit-linear-gradient(bottom, #22465e, #3b6484);
	background-image: -moz-linear-gradient(bottom, #22465e, #3b6484);
	background-image: -o-linear-gradient(bottom, #22465e, #3b6484);
	background-image: -ms-linear-gradient(bottom, #22465e, #3b6484);
	background-image: linear-gradient(to top, #22465e, #3b6484);
}

.wpcf7 input[type=submit]:hover {
	background-image:none;
}


span.wpcf7-not-valid-tip-no-ajax {
	display:none!important;
	}
	
	.wpcf7 input[type=text].wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
	border:1px solid red;
}

div.wpcf7-validation-errors {
border: none!important;
color:red;
}

div.wpcf7-response-output {
	padding:0!important;
	margin:0!important;
}

div.wpcf7-mail-sent-ok {
border: none!important;
color:#398f14;
}


	