/*  
Theme Name: Rapid Websites Layout 2 adapted for Osgro Seed
Theme URI: http://rapidwebsites.co.nz/
Description: Responsive Theme by Rapid Websites, updated Aug 2014
Version: 2.0
Author: Aidan Curran
Author URI: http://rapidwebsites.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #fff;
   text-align: center;
   font-family : "Times New Roman", Times, serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: arial, helvetica, sans-serif;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   color: #333333;
}
body {
   background: #EDE7CD;
   font-size: 100%;
}
h1, h2, h3, h4 {

}
h1 {
   font-size: 1.5em;
   color: #E67817;
   margin-top:0;
}
h2 {
   font-size: 1.375em;
   color: #E67817;
}
h3 {
   font-size: 1.188em;
}
h4 {
   font-size: 1.063em;
}
a {
   color: #895A1E;
}
a:hover {
   color: #CF7E17;
}
h2 a {
   color: #895A1E;
   text-decoration: none;
}
h2 a:hover {
   color: #CF7E17;
   text-decoration: underline;
}
img {
   border: 0;
}
div {
   text-align: left;
}
form {
   margin:0;
}
#header {
   background: #fff url(images/header-bg.jpg) right center no-repeat;
   border: 1px solid #D2D7B1;
   border-radius: 3px;
   margin-bottom: 20px;
}
#header #logo {
   display: block;
   float: left;
   margin: 0;
}
#page {
   background: transparent;
   margin: 0px auto;
}
#nav {
   float: left;
   width: 150px;
   text-align: right;
   overflow: hidden;
   margin: 0;
   padding: 0;
   clear: both;
}
#nav a {
   display: block;
   padding: 10px 10px 10px 0;
   color: #000;
   text-decoration:none;
   font-weight: bold;
   border-right: 5px transparent solid;
}
#nav a:hover, #nav .current_page_item a {
   color: #E67817;
}
#nav .current_page_item a {
   border-right: 5px #E67817 solid;
}
#nav ul {
   list-style: none;
   margin: 10px 0 0 0;
   padding: 0;
}
#nav li {
   display: inline;
   list-style: none;
}
#maincontent {
   margin-left: 170px; /* total width of #nav */
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   background: #fff;
   padding: 30px 50px;
   border: 1px solid #D2D7B1;
   border-radius: 3px;
}
#maincontent ul {
   list-style-type: none;
   padding: 0px;
   margin: 7px 0 7px 15px;
} 
#maincontent ul li {
   background: url(images/bullet.png) left center no-repeat;
   line-height: 22px;
   min-height: 22px;
   padding: 5px 0 5px 25px;
   margin: 5px 0;
   font-weight: bold;
}
div.links {
   border-top: 1px dashed #85C226;
   padding-top: 20px;
   margin-top: 40px;
}
div.links h3 {
   color: #85C226;
}
#maincontent div.links ul {
   list-style-type: square;
   padding: 0px;
   margin: 7px 0 7px 30px;
} 
#maincontent div.links ul li {
   background: none;
   line-height: 18px;
   min-height: 18px;
   padding: 5px 0 5px 5px;
   margin: 5px 0;
   font-weight: normal;
}
#slider {
   float: right;
   width: 45%;
   margin-left: 50px;
}
#leftcol {
   float: left;
   width: 46%;
}
.clear {
   clear:both;
}
.center {
   text-align:center;
}
.centered {
   margin: 0 auto;
}

div.block {
   overflow: hidden;
   background-color: #F6F3E6;
   border-radius: 3px;
   padding: 15px 30px;
   margin: 15px 0;
}
div.block div.image img {
   float: right;
   margin: 30px 0 25px 30px;
}
div.block div.image p {
   margin: 0;
}
div.block div.text {
   
}

