/*  
Theme Name: PEDro 
Theme URI: http://www.pedro.org.au 
Description: This is the child theme for PEDro.   
Author: Rose Cox  
Author URI: http://www.purpleprodigy.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Tables
	- Classes
- Structure and Layout
	- Site Containers
- Common Classes
	- Avatar
	- Titles
	- Genesis
	- WordPress
- Widgets
	- Sponsor Widget
	- MailChimp
- Plugins
	- Collapse-o-matic
- Accessibility
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Primary Navigation
	- Responsive menu
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Search
	- Search Forms
	- Simple Search
	- Advanced Search
- Media Queries
	- Max-width: 960px
	- Max-width: 800px
	- Max-width: 750px
	- Max-width: 600px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f0f0f0;
	color: #222;
	font: 87.5%/1.4 helvetica,arial,sans-serif;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a:link { color: #BB4D00; }
a:visited { color: #A23C00; }
a:focus { color: #000; }
a:hover { color: #4f2b7c; }
a:active { color: red; }

p { margin: 0 0 1.3em; }


ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .4em;
	color: #4f2b7c;
}

h2 { font-size: 150%; }
h3 { font-size: 120%; }

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #222;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #BB4D00;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 110%;
	padding: 5px 10px;
	width: auto;
	height: auto;
    margin: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #4F2B7C;
	color: #fff;
}

button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"],
.button:active {
	background-color: #F00;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #000;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.donate input[type="button"] {
	padding: 12px 24px;
	width: 180px;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

tr { border-top: 1px solid #ccc; }
tr:nth-of-type(even) { background: #eee; }

th
{
	background: #ddd;
	font-weight: bold;
}

td,
th {
	vertical-align: top;
	padding: 1em;
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 1em;
}

th {
	font-weight: 400;
}

.browse_records tr { border-top: none; }

.browse_records th
{
	background: #ddd;
	font-weight: bold;
}

.browse_records ul { margin: 0; }
.browse_records tr:nth-of-type(even) { background: transparent; }

.browse_records th, .browse_records td
{
	vertical-align: top;
	padding: 0;
	text-align: left;
}

td.padding { padding: 1em 0 !important; }
.no-margin { margin: 0; }


/* ## Classes
--------------------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

a.skip
{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: 0;
}

a.skip:active,a.skip:focus,a.skip:hover
{
	display: inline;
	top: 5px;
	left: 5px;
	padding: 1px 5px 2px;
	color: #fff;
	background: #000;
}

p.explanation
{
	margin: 0;
	font-weight: bold;
}

p.download
{
	margin: 2em 0;
	padding: 10px 10px 10px 25px;
	background: #EEE url(images/icon-download.gif) no-repeat 10px 10px;
	font-weight: bold;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container
 {
	max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #969696;
    border-top: none;
    border-bottom: none;
    background: #FFF;
    box-shadow: 0 0 10px #AAA;
    text-align: left;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

/* ### Content */

.content {
	float: right;
	width: 75%;
	margin-top: 8px;
}

.full-width-content .content {
	width: 100%;
}

.content .entry {
	margin-bottom: 0;
}

.content .home {
	margin-bottom: 20px;
}

.content h2 {
    margin: 0 0 1em;
    border-bottom: 1px dotted #999;
}

.content .home ul li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    background: url(images/icon-bullet.gif) no-repeat 0 .3em;
}

.content ul li {
    padding: 0 0 .5em 20px;
    background: url(images/icon-bullet.gif) no-repeat 0 .3em;
    list-style-type: none;
}

/* ### Home pages and Blog pages with right sidebar */

#home-col1, .post-187.entry, .post-4007.entry, .post-684.entry,.post-1115.entry,.post-1404.entry,.post-1978.entry,.post-2217.entry,.post-3040.entry,.post-3566.entry,.post-6116.entry, .post-6732.entry, article.post-7534, article.post-7537, .blog-content {
    float: left;
    width: 66%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: left;
    width: 18%;
    margin: 0 3.5%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 18%;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Titles
