/*
Theme Name: SearsStyle
Author: Sarah Hart
Description: A custom theme developed for SearsStyle. Built on _s (underscores).
Version: 3.0
License: GNU General Public License
License URI: license.txt
Text Domain: searsstyle
Domain Path: /languages/

 SearsStyle is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - SearsStyle Layout
14.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
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 {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
	text-align:justify;
}
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%;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:14px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
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;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 IE6/IE7 */
}
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"] {
	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 #ccc;
	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%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	overflow: hidden;
	margin-left: 139px;
}
.main-navigation li {
	float: left;
	/*position: relative;*/
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.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: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 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;
}

/*--------------------------------------------------------------
12.0 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,
.site-main .gallery figcaption {
	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%;
}



/*--------------------------------------------------------------
13.0 - SearsStyle Layout
--------------------------------------------------------------*/

body {	
	background-color:#FFF;
}

div#page {
	width:90%;
	max-width:950px;
	margin:0px auto 0px auto;
	font-family:'Open Sans',arial,helvetica,sans-serif;
	font-size:14px;
}

div#page b, div#page strong {
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
}

div#page a, div#page a:visited {
	color:#774993;
	text-decoration:none;
}

div#page a:hover {
	text-decoration:underline;
}

div#page #content {
	background-color:#F4F3F8;
}

div#page #primary {
	width:71.6%;
	float:left;
	padding:0px;
}

body.home div#page #primary, body.archive div#page #primary, body.search div#page #primary {
	background-color:#F4F3F8;
}

body.search-no-results div#page #primary {
	background-color:transparent;
}

/* Left Sidebar */

div#page #secondary {
	width:25%;
	float:right;
	padding-left: 10px;
	padding-top: 20px;
	background-color: #F4F4F9;
}

div#page #secondary h1 {
	clear:none;
}

div#page #secondary .widget-title {
	text-transform:uppercase;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-size:14px;
}

div#page #secondary ul {
	list-style:none;
	margin:0 0 0 0;
}

div#page #secondary li {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

div#page #secondary a {
	color:#4c4047;
}

/* Chronometer Adjustments */
#gnf_main #gnf_footer {
	margin-top:50px;
}

/* Front Page & Single Post */

div#page #primary .front_page_post_box, div#page #primary .single_page_post_box {
	margin:0px 5px 0px 25px;
	width:100%;
	height:auto;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFF;
	overflow:hidden;
	padding-top:15px;
}
div#page #primary .front_page_post_box .entry-summary, div#page #primary .single_page_post_box .entry-summary {
	background-color:rgba(255, 255, 255, 0.7);
	padding: 0 50px 0 20px;
	text-align:justify;
}

div#page #primary .single_page_post_box {
	padding:0 20px 0 20px;	
}

.front_page_post_box .date_holder {
	padding: 7px 0px 7px 0;
	font-size: 12px;
	color: #889;
}

div#page #primary .front_page_post_box .entry-header {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	font-size:12px;
}
div#page #primary .front_page_post_box .front_page_image_holder {
	text-align:center;
	height:auto;
	overflow:hidden;
	margin-top:5px;
}
div#page #primary .front_page_post_box .front_page_image_holder img {
	height: auto !important;
	max-width: 100% !important;
}

div#page #primary .front_page_post_box .entry-header.right {
	float:right;
}

div#page #primary .front_page_post_box .entry-header h1.entry-title a, 
div#page #primary .single_page_post_box .entry-header h1.entry-title {
	text-transform:uppercase;
	color:#333;
	font-size:25px;
	line-height:27px;
	background-color:rgba(255, 255, 255, 0.7);
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight:bold;
}

div#page #primary .front_page_post_box .entry-header h1.entry-title a:hover,
div#page #primary .single_page_post_box .entry-header h1.entry-title a:hover  {
	text-decoration:none;
	color:#774993;
}

.front_page_post_box .entry-header h1.entry-title, .single_page_post_box .entry-header h1.entry-title {
	padding-top:15px;
}

div#page #primary .front_page_post_box .entry-header .category_holder a,
div#page #primary .single_page_post_box .entry-header .category_holder a {
	background-color:#774993;
	color:#FFF;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	text-transform: uppercase;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
	padding: 3px 7px 3px 7px;
	font-size:12px;
}

