/*
Theme Name: Rivers & Ranges
Theme URI: http://jobo.com.au/
Author: Jobo Design
Author URI: http://jobo.com.au/
Description: The 2014 theme for Rivers & Ranges
Version: 1.0
Text Domain: riversranges
*/


/*  FONTS  */

@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.eot');
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/CenturyGothic.woff') format('woff'),
	url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Italic';
	src: url('fonts/CenturyGothicItalic.eot');
}
@font-face {
	font-family: 'CenturyGothic-Italic';
	src: url('fonts/CenturyGothicItalic.woff') format('woff'),
	url('fonts/CenturyGothicItalic.svg#CenturyGothic-Italic') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('fonts/CenturyGothicBold.eot');
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('fonts/CenturyGothicBold.woff') format('woff'),
	url('fonts/CenturyGothicBold.svg#CenturyGothic-Bold') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-BoldItalic';
	src: url('fonts/CenturyGothicBoldItalic.eot');
}
@font-face {
	font-family: 'CenturyGothic-BoldItalic';
	src: url('fonts/CenturyGothicBoldItalic.woff') format('woff'),
	url('fonts/CenturyGothicBoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
}





/*  MAIN SETTINGS */

body {
	background:#EEEEEE;
	font-size:14px;
	margin:0;
	padding:0;
	font-family:'CenturyGothic';
	color:#3F3E3E;
}
.wrap {
	margin:0 auto;
	width:990px;
}
.container {
	float:left;
	clear:left;
	width:990px;
	background:#FFFFFF;
}
a img {
	border:0;
	outline:none;
}
img a {
	border:0;
	outline:none;
}
strong {
	font-family: 'CenturyGothic-Bold';
	font-weight:normal;
}
a {
	color:#005cb9;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}








/*  HEADING STYLES  */

h1 {
	font-size:18px; 
	text-transform:uppercase;
	font-family: 'CenturyGothic-Bold';
	font-weight:normal;
}
h2 {
	font-size:18px; 
	text-transform:uppercase;
	font-family: 'CenturyGothic-Bold';
	font-weight:normal;
	color:#005cb9;
}







/*  HEADER */

#header {
	background: url("images/header_bg_03.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    float: left;
    height: 233px;
    width: 990px;
	position: relative;
	z-index: 99;
}
#logo {
	float:left;
	margin:30px 0 0 40px;
}
#slogan {
	float:left;
	margin:60px 0 0 20px;
	font-size:18px;
	color:#005CB9;
}
#fb {
	position:absolute;
	top:183px;
	right:20px;
}
#navigation {
	clear: left;
    float: left;
    margin: 35px 0 0 75px;
}
#access {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 0;
    width: 100%;
}
#access ul {
    font-size: 15px;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    color: #ffffff;
    display: block;
    line-height: 2em;
    padding: 0 1.1em;
    text-decoration: none;
    text-transform: uppercase;
}
#access ul ul {
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3.333em;
    width: 188px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dotted #DDDDDD;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
}
#access li:hover > a, #access ul ul:hover > a, #access a:focus {
}
#access li:hover > a, #access a:focus {
    color: #005cb9;
}
#access ul li:hover > ul {
    display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	color:#FFFFFF;
}
#current_menu_item {
	position:absolute;
	bottom: -19px;
    left: 106px;
}
#current_menu_item.pag2 { left:210px; }
#current_menu_item.pag3 { left:320px; }
#current_menu_item.pag4 { left:400px; }
#current_menu_item.pag5 { left:540px; }
#current_menu_item.pag6 { left:678px; }
#current_menu_item.pag7 { left:750px; }
#current_menu_item.pag7 { left:750px; }
#current_menu_item.pag8 { left:878px; }

/*  HOME CONTENT */

#header_img {
	float:left;
	clear:left;
	height:318px;
	z-index:999;
}
#header_overlay {
	position:absolute;
}
#home_content {
	float:left;
	clear:left;
	position: relative;
	 width: 100%;
}
#left_home {
	background: none repeat scroll 0 0 #ffffff;
    float: left;
	clear: left;
    margin: 0 20px 20px 60px;
    padding: 20px 20px 20px 30px;
    width: 620px;
	position: relative;
	height:auto;
}
.normal_text {
	line-height:24px;
}
#left_home div.normal_text p {	
	margin:0;
	color:#005CB9; 
	font-size: 16px;
}
#left_home div.normal_text span {
	margin:0;
	color:#005CB9; 
	font-size: 16px;
}
#victoria_map {
	    height: 343px;
    left: 5px;
    position: absolute;
    top:-17em;
    width: 455px;
}
.blue_text {
	background: none repeat scroll 0 0 #005cb9;
    color: #ffffff;
    float: left;
	clear: left;
    margin: 0 20px 0 60px;
    padding: 100px 20px 40px;
    position: relative;
    width: 615px;
	top: -7.5em;
	height:auto;
	line-height:16px
}