#footer {
   clear: both;
   background: #D2D7B1 url(images/logo.png) center center no-repeat;
   color: #E67817;
   overflow: hidden;
   margin-top: 10px;
   border-radius: 3px;
   border: 1px solid #C4CA9D;
   padding: 10px 30px;
}
#footerlogo {
   width: 350px;
   float: left;
   margin: 40px 0 0 30px;
}
#footerlogo img {
   width: 100%;
}
#footer #mc_embed_signup {
   float: left;
   width: 200px;
   margin: 0 0 0 30px;
}
#footer #mc_embed_signup form {
   background: #E1E5C7;
   border: 1px solid #C4CA9D;
   border-radius: 3px;
   padding: 10px 15px;
}
#footer #mc_embed_signup h3 {
   margin: 0 0 4px 0;
}
#footer #mc_embed_signup #submitbtn {
   text-align: center;
   padding-top: 4px;
}
#footer #mc_embed_signup input[type=text], input[type=email] {
   width: 163px;
}

#footer #contacts {
   float: left;
   width: 300px;
}
#footer #contacts div {
   font-weight: bold;
   padding: 10px 0 10px 58px;
   height: 48px;
   line-height: 48px;
   background: url(images/phone.png) left center no-repeat;
}
#footer #contacts div#mail {
   background-image: url(images/mail.png);
}
#footer #contacts div#fb {
   background-image: url(images/fb.png);
}
#footer #contacts div strong {
   color: #E67817;
   font-size: 1.125em;
}
#footer #contacts a {
   color: #E67817;
   text-decoration: none;
}
#footer #contacts a:hover {
   text-decoration: underline;
}

#credits {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #666;
}
#credits a {
   text-decoration: none;
   color: #666;
}
#credits a:hover {
   text-decoration: underline;
   color: #666666;
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}

#maincontent td {
   padding: 10px;
}
#maincontent td h2 {
   margin-top: 0px;
}
#blogdescription {
   color: #777;
   padding: 5px 20px;
   background-color: #f0f0f0;
   margin-bottom: 30px;
}
h1.postheading, h2.postheading {
   margin-bottom: 0px;
}
a.more-link {
   font-weight: bold;
}
#searchresults {
   padding: 10px 25px 50px 25px;
}
div.callout {
   font-size: 20px;
   color: #EE3127;
   margin: 20px 0;
   text-align: center;
}
div.highlight {
   font-size: 20px;
   color: #EE3127;
   margin: 20px 0;
   text-align: center;
}
div.gallery-item .gallery-caption { display:none !important; }

/* widgets */
#widgets {
   width: 760px;
   padding: 10px 20px;
   margin: 0 auto;
   overflow: hidden;
   background-color: #e0dad2;
}
div.widget {
   width: 190px;
   float: left;
}
#widgets h2 {
   font-size: 14px;
   margin: 0;
   font-family:'Times New Roman',Times,serif;
   font-style: italic;
}
div.widget ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.screen-reader-text {
   display:none;
}
input#s {
   width: 100px;
}
#widgets, #widgets select, #widgets input {
   font-size: 11px;
}

#googlemap {
   width: 100% !important;
}

/* Nexgen Gallery tweaks */
a.slideshowlink {
   display: block;
   width: 150px;
   text-align: center;
   color: #ddd;
   background: #888;
   text-decoration: none;
   padding: 5px 0;
   margin: 10px auto;
   font-weight: bold;
   
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;   
}
a.slideshowlink:hover {
   color: #fff;
   background: #AAA;
}
div.ngg-galleryoverview {
   width: 650px;
   margin: 10px auto;
}

/*--- WP Contact Form 7 Styling --*/
div.wpcf7 {
   clear: both;
   overflow: hidden;
   background-color: #F6F3E6;
   border-radius: 5px;
   margin: 30px !important;
}
div.wpcf7 form {
   padding: 0 30px;
   margin: 0;
}
div.wpcf7-response-output {
   background: #fff;
}
span.wpcf7-not-valid-tip {
   font-size: 0.750em !important;
}
form .aligncenter {
   text-align: center;
}
form input[type=submit] {
   background: #E6781A;
   color: #fff;
   font-size: 1.1em;
   border-radius: 3px;
   border: 1px solid #E6781A;
   padding: 3px 20px;
}
form input[type=submit]:hover {
   background: #EE9448;
}
input[type=text], input[type=email], textarea {
   border: 1px solid #ACA38C;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea {
   width: 340px;   
   height: 26px;
}
textarea.wpcf7-textarea {
   height: 180px;
}
input.wpcf7-text:hover, input.wpcf7-captchar:hover, textarea.wpcf7-textarea:hover {
   border: 1px solid #C4BAA1;
}
input.wpcf7-text:focus, input.wpcf7-captchar:focus, textarea.wpcf7-textarea:focus {
   border: 1px solid #685F46;
}