div#page #primary .front_page_post_box .read_more_link {
	text-transform:uppercase;
	background-color:rgba(255, 255, 255, 0.7);
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
}


/* SearsStyle Header */
div#sears_header_bar #site-navigation {
	height:40px;
	/*background-image:url('img/top-nav-bg2.png');*/
	/*background-color:#928E94;*/
	background-repeat:repeat-x;
	font-size:12px;
	position:relative;
}
div#sears_header_bar #site-navigation a {
	/*color:rgb(203, 165, 232);*/
	color:#FFF;
	display:block;
	padding: 12px 23px 11px 23px;
}
div#sears_header_bar #site-navigation li:first-child {

}

/* SearsStyle dropdown menus */
div#sears_header_bar #site-navigation ul ul {
	/*border:1px dashed blue;*/
	background-image:url('img/dropdown-menu-bg.png');
	margin-top:15px;
	margin-left:0px;
	position:absolute;
	padding:5px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(146, 142, 148, 0.33);
	-moz-box-shadow:    0px 5px 20px 0px rgba(146, 142, 148, 0.33);
	box-shadow:         0px 5px 20px 0px rgba(146, 142, 148, 0.33);
}
div#sears_header_bar #site-navigation ul ul a {
	color:#000;
	padding:0px 0px 0px 0px;
	position:relative;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
	display:block;
	padding:5px 0 0 10px;
}
/* Top Level - headings */
div#sears_header_bar #site-navigation ul ul > a {
	/*border:1px dashed red;
	position:relative;*/
}
div#sears_header_bar #site-navigation ul ul .sub-menu {
	/*border:1px dotted orange;*/
	margin-top:0px;
	display:block;
	position: relative;
	left: 0px !important;
	min-width: 175px;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div#sears_header_bar #site-navigation ul ul > li {
	/*border:1px dashed purple;*/
	margin-top:10px;
}
div#sears_header_bar #site-navigation ul ul > li.menu-item-has-children {
	/*border:1px dashed green;*/
	min-width:175px;
	float:left;
	display:block;
	position: relative;
	margin-top:10px;
}

div#sears_header_bar #site-navigation ul ul .sub-menu li {
	/*border:1px solid yellow;*/
	position: relative;
	display: block;
	float: none;
	min-width: 175px;
	margin-top:0px;
}
div#sears_header_bar #site-navigation ul ul .sub-menu li a {
	font-family:'Open Sans',arial,helvetica,sans-serif;
	font-weight:normal;
	display:block;
	padding:0px 0 0 5px;
}
/* SubMenu dropdown positioning */
div#sears_header_bar #site-navigation ul li:nth-child(1) ul {
	left:65px;
}
div#sears_header_bar #site-navigation ul li:nth-child(2) ul {
	left:160px;
}
div#sears_header_bar #site-navigation ul li:nth-child(3) ul {
	left:240px;
}
div#sears_header_bar #site-navigation ul li:nth-child(4) ul {
	left:322px;
}
div#sears_header_bar #site-navigation ul li:nth-child(5) ul {
	left:415px;
}
div#sears_header_bar #site-navigation ul li:nth-child(6) ul {
	left:560px;
}
div#sears_header_bar #site-navigation ul li:nth-child(7) ul {
	left:553px;
}

div#sears_header_bar_inner {
	height:40px;
	margin:0 auto 0 auto;
}

#logo-home-link {
	float:left;
	width:145px;
}
#logo-home-link:hover {
	text-decoration:none !important;
}

/* SearsStyle masthead */
.sears_style_masthead {
	width:100%;
	height:60px;
	/*background-image:url('img/masthead-bg.png');*/
	background-color:#F5F4F9;
	background-position: 141px 0px;
	text-align:center;
	height:auto;
	padding-top:10px;
	padding-bottom:3px;
}

.sears_style_masthead .sears_style_tagline {
	color:rgb(203, 165, 232);
	padding-left:300px;
	padding-top:20px;
	font-style:italic;
	font-size:16px;
}

#secondary aside {
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-left:20px;
	margin-right:30px;
}
#secondary aside.widget_hwim {
	border-bottom:none;
	padding-bottom: 0px;
	margin-bottom:15px;
}
#secondary aside.widget_hwim .widget-title {
	display:none;
}

h1.widget-title {
	padding-bottom:5px;
}

.sears_style_hero {
	height: auto;
	width: 100%;
}