--------------------------------------------- */

.archive-title, h1.entry-title {
	font-size: 150%;
	margin: 0 40px 1em 0;
	border-bottom: 1px dotted #999;
}

h1.entry-title {
	margin: 0 0 1em 0;
}

.entry-title {
	font-size: 130%;
	margin: 0 0 1em;
}

h2.entry-title {
	border-bottom: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4f2b7c;
	text-decoration: none;
}

.entry-title a:hover {
	color: #BB4D00;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	font-size: 14px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

h4.widget-title.widgettitle {
    font-size: 16px;
}

/* ## Sponsor Widget
--------------------------------------------- */

.sponsor-widget {
    float: right;
    width: 25%;
	margin-right: 30px;
}

.sponsor-widget h4 {
    margin: 0 .1em 1em 0;
	padding-bottom: .3em;
    border-bottom: 1px dotted #999;
	font-size: 130%;
}

.sponsor-widget ul, .archive ul {
    margin: 0 0 1em;
}

.sponsor-widget ul li, .single .mc-field-group ul li {
    margin: 0;
	list-style: none;
	background: none;
    padding: 5px 0 0 0;
}

.sponsor-widget .textwidget {
	margin-bottom: 40px;
}

.sponsor-widget .mce-language label, .sponsor-widget .mc-field-group label, .single .mce-language label, .single .mc-field-group label {
	margin-left: 0;
}

.sponsor-widget .mc-field-group ul li label, .single .mc-field-group ul li label {
	margin-left: 10px;
}

/* # MailChimp
---------------------------------------------------------------------------------------------------- */
.mce-language  {
    padding: 10px 0;
}

.mce-language label, .mc-field-group label {
    margin-left: 10px;
	line-height: 1.8;
}

.mc-field-group {
	margin-top: 15px;
}

form#mc-embedded-subscribe-form {
	margin-top: 10px;
	background: #f0f0f0;
	border: 1px dotted #969696;
	padding: 10px;
}

#mc_embed_signup input, mc-embedded-subscribe-form input {
    padding: 5px;
}

input#mc-embedded-subscribe {
    margin-top: 20px;
}

span.asterisk {
	color: #F00;
}

div#mce-success-response {
	color: #BB4D00;
}

.single #mc_embed_signup {
	margin-right: 40px;
}

.single .textwidget h2 {
	margin-top: 20px;
	border-bottom: none;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Collapse-o-matic
--------------------------------------------- */
.colomat-hover {
	text-decoration: none!important;
}

/* # Accessibility
---------------------------------------------------------------------------------------------------- */

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
	min-height: 72px;
}

.site-header .wrap {
	padding: 28px 0 0 24px;
	border-bottom: 1px solid #969696;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 232px;
}

.header-full-width .title-area {
	width: 100%;
}

.header-image .site-title > a {
	background: url(images/logo-pedro.gif) no-repeat left;
	float: left;
	min-height: 72px;
	width: 100%;
	margin-bottom: -19px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

ul.menu li {
	border-top: 1px dotted #ddd;
	padding: 4px 5px;
	margin-bottom: 0;
}

ul.menu li li {
    margin: 0;
    background: url(images/icon-bullet.gif) no-repeat 0 .7em;
    padding: 7px 0 0 15px;
}

ul.menu li a {
	color: #222;
	text-decoration: none;
}

ul.menu li a:hover {
	color:#4F2B7C;
}

ul.menu li.current-menu-item > a {
    color: #BB4D00;
    font-weight: bold;
}

ul.menu li.language {
	margin: 20px 0 20px 0;
	color: #000;
} 

ul.sub-menu {
    margin-bottom: 20px;
}

.menu ul ul {
	display: none;
}
 
 /* ## Responsive menu
--------------------------------------------- */

.slicknav_menu {
	display: none;
}

.slicknav_btn {
	margin: 5px 15px 6px !important;
	background-color: #4f2b7c !important;
	float: left !important;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 60px 0 0;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #ddd;
}

.page-id-100 .entry-content ul {
	margin-left: 10px;
}

.blog-content h2 {
	margin-top: 20px;
}

.blog-content h3 {
    font-size: 130%;
	margin: 2em 0 1em;
}

.blog-content p {
    margin: 0 0 1.3em;
}

.blog-content .entry-footer {
	margin-top: 1.3em;
}

.blog-content .entry-footer .entry-meta {
    padding-top: .4em;
}

a.synved-social-button.synved-social-button-share.synved-social-size-24.synved-social-resolution-single.synved-social-provider-twitter.nolightbox {
    padding-top: 20px;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 85%;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #999;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #eee;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	clear: both;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

textarea#comment {
    padding-right: 50px;
    width: 75%;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin: 10px 0 0;
	padding: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
	font-size: 85%;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	margin: 20px 40px 10px;
}

.footer-widgets-1 > .logos > div {
	width: 49%;
	display: inline-block;
}

.footer-widgets-1 > .logos img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 250px;
}

