/*
Theme Name: RusYel
Theme URI: http://www.rusyel.com.au
Description: Child theme for the Twenty Fourteen theme
Author: Jeremy Ninnes
Author URI: http://www.rusyel.com.au
Template: twentyfourteen
Version: 1.0.0
*/



/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 16px 0 12px;
}

h1 {
	font-size: 22px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 20px;
	line-height: 1;
}

h3 {
	font-size: 18px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 16px;
	line-height: 1.2;
}

h5 {
	font-size: 14px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
	padding:0 10px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/**
 * theme styles
 */

body {
	background: #fff;
	color: #261C02;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #9A928F;
}

h1, h1 a {
  margin: 0;
  margin-top:12px;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  text-transform:uppercase;
}

#post-7 .entry-header {
	position:absolute;
	text-indent:-9999px;
}

h1 a:link, h1 a:visited {
  text-decoration:none;
  color: #9A928F;
}

p {
	margin: 8px 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 0 10px 20px;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
ol {
	list-style-position: outside;
	margin: 10px 0 10px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}
a {
  cursor: pointer;
}
a:link, a:visited, a:active {
	color: #555;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #958D78;
	font-weight: normal;
	text-decoration: underline;
}

.screen-reader-text {
	position:absolute;
	left:-9999px;
}
/*

	LAYOUT

*/
#page{
  width: 965px;
	margin: 0 auto;
	background:#FFF;
}
.site-header {
	background:#FFF;
}

#content-sidebar {
	font-size:11px;
	color:#888;
}

#content-sidebar a {
	color:#888;
}

header #content-sidebar li {
	margin-left:0;
}

header #content-sidebar ul {
	margin-right:28px;
}

header #content-sidebar h1 {
	font-size:15px;
}
.site-title {
	margin-left:-10000px;
	position:absolute;
}

#logo {
  display: block;
  width: 415px;
  height: 124px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
#logo:hover {
  opacity: 0.8;
}
#masthead {
  float: left;
  width: 254px;
}
#main {
  float: left;
  width: 711px;
  padding-top:3px;
  min-height:400px;
}
.container {
  float: left;
  width: 343px;
  min-height: 235px;
  margin-right: 19px;
  margin-bottom: 19px;
}

.container.top.left {
clear:both;
}
.right { 
  margin-right: -3px;
float:right;
}


#main #content {
  //background: url(images/content.gif) no-repeat;

}
#project-profile #content {
  width: 340px;
  padding-right: 0;
}

#post-9 .right {
	float:right;
}

#content #post-11 {
  background: url(images/contactcontent.gif) no-repeat -9px 0px;
}

#content #post-11 p {
	clear:both;
}

#post-808 figure {
 float:left;
padding-left:20px;

}

#post-808 img {
  min-height:300px;
} 


.contact-details {
  margin:0px;
}

.contact-details a {
  color:#FFF;
}

.contact-details a:hover {
  text-decoration:none;
}

#content .contact-details li {
  display:inline;
  padding-right:10px;
  list-style:none;
  padding-left:0px;
  margin:0px;
  color:#FFF;
}

#content p,  #content li {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}

#content p {
  margin: 12px 0;
}

.container a {
  display: block;
  border: 2px solid #fff;
  position: relative;
  text-decoration: none;
}
.container a:hover {
  border: 2px solid #b98748;
}
.overlay {
  width: 339px;
  height: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.container a:hover .overlay {
  background: #b98748;
}

.container .title {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 8px 0 0 0;
  margin: 0;
}
.container .credit {
  color: #dcc3a3;
  display: block;
  text-align: center;
  font-size: 10px;
  margin: -2px 0 0 0;
}

a .overlay span {
  text-indent: -9999px;
}
a:hover .overlay span {
  text-indent: 0;
}

#block {
  background: #bbafab;
  padding: 10px 0 12px 15px;
  margin-top: 5px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
#block p {
  margin: 0;
  color: #fff;
  line-height: 16px;
  font-size: 11px;
}

#contacts {
  background: #f0edec url(images/contacts.gif) no-repeat;
  padding: 10px 15px 12px 15px;
  margin-bottom: 15px;
  height:auto;
  min-height:46px;
}

.contact { 
  width: 185px;
  float: left;
  margin-bottom: 12px;
}
.last {
  margin-bottom: 0;
}

.contact p { margin: 0 !important; }
#contacts a.email {
  color: #8c8c8c;
  text-decoration: none;
}
#contacts a.email:hover {
  color: #000;
}


#footer {
  width: 100%;
  height: 55px;
  background: #bbafab;
  float: left;
  margin-left: 0px;
  padding: 7px 10px 5px 10px;
}
#footer p {
  margin: 0;
  color: #fff;
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 11px;
}
#footer a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#footer a:hover {
  color: #707274;
}
#footer h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 2px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*

	SHOW AND TELL

*/
footer.site-footer {
	background:transparent;
	clear:both;
	z-index: 0;
	
	border-top: 1px solid #b0b5b9;
}