#secondary .rss_feed_link {
	margin-top:15px;
	margin-bottom:15px;
	padding-left:0px;
}
div#page #secondary .rss_feed_link a {
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
	color:#373737;
	text-transform:uppercase;
	display:block;
	line-height:29px;
	padding-top: 12px;
	padding-bottom: 3px;
	overflow:hidden;
	border:1px solid #CCC;
}
div#page #secondary .rss_feed_link a:hover {
	background-color:#EEE;
	border-color:#888;
}
div#page #secondary .rss_feed_link a span.rss_image {
	float:right;
	display:block;
	width:34%;
}
div#page #secondary .rss_feed_link a span.rss_image img {
	width:20px;
	height:20px;
}
div#page #secondary .rss_feed_link a span.subscribe_text {
	display:block;
	float:left;
	width:66%;
	text-align:right;
	padding-right:5px;
	line-height: 21px;
}
div#page #secondary aside.widget_searsstyle_rssbutton {
	border-bottom:none;
	padding-bottom:0px;
}
div.search_holder {
	width:52%;
	max-width:450px;
}
div.search_holder .search-field {
	width:69%;
}


/* Header search bar */
.sears_style_search_bar {
	width:100%;
	height:31px;
	background: url('img/header-bg-sprite.png') repeat-x 0 -61px;
	margin-bottom:1px;
	padding-left:10px;
	margin-top: -5px;
	}
.sears_style_search_bar .search-field {
	border:1px solid #DDD;
	height:20px;
	width:330px;
	font-size:14px;
	padding:0 0 0 0;
	padding-left:25px;
	line-height:20px;
	background: #fff url('img/header-sprite.png') no-repeat scroll 5px -56px;
	margin-left:15px;
	margin-top:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sears_style_search_bar .search-submit {
	height:21px;
	position:relative;
	top:0px;
	padding:0 7px 0 7px;
	line-height:21px;
	text-transform:uppercase;
	color:#FFF;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
	border:1px solid #704384;
	
	background: #8f48ae; /* Old browsers */
	background: -moz-linear-gradient(top,  #8f48ae 0%, #704384 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f48ae), color-stop(100%,#704384)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8f48ae 0%,#704384 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8f48ae 0%,#704384 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8f48ae 0%,#704384 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8f48ae 0%,#704384 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f48ae', endColorstr='#704384',GradientType=0 ); /* IE6-9 */
	box-shadow:none;
	text-shadow:none;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sears_style_search_bar .search-submit:hover {
	box-shadow:none;
	border-color:#704384;
}


/* SearsStyle header - follow icons */
.social_follow {
	float:right;
	width:220px;
	margin-top:5px;
}

.social_follow .follow_us {
	background-image: url("img/share-sprite.png");
	background-position: 53px 0;
	width: 53px;
	height: 21px;
	float:left;
}

.social_follow .follow_icon {
	width: 21px;
	height: 21px;
	display:block;
	float:left;
	margin-left:10px;
	background-image: url("img/share-sprite2.png");
}

.social_follow .follow_icon.syw {
	background-position: -56px -8px;
}
.social_follow .follow_icon.syw:hover {
	background-position: -56px -38px;
}

.social_follow .follow_icon.facebook {
	background-position: -87px -8px;
}

.social_follow .follow_icon.facebook:hover {
	background-position: -87px -38px;
}

.social_follow .follow_icon.twitter {
	background-position: -117px -8px;
}
.social_follow .follow_icon.twitter:hover {
	background-position: -117px -38px;
}

.social_follow .follow_icon.googleplus {
	background-position: -5px 0px;
	background-image:url('img/share-google-plus.png');
}
.social_follow .follow_icon.googleplus:hover {
	background-position: -5px -29px;
}

.social_follow .follow_icon.youtube {
	background-position: -105px 0px;
	background-image: url("img/share-sprite.png");
}

h1.search-result-title {
	padding:13px;
	text-transform:uppercase;
	font-size:18px;
	color:rgb(150, 150, 150);
}

h1.search-result-title span {
	color:rgb(64, 64, 64);
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
}

.no-results {
	padding:15px;
}


nav.paging-navigation {
	padding: 20px 13px 0px 20px;
	text-transform: uppercase;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight: bold;
}

/* Sears Header Bar */
#sears_header_bar {
	background-color:#938E95;
	background-repeat:no-repeat;
	background-position:30px 4px;
	height:40px;
	width: 90%;
	max-width: 950px;
	margin: 0px auto 0px auto;
}

div#sears_header_bar #site-navigation a#sears_link {
	float:left;
	width:110px;
	padding-top:12px;
	padding-left:0px;
}
#sears_logo {
	margin-left:20px;
}
.blog_tagline {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-style:italic;
	font-weight:bold;
	font-size:17px;
	padding-bottom:15px;
	color:#704995;
	text-align:center;
	
}