.blue_text a {
	color:#F181B3;
}










/*  HOME SIDEBAR */


#right_home {
	float: right;
    position: absolute;
    right: 20px;
    top: -132px;
    width: 237px;
}
.home_side_top {
	background: url("images/home_side_top_03.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    color: #77bc1f;
    float: left;
    font-family: 'CenturyGothic-Bold';
    font-size: 20px;
    height: 143px;
    letter-spacing: -1px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 218px;
}
.home_side_top .heading1 {
	clear: left;
    color: #005cb9;
    float: left;
    font-size: 38px;
    height: 42px;
    margin: 0;
    width: 100%;
}
.home_side_top .heading2 {
	clear: left;
    color: #77bc1f;
    float: left;
    font-size: 22px;
    height: 28px;
    width: 100%;
}
.home_side_top .heading3 {
	clear: left;
    color: #005cb9;
    float: left;
    font-size: 15px;
    width: 100%;
}
.home_side_middle {
	background: url("images/home_side_middle_06.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    color: #ffffff;
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 198px;
}
.home_side_middle p {
	margin:20px 0;
}
.home_side_middle .title {
	margin:20px 0 0;
	color:#005cb9;
	font-family: 'CenturyGothic-Bold';
	text-transform:uppercase;
}
.home_side_middle .nomargin {
	margin:0;
}
.home_side_bottom {
	background: url("images/home_side_bottom_07.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: left;
    color: #ffffff;
    float: left;
    height: 46px;
    text-align: center;
    width: 239px;
}
.home_side_footer {
    border-radius: 5px;
    clear: left;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 237px;
}
.home_side_contact {
	border: 1px dashed #005cb9;
    border-radius: 5px;
    clear: left;
    color: #005cb9;
    float: left;
    font-size: 12px;
    margin: 20px 0;
    padding: 10px;
    width: 217px;
}









/*  MAIN CONTENT */

#main {
	float:left;
	clear:left;
	width:100%;
}
#full {
	float:left;
	clear:left;
	width:827px;
	margin: 0 20px 20px 60px;
	padding: 20px;
}
#left {
    float: left;
    margin: 0 20px 20px 60px;
    padding: 20px;
    width: 620px;
}
#left h1, #full h1 {
	background: none repeat scroll 0 0 #77bc1f;
    color: #ffffff;
    margin: 0 0 0 -10px;
    padding: 5px 10px;
}
#right {
	float: right;
    padding: 20px 30px 20px 0;
    width: 207px;
}
#right ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
}
#right ul li {
	padding:5px 0;
	border-top:1px solid #CCCCCC;
}
.news_post {
	padding:10px 0 20px;
	border-bottom:1px solid #77bc1f;
}







/*  FOOTER */


#footer {
	background: url("images/footer_bg_07.jpg") repeat-x scroll 0 0 #ffffff;
    clear: left;
    float: left;
    padding: 2% 4% 2% 8%;
    width: 88%;
}
#sitemap  {
	clear: both;
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
#sitemap .menu-main-menu-container {
	margin:0 0 10px;
}
#sitemap .menu-main-menu-container ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sitemap .menu-main-menu-container li {
	font-size:12px;
}
#sitemap .menu-main-menu-container li a {
	color:#3f3e3e;
	text-decoration:none;
}
#sitemap .menu-main-menu-container li a:hover {
	color:#005cb9;
}
.partnerone {
	float:left;
	width:106px;
	margin:20px 20px 0 0;
}
.partnerone_text {
	float: left;
    font-size: 12px;
    margin: 36px 0 0;
    width: 390px;
}
.partnerone img {
	float: left;
    margin: 0 20px 0 0;
}
.partnertwo {
	float: right;
    width: 279px;
}
.partnertwo_text {
	float: right;
    font-size: 12px;
    text-align: right;
    width: 279px;
}
.footer_left {
	float:left;
	width:520px;
}
.footer_right {
	float: right;
    margin: 90px 0 0;
    width: 340px;
}


