/*
Theme Name: Termicide
Theme URI: http://www.termicide.com.au
Author: Creative Perspective
Author URI: http://www.creativeperspective.com.au
Description: Custom developed theme for Termicide
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: termicide
Domain Path: /languages/
Tags:


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/
*/


/* =Reset
-------------------------------------------------------------- */

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: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(i/Termicidebgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fff;
}

body {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

img.border {
	-moz-box-shadow: 0px 0px 9px 1px #b0aca8;
	-webkit-box-shadow: 0px 0px 9px 1px #b0aca8;
	box-shadow: 0px 0px 9px 1px #b0aca8;
	border: solid 3px #fff;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #112c8b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 800;
	letter-spacing: 1px;
	color: #ff6600;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 1em;
}
.entry-title {text-align:center; color: #112c8b;}

#HeaderWidget h1, #HeaderWidget h2, #HeaderWidget h3, #HeaderWidget h4, #HeaderWidget h5, #HeaderWidget h6 { color: #112c8b; }

h1 {font-size: 2em;}
h2, .entry_content h2 a, .pestguide_post h2 a {font-size: 1.6em; text-decoration: none; color:#ff6600;}
.entry_content h3 a {text-decoration: none; }
h3 {font-size: 1.4em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* recent news */
.latest_news h2, .latest_news h2 a {color: #112c8b; text-decoration: none; font-size: 1.6em; margin-bottom: 5px;}
.latest_news h3, .latest_news h3 a {color: #004a8f; text-decoration: none; font-size: 1em;}
.recent-post { margin-bottom: 8px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

#homepage_hero_panel h1 {
	color: #fff;
	text-shadow: 0px 2px 4px #000;
	-moz-text-shadow: 0px 2px 4px #000;
	-webkit-text-shadow: 0px 2px 4px #000;
}

.entry-header { 
	margin-top: 2%;
}
/* Text elements */
p {
	margin-bottom: 1em;
	color: #112c8b;
}
strong { letter-spacing: 1px; }
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #004a8f;
}
a:visited {
	color: #0069a6;
}
a:hover,
a:focus,
a:active {
	color: #0069a6;
}
a.read_more {
	color:#F60;
	font-weight: bold;
	width: 100%;
	float: left;
	display: block;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content {margin-top:0; padding-top:0; vertical-align: baseline;}

/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 99.9%;
}
	.menu-menu-1-container {
	width: 100%;
	border: none;
	}
.navigation-main ul {
	font-size: 100%;
	width: 99.9%;
	cursor: default;
	text-align: center;
	margin: 0;
}
.navigation-main ul li {
	float: left;
	display: inline-block;
	margin: 0;
	position: relative; /*required to set drop down menus */
    *zoom:1; /*IE7*/
	text-align: center;
	list-style: none outside none;
}
.navigation-main a {
	height: auto;
	display: block;
	cursor: pointer;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	color: #ff8400;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000046;
	padding: 0em 0.75em;
	font-size: 13px;
	letter-spacing: 1px;
}
.navigation-main ul li:first-child a:hover {
	margin-left:0px;
}

.navigation-main ul li a:hover, .navigation-main ul li a:focus {
	background-repeat: repeat;
	background-image: url(i/menu_btn_o.png);
	color: #fff;
}

.navigation-main ul li.current-menu-item a {
	background-attachment: scroll;
	background-repeat: repeat-x;
	color: #fff;
}

/* drop down menu for child pages */

.navigation-main ul ul {
	background:#fff;  /*Adding a background makes the dropdown work properly in IE7+ */
	background:rgba(255,255,255,0);  /*But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it...*/
	list-style-type:none;
	position:absolute;
	left:-9999px; 
}
.navigation-main ul ul li {
	padding-top:2px; 
	float:none;
}
.navigation-main ul ul a {
	white-space:nowrap; 
}
.navigation-main ul li:hover ul { 
	position: absolute;
	left: 0;
	z-index: 1000;
	margin-left: 0;
	height: auto;
	width: auto;
	padding: 0 10px 15px 0;
	text-align: left;
}
.navigation-main ul li:hover a {
	text-decoration:none;
}

/* style child page links */

.navigation-main ul li:hover ul li {
	display: block;
	width: auto;
}

.navigation-main ul li:hover ul li a {
	text-decoration:none;
	font-size: 0.9em;
	border-bottom: 1px solid #808080;
	background-image: url(i/menu_btn.png);
}
.navigation-main ul li ul li a:hover {
	width: auto; 
	background-repeat: repeat;
	background-image: url(i/menu_btn_o.png);
	color: #fff;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
		color: #fff;
		text-align: center;
	}
	h1.menu-toggle {
		font-size: 1.6em;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 1px;
	}
.main-small-navigation {	
	z-index: 1000;
	text-align: center;
}
.main-small-navigation ul {
	list-style-type: none;
	margin-left: 0;
	height: auto;
	width: 100%;
}
.main-small-navigation ul li a {
	height:auto;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.625em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #808080;
	color: #fff;
}
.main-small-navigation ul li ul {
	height:auto;
	display: block;
	cursor: pointer;
}
.main-small-navigation ul li ul li a {
	color: #fff;
}
.main-small-navigation ul li a:hover {
	border-bottom: 1px solid #002959;
}

	.navigation-main ul {
		display: none;
	}
/*
#rtp-nav-menu li { text-align: left; }
#rtp-nav-menu li ul { display: block; }*/
.main-small-navigation ul.sub-menu { left: 0; position: relative; top: 0; width: 100%; }
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 1em 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#home-primary {margin-top: 0em;}
#primary {margin-top: 0em; /*width: 100%;*/}
.content-area {display: block; margin-top: 0; width: 100%;}
.pestguide_post {border-top: solid 1px #112c8b;}
.content-area-pestguide {display: block; float: left; margin-top: 1.5%; width: 100%;}

/*********************
SIDEBAR
*********************/
#sidebar {display: block; float: left; margin-top: 2.2em; width: 100%;}

#sidebar h2 { 
	font-size: 1.15em; 
	font-weight: 700;
	padding-bottom: 15px;
}

#sidebar ul {
	padding-left: 0;
	list-style-type: none;
}

#sidebar ul li {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 1.3em;
}

#sidebar ul li a {
	color: #ff6600; 
	text-decoration: none; 
	padding-right: 1.75em;
}

#sidebar ul li a:hover {
	color: #112c8b; 
}

#sidebar ul li.current-menu-item a {
	color: #112c8b; 
	font-weight: 700;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Colophon
----------------------------------------------- */
.site-info, .site-info a {color:#fff; text-decoration:none; font-size: 14px;}
.credit {font-size: 0.8em;}
.credit a {color:#404040;}

/* =Gravity Forms
----------------------------------------------- */

.gform_wrapper !important {
	padding: 1.5em;
}

/* =Media Queries
----------------------------------------------- */
/* Mobile Layout: 480px and below. */
#page {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 0;
	padding-right: 0;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 0;
	padding-right: 0;
}

header_wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
	background-color: none;
}
.site-branding {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
nav {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-image: url(i/menu_btn.png);
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius:3px;border:2px solid #000046;
}
#headerwidgets {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
#homepage_feature_area { width: 100%; clear:both; display:block; float: left; margin-top: 2%;}
#FeatureBoxes {margin-bottom: 0; padding-bottom: 0;}
.feature_box {display: block; float: left; clear: both; width: 100%; overflow: hidden;} 
.rep {display: none;} 
#HomeSlider {
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-left: 0%;
	height: auto;
	z-index: 100;
	background-image: url(i/slider-bgd.gif);
	background-repeat: repeat;
}
#slider_shadow {position: absolute; top: 98.8%; left: 0; float: left; display:block; clear: none; width: 100%; margin-top: 0; height: auto; line-height:0; z-index: 102;}
#homepage_hero_panel {float: left; display:block; clear: both; width: 98%; background-image: url(i/slider-bgd.gif); background-repeat: repeat; padding: 1% 1% 0% 1%; text-align:center;}
#homepage_hero_panel h1 {
	font-size: 1.7em;
}
#home_inner_container {float: left; display:block; clear: both; width: 100%; }
.home-entry-content, .page-entry-content {float: left; display:block; clear: both; width: 98%; padding: 0.25% 1%; background-color: #fff; border: solid 1px #d9d9d9; margin-bottom: 1%;}
#homepage_sidebar {float: left; display:block; clear: both; width: 100%;}
.sidebar_feature {float: left; display:block; clear: both; width: 99%; padding: 0.5%; background-color: #fff; border: solid 1px #d9d9d9;  margin-bottom: 2.5%;}
.latest_news {float: left; display:block; clear: both; width: 94%; padding: 3%; background-color: #fff; border: solid 1px #d9d9d9;  margin-bottom: 2.5%;}
#homepage_lower_feature_area {float: left; display:block; clear: both; width: 100%; }
.home_panel_content {float: left; display:block; clear: both; width: 100%; height: auto; margin-bottom: 13px; background-color: #112c8b; border-bottom: solid 5px #ff7d14;}
.form_panel {float: left; display:block; clear: both; width: 100%; height: auto; margin: 10px 0 0; background-color: none; border-bottom: 0px;}
.pestguide_thumbnail {float:left; clear:both; display:block; width: 100%; text-aling: center; }
.pestguide_thumbnail img {
	-moz-box-shadow: 0px 0px 9px 1px #b0aca8;
	-webkit-box-shadow: 0px 0px 9px 1px #b0aca8;
	box-shadow: 0px 0px 9px 1px #b0aca8;
	border: solid 3px #fff;
}
.pestguide_entry_content {float:left; clear:both; display:block; width: 100%;}
#colophon { width: 93%; background-color: #979fc6;
	padding: 3.5%; border-top: solid 1px #f47c21; text-align: center;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.home-entry-content {clear: none; width: 64.25%; }
#homepage_sidebar {float: right; width: 32.9%; clear:none; margin-left:0.1%;}
#Slider {
	display: block;
	float: left;
	width: 76.59%;
}
#homepage_hero_panel h1 {
	font-size: 2.45em;
}
.feature_box {display: block; float: left; clear: none; width: 33%;} 
#fb2, #fb3 {margin-left: 0.5%;} 
.home_panel_content, .form_panel {float: left; display:block; clear: none; width: 31.915%;}
#Panel2, #Panel3, #Panel5, #Panel6, #TopPanel2, #TopPanel3 {margin-left: 2.1275%;}
nav {
}
}
/* Desktop Layout: 769px to a max of 940px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	#page, .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 940px;
	_width:expression(this.scrollWidth > 940 ? "940px" : "auto"); /* sets max-width for IE6 */
	padding-left: 0;
	padding-right: 0;
}
header_wrap {
	width: 100%;
}
#masthead { height: 173px; display: block; clear:both; margin-bottom: 17px; }