div#content.site-content img{
	max-width:100%;
	width: auto;
	height:auto;
}
#mobile_nav{
	display:none;
    float: left;
}
div#sears_header_bar #site-navigation #mobile_nav a.navIm{
	 padding: 0 10px 0 10px;
	 margin-top:-20px;
    font-size: 4.8em;
    line-height: 1.2em;
}

div#sears_header_bar #site-navigation #mobile_nav a.navIm img {
	height:30px;
}
 
div#sears_header_bar #site-navigation #mobile_nav a.navIm.hoveredmenu{
	color:#3432c1;
	background-color:#fff;
}

/* SearsStyle Footer */
.searsstyle_footer {
	width: 90%;
	max-width: 950px;
	margin: 0px auto 0px auto;
	min-height:50px;
	color:#CCC;
	background-color: #938E95;
	font-size:11px;
	font-family:'Open Sans',arial,helvetica,sans-serif;
}

.searsstyle_footer .copyright {
	width:35%;
	float:left;
	padding-left:35px;
	padding-top:17px;
}

.searsstyle_footer .footer_menu {
	padding-left:15px;
	width:42%;
	float:right;
	min-height:40px;
	padding-top:15px;
} 
.searsstyle_footer .footer_menu ul {
	list-style:none;
	margin-left:0px;
	display: inline-block;
}
.searsstyle_footer .footer_menu ul li {
	display:block;
	float:left;
	padding:0 5px 0 5px;
	border-right:1px solid #CCC;
}
.searsstyle_footer .footer_menu ul li:last-child {
	border-right:none;
}
.searsstyle_footer .footer_menu ul li a {
	color:#CCC;
	text-decoration:none;
}
.searsstyle_footer .footer_menu ul li a:hover {
	text-decoration:underline;
}
.searsstyle_footer .footer_follow_icons {
	width:22%;
	float:right;
	overflow:hidden;
	padding-top:8px;
}
.searsstyle_footer .footer_follow_icons .social_follow {
	width:162px;
}
.searsstyle_footer .footer_follow_icons .social_follow .follow_icon.youtube {
	background-position: -3px -7px;
	background-image: url("img/social-icon-youtube-inverted-small.png");
}
#modalbackground{
position: fixed; 
height:100%; 
width:100%; 
display:none; 
z-index:10; 
background-color: #000; 
opacity: 0.5;
top:0;
left:0;
}

/* Social Sharing Icons */

div.post_social_share {
	margin:10px 45px 0px 25px;
	border-bottom:1px solid #CCC;
	height:auto;
	overflow:hidden;
	padding-bottom:25px;
}

div.post_social_share ul.post_social_share {
	list-style:none;
	width:200px; 
	float:right;
	margin-bottom:0px;
}

.post_social_share ul.post_social_share li {
	display:block;
	float:left;
	width:23px;
	height:23px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 3px 0 4px;
}
.post_social_share ul.post_social_share li a {
	display:block;
	width:23px;
	height:23px;
	background-image: url("img/share-sprite2.png");
	background-repeat:no-repeat;
}

.post_social_share ul.post_social_share li.syw a {
	background-position: -56px -8px;
}
.post_social_share ul.post_social_share li.facebook a {
	background-position: -86px -8px;
}
.post_social_share ul.post_social_share li.twitter a {
	background-position: -116px -8px;
}
.post_social_share ul.post_social_share li.tumblr a {
	background-position: -146px -8px;
}
.post_social_share ul.post_social_share li.email a {
	background-position: -176px -8px;
}
.post_social_share ul.post_social_share li.googleplus a {
	background-image: url("img/share-google-plus.png");
	background-position: -3px 0px;
}

/* Breadcrumbs */
div.breadcrumbs {
	padding-top:20px;
	font-size:11px;
}

