@charset "utf-8";

body { 
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-family: TexGyreAdventor, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html, body	{ height: 100%; min-height: 100%; }

.clearfix:after		{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix		{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix	{ height: 1%; }

textarea		{ font-size: 13px; font-family: Arial, Helvetica, sans-serif; resize: none; }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password']	{ font-size: 13px; }
textarea,
input, select	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit']	{ -webkit-appearance: none; border-radius: 0; padding: 7px 20px; background: #222; color: #fff; font-size: 15px; border: none; cursor: pointer; }
input[type='submit']:hover { background: #82c4e6; }

.middle a,
#menuh a:hover,
.slidebtn,
.blogpost a,
.bottomcol a,
.bottomcol a img,
#footer a,
input[type='submit'],
#toggleMenu		{ -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }

.inner		{ width: 1120px; margin: 0 auto; }

#headercontainer { min-width: 1120px; }
#header		{ width: 1120px; height: 140px; margin: 0 auto; }
#logo		{ float: left; margin-top: 40px; }
#logo a		{ color: #222; font-size: 37px; text-decoration: none; }

.middle		{ margin: 20px 15px; padding: 0; min-height: 100px; overflow: hidden; }
.middlethin	{ width: 870px; float: right; }
.middlefull	{  }
.textlower	{ margin: 20px 15px 15px 15px !important; }


/* DEFAULT STYLING */

a		{ color: #3e8bb2; text-decoration: underline; }
a:hover		{ color: #82c4e6; }

h1, h2, h3, h4, h5 { color: #000; font-weight: normal; }

h1		{ font-size: 32px; }
h2		{ font-size: 28px; }
h3		{ font-size: 24px; }
h4		{ font-size: 20px; }
h5		{ font-size: 18px; }

p, li, td, th	{ color: #222; line-height: 22px; }
.middle img	{ max-width: 100%; height: auto; }
iframe		{ max-width: 100%; }

.middle li			{ margin-bottom: 6px; line-height: 20px; }
.middle li ul, .middle li ol	{ margin-top: 6px; }
.middle hr			{ border: 0; width: 100%; margin: 30px auto; color: #cccccc; background-color: #cccccc; height: 1px; }
.middle ul > li ul		{ list-style-type: circle; }
.middle ol > li > ol		{ list-style-type: lower-alpha; }
.middle ol > li > ol > li > ol	{ list-style-type: lower-roman; }
.middle blockquote		{ font-style: italic; padding: 0 8px 0 20px; border-left: 5px solid #82c4e6; overflow: hidden; }

#services td		{ vertical-align: top; }
.maplink		{ color: #222; text-decoration: none; }


/* MAIN HORIZONTAL MENU */

#menuh			{ float: right; margin-top: 50px; }
#menuh nav		{ display: block; text-align: center; }

#menuh nav a		{ display: block; padding: 15px 12px; font-size: 16px; text-decoration: none; }
#menuh nav a.active,
#menuh nav a.active-child { color: #589ec2; }

#menuh nav ul		{ margin: 0; padding: 15px 4px 15px 0; list-style: none; text-align: left; display: inline; }
#menuh nav ul li	{ display: inline-block; margin-right: -4px; position: relative; padding: 0; cursor: pointer; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }
#menuh nav ul li a	{ color: #222; }
#menuh nav ul li a:hover { color: #589ec2; }
#menuh nav ul li ul	{ padding: 0; position: absolute; top: 50px; left: 0; width: 190px; display: block; opacity: 0; visibility: hidden; z-index: 90; -webkit-transiton: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; -transition: opacity 0.2s; }
#menuh nav ul li ul li	{ background: #82c4e6; display: block; }
#menuh nav ul li ul li a { padding: 10px; color: #fff; }

#menuh nav ul li ul li:hover { background: #ddd; }
#menuh nav ul li ul li a:hover { color: #222; }
#menuh nav ul li:hover ul { display: block; opacity: 1; visibility: visible; }


/* SUB HORIZONTAL MENU */

#menus			{ min-width: 1120px; background: #282828; }
#menus nav		{ display: block; text-align: center; }

#menus nav a		{ display: block; padding: 22px 18px; font-size: 16px; text-decoration: none; }
#menus nav a.active,
#menus nav a.active-child { color: #82c4e6; }

#menus nav ul		{ margin: 0; padding: 15px 4px 17px 0; list-style: none; text-align: left; display: inline; }
#menus nav ul li	{ display: inline-block; margin-right: -4px; position: relative; padding: 0; cursor: pointer; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }
#menus nav ul li a	{ color: #fff; }
#menus nav ul li:hover	{ background: #444; color: #fff; }
#menus nav ul li ul	{ padding: 0; position: absolute; top: 64px; left: 0; width: 190px; display: block; opacity: 0; visibility: hidden; z-index: 90; -webkit-transiton: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; -transition: opacity 0.2s; }
#menus nav ul li ul li	{ background: #444; display: block; color: #fff; }
#menus nav ul li ul li a { padding: 10px 22px; }

#menus nav ul li ul li:hover { background: #555; }
#menus nav ul li:hover ul { display: block; opacity: 1; visibility: visible; }


#menum			{ display: none; }


/* PAGE TREE */

#pagetree		{ text-align: right; }
#pagetree p		{ font-size: 12px; margin: 0; padding: 10px 0 0 0; }
#pagetree p a		{ font-size: 12px; }

#pageheading		{ width: auto; padding-bottom: 0; text-align: left; }
#pageheading h1		{ margin-top: 0; }


/* VERTICAL MENU */

#leftcontainer		{ float: left; width: 200px; margin: 20px 0; border-right: 2px solid #bbbbbb; }
#leftcontainer ul	{ position: relative; margin: 0; padding: 0; list-style: none; }
#leftcontainer ul li a	{ position: relative; display: block; margin: 0 auto; padding: 6px 10px; text-decoration: none; }
#leftcontainer ul li a:hover,
#leftcontainer ul li a.active { color: #222; }


/* SLIDESHOW */

#slideshowcontainer	{ float: right; width: 400px; margin: 10px 0 20px 20px; background: #82c4e6; }
#slideshow		{ position: relative; width: 400px; height: 250px; overflow: hidden; }
#slideshow .cycle-slideshow	{ width: 100%; height: auto; z-index: 8; }
.cycle-slide		{ max-width: 100%; line-height: 0; }
.cycle-slide a		{ display: block; width: 100%; height: auto; line-height: 0; }
.cycle-slide img	{ line-height: 0; max-width: 100%; }
.slideshow-overlay	{ text-align: center; z-index: 10; }
.slideshow-text		{ display: block; padding: 10px; color: #fff; font-size: 20px; line-height: 24px; }
.slideshow-text .title	{ display: none; }


/* WHITE BOX */

#whitebox		{ min-width: 1120px; padding: 10px 0; color: #589ec2; font-size: 19px; text-align: center; }
#whitebox p,
#whitebox li,
#whitebox th,
#whitebox td		{ color: #589ec2; letter-spacing: 1px; }


/* BLUE BOX */

#bluebox		{ min-width: 1120px; padding: 20px 0; background: #82c4e6; color: #fff; font-size: 22px; text-align: center; }
#bluebox p,
#bluebox li,
#bluebox th,
#bluebox td		{ color: #fff; }


/* IMAGE LIBRARY */

#imagelibrary		{ margin: 4px; padding: 4px; }
#imagelibrary img	{ margin: 3px; }


/* IMAGE STYLING */

html>body .outerpair1	{ background: url(../images/upperrightfade.png) no-repeat right top; }
html>body .outerpair2	{ background: url(../images/lowerleftfade.png) no-repeat left bottom; padding-top: 8px; padding-left: 8px; }
html>body .shadowbox	{ background: url(../images/shadow.png) bottom right; }
html>body .innerbox	{ position: relative; left: -8px; top: -8px; }
.shadowbox img		{ border: 1px solid #000000; vertical-align: bottom; }

.pageimagecenter	{ text-align: center; margin: 0 auto; padding: 0; max-width: 100%; }
.pageimageright		{ float: right; margin: 5px 0 5px 15px; padding: 0; max-width: 100%; }
.pageimageleft		{ float: left; margin: 5px 15px 5px 0; padding: 0; max-width: 100%; }
.pageimagenone img	{ margin: 3px; padding: 0; }


/* SOCIAL SHARING BUTTONS */

#social			{ height: auto; padding: 30px 0 20px 0; overflow: hidden; }


/* PAGE GALLERY */

.pagegalleryheading	{ display: none; }
.pagegalleryinner	{ width: 100%; margin: 0; padding: 0; }
.pagegalleryimage	{ position: relative; display: inline-block; width: 11.9%; height: 0; padding-bottom: 11.9%; overflow: hidden; margin: 0.3%; vertical-align: middle; }
.pagegalleryimage img	{ border: 0; vertical-align: middle; line-height: 0; position: absolute; display: block; max-width: 240% !important; /*min-width: 100% !important;*/ height: auto; /*min-height: 100%;*/ /*left: -25%;*/ }
.pagegalleryimage a	{ line-height: 0; }
.pagegalleryimage a:hover img { opacity: 0.7; }


/* LINKS SECTION */

.link			{ overflow: hidden; border-bottom: 2px solid #dfdfdf; margin: 20px 0; padding-bottom: 20px; }
.linktitle		{ padding-bottom: 10px; }
.linktitle,
.linktitle a		{ font-size: 14px; font-weight: bold; text-decoration: none; }
.linkleftcontainer	{ float: left; width: 150px; height: auto; max-width: 25%; margin: 0 10px 0 0; }
.linkleftcontainer img	{ border-style: none; margin: 0; padding: 0; line-height: 0; }
.linkrightcontainer	{ height: 150px; overflow: auto; padding: 5px 10px; }
.linkrightcontainer p	{ margin: 0; }
.linkurl		{ padding-top: 10px; }


/* HTML SITEMAP */

#sitemap a		{ text-decoration: none; }
.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before	{ content: "\00BB"; display: inline-block; margin: 0 3px 0 0; }
.sitemapL1		{ margin: 0 0 5px 0;  }
.sitemapL1 a		{ font-size: 16px; text-transform: uppercase; font-weight: bold; }
.sitemapL2		{ margin: 10px 0 3px 10px; }
.sitemapL2 a		{ color: #333333; text-transform: uppercase; }
.sitemapL3		{ margin: 0 0 3px 20px; }
.sitemapL4		{ margin: 0 0 3px 30px; }
.sitemapL5		{ margin: 0 0 3px 50px; }
.sitemapL6		{ margin: 0 0 3px 60px; }


/* BLOG FEED */

#blogfeed		{ min-width: 1120px; background: #282828; }
#blogfeed h2,
#blogfeed p		{ color: #fff; }
#bloginner		{ width: 1090px; margin: 0 auto; padding: 10px 15px 20px 15px; }
.blogpost		{ display: inline-block; width: 46%; margin: 0 4% 20px 0; vertical-align: top; }
.blogpost a		{ color: #fff; text-decoration: none; }
.blogpost a:hover	{ color: #82c4e6; }
.blogtitle		{ font-size: 17px; font-weight: bold; }
.blogdesc		{ margin: 5px 0; }
.blogdesc img		{ float: left; margin: 0 15px 0 0; }
.blogdate		{ font-size: 13px; font-weight: bold; font-style: italic; }


/* BLOG */
/* Post List */
.posts			{ margin-bottom: 25px; padding: 0 0 30px 0; border-bottom: 2px solid #dfdfdf; }
.posts h1 a		{ font-size: 28px; text-decoration: none; }
.posts .date		{ color: #888; letter-spacing: -0.5px; font-size: 14px; font-weight: bold; font-style: italic; }
.posts img		{ float: right; }
.read			{ display: inline-block; height: 28px; line-height: 28px; padding: 0 40px 0 10px; background: #82c4e6 url("../images/slidebtn-arrow.png") no-repeat 90% center; color: #fff; text-decoration: none; }
.read:hover		{ background-color: #222; color: #fff; }

/* Post Pagination */
.paginate		{ overflow: hidden; }
.paginate a		{ display: inline-block; padding: 8px 12px; margin: 20px 15px; font-size: 14px; font-weight: bold; text-decoration: none; text-transform: uppercase; border-radius: 3px; border: 1px solid #cccccc; }
.paginate .older	{ float: right; }
.paginate .newer	{ float: left; }

/* Post Display */
.post .date		{ color: #bbbbbb; letter-spacing: -0.5px; font-size: 14px; font-weight: bold; text-transform: uppercase; }

/* Next Post */
.next_post		{ margin: 15px 0; }

/* Popular Posts */
.popular_posts		{ padding: 0 0 10px 0; border-top: 3px solid #dfdfdf; border-bottom: 3px solid #dfdfdf; }
.popular_posts ul	{ padding-left: 20px; }

/* Comments */
.comments		{ margin-bottom: 20px; }
.comment		{ border-bottom: 1px solid #cccccc; padding: 13px 0; width: 60%; overflow: hidden; }
.commentName,
.commentName a		{ font-weight: bold; text-decoration: none; }
.commentDate		{ color: #666666; font-size: 12px; padding-bottom: 10px; }
.commentText,
.commentText p		{ color: #555555; margin: 0; }

/* Blog Admin */
.admin_blog input[type='text']	{ width: 100%; }
.admin_blog textarea		{ width: 100%; min-height: 80px; }
.admin_blog table	{ width: 100%; }
.admin_blog td,
.admin_blog th		{ padding: 0 10px; }
.admin_blog td		{ padding-top: 5px; padding-bottom: 5px; border-top: 2px solid #bbb; }
.admin_blog .comBox	{ padding: 5px; max-width: 500px; max-height: 35px; line-height: 17px; background: #efefef; overflow-y: auto; }


/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password']	{ width: 100%; }
#adminpage input[type='submit']		{ margin-right: 2px; }

#adminpage		{ margin: 0 0 20px 0; font-size: 13px; font-weight: normal; font-family: Arial, Helvetica, Geneva, sans-serif; }
#adminpage b		{ color: #000000; font-weight: bold; }

#adminpage table	{ margin-bottom: 10px; border: 1px solid #9f9f9f; background: #efefef; }
#adminpage table img	{ display: inline-block; margin: 0 auto; }
#adminpage td		{ background: #efefef; color: #000000; text-align: left; }
#adminpage th		{ background: #dfdfdf; color: #000000; text-align: left; }
#adminpagegallery	{ position: relative; font-size: 12px; font-weight: normal; }

#adminpage table.productedit	{ width: 100%; }
#adminpage .productedit > td	{ background: #d6d6d6; }
#adminpage .productedit2 > td	{  }
#adminpage table.LogBody	{ width: 100%; }
#adminpage table.log		{ width: 100%; background: #333333; }
#adminpage table.log th		{ padding: 2px; background: #555555; color: #ffffff; font-size: 13px; }
#adminpage table .logrow1 td	{ padding: 4px; background: #cfcfcf; font-size: 12px; }
#adminpage table .logrow2 td	{ padding: 4px; background: #eeeeee; font-size: 12px; }
#adminpage table .logrowS td	{ padding: 4px; background: #82c4e6; color: #222; font-size: 12px; }
#adminpage table label		{ display: inline-block; width: 100%; padding: 2px; }
#adminpage table label:hover	{ color: #cf0000; cursor: pointer; }

.audit_box li		{ width: 48%; display: inline-block; vertical-align: top; }
span.audit_showhide	{ background: #222; }

#adminpage input[size='90']	{ width: 100%; }
#adminpage input[name='insert']	{ width: 50%; }


/* SUBPAGES */

.subpages		{ margin-bottom: 20px; }
.subpages div		{ display: inline-block; width: 19%; margin: 4px 4px 15px 2px; text-align: center; vertical-align: top; }
.subpages a		{ display: inline-block; max-width: 100%; font-size: 16px; font-weight: bold; text-decoration: none; }
.subpages img		{ border: 0; margin-bottom: 5px; }
.subpages span		{ display: inline-block; width: 100%; max-width: 100%; }
.subpages a:hover img	{ opacity: 0.7; }


/* CONTACT MESSAGE */

#contact		{ clear: both; width: auto; margin: 20px auto; background: #cccccc; color: #000000; font-size: 14px; text-align: center; }


/* CONTACT */

#contactpage		{ overflow: hidden; margin: -10px 0 20px 0; }
#contacttext		{ width: 50%; float: left; margin-top: -10px; }
#contacttext h3		{ margin-bottom: 0; }
#contacttext iframe	{ margin: -8px 0 3px 0; }
#contactform		{ width: 45%; float: right; margin-top: 20px; }
#contactform input[name='enquiry[Postcode]'] { width: 100px; }
#contactform #contact_thanks { padding: 15px; margin: 0 auto; width: 75%; text-align: center; background: #efefef; }
#sslmessage		{ float: right; margin: -160px 70px 0 0; font-size: 12px; }
#sslmessage img		{ float: left; margin: 5px 10px 0 0; }


/* SITE FORMS */

.form			{ overflow: hidden; text-align: left; width: 560px; max-width: 100%; }
.form *			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form .error		{ color: #cc0000; }
.form > div		{ padding: 1px; margin: 0 0 10px 0; overflow: hidden; }
.form > div > label	{ width: 25%; float: left; padding-right: 10px; line-height: 24px; }
.form > div > div	{ width: 75%; float: right; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select			{ width: 85%; padding: 4px; border: 1px solid #ccc; border-radius: 2px; }
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus		{ outline: 0; border-color: #4697e4; }

@media (max-width: 640px) {
	.form > div		{ margin: 0 0 8px 0; }
	.form > div > label	{ width: 100%; float: none; margin: 0 0 5px 0; }
	.form > div > div	{ width: 100%; float: none; }
	.form input[type=text],
	.form input[type=email],
	.form input[type=url],
	.form input[type=password],
	.form input[type=tel],
	.form input[type=number],
	.form textarea,
	.form select		{ width: 100%; }
}


/* SLOGAN */

#slogan			{ clear: both; min-width: 1120px; padding: 10px 0 5px 0; background: url("../images/slogan-bg.jpg") repeat center bottom; text-align: center; }


/* BOTTOM SECTION */

#bottom			{ clear: both; min-width: 1120px; padding: 25px 0 15px 0; background: url("../images/footer-bg.jpg") repeat center top; text-align: center; }
.bottomcol		{ display: inline-block; width: 24%; margin-bottom: 35px; vertical-align: top; color: #fff; font-size: 14px; text-align: left; line-height: 26px; }
.bottomcol h3		{ margin-bottom: 20px; color: #222; font-size: 15px; font-weight: bold; }
.bottomcol p		{ color: #fff; }
.bottomcol a		{ color: #fff; text-decoration: none; }
.bottomcol a:hover	{ color: #222; }
.bottomcol ul		{ margin: 0; padding: 0; list-style-type: none; }
.bottomcol li		{ line-height: 26px; }
.bottomcol img		{ margin: 10px 8px 0 0; vertical-align: middle; border: none; }
.bottomcol img:hover	{ -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -o-transform: rotate(-30deg); -ms-transform: rotate(-30deg); transform: rotate(-30deg); }
#col1			{ width: 18%; }
#col2			{ width: 30%; }


/* FOOTER */

#footer		{ clear: both; padding: 5px 10px; color: #000; font-size: 11px; text-align: center; }
#footer a	{ color: #000; font-size: 11px; text-decoration: underline; }
#footer a:hover	{ color: #fff; }
#footer img	{ margin-left: 5px; vertical-align: top; }


/* RESPONSIVE FOR IPAD - LANDSCAPE */
@media (max-width: 1100px) {
	.inner			{ width: 1010px; margin: 0; }

	#headercontainer	{ min-width: 1010px; }
	#header			{ width: 1010px; margin: 0; }
	#logo			{ margin-left: 20px; }

	/* Sub Menu */
	#menus			{ min-width: 1010px; }
	#menus nav a		{ padding: 22px 14px; font-size: 15px; }

	/* White Box */
	#whitebox		{ min-width: 1010px; font-size: 17px; }

	/* Blue Box */
	#bluebox		{ min-width: 1010px; }

	/* Blog Feed */
	#blogfeed		{ min-width: 1010px; }
	#bloginner		{ width: 990px; margin: 0; }

	/* Contact */
	#sslmessage		{ margin: -110px 50px 0 0; font-size: 12px; }

	/* Slogan */
	#slogan			{ min-width: 1010px; }

	/* Bottom Section */
	#bottom			{ min-width: 1010px; }
}

/* RESPONSIVE FOR IPAD - PORTRAIT */
@media (max-width: 768px) {
	.inner			{ width: 768px; }

	#headercontainer	{ min-width: 768px; }
	#header			{ width: 768px; }
	#logo			{ margin-top: 46px; }
	#logo a			{ font-size: 32px; }

	/* Sub Menu */
	#menus			{ min-width: 768px; }
	#menus nav a		{ padding: 22px 7px; font-size: 12px; }

	/* White Box */
	#whitebox		{ min-width: 768px; font-size: 17px; }

	/* Blue Box */
	#bluebox		{ min-width: 768px; }

	/* Blog Feed */
	#blogfeed		{ min-width: 768px; }
	#bloginner		{ width: 738px; }

	/* Contact */
	#sslmessage		{ max-width: 300px; margin: -100px 30px 0 0; font-size: 11px; }
	#sslmessage img		{ margin-bottom: 50px; }

	/* Slogan */
	#slogan			{ min-width: 768px; }

	/* Bottom Section */
	#bottom			{ min-width: 768px; }
}

/* RESPONSIVE FOR MOBILE */
@media (max-width: 640px) {
	* { width: auto; height: auto; }

	/* Structure */
	.inner			{ width: auto; }
	.middle			{ width: auto; margin: 5px 15px 10px 15px; }
	.middlethin		{ width: auto; float: none; }
	.textlower		{ margin: 5px 15px !important; }

	#headercontainer	{ min-width: 0; }
	#header			{ width: auto; height: auto; margin: 0; }
	#logo			{ float: none; margin: 0; padding: 10px 20px; }
	#logo a			{ font-size: 32px; }

	h1			{ font-size: 25px; }
	h2			{ font-size: 22px; }
	h3			{ font-size: 20px; }
	h4			{ font-size: 18px; }
	h5			{ font-size: 16px; }

	#services td		{ display: block; }
	#services ul		{ margin: 0; }

	/* Main Menu */
	#toggleMenu		{ background: #282828 url("../images/menu-icon.png") 20px center no-repeat; height: 40px; line-height: 40px; color: #fff; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 0 15px 0 45px; cursor: pointer; }
	#toggleMenu:hover	{ background-color: #444; }
	#menum			{ display: block; background: #282828; }
	#menum nav		{ text-align: left; }
	#menum nav a		{ display: block; font-size: 15px; text-decoration: none; }
	#menum nav a.active,
	#menum nav a.active-child { color: #82c4e6; }
	#menum nav ul		{ margin: 0; padding: 10px 0; list-style: none; }
	#menum nav ul li	{ display: block; padding: 5px 20px; }
	#menum nav ul li a	{ color: #fff; }
	#menum nav ul li:hover	{ background: #444; color: #fff; }
	#menum nav ul li ul	{ display: none; }

	#menuh,
	#menus			{ display: none; }
	
	/* Left Menu */
	#leftcontainer		{ display: none; }

	/* Slideshow */
	#slideshowcontainer	{ float: none; max-width: 400px; width: auto; margin: 0 0 20px 0; }
	#slideshow		{ max-width: 400px; width: auto; max-height: 250px; height: auto; }
	.slideshow-text		{ font-size: 18px; line-height: 22px; }

	/* White Box */
	#whitebox		{ min-width: 0; padding: 0 10px; font-size: 13px; }

	/* Blue Box */
	#bluebox		{ min-width: 0; padding: 10px; font-size: 16px; }

	/* Image Styling */
	img[width='350'].pageimageright,
	img[width='389'].pageimageright,
	img[width='400'].pageimageright,
	img[width='350'].pageimageleft,
	img[width='389'].pageimageleft,
	img[width='400'].pageimageleft	{ float: none; margin: 5px; }

	/* Gallery */
	.pagegalleryimage	{ width: 19%; padding-bottom: 19%; margin: 0.5%; }

	/* Links Section */
	.linkrightcontainer	{ height: auto; }

	/* Blog Feed */
	#blogfeed		{ min-width: 0; }
	#bloginner		{ width: auto; }
	.blogtitle		{ font-size: 16px; }
	.blogdesc		{ font-size: 13px; }
	.blogdate		{ font-size: 12px; }

	.posts h1 a		{ font-size: 22px; }

	/* HTML Sitemap */
	#sitemap > div		{ float: none !important; width: auto !important; }

	/* Admin Area */
	#adminpage textarea,
	#adminpage select,
	#adminpage input		{ width: 100%; }
	#adminpage input[size='3']	{ width: 50px; }
	#adminpage input[type='submit']	{ width: auto; }
	.audit_box li			{ width: auto; display: block; }

	/* Forces better display of page thumb editor */
	#adminpage td#subpage		{ width: 46%; display: inline-block; }
	#adminpage td#subpage table	{ width: 100%; }
	#adminpage td#subpage img	{ width: 100%; }

	/* Forces better display of page gallery editor */
	#adminpagegallery > table > tbody > tr > td,
	#adminpagegallery > table > tr > td		{ display: inline-block; width: 100%; }
	#adminpagegallery > table > tbody > tr > td > table,
	#adminpagegallery > table > tr > td > table	{ width: 100% !important; border: 0; }
	#adminpagegallery div[align='right']		{ text-align: center; }
	#adminpagegallery > form td			{ width: 19%; height: 75px; overflow: hidden; display: inline-block; }

	/* Replace parts of Site Report that wont display well on mobile with a message */
	#sr_mvp #sr_data	{ display: none; }
	#sr_mvp:after		{
		content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
		display: block;
		margin: 0 15px;
	}

	/* Subpages */
	.subpages div		{ width: 23%; }

	/* Contact */
	#contacttext,
	#contactform		{ width: 100%; float: none; }
	#contacttext iframe	{ width: 100%; }
	#sslmessage		{ float: none; max-width: none; margin: 0 0 10px 0; font-size: 12px; }
	#sslmessage img		{ margin-bottom: 0; }

	/* Slogan */
	#slogan			{ min-width: 0; }
	#slogan img		{ width: 60%; }

	/* Bottom Section */
	#bottom			{ min-width: 0; padding: 10px 10px 15px 10px; }
	.bottomcol		{ display: inline-block; width: 48%; margin-bottom: 20px; }
	.bottomcol h3		{ margin-bottom: 10px; color: #222; font-size: 15px; font-weight: bold; }
	#col1,
	#col2			{ display: none; }
}

@media (max-width: 360px) {
	#logo			{ padding: 10px; }
	#logo a			{ font-size: 24px; }

	/* White Box */
	#whitebox		{ font-size: 11px; }
	#whitebox p		{ line-height: 17px; }

	/* Blue Box */
	#bluebox		{ font-size: 12px; }

	/* Image Styling */
	.pageimageright		{ float: none; margin: 5px; }
	.pageimageleft		{ float: none; margin: 5px; }

	/* Blog Feed */
	.blogpost		{ display: block; width: auto; margin: 0 0 20px 0; }

	/* Contact */
	#sslmessage img		{ margin-bottom: 20px; }

	/* Slogan */
	#slogan img		{ width: 80%; }

	/* Bottom Section */
	#bottom			{ padding: 5px 15px 15px 15px; }
	.bottomcol		{ display: block; width: auto; }
	#col3			{ display: none; }
}

/* DEBUG */

#debug		{ position: relative; padding: 10px 15px; text-align: left; background: #cfdaff; border-top: 12px solid #c4d2ff; border-bottom: 12px solid #c4d2ff; }
#debug h1	{ border: none; color: #001b51; text-transform: none; text-decoration: none; }
#debug pre	{ color: #000d27; }
