/*    
Theme Name: Moore River News
Theme URI: http://www.asone.com.au
Description: Local focal point.
Author: Lloyd Parker
Author URI: http://asone.com.au
Version: 1.0 
*/  

@charset "UTF-8";
/* CSS Document */

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style:italic;
}

hr {
	border:0px;
	height:1px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#7da0b8;
	background-color:#7da0b8;
}

.over {
	overflow:hidden;
	height:100%;
}

.l {
	float:left;
}

.r {
	float:right;
}

.cf:before,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1; /* IE < 8 */
}

html {
	background-color:#fcfcfc;
	background-image: url(images/grit.gif);
	background-repeat: repeat;
	background-position: center;
}

body {
	font-family: 'Alegreya Sans', sans-serif;
}

header,
.content,
footer,
.bottom {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	padding-left:30px;
	padding-right:30px;
	position:relative;
}

.right-col {
	width: 326px;
	float: right;
}

/*--------------HEADER STYLE----------------*/

body.home #header-container {
	height: 430px;
	background-image: url(images/moore-river.jpg);
	background-position: top center;
	background-size:cover;
}

.page #header-container,
.single #header-container,
.archive #header-container,
.blog #header-container,
.tribe-filter-live #header-container {
	height: 250px;
	background-image: url(images/moore-river.jpg);
	background-position: center -60px;
	background-size:cover;
}

.page header img,
.single header img,
.archive header img,
.blog header img,
.tribe-filter-live header img {
	margin-top:7px;
}

header {
	text-align: center;
}

.home header img {
	margin-top:90px;
}

/*--------------NAVIGATION STYLE----------------*/

.content nav {
	cursor:default;
}

.content nav ul {
	padding:0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.content nav li {
	list-style:none;
	display: inline-block;
}

.content nav li a {
	padding: 5px 10px;
	display: inline-block;
	text-shadow:none;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-right: 2px;
}

.content nav li a:link,
.content nav li a:visited {
	background-color: #fff;
	color: #00365b;
	-webkit-box-shadow: 1px 1px 0 1px #c7e2e4;
	box-shadow: 1px 1px 0 1px #c7e2e4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.content nav li a:hover,
.content nav li a:active {
	color:#40a1e3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

body .content nav .current_page_item a,
body .content nav .current_page_item a:hover,
body .content nav .current-menu-item a,
body .content nav .current-menu-item a:hover {
	color: #fff;
	background-color: #5ac3cd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.content nav li:last-child a {
	margin-right: 0px;
}

/*--------------CONTENT STYLE----------------*/

#content-container {
	border-bottom: 1px solid #fff;
}

.content {
	text-shadow:1px 1px #fff;
	padding-bottom: 30px;
}

.content h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #00365b; /* dark blue */
	font-weight: 800;
	font-size: 28px;
}

.content h2 a {
	color: #00365b; /* dark blue */
	text-decoration: none;
}

.content h3,
.content h3 a {
	margin-top: 10px;
	color: #00365b; /* dark blue */
	font-weight: 800;
	font-size: 24px;
	text-decoration:none;
}

.content p {
	margin-bottom:10px;
}

.content p,
.content ul {
	color: #7da0b8;
	font-size: 18px;
	line-height: 24px;
}

.content ul {
	padding-left: 35px;
}

.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited {
	color: #5ac3cd;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.content p a:hover,
.content p a:active,
.content li a:hover,
.content li a:active {
	text-decoration: underline;
	color: #40a1e3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ad-slider {
	float:left;
	width:304px;
	margin-top: 40px;
}

.four-col {
	float:left;
	text-align:center;
	width:184px;
	margin-top:20px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.four-col h3 a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 18px;
}

.four-col h3 a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #40a1e3; /*blue*/
}

.centre {
	text-align: center;
}

.nexter {
margin-top:20px;
}

body .content .nexter a {
	background-color: #5ac3cd; /* tiel */
	-webkit-box-shadow: 1px 1px 0 1px #00365b;
	box-shadow: 1px 1px 0 1px #00365b;
	padding: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:none;
	width: 220px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #00365b;
	display:inline-block;
	margin-right:10px;
	width:120px;
}

body .content .nexter a:first-child {
	margin-left:0px !important;
}

body .content .nexter a:last-child {
	margin-left:7px;
}

body .content .nexter a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #40a1e3;
}