/* Single Post - meta info */
.single_post_meta {
	overflow:hidden;
	padding-top:20px;
	color:#888;
	font-size:13px;
}
.single_post_meta div.date_holder {
	float:left;
	width:50%;
}
.single_post_meta div.post_social_share {
	border-bottom:none;
	float:right;
	width:50%;
	margin:0 0 0 0;
	padding-bottom:0px;
	text-align:right;
}
.single_post_meta div.post_social_share ul.post_social_share {
	width:auto;
}
.single_post_meta div.post_social_share ul.post_social_share {
	float:right;
	margin-left:0px;
}
.single_post_meta div.post_social_share div.share {
	width:50px;
	height:20px;
	background-image:url('img/share-sprite2.png');
	display:inline-block;
	background-repeat: no-repeat;
	background-position: -5px -9px;
}

/* Comments */
div.comments-area {
	padding:60px 40px 40px 40px;
}
textarea#comment {
	height:70px;
}
p.comment-form-comment, form.comment-form p {
	margin-bottom:10px;
}
form.comment-form label {
	color:#777;
	font-size:12px;
	width: 52px;
	display: inline-block;
}
p.comment-form-comment label {
	display:none;
}
#submit {
	float:right;
	margin-right: 2%;
	background-color:#774992;
	box-shadow: none;
	border-radius: 0px;
	text-shadow: none;
	color: #FFF;
	text-transform:uppercase;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
}
h3#reply-title {
	font-family:'Times New Roman',times,serif;
	font-style:italic;
	color:#777;
	margin-bottom:6px;
}
h2.comments-title {
	border-top: 1px solid #CCC;
	padding-top: 30px;
	padding-bottom:20px;
	margin-top: 70px;
	font-size: 17px;
	color: #555;
}
ol.comment-list {
	list-style:none;
	margin-left:0px;
}
.commentmetadata {
	color:#888;
	padding-bottom:7px;
}
.commentmetadata .comment_date {
	color:#AAA;
	display:inline-block;
	padding-left:15px;
}
div#page .commentmetadata .comment_date a, div#page .commentmetadata .comment_date a:visited {
	color:#AAA;
}
.commentmetadata .comment_author_name {
	text-transform:uppercase;
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
	font-weight:bold;
}