.footer-widgets-2 {
	margin: 0;
	padding: 10px 30px;
    border-top: 1px solid #999;
}

.footer-widgets-3 {
	margin: 0;
	padding: 10px 30px 0;
    border-top: 1px dotted #999;
}

.footer-widgets ul, .footer-widgets p {
	margin: 0;
}

.footer-widgets-2 li, .footer-widgets-3 li {
	display: inline;
    list-style-type: none;
    margin: 0 0 0 20px;
}

.footer-widgets-3 li {
	margin: 0 0 0 5px;
}

/* # Search
---------------------------------------------------------------------------------------------------- */

#search-content { margin: 0 35px; }

.advanced-search-col1
{
	clear: left;
	float: left;
	width: 82%;
}

.advanced-search-col2
{
	float: left;
	width: 18%;
	padding: 25px 0;
}

.advanced-search-intro
{
	margin: 0 35px;
	_display: inline;
}

#search-content h2
{
	margin: 0 0 .6em;
	background: url(images/bg-dots.gif) repeat-x 0 100%;
}

#search_menu
{
	margin: 10px 0 20px;
	padding: 0;
	font-size: 85%;
}

#search_menu li
{
	display: inline;
	margin: 0 10px 0 0;
	padding: 4px 0 4px 18px;
	list-style-type: none;
}

#search_menu li.home
{
	padding: 4px 0 4px 20px;
	background: url(images/icon-home.gif) no-repeat 0 .3em;
}

#search_menu li.select { background: url(images/icon-select.gif) no-repeat 0 .3em; }
#search_menu li.email { background: url(images/icon-email.gif) no-repeat 0 .3em; }
#search_menu li.display { background: url(images/icon-display.gif) no-repeat 0 .3em; }
#search_menu li.add { background: url(images/icon-add.gif) no-repeat 0 .3em; }
#search_menu li.search { background: url(images/icon-search.gif) no-repeat 0 .3em; }
#search_menu li.help { background: url(images/icon-help.gif) no-repeat 0 .3em; }

/* ## Forms
--------------------------------------------- */