footer>div {
	font-size: 10px;
	color: #999;
	width: 965px;
	display:block;
	margin: 0px auto;
	padding: 5px 0 0 0;
	letter-spacing: -0.25px;
}
footer a:link, footer a:visited, footer a:active {
	color: #999;
	font-weight: normal;
	letter-spacing: -0.5px;
}
footer a:hover {
	color: #c2b7b3;
	font-weight: normal;
}
footer p {
	text-align: right;
	margin: 0;
}

#legal-link {
	float: left;
	color: #c2b7b3;
}
#legal-link a {
	color: #c2b7b3;
	letter-spacing: inherit;
	border-bottom: 1px solid #c2b7b3;
	text-decoration: none;
}
#legal-link a:hover {
  color: #9a928f;
  text-decoration: none;
  border-bottom: 1px solid #9a928f;
}

footer a.st {
	text-decoration: none;
}
/*

	HEADINGS

*/
h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 0 0;
  color: #bbafab;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 -5px 0;
  color: #8c8c8c;
}
footer h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 2px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*

	NAVIGATION

*/
.menu-toggle {
  display:none;
}


#menu-main {
  margin: 2px 0 0 0;
  padding: 1px 0 3px 0;
  list-style: none;
  width: 222px;
 
  counter-reset:item;
}
#menu-main li {
  margin: 0 0 2px 0;
  padding: 0;
  text-align:right;
  padding:5px 0 4px 0;
  border-top:2px solid #B7BBBD;
  overflow:hidden;
  max-height:60px;
}

#menu-main li:last-child {
  border-bottom:2px solid #B7BBBD;
}

#menu-main li a:before {
	font-family:"Rockwell", Arial, sans-serif;
	color:#EAE6E4;
	font-size:138px;
	margin-left:52px;
	margin-top:-73px;
	counter-increment: item;
	content: counter(item);
	float:left;
	display: inline-block;
	width: 10px;
	font-weight:lighter;
}

#menu-main li:nth-child(even) a:before {
     margin-left: 3px;
}

#menu-main li:nth-child(4) a:before {
     margin-left: 3px;
	 margin-top:-82px;
}

#menu-main li a {
font-size:16px;
  font-weight:bold;
  color:#9a928f;
  display: block;
  text-transform:uppercase;
  text-decoration:none;
  width: 202px;
  height: 50px;
  padding:9px 10px 11px 10px;
  white-space:nowrap;
}

#menu-main li a:hover {
  background:rgba(240,238,237,0.5);
}

#menu-main li.current_page_item a {
   background:rgba(240,238,237,0.5);
}

#pages-2 h1 {
	display:none;
}

.menu-project-profile-menu{
  margin: 5px 0 0 0;
  padding: 0;
  float:left;
  width: 339px;
}
.menu-project-profile-menu li.page_item {
  margin: 0 0 2px 0;
  padding: 0;
    list-style: none;
}
.menu-project-profile-menu li.page_item  a {
  display: block;
  width: 303px;
  height: 25px;
  background: url(images/projectnav.gif) no-repeat 0 -25px;
  border: none;
  line-height: 24px;
  padding-left: 36px;
  font-size: 12px;
  color: #fff;
  text-decoration:none;
  font-weight:bold;
}
.menu-project-profile-menu  li.page_item  a span {
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-right: 1px;
}

li.page_item  .dd a span {
  width: 24px;
  padding-right: 2px;
  font-size: 15px;
}

li.page_item  a:hover {
  background: url(images/projectnav.gif) no-repeat;
  color: #fff;
  border:0px none;
}

/*
BLOG
*/

.entry-date a {
  text-decoration:none;
  color:#8c8c8c;
}

.entry-date a:hover {
  text-decoration:underline;
  color:#8c8c8c;
}
/*

	FORMS

*/
fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}
label {
	width: 290px;
}
fieldset dl, fieldset dt, fieldset dd {
	margin: 0;
	padding: 0;
}

fieldset dt, fieldset dd {
  min-height: 28px;
  height: auto !important;
  height: 28px;
  line-height: 28px;
}

fieldset dt {
	font-weight: normal;
	float: left;
	width: 120px;
}
.fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 270px;
}

textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 270px;
	height: 150px;
	overflow: auto;
	margin-top: 3px;
}

select * {
  outline: 0;
}
select {
  background: #ffffff;
  border: 1px solid #cccccc;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 277px;
	padding: 2px;
	margin: 3px 0 0 0;
}

input:focus, input.focus, textarea:focus, textarea.focus, select:focus, select.focus {
  border: 1px solid #888888;
}

input.error {
  border: 1px solid #9d0159;
}

.required {
	color: #9d0159;
}

div.error {
  border: 1px solid #9d0159;
  padding: 15px 15px 10px 15px;
  margin: 13px 0 20px 0;
  background: #f7f7f7;
  width: 600px;
}
div.error h3 {
  font-size: 13px;
  margin: 5px 0 10px 0;
}

button {
  background: #cccccc;
	border: 1px solid #666;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	line-height: 10px;
	padding: 3px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 0 120px;
  width: 70px;
}
button:hover, button.hover {
  background: #666666;
  color: #fff;
}
* html button {
  margin: 5px 0 0 123px;
}