#homepage_hero_panel h1 {
	font-size: 3em;
}
nav {
	height: auto;
}
.navigation-main ul li, .navigation-main a { height: 45px; }
.navigation-main a { line-height: 45px; }
.content-area-pestguide {width: 70.8%; padding-left: 4%;}
.pestguide_thumbnail {float:left; clear:none; display:block; width: 40%; margin-right:5%;}
.pestguide_entry_content {float:left; clear:none; display:block; width: 55%; padding-top: 0%;}
#sidebar {width: 22%; border-right: solid 1px #112c8b; margin-right: 3%;}
#sidebar ul li {width: 110%;}
#sidebar ul li.current-menu-item {
	background-image: url(i/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
}
@media only screen and (min-width: 900px) {
.site-branding {
	clear: none;
	width: 27%;
	margin-top: 0;
}
#headerwidgets {
	clear: none;
	float: left;
	width: 70.5%;
	height: auto;
	padding-left: 0%;
	margin-left: 2%;
	text-align: left;
}
#HeaderWidgets_left {
	clear: none;
	float: left;
	width: 70%;
	height: auto;
	padding-left: 0%;
	padding-top: 0.4%;
	text-align: left;
}
#HeaderWidget {
	clear: none;
	float: left;
	width: 100%;
	height: auto;
}
#HeaderWidget2 {
	clear: none;
	float: left;
	width: 70%;
	height: auto;
}
#Social {
	clear: none;
	float: left;
	width: 25%;
	height: auto;
	padding-left: 0%;
	padding-top: 0.5%;
	text-align: right;
}
}

/** Rep image media queries to stop image blocking menu at different breakpoints */
@media only screen and (min-width: 481px) {
	.rep {display: block; position: absolute; right:0; bottom: -0.5319148936%;; z-index: 101; width: 28%;} 
}
@media only screen and (min-width: 1024px) {
	.rep {display: block; position: absolute; right:0; bottom: -0.5319148936%;; z-index: 101; width: 310px;} 
}

@media only screen and (min-width: 1250px) {
	.rep {display: block; position: absolute; right:0; bottom: -0.5319148936%;; z-index: 101; width: 350px;} 
}