form
{
	margin: 30px 0 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend span
{
	position: absolute;
	left: -500em;
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

/* ## Simple Search
--------------------------------------------- */

#simple_search div
{
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}

#simple_search label,#simple_search p
{
	float: left;
	width: 25%;
	height: 24px;
	margin: 0 3% 0 0;
	text-align: right;
	line-height: 24px;
}

#simple_search input
{
	float: left;
	width: 50%;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	box-sizing: border-box;
}

#simple_search input.narrow
{
	float: left;
	width: 30%;
	height: 22px;
	margin: 0 3% 0 0;
	padding: 0;
	border: 1px solid #999;
}

#simple_search select
{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#simple_search select.narrow
{
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}

#simple_search ul
{
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#simple_search span
{
	color: #666;
	font-size: 85%;
}

#simple_search .indent { margin: 10px 0 0 28%; }

#simple_search .button
{
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #BB4D00;
	border: none;
	font-size: 110%;
}

#simple_search .button:focus { background: #000; }
#simple_search .button:hover { background: #4f2b7c; }
#simple_search .button:active { background: red; }

/* ## Advanced Search
--------------------------------------------- */

.advanced-search-col1 #simple_search label,.advanced-search-col1 #simple_search p
{
	width: 33%;
	margin: 0 1.5% 0 0;
}

.advanced-search-col1 #simple_search input { width: 59%; }

.advanced-search-col1 #simple_search input.narrow
{
	width: 30%;
	margin: 0 1.5% 0 0;
}

.advanced-search-col1 #simple_search select { width: 59%; }

.advanced-search-col1 #simple_search select.narrow
{
	width: 30%;
	margin: 0 1.5% 0 0;
}

.advanced-search-col1 #simple_search ul { width: 59%; }

#simple_search li
{
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.advanced-search-col1 #simple_search li label
{
	float: none;
	width: auto;
	margin: 0 0 0 5px;
}

.advanced-search-col1 #simple_search li input
{
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}

.advanced-search-col1 #simple_search .indent { margin: 10px 0 0 34.5%; }

.advanced-search-col1 #simple_search .button
{
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	background: #BB4D00;
	border: none;
	font-size: 110%;
}

.advanced-search-col1 #simple_search .button:focus { background: #000; }
.advanced-search-col1 #simple_search .button:hover { background: #4f2b7c; }
.advanced-search-col1 #simple_search .button:active { background: red; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.site-header .title-area,
	.site-title {
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {

	.content {
		padding-right: 10px;
	}
	
	#home-col1, .post-187.entry, .post-4007.entry, .post-684.entry,.post-1115.entry,.post-1404.entry,.post-1978.entry,.post-2217.entry,.post-3040.entry,.post-3566.entry,.post-6116.entry, .post-6732.entry {
    	width: 100%;
	}
	
	.entry {
		padding-right: 20px;
	}
	
	.sponsor-widget {
		display: none;
	}
}

@media only screen and (max-width: 750px)
{
	.site-header .wrap { border: none; }
	#fontsize,.advanced-search-col2 { display: none; }
	
	#home-col1,.advanced-search-col1
	{
		float: none;
		width: 100%;
	}
	
	.advanced-search-col2 { display: none; }
}


@media only screen and (max-width: 600px)
{
	body { background: #fff; }
	.hidden-narrow { display: none; }
	
	.menu {
		display: none;
	}
	th,td
	{
		display: block;
		clear: left;
		padding: .1em .5em;
	}
	
	td:nth-last-child(2) { padding-bottom: 2em !important; }
	
	.site-inner
	{
		margin: 0 20px;
		border: none;
		box-shadow: 0 0 0 #fff;
	}
	
	.menu, .content
	{ 
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
		
	.wrap {
		margin-top: 0;
	}
	
	.footer-widgets { 
		text-align: left; 
		margin: 0 20px;
	}
	
	.footer-widgets-1 {
		margin-top: 0;
	}
	
	.footer-widgets p, .footer-widgets-2, .footer-widgets-3 { padding: 10px 0; }
	
	.footer-widgets-2 li
	{
		display: block;
		margin: 0 0 .5em !important;
	}
	
	.logos { display: none; }
	.advanced-search-intro { margin: 0; }
	#search-content { margin: 0 0 20px; }
	
	#search_menu li
	{
		display: block;
		margin: 0 !important;
	}
	
	#simple_search div,#simple_search label,#simple_search p,#simple_search input,#simple_search input.narrow,#simple_search select,#simple_search select.narrow,#simple_search ul
	{
		float: none !important;
		width: 100% !important;
		text-align: left !important;
	}
	
	#simple_search .indent { margin: 0 !important; }
	
	#simple_search .button
	{
		float: none !important;
		width: auto !important;
		height: auto !important;
	}

	.menu {
		display: none;
	}

	.slicknav_menu {
		display:block;
	}
}