div.form {
  margin-bottom: 5px;
}
* html div.form {
  margin-bottom: 0;
}


.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0;
	max-width: 750px;
	margin-right:0px;
	padding-right:0px;
	background:transparent;
}

#content-sidebar a {
	text-decoration:none;
}

#content-sidebar a:hover {
	text-decoration:underline;
}

figcaption {
	font-style:italic;
	color:#AAA;
	text-align:center;
        max-width:715px;
}
/**
 * Wordpress widgets
 */
.search-toggle {
	display:none;
}

.edit-link {
	clear:both;
	display:block;
	margin:10px 0px;
}

.metaslider {
       clear:both;
}

.metaslider .caption {
    height:51px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

.alignleft {
	float:left;
	padding: 10px 10px 10px 0;
}

.alignright {
	float:right;
	padding: 10px 0 10px 10px;
}



.metaslider div.caption-wrap {
background: -moz-linear-gradient(top,  rgba(185,135,72,0.7) 0%, rgba(185,135,72,0.9) 6%, rgba(185,135,72,0.93) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,135,72,0.7)), color-stop(6%,rgba(185,135,72,0.9)), color-stop(100%,rgba(185,135,72,0.93))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(185,135,72,0.7) 0%,rgba(185,135,72,0.9) 6%,rgba(185,135,72,0.93) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(185,135,72,0.7) 0%,rgba(185,135,72,0.9) 6%,rgba(185,135,72,0.93) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(185,135,72,0.7) 0%,rgba(185,135,72,0.9) 6%,rgba(185,135,72,0.93) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(185,135,72,0.7) 0%,rgba(185,135,72,0.9) 6%,rgba(185,135,72,0.93) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b98748', endColorstr='#edb98748',GradientType=0 ); /* IE6-9 */


	opacity:0.9;
	display:none;
}




.metaslider div.caption-wrap:hover {
	display:block;
}

#content .metaslider .caption .caption-credit {
	font-weight:normal;
}

#content .metaslider .caption p{ 
	color:#FFF;
	margin:3px;
}

.metaslider .flex-direction-nav li a {
	border:0px none;
}



footer.entry-meta {
	clear: both;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

footer.entry-meta .tag-links a {
	color: #FFF;
	background:rgb(185, 135, 72);
	text-decoration:none;
}

footer.entry-meta .tag-links a:hover {
	color: #FFF;
	text-decoration:none;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	display:none;
}

.cat-links a {
	color: #888;
text-decoration:none;
}

.cat-links a:hover {
	color: #999;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 12px auto 0;
	padding: 0px;
}

/* Tag links style */

footer.entry-meta .tag-links a {
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	color: #FFF;
	background:rgb(185, 135, 72);
	text-decoration:none;
}

footer.entry-meta .tag-links a:hover {
	color: #fff;
	text-decoration:underline;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #999;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #999;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top:1px solid #b0b5b9;
	border-bottom:1px solid #b0b5b9;
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin:24px 0;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	padding: 11px 0 12px;
	width: 100%;
	text-decoration:none;
}

.post-navigation .meta-nav {
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	padding-right:6px;
}

.post-navigation a,
.image-navigation a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

/* Paging Navigation */


.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
}



article {
  overflow:hidden;	
  margin-bottom:10px;
}
#search-container {
  display:none;
}
@media screen and (min-width : 569px) {
	img.mobile {
	  position:absolute;
	  margin-left:-9999px;
	}
}

/**
 * Mobile styles
 */
	 
	 
@media screen and (max-width : 568px) {

  img {
    overflow:hidden;
  }
  #page {
    width:auto;
  }
	
  .container.top.left {
    padding-top:20px;

  }
  #menu-main {
	width:auto;
    height:auto;
	background-image:none;
  }
  
  #menu-main li {
  	
	width:100%;
	display:inline-block;
  }
  
  #menu-main li a {
	display:inline-block;
	height:40px;
	float:right;
		 border-bottom:none;
  }
  
   #menu-main li a :hover {
     background:none;

   }
	
  .container {
    float:none;
	width:310px;
	clear:both;
  }
    
  #masthead, #main {
    float:none;
	width:auto;
	max-width:568px;
  }

  #content-sidebar {
	display:none;
}
  #site-header img {
    margin-left:-70px;
  }
  
  .site-content .entry-content {
    padding:5px;
	width:auto;
	max-width:558px;
  }
  
  #footer{
    width:310px;
	height:auto;
  }
  
  footer div {
	width:auto;
	max-width:568px;
	padding:5px;
  }
  
  #legal-link a {
    float: right;
  }
  
   #post-9 .right {
     float:none;
	 }
   .desktop img, img.desktop{
	 position:absolute;
     margin-left:-9999px;
   }

   
.contact-details li {
  display:block;
}


@media screen and (max-width : 320px) {
  #masthead, #main, footer div { 
	max-width:320px;
  }
  
  .site-content .entry-content {
	max-width:310px;
  }

  .container {
    width:310px;
  }

  
  p.contact-hero {
    width:310px;
	overflow:hidden;
	float:right;
	text-align:right;
  }
}