/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {

   float: right;
   margin: 0px 0px 5px 15px;
}
img.alignleft, div.alignleft {

   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}

/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #f3f3f3;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 0 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 24px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
   font-style: italic;
   color: #999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	display:none;
}
#respond label {
	color: #888;
	font-size: 12px;
   width: 80px;
   display: block;
   float: left;
   text-align: right;
   padding-right: 10px;
}
#respond input {
	margin: 0 0 9px;
	width: 500px;
}
#respond textarea {
	width: 500px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

div.label {
   display: inline-block;
   width: 100px;
   font-weight: bold;
   color: #305C64;
   vertical-align: top;
}
div.inlineblock {
   display: inline-block;
   vertical-align: top;
}
div.inlineblock>p, div.responsive>p, div.responsive50>p, div.responsive33>p {
   margin: 0;
}

/* Responsive elements                              */
/* ------------------------------------------------ */

/* WIDE SCREEN - defaults: (1000px and wider) */
/* >= 1000px wide */
/* as defined in above in main stylesheet rules */

   #page { width: 1000px; }
   #header { height: 284px; }
   .maincontent img, .responsive img, .responsive .wp-caption { max-width:100%; height:auto; }
   .maincontent img.alignleft, .maincontent img.alignright { max-width:50%; height:auto; }
   .responsive50 img, .responsive50 .wp-caption { max-width:50%; height:auto; }
   .responsive33 img, .responsive33 .wp-caption { max-width:33%; height:auto; }
   .responsive .wp-caption img, .responsive50 .wp-caption img, .responsive33 .wp-caption img { max-width:100%; }
   #menu-toggle { display: none; width: 20px; height: 20px; margin: 10px; background: url(images/menu.png) center center no-repeat;}
       
/* MEDIUM-WIDE SCREEN */
/* width 750px - 1000px */
@media screen and (max-width: 1000px) {
   body { background-size: 1100px auto; }
   #page { width: 98%; }
   #nav a { font-size: 0.938em; }
   #footer #contacts { width: 250px; font-size: 0.9em;}
   #footer { background-size: 120px 77px; }   

}

/* MEDIUM-SMALL SCREEN */
/* width 500px - 750px */
@media screen and (max-width: 750px) {

   html,body { font-size: 14px; }
   #header { height: 200px; background-size: auto 200px;}
   #header #logo { height: 200px; width: auto; }
   #nav {width: 120px; }
   #maincontent { padding: 10px 20px; margin-left: 130px; } 

   .responsive33 img, .responsive33 .wp-caption  { max-width:50%; height:auto; }
   #leftcol { float: none; width: auto;}
   #slider { float: none; width: auto; max-width: 400px; margin: 30px auto;}
   #footer { padding: 10px; background-image:none; }   
   #footer #mc_embed_signup { margin: 0 }
   #footer #contacts { width: 220px; }

   div.block { padding: 10px 20px; }
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 300px;}

}

/* SMALLEST SCREEN */
/* width 320px - 500px */
@media screen and (max-width: 500px) {	
   #header { height: 130px; background-size: auto 130px;}
   #header #logo { height: 130px; }
   #page { min-width: 300px; }
   #maincontent { padding: 10px 10px; border-width: 1px; }
   #footer #contacts div span { display: none; }   

   div.block div.image img { float: none !important; display:block; margin: 30px auto; }   
   
   div.wpcf7 { margin: 10px !important; }
   div.wpcf7 form { padding: 0 10px; }
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 240px; height: 20px; }
   textarea.wpcf7-textarea { height: 120px; } 
     
   #menu-toggle { display: block;  }
   #nav {width: 40px; }
   #maincontent {margin-left: 40px; }
   #menu-main-menu { display: none; } 
   #page.menuopen #nav {width: 100px; }
   #page.menuopen #maincontent {margin-left: 110px; } 
   #page.menuopen #menu-main-menu { display: block; } 
   
   #footer #mc_embed_signup { float: none; margin: 0 auto; }
   #footer #contacts { float: none;  margin: 0 auto; }
}