div.comment-body {
	font-size:13px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

/* Related Post Section */
.searsstyle_related_posts {
	overflow:hidden;
}
.searsstyle_related_posts h2 {
	margin-top:20px;
	margin-bottom:5px;
}
.searsstyle_related_posts .inner_post {
	width:48%;
	float:left;
}
.searsstyle_related_posts .inner_post.post1 {
	margin-right:7px;
}

.category_bar {
	background-color: #000;
	color: #FFF;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	padding: 0 20px 0 20px;
	overflow: hidden;
	font-style: italic;
}
.category_bar .category_name {
	font-family:'Open Sans Bold',arial,helvetica,sans-serif;
}

div.front_page_post_box.error-404 {
	min-height:500px;
}


/*--------------------------------------------------------------
14.0 - Media Queries
--------------------------------------------------------------*/

@media screen and (max-width:1071px) { /* Desktop */
	
	/* Nav ribbon size & spacing adjustments */
	.main-navigation ul {
		margin-left:135px;
		font-size:11px;
	}
	div#sears_header_bar #site-navigation a {
		padding: 14px 15px 12px 15px;
		font-size:11px;
	}
	div#sears_header_bar #site-navigation ul ul a {
		font-size:12px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(1) ul {
		left:52px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(2) ul {
		left:123px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(3) ul {
		left:188px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(4) ul {
		left:244px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(5) ul {
		left:323px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(6) ul {
		left:453px;
	}
	div#sears_header_bar #site-navigation ul li:nth-child(7) ul {
		left:553px;
	}

}

@media screen and (max-width:920px) {
	div#page #secondary {
		padding-top:10px;
	}
	#secondary aside {
		margin-left:5px;
		margin-right:20px;
	}
}

@media screen and (max-width:875px) { /* Tablet */ 
	
	/* Begin mobile menu section: */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation ul {
		display:none;
		z-index:20;
	}
	.main-navigation ul {
		display:none;
		z-index:20;
	}
	#mobile_nav{
		display: block;
		position:relative;
		z-index:30;
	}
	.main-navigation .menu{
		background: none repeat scroll 0 0 #FFF;
		margin-left:0px;
		position: absolute;
		top: 40px;
		width:375px;
		border:1px solid grey;
		border-bottom:0px solid grey;
		border-top:0px solid grey;
	}
	.main-navigation ul.menu >li {
	 	border-bottom:1px solid grey;
	}
	.main-navigation ul li:hover > ul {
		display:block;
		width:200px;
	}
	div#sears_header_bar #site-navigation .menu li a{
		color: #333;
		font-size:1.2em;
		font-weight:bold;
		font-family:sans-serif;
	}
	div#sears_header_bar #site-navigation .menu > ul >li > a {
		display: block;
		padding: 12px 23px 11px;
	}
	div#sears_header_bar #site-navigation ul ul {
   		background-color: #FFFFFF;
    	background-image:none;
		box-shadow: none;
		margin-left: 0;
		margin-top: 0px;
		padding: 0px;
		position: static;
		padding: 0 0 0 35px;
		width:100%
	}
	div#sears_header_bar #site-navigation ul ul > li {
    	margin-top: 0;
	}
	.main-navigation li{
		float:none;
		display: block
	
	}
    div#sears_header_bar #site-navigation ul ul > li.menu-item-has-children {
		margin-top:0;
	}
	div#sears_header_bar #site-navigation ul ul .sub-menu li a {
		padding:7px 0;
	}
	/* End mobile menu section */
	
	.single_post_meta div.date_holder, .single_post_meta div.post_social_share {
		width:100%;
		float:none;
	}
	.single_post_meta div.post_social_share {
		text-align:left;
	}
	.single_post_meta div.post_social_share ul.post_social_share {
		float:left;
	}
	
	.searsstyle_footer {
    	padding-top:15px;
    	min-height:135px;
    }
    .searsstyle_footer .copyright, .searsstyle_footer .footer_menu, .searsstyle_footer .footer_follow_icons {
    	width:100%;
    	text-align:center;
    	min-height:30px;
    	padding:7px 0 7px 0;
	}
	.searsstyle_footer .social_follow {
		display:block;
		float:none;
		margin:0 auto 0 auto;
	}
	.searsstyle_footer .footer_menu ul {
		margin-bottom:0px;
	}
}

@media screen and (max-width:800px) {
	#secondary aside {
		margin-left:0px;
		margin-right:8px;
	}
	div#page #secondary .rss_feed_link a span.subscribe_text {
		font-size:11px;
	}
}

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

	div#page #content{background-color:#fff;}
	#sears_header_bar {
		width:100%;
	}
	.searsstyle_footer {
		width:100%;
	}
	div#page, div#sears_header_bar_inner{margin:0;width:100%;}
	div#page #primary{width:100%; padding:0;float:none;}
	main#main{padding:0 25px;background-color:#fff;}
	div#page div#secondary {
		display:none;
		width:100%;
	}
	div#page div#secondary aside {
		text-align:center;
	}
	.social_follow, .category_holder, .front_page_post_box .read_more_link, div#page #primary .front_page_post_box .entry-summary{display:none;}
	.sears_style_hero{height:auto;}
	.sears_style_search_bar .search-form label{display: inline-block;margin-right: 5px;width: 85%;}
	.sears_style_search_bar .search-field{width:88%}
	div#page #primary .front_page_post_box{float:none;margin:0;}
	div#page #primary .front_page_post_box .entry-header{padding:0px;}
	#mobile_nav{display: block;}
    
	#modalbackground.overlayClass{display:block}
	div#page #primary .single_page_post_box {
	padding:0	
	}
	div#page #primary .front_page_post_box, div#page #primary .single_page_post_box{
	margin:0 5px 0 0;
	padding: 0 15px;
	}
	div#page #primary .front_page_post_box .front_page_image_holder {
		margin:0;
		padding-right:0;
	}
	.searsstyle_related_posts .inner_post {
		margin-bottom:15px;
	}
	div.post_social_share {
		margin:0;
		padding-bottom:25px;
		padding-top:25px;
	}
	div.post_social_share ul.post_social_share {
		width:75%; 
	}
	
	div.search_holder {
		width:100%;
		max-width:none;
	}
	div.search_holder .search-field {
		width:88%;
	}

}

@media screen and (max-width:480px) {

}
	



