/*
Theme Name: Meals On Wheels
Theme URI: http://wordpress.org/
Description: The 2015 theme for Meals On Wheels Australia.
Author: Kitka Hiltula and Alan Reddick
Version: 1.0
*/
* {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
p {
	margin-top: 0px;
	padding-top : 0px;
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align:left;
}
h1, h2 {
	margin: 0;
	padding: 10px 0px 5px 0px;
}
h1 {
	font-size: 150%;
	color: #0059a9;
}
h2 {
	font-size: 150%;
	color: #00a9e0;
}
h3 {
	font-size: 130%;
	color: #00a9e0;
}
h4 {
	font-size: 110%;
	color: #00a9e0;
}
h5 {
	font-size: 100%;
	color: #00a9e0;
	font-style: italic;
}
h6 {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #00a9e0;
}
p, li {
	line-height: 150%;
}
a {
	text-decoration: none;
}
a:link {
	color: #34b233;
}
a:visited {
	color: #34b233;
}
a:hover {
	color: #008540;
}
a:active {
	color: #008540;
}
.alignleft {
	float: left;
	clear: left;
	margin-right: 5px;
}
.alignright {
	float: right;
	clear: right;
	margin-left: 5px;
}
.aligncenter {
	display: block;
	margin: 0px auto;
}
blockquote {
	background-color: #f9f9f9;
	background-image: url(images/blockquote.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 18px 18px 20px;
	text-indent: 12px;
	margin: 0;
	font-family: "Times New Roman", Palatino, "Century Schoolbook L", serif;
	font-size: 110%;
	color: #595959;
	font-style: italic;
}
header {
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #FFF;
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#headcontent {
	width: 1000px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#logoarea {
	width: 100%;
	position: relative;
}
#logoarea:after {
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}
#logo {
	position: relative;
	float: left;
	width: 60%;
	padding-top: 15px;
}
#mtjam {
	position: relative;
	float: right;
	width: 142px;
	height: 140px;
	margin-top: 20px;
	background-image: url(images/Blue-button.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mtjam:hover {
	position: relative;
	width: 142px;
	height: 140px;
	background-image: url(images/Blue-button-on.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	width: 100%;
	height: 34px;
	margin-top: 7px;
	z-index: 200;
	position: absolute;
}
#mobilemenu {
	display: none;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav a {
	padding: 0px 14px;
	height: 34px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF !important;
}
nav a:link {
	-moz-border-image: -moz-linear-gradient(top, transparent 0%, #fff 100%);
	-webkit-border-image: -webkit-linear-gradient(top, transparent 0%, fff 100%);
	border-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
	border-image-slice: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	border-top: none;
}
nav a:visited {
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, transparent 0%, #fff 100%);
	-webkit-border-image: -webkit-linear-gradient(top, transparent 0%, fff 100%);
	border-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
	border-image-slice: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}
nav a:hover {
	padding-bottom: 10px;
	-moz-border-image: -moz-linear-gradient(top, transparent 0%, #fff 100%);
	-webkit-border-image: -webkit-linear-gradient(top, transparent 0%, fff 100%);
	border-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
	border-image-slice: 1;
	border-top: none;
	background-color: #fff;
	transition: all 0.5s ease;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ca3d0+0,4ca3d0+100&0+12,1+82 */

	background: -moz-linear-gradient(top, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ca3d0', endColorstr='#4ca3d0', GradientType=0 ); /* IE6-9 */
}
nav a:active, nav .current-menu-item a {
	padding-bottom: 10px;
	-moz-border-image: -moz-linear-gradient(top, transparent 0%, #fff 100%);
	-webkit-border-image: -webkit-linear-gradient(top, transparent 0%, fff 100%);
	border-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
	border-image-slice: 1;
	border-top: none;
	background-color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ca3d0+0,4ca3d0+100&0+12,1+82 */

	background: -moz-linear-gradient(top, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76,163,208,0) 0%, rgba(76,163,208,0) 12%, rgba(76,163,208,1) 82%, rgba(76,163,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ca3d0', endColorstr='#4ca3d0', GradientType=0 ); /* IE6-9 */
}
#content {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 18px;
}
#frontpage {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.featured {
	width: 25%;
	float: left;
	/*text-align: justify;*/
}

.featuredImg {
	width: calc(100% - 8%);
	margin: 0 4%;
	overflow-x: hidden;
}
.featuredImg img {
	width: 100%;
	height: auto;
}
.featuredContent, .covidinfo {
	width: calc(100% - 16%);
	padding-left: 8%;
	padding-right: calc(8% - 1px);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-right: solid 1px #e1e1e1;
}
.featuredContent h1, .featuredContent h2 {
	text-align: left;
}
.featured:last-child .featuredContent {
	border-right: none;
}
.featuredLinks {
	width: calc(100% - 16%);
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 15px;
	text-align: center;
}
.frontpageside ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.frontpageside li {
	list-style: none;
	line-height: 120%;
}
.frontpageside li:after {
	margin: 6px auto;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	content: " ";
	border-bottom: solid 1px #e1e1e1;
}
hr {
	height: 1px;
	border: 0;
	background-color: #e1e1e1;
	clear: both;
}
#page {
	width: 900px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.pageContent {
	width: 21%;
	float: left;
	padding-left: 2%;
	padding-right: calc(2% - 1px);
	border-right: solid 1px #e1e1e1;
}
.pageContent:last-child {
	border-right: none;
}
.pageContent p {
	text-align: justify;
}
.post {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 10px;
}
.newspage {
	width: 75%;
	float: left;
}
.newspage img {
	width: 100%;
	max-width: 670px;
	height: auto;
}

.newssidebar {
	width: 20%;
	float: right;
	padding: 30px 2%;
}
.newssidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
footer {
	height: 34px;
	background-color: #00a9e0;
	font-size: 80%;
}
#footerContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
#footermenu ul {
	padding: 0px;
	margin: 0px;
}
#footermenu li {
	display: inline-block;
	float: left;
}
#footermenu a {
	display: block;
	padding: 10px;
	color: #FFF !important;
}
#footermenu, #copyright {
	width: 50%;
	float: left;
}
#copyright a {
	color: #FFF !important;
}
#copyright {
	margin-top: 10px;
}
.LinkButton a {
	display: block;
	max-width: 215px;
	background-color: #00a9e0;
	color: #FFF;
	font-weight: 400;
	font-size: 110%;
	padding: 8px;
	border-bottom-left-radius: 10px;
	text-align: left;
}
.LinkButton a:hover {
	display: block;
	background-color: #031f73;
	color: #FFF;
	padding: 8px;
	border-bottom-left-radius: 10px;
}
#AustraliaMap {
	text-align: center;
}
form[id^=gform_] {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
form[id^=gform_] input[type=text] {
	width: 415px !important;
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
}
form[id^=gform_] textarea {
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
}
form[id^=gform_] input[type=submit] {
	width: 75px;
	margin: 0px;
	line-height: 25px;
	padding: 0 5px;
	border: solid 1px #00a9e0;
	border-radius: 0px 0px 0px 10px;
	background-color: #00a9e0;
	color: #FFF;
	font-size: 100%;
}
form[id^=gform_] input[type=submit]:hover {
	width: 75px;
	margin: 0px;
	line-height: 25px;
	padding: 0px;
	border: solid 1px #031f73;
	border-radius: 0px 0px 0px 10px;
	background-color: #031f73;
	color: #FFF;
	font-size: 100%;
}
form[id^=gform_] select {
	width: 425px !important;
	height: 30px;
	margin: 0px;
	line-height: 25px;
	padding: 0px 5px;
	border: solid 1px #ebebeb;
	background-color: #ebebeb;
	font-size: 100%;
	color: #595959;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url(images/select.png);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}
.date {
	color: #9B9B9B;
}
small {
	line-height: 100%;
}

td {
	padding-right: 8px;
}
.pum-close {
	display: block;
}
.entrytext img {
	width: auto;
	max-width: 100%;
	height: auto;
}