.yearly {
	background-color:#fff;
	padding:30px;
	-webkit-border-bottom-right-radius: 2px;
    	-webkit-border-bottom-left-radius: 2px;
    	-moz-border-radius-bottomright: 2px;
    	-moz-border-radius-bottomleft: 2px;
    	border-bottom-right-radius: 2px;
    	border-bottom-left-radius: 2px;
	-webkit-box-shadow: 1px 1px 0 1px #c7e2e4;
	box-shadow: 1px 1px 0 1px #c7e2e4;
}

.button-sml {
	background-color: #5ac3cd; /* tiel */
	-webkit-box-shadow: 1px 1px 0 1px #00365b;
	box-shadow: 1px 1px 0 1px #00365b;
	display: inline-block;
	padding: 12px 35px 10px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:none;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	left: 180px;
	top: 57px;
	color: #00365b; /* dark blue */
	text-decoration:none;
}

h1.button-sml {
	color: #00365b; /* dark blue */
	font-weight: 800;
	font-size: 24px;
	text-decoration:none;
}

.button {
	background-color: #5ac3cd; /* tiel */
	-webkit-box-shadow: 1px 1px 0 1px #00365b;
	box-shadow: 1px 1px 0 1px #00365b;
	display: inline-block;
	padding: 12px 35px 10px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow:none;
	width: 220px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-top:30px;
}

.button:hover,
.button-sml:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #40a1e3;
}

.button h3 {
	margin-top: 0px;
	font-weight: normal;
}

.button h3 img {
	margin-bottom: -8px;
	margin-right: 5px;
}

.more-link {

}

/*--------------FOOTER STYLE----------------*/

#footer-container {
	border-top: 1px solid #c7e2e4;
	padding-top: 30px;
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7e2e4;
}

footer .three-col {
	float:left;
	text-align:center;
	width:306px;
	margin-top:10px;
	margin-bottom: 30px;
}

footer .three-col ul {
	list-style:none;
}

footer .three-col ul li a:link,
footer .three-col ul li a:visited {
	color: #7da0b8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration:none;
	line-height: 24px;
}

footer .three-col ul li a:hover,
footer .three-col ul li a:active {
	color: #40a1e3; /*blue*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-decoration:underline;
}

footer .mrn {
	margin-bottom: 30px;
}

footer nav ul {
	padding: 0px;
	margin:0px;
}

footer nav li {
	line-height:16px;
	margin-bottom: 4px;
}

footer nav li a {
	font-size: 16px;
	display:inline-block;
}

#footer-container footer nav .current_page_item a,
#footer-container footer nav .current-menu-item a {
	color: #5ac3cd;
}

small {
	font-size: 12px;
	color: #7da0b8;
	display: block;
	margin-bottom: 90px;
}

/*-----------------FORMS------------------*/

input,
textarea {
	padding: 10px;
	font-size: 18px;
	color: #000;
	margin: 5px 0px;
	width: 400px;
	font-weight: normal;
	border: none;
}

textarea {
	height: 200px;
	font-family: 'Oxygen', sans-serif;
}

input:focus,
textarea:focus {
	
}

input[type=submit] {
	
	color: #fff;
	width: 150px;
}

/*--------------TABLE----------------*/

table {
width:75%;
color: #7da0b8;
font-size: 18px;
line-height: 24px;
margin-bottom:20px;
}

table tr,
table td {
color: #7da0b8;
font-size: 18px;
line-height: 24px;
border:1px solid #bdd1df;
padding:5px;
}

table {
    border-collapse: collapse;
}

/*--------------CALENDAR----------------*/

#tribe-events a {
	color: #00365b;
}

#tribe-events h2 {
	color: #00365b;
}

/*--------------NAVIGATION STYLE----------------*/

#tribe-events nav {
	cursor:default;
	font-size: 18px;
	margin-bottom: 10px;
}

#tribe-events nav ul {
	padding:0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#tribe-events nav li {
	list-style:none;
	display: inline-block;
}

#tribe-events nav li a {
	padding: 8px 10px;
	display: inline-block;
	text-shadow:none;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-right: 2px;
}

#tribe-events nav li a:link,
#tribe-events nav li a:visited {
	background-color: #fff;
	color: #00365b;
	-webkit-box-shadow: 1px 1px 0 1px #c7e2e4;
	box-shadow: 1px 1px 0 1px #c7e2e4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#tribe-events nav li a:hover,
#tribe-events nav li a:active {
	color:#40a1e3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

body #tribe-events nav .current_page_item a,
body #tribe-events nav .current_page_item a:hover,
body #tribe-events nav .current-menu-item a,
body #tribe-events nav .current-menu-item a:hover {
	color: #fff;
	background-color: #5ac3cd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#tribe-events nav li:last-child a {
	margin-right: 0px;
}