/*
Theme Name: Jewel Osco
Theme URI: 
Description: 
Author: 
Author URI: 
Tags: 
Version: 1.0
*/
/* =Reset CSS
-------------------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0; }

img {
    border: 0 none;
}

* {
  outline: medium none; }

img, fieldset {
  border: 0; }

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*Remove button padding in FF*/
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* =General style
-------------------------------------------------------------- */
body {
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  background: #FFFFFF;
  line-height: 16px; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal; }

a {
  color: #D11510;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ol, li {
  list-style: none; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.clear {
  clear: both; }

/* =Header
-------------------------------------------------------------- */
#header-wrapper {
  width: 100%;
  height: 154px;
  background: #FFFFFF;
  border-bottom: 1px solid #C9C9C9;
  margin-top:15px; }

#header {
  width: 980px;
  height: 100px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative; }

#site-name {
  float: left;
  padding: 15px 0 0; }

#find-store {
  width: 305px !important;
  height: 75px;
  margin: 0;
  float: right;
  background: url(images/find-store-bg.gif) no-repeat 0 7px; }

#find-store form {
  padding: 30px 15px 0 38px; }

#find-store label {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  margin-right: 8px; }

#find-store .f-text {
  width: 88px;
  height: 16px;
  padding: 2px 5px;
  font-size: 10px;
  color: #606060;
  border: 1px solid #A4A4A4;
  margin-right: 5px; }

#find-store .f-btn {
  vertical-align: middle; }
  
#form-site-search-wrap{
  float: right;
  margin: 32px 0 10px;
}

/* ------------------------------ SOCIAL MOBILE HEADER */
#social_mobile {
  position: absolute;
  top: 12px;
  width: 240px;
  height: 73px;
  background: url(images/social_mobile_bg.png) no-repeat;
  overflow: hidden; }

#social_mobile div.social_mobile_block {
  float: left;
  position: relative;
  padding-bottom: 5px;
  width: 100%!important;
 }

#comingsoonMASK {
  background: none repeat scroll 0 0 transparent;
  height: 80px;
  left: 6px;
  position: absolute;
  top: 2px;
  width: 110px;
  z-index: 900; }

#comingsoonapps {
  position: absolute;
  top: 58px;
  left: 26px;
  font-size: 10px; }

#social_mobile div.social_mobile_block h4 {
  line-height: 21px;
  height: 21px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #2b2b2b;
  margin: 0;
  padding: 0; }

#social_mobile div.social_mobile_block .social_mobile_icon {
/*
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: none; 
  */
  float: right;
  padding-bottom: 5px;
  right: 0px;
  }



/* =Main Menu
-------------------------------------------------------------- */
#main-menu {
  line-height: 18px;
  width: 980px;
  margin: 0 auto;
  padding: 14px 0 0;
  position: relative;
  z-index: 99999; }

.sf-menu li {
  padding: 10px 0 8px;
  margin-left: 24px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline; }

.sf-menu > li:first-child {
  margin-left: 4px; }

.sf-menu li a {
  padding: 7px 9px;
  color: #333333;
  border: none;
  /*
  border: 1px solid #FFFFFF;
  border-bottom: 1px solid #C9C9C9;
  border-radius: 10px 10px 5px 5px;
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  */
  text-decoration: none; }

.sf-menu > li.current_page_item > a,
.sf-menu > li.current_page_parent > a,
.sf-menu > li.current-page-ancestor > a {
  //background: url(images/main-menu-bg-new.png) repeat-x bottom;
  text-decoration: none;
  position: relative; }

.sf-menu .m-bg {
  height: 60px;
  display: none;
  position: absolute;
  top: -14px;
  left: 0;
  background: url(images/m-bg-new-2.png) no-repeat center top; }

.sf-menu li.current_page_item .m-bg,
.sf-menu li.current_page_ancestor .m-bg,
.sf-menu li.current-page-ancestor .m-bg,
.sf-menu li.current-menu-ancestor .m-bg {
  display: block; }

.sf-menu ul {
  width: 175px;
  position: absolute;
  left: 0;
  top: 36px;
  display: none; }

.sf-menu li:hover > ul {
  display: block; }

.sf-menu ul li {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal; }

.sf-menu ul li a {
  width: 155px;
  padding: 10px;
  display: block;
  border: none;
  background: #EF4234;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #FFFFFF; }

.sf-menu ul li a:hover, .sf-menu li li.current_page_item > a {
  background: #D11510;
  border: none; }

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url(images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px; }

.sf-shadow ul.sf-shadow-off {
  background: transparent; }

/* =Mid Wrapper
-------------------------------------------------------------- */
#mid-wrapper {
  width: 100%;
  background: #EFEFEF;
  overflow: hidden;
  border-bottom: 1px solid #C9C9C9; }

/* =Slideshow
-------------------------------------------------------------- */
#slideshows {
  width: 978px;
  height: 490px;
  margin: 0 auto;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  position: relative; }

#slide {
  width: 978px;
  height: 490px;
  /* overflow: hidden; */ }

.slide-content {
  width: 978px;
  height: 490px;
  /* overflow: hidden; */ }

.slide-entry {
  width: 260px;
  height: 460px;
  padding: 35px 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #202020;
  background: url(images/trans-bg.png) repeat 0 0;
  font-family: Georgia, "Times New Roman", Times, serif; }

.slide-entry-fb {
  right: 300px;
  top: 0;
  position: absolute; }

.slide-title {
  font-weight: bold; }

span.slide-title {
  font-size: 20px;
  font-style: italic; }

h2.slide-title {
  font-size: 31px;
  margin: 0 0 10px; }

.slide-entry p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 22px; }

.slide-more {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px; }

.slide-more a {
  color: #202020; }

#slide-nav {
  position: absolute;
  left: 697px;
  bottom: 15px;
  z-index: 99; }

#slide-nav a {
  width: 31px;
  height: 17px;
  float: left;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0;
  margin-right: 5px;
  color: #6D6D6D;
  text-decoration: none;
  z-index: 9999;
  background: url(images/slide-nav-bg.png) no-repeat right top; }

#slide-nav a.activeSlide {
  background-position: left top;
  color: #FFFFFF; }

.slide-entry .addthis_toolbox {
  padding-top: 30px; }

.slide-entry .addthis_toolbox iframe {
  width: 260px !important; }

#right-addthis {
  width: 100px;
  position: absolute;
  top: 60px;
  right: -105px;
  height:200px;
  /* z-index: 9999; */ }

#right-addthis a {
  margin: 0 0 26px; }

#right-addthis a.addthis_button_pinterest_pinit {
  margin-top: 0px; }

.addthis-page a.addthis_button_pinterest_pinit {
  margin-top: auto !important; }

.addthis-page a.addthis_button {
  margin-left: 3px !important; }

.page-facebook-like {
  display: block;
  position: relative;
  top: -10px; }

/* =Interior Page
-------------------------------------------------------------- */
.content {
  width: 978px;
  margin: 0 auto;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  background: url(images/content-bg.png) repeat-y 0 0;
  position: relative; }

.content-vanilla {
  width: 810px;
  padding: 0px;
  margin: 0px;
  background: none;
  border: none; }

.content.full-width {
  width: 910px;
  padding: 25px 34px 50px;
  background: #FFFFFF none; }

#sidebar {
  width: 168px;
  padding: 25px 10px 50px;
  float: left; }

#right-content {
  width: 736px;
  float: right;
  padding: 25px 27px 50px;
  position: relative; }

.pref-store {
  position: absolute;
  top: 20px;
  right: 27px; }

.pref-store a {
  text-decoration: underline; }

.pref-store a:hover {
  text-decoration: none; }

/* =Sidebar
-------------------------------------------------------------- */
.widget {
  padding: 0 0 10px; }

.widget .current-menu-ancestor > a,
.widget .current-menu-parent > a,
.widget .current-menu-item > a {
  color: #D11510; }

.widget li {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ECEFF1; }

.widget li a {
  margin: 5px 25px;
  color: #555555; }

.widget li ul {
  padding: 10px 0 0; }

.widget li li {
  padding: 5px 0;
  font-size: 14px;
  font-weight: normal;
  border-top: 1px solid #ECEFF1;
  border-bottom: none; }

.widget li li a {
  color: #555555; }

.widget li li li {
  border: none;
  padding: 5px 0 5px 35px; }

.widget li li li a {
  margin: 0;
  color: #7D7D7D; }

.widget li li li li {
  padding: 5px 0 5px 10px; }

.widget-title {
  padding: 5px 25px;
  margin: 0 0 8px;
  font-size: 16px;
  border-bottom: 1px solid #ECEFF1;
  color: #D11510; }

.widget ul.menu li {
  font-size: 12px; }

.widget.employment-pos li {
  font-size: 14px;
  font-weight: normal;
  border-bottom: none; }

.widget.employment-pos li a {
  color: #555555; }

#sidebar .widget h3.widget-title {
  padding: 0px 0px 5px 0px;
  text-align: left;
  font-size: 12px; }

#sidebar .widget li a {
  padding: 0;
  margin: 0; }

#sidebar div.pins-feed-small img {
  width: 150px !important; }

#select-wrapper {
  padding: 15px 10px 15px 25px; }

#select-wrapper select {
  width: 133px; }

#select-wrapper .select-label {
  margin: 0 0 8px;
  display: block;
  font-size: 14px;
  color: #D11510; }

/* =Entry
-------------------------------------------------------------- */
.entry-title {
  padding: 0 8px 6px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #D11510;
  border-bottom: 1px solid #F2F2F2; }

.content.full-width .entry-title {
  padding: 0 0 6px; }

.content.full-width .entry {
  padding: 0; }

.entry {
  padding: 0 8px; }

.entry p {
  margin: 0 0 15px; }

.entry a {
  text-decoration: underline; }

.entry a:hover {
  text-decoration: none; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 0 0 10px; }

.entry h1 {
  font-size: 21px; }

.entry h2 {
  font-size: 18px; }

.entry h3 {
  font-size: 14px; }

.entry h4 {
  font-size: 12px; }

.entry h5 {
  font-size: 11px; }

.entry h6 {
  font-size: 10px; }

.entry p img {
  padding: 0;
  margin: 0; }

.entry img {
  /*border: 1px solid #B7BDC4; removed 20150204 bd ND per DEVSUPPORT-11549 */
  margin-bottom: 20px; }

.entry img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry img.aligncenter, .entry .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.entry img.alignright, .entry .wp-caption.alignright {
  margin: 0 0 20px 20px;
  display: inline; }

.entry img.alignleft, .entry .wp-caption.alignleft {
  margin: 0 20px 20px 0;
  display: inline; }

.entry .wp-caption {
  margin-bottom: 0;
  padding: 0;
  text-align: center; }

.entry .wp-caption img {
  margin-bottom: 10px; }

.entry blockquote p {
  margin-bottom: 0; }

.entry ul, #regional-post ul {
  padding: 0;
  margin: 0 0 15px 15px; }

.entry ul li, #regional-post ul li {
  padding-left: 15px;
  margin: 0 0 5px 0;
  background: url(images/list.gif) no-repeat left center; }

#hni_ContentPanel ul li,
.hnie_UnstructuredBody ul li,
.hnise_Html ul li {
  background: none !important;
  padding-left: 0px; }

div.hni_TabsWrapper li {
  padding: 5px 6px !important; }

div.hnie_UnstructuredBody img {
  border: none; }

.entry ol {
  padding: 0;
  margin: 0 0 15px 10px; }

.entry ol li {
  padding: 0;
  margin: 0 0 5px 25px;
  list-style: decimal; }

.entry blockquote {
  text-align: left;
  font-style: italic;
  margin: 20px 25px 20px 30px;
  padding: 10px 10px 10px 41px;
  background: #f6f6f6 url(images/quote.gif) no-repeat 0 0; }

.content .addthis_toolbox {
  padding: 20px 0 0; }

/* =Post Box
-------------------------------------------------------------- */
#pb-wrapper {
  width: 702px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden; }

.post-box {
  width: 206px;
  float: left;
  padding: 0 14px 20px;
  text-align: center; }

.post-box img {
  margin: 0 auto 10px; }

.pb-title {
  font-size: 14px;
  color: #D11510; }

/* =Employment Positions
-------------------------------------------------------------- */
.entry-title.employ-pos {
  margin: 0 0 10px; }

#search-title {
  padding: 5px 8px 15px;
  margin: 0 0 10px;
  border-bottom: 1px solid #F2F2F2;
  font-size: 16px; }

#search-title span {
  font-weight: bold;
  color: #D11510; }

.emp-post, .post-index {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #CAC8C8; }

.emp-post.single-emp {
  padding: 0;
  margin: 0;
  border-bottom: none; }

.emp-post .post-title {
  padding: 0 8px 8px;
  margin: 0;
  font-size: 16px;
  color: #D11510; }

.emp-post .entry p {
  margin: 0 0 10px; }

.entry p.emp-meta {
  font-size: 14px; }

.entry p.emp-meta span {
  font-weight: bold;
  color: #D11510; }

.entry p.emp-meta a {
  color: #666666; }

.navigation {
  overflow: hidden; }

.page .emp-post {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: none; }

.full-width .post-title {
  padding: 0 0 8px; }

/* = Blog 
-------------------------------------------------------------- */
.blog-post {
  position: relative;
  margin-bottom: 30px; }

.blog-post .entry-title {
  font-size: 18px; }

.blog-post .post-meta-upper {
  position: absolute;
  right: 0px;
  top: 6px; }

.blog-post .post-meta-lower {
  background: #F9FCFE;
  border: 1px solid #AFAFCA;
  margin: 10px;
  padding: 10px; }

.blog-post .wp-post-image {
  float: left;
  margin: 0px 20px 20px 0px; }

.blog-post-single .featured {
  float: right;
  margin: 0px 0px 20px 20px; }

/* =Comment
-------------------------------------------------------------- */
#comment-wrapper {
  margin-top: 10px;
  padding: 20px 8px 0;
  border-top: 1px solid #FFFFFF; }

.content.full-width #comment-wrapper {
  padding: 20px 0 0; }

#comment-wrapper #comment-title,
#comment-wrapper #reply-title {
  padding: 0;
  font-size: 16px; }

#comment-wrapper #reply-title {
  margin: 0 0 20px; }

#comment-wrapper .commentlist {
  list-style: none; }

#comment-wrapper .commentlist li {
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #FFFFFF; }

#comment-wrapper .commentlist li .comment_body {
  border-bottom: 1px solid #FFFFFF;
  padding: 0 0 20px; }

#comment-wrapper .commentlist li ul {
  list-style: none;
  margin-left: 65px; }

#comment-wrapper .avatar {
  float: left;
  margin-top: 5px; }

#comment-wrapper cite {
  padding-left: 15px;
  font-style: normal;
  font-weight: bold;
  color: #999999; }

#comment-wrapper .comment-date,
#comment-wrapper .comment-moderation {
  display: block;
  color: #999999;
  padding-left: 54px;
  font-size: 12px; }

#comment-wrapper .comment-date a {
  color: #383838;
  text-decoration: none; }

#comment-wrapper .comment-entry {
  padding-top: 5px;
  padding-left: 55px; }

#comment-wrapper .reply {
  padding-left: 55px; }

#respond {
  display: block; }

#respond label {
  width: 95px;
  float: left;
  display: block; }

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment,
.form-submit {
  width: 400px;
  margin-bottom: 10px;
  overflow: hidden; }

#respond input {
  height: 20px;
  width: 300px;
  padding: 0;
  margin: 0;
  border: 1px solid #DEDEDE;
  float: left;
  background: #F9F9F9; }

#respond .required {
  font-size: 12px;
  color: #CC0000; }

#respond input:focus,
#respond textarea:focus {
  background: #FFFFFF; }

#respond textarea {
  height: 210px;
  width: 300px;
  padding: 0;
  margin: 5px 0 0;
  border: 1px solid #DEDEDE;
  font: inherit;
  float: left;
  background: #F9F9F9; }

#respond input#submit {
  height: 22px;
  width: 130px;
  padding: 0;
  margin: 5px 0 0 95px;
  background: #333333;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: pointer; }

/* =Footer
-------------------------------------------------------------- */
#footer-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 0 0 80px;
  border-top: 1px solid #C9C9C9;
  background: white url(images/footer-wrapper-bg.gif) repeat-x 0 0; }

#footer {
  width: 980px;
  margin: 0 auto; }

#footer-top {
  width: 980px;
  padding: 15px 0 50px;
  overflow: hidden; }

#searchform, #sm-button, .footer-menu {
  float: left; }

#searchform {
  width: 263px; }

#searchform #s {
  height: 20px;
  width: 135px;
  padding: 0 5px;
  border: 1px solid #A4A4A4; }

#searchform .btn {
  height: 22px;
  width: 54px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #E7E7E7;
  background: url(images/search-btn.gif) no-repeat 0 0;
  border: none;
  cursor: pointer;
  vertical-align: top; }

#sm-button li {
  float: left;
  padding: 0 4px; }

#sm-button .sm-teaser {
  font-size: 15px;
  color: #202020;
  padding: 5px 10px 5px 0; }

#newsletter_form_wrap {
  float: right;
  width: 414px; }

#newsletter_form_wrap #newsletter_form_heading {
  font-size: 15px;
  color: #226baa;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 22px;
  background: url(images/newsletter-icon.png) left no-repeat;
  margin: 2px 0px 0px 0px; }

#newsletter_form_wrap #newsletter_form {
  float: right; }

#newsletter_form_wrap #newsletter_form input {
  float: left; }

#newsletter_form_wrap #newsletter_form input#field-newsletter-email {
  border: 1px solid #acacac;
  height: 18px;
  width: 130px;
  padding: 1px 6px; }

#newsletter_form_wrap #newsletter_form input#field-newsletter-email {
  font-size: 10px;
  color: #666;
  font-style: normal; }

#newsletter_form_wrap #newsletter_form input.watermark {
  font-style: italic !important;
  color: #bcbcbc !important; }

#newsletter_form_wrap #newsletter_form input#field-newsletter-submit {
  margin-left: 7px; }

#credits {
  font-size: 10px;
  color: #707070;
  display: block;
  text-align: center;
  margin-top: 30px; }

#credits li {
  display: inline;
  padding-left: 8px;
  margin-left: 8px;
  background: url(images/credits-seps.gif) no-repeat left center; }

#credits .credits-teaser {
  background: none; }

#credits a {
  color: #707070; }

#fm-wrapper {
  width: 980px;
  border-top: 1px solid #D0D0D0; }

#fm-bg {
  width: 59px;
  height: 39px;
  display: block;
  margin: -20px auto 0;
  //background: url(images/fm-wrapper-bg.gif) no-repeat 0 0;
  position: relative; }

.f-1 {
  width: 168px;
  padding: 0 10px; }

.f-2, .f-4 {
  width: 149px;
  padding: 0 10px 0 0; }

.f-3 {
  width: 181px;
  padding: 0 10px 0 0; }

.f-5 {
  width: 164px;
  padding: 0 10px 0 0; }

.f-6 {
  width: 99px;
  padding: 0 10px 0 0; }

.footer-menu {
  padding-top: 20px; }

.footer-menu a {
  color: #9A9A9A; }

.footer-menu li {
  font-size: 12px;
  font-weight: bold; }

.footer-menu li li {
  font-size: 11px;
  font-weight: normal; }

.footer-menu ul {
  padding: 10px 0; }

/* ------------------------------------ Gallery */
.gallery {
  margin: auto; }

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%; }

.gallery img {
  border: none; }

.gallery .gallery-caption {
  margin-left: 0; }

/* style constraints for tag-cloud widget results in blog sidebar */
.tagcloud a {
  float: left;
  margin: 1px;
  padding: 2px; }

/*================================================================================
| Revisions: 2013-02-25_1132
================================================================================*/
/* -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; */
#site-name {
  padding-top: 22px; }

#find-store {
  margin-top: 15px;
  float: left;
  margin-left: 45px; }

#find-store form {
  padding-top: 28px;
  padding-left: 12px;
  text-align: center;
  padding-right: 0; }

#find-store form label {
  color: #ff3333; }

#social_mobile {
  top: 2px;
	  position: absolute;
  float: left;
	  width: 100%;
  color: #606060;
	  background: none;
	height: 36px;
	overflow: hidden;
  }

#header {
  width: 880px; }

#input-site-search {
  width: 156px;
  padding: 4px 4px;
  margin-right: 0;
  width: 152px;
  border: 1px solid #adadad;
  color: #606060;
  font-size: 10px; }

#form-site-search {
  position: relative;
  bottom: 0px; }

#submit-site-search {
  top: 10px;
  position: relative; }

.social_mobile_icon {
  float: left;
  position: relative !important;
  margin-right: 11px; }

.social_mobile_icon:last-child {
  margin-right: 10px; }

#main-menu #menu-main-menu li > a {
  font-size: 15px;
  /*color: #333;*/ }

#main-menu #menu-main-menu li ul.sub-menu li > a {
  font-size: 12px; }

.sf-menu li {
  margin-left: 8px; }

/*================================================================================
| Home Clipsbar
================================================================================*/
#clipsbar {
  width: 980px;
  margin: -4px auto; }  /* was 22px */

#clipsbar li {
  float: left;
  margin-right: 20px; }

#clipsbar img {
  float: left;
  height: 64px !important;
  width: auto !important; }

#clipsbar div {
  float: left;
  padding-top: 12px; }

#clipsbar .clipsbar-subtitle {
  font-family: arial;
  font-size: 13px;
  color: #ff3333;
  display: block; }

#clipsbar .clipsbar-title {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  color: #ff3333; }

/*================================================================================
| Home Callouts
================================================================================*/
#home-callouts {
  width: 980px;
  margin: auto;
  margin-top: 29px;
  margin-bottom: 14px; }

#home-callouts > li {
  float: left;
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin-right: 25px; }

#home-callouts > li:last-child {
  margin-right: none; }

/*================================================================================
| Home Featued Content
================================================================================*/
.widget_featured_content img {
  position: absolute;
  width: 300px;
  height: auto; }

.widget_featured_content section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 250px;
  padding: 0 15px;
  padding-top: 204px;
  overflow: hidden; }

.widget_featured_content section h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 900; }

.widget_featured_content section div {
  color: #fff;
  font-size: 12px; }

/*================================================================================
| Home Featued Blog
================================================================================*/
.widget_featured_blog header {
  height: 95px;
  overflow: hidden; }

.widget_featured_blog h3 {
  font-size: 10px;
  color: #666;
  padding-top: 18px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.widget_featured_blog h2 {
  font-size: 18px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 10px; }

.widget_featured_blog h2 a {
  color: #000; }

.widget_featured_blog > section {
  background: #EFEFEF;
  padding: 0 12px; }

.widget_featured_blog div {
  font-size: 14px;
  line-height: 18px;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #333;
  height: 83px;
  overflow: hidden; }

.widget_featured_blog div a {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #000;
  font-weight: 900; }

/*================================================================================
| Footer Menu
================================================================================*/
.footer-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px !important; }

#fm-bg {
  margin-top: 28px; }

/*================================================================================
| Isotope
================================================================================*/
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

#preloader {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  display: none; }

#preloader-error {
  display: none;
  position: absolute;
  z-index: 99999; }
  #preloader-error p {
    text-align: center;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 80px;
    margin-left: -150px;
    margin-top: -40px;
    background: #e3543c;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-shadow: 2px 2px 6px #444444;
    -moz-box-shadow: 2px 2px 6px #444444;
    box-shadow: 2px 2px 6px #444444;
    padding: 10px;
    border: 2px solid #a22b17; }
    #preloader-error p.alert-success {
      border: 2px solid #84b14d;
      background: #9dc170; }

.slide-fb-button {
  width: 260px !important; }

#blog-header-wrap {
  background: #EFEFEF; }

#blog-header {
  position: relative;
  width: 980px;
  height: 210px;
  margin: 0 auto; }
  #blog-header .image-fill {
    width: 100%;
    height: auto;
    max-height: 210px; }
  #blog-header #blog-menu-background {
    position: absolute;
    top: 119px;
    left: -22px; }
  #blog-header #blog-header-menu {
    z-index: 9999;
    position: absolute;
    top: 139px;
    left: 7px;
    height: 18px;
    overflow: hidden; }
    #blog-header #blog-header-menu .home-icon {
      display: block;
      width: 14px;
      height: 14px;
      /* background: url(images/home-icon.png); */
	  }
    #blog-header #blog-header-menu .home-icon:hover {
      background: url(images/home-icon-hover.png); }
    #blog-header #blog-header-menu li {
      float: left;
      margin-left: 20px;
      padding: 0; }
      #blog-header #blog-header-menu li a {
        color: #eadee2;
        font-weight: 900;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 10px 0; }
      #blog-header #blog-header-menu li small a {
        font-size: 12px;
        line-height: 18px;
        text-transform: none; }
      #blog-header #blog-header-menu li ul {
        background: #7e4d5a;
        padding: 17px 0;
        padding-right: 20px;
        top: 22px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        #blog-header #blog-header-menu li ul li {
          padding: 0;
          margin: 0;
          background: #7e4d5a; }
          #blog-header #blog-header-menu li ul li a {
            padding: 8px 20px;
            background: #7e4d5a;
            text-transform: capitalize; }
            #blog-header #blog-header-menu li ul li a:hover {
              background: #502531; }

#blog-tiles-wrap {
  background: #EFEFEF; }

#blog-tiles {
	overflow: visible !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 952px;
  margin: auto;
  background: #fff;
  border-left: 1px solid #c7c6c5;
  border-right: 1px solid #c7c6c5;
  padding: 24px 25px;
  padding-right: 0;
  padding-bottom: 0px; }
	.post-tile {
		margin-top:20px;
	}
  #blog-tiles .post-tile {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: left;
    margin-right: 19px;
    width: 297px;
    border: 1px solid #c7c6c5; }
    #blog-tiles .post-tile header {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      width: 295px;
      height: 262px;
      overflow: hidden;
      position: relative;
      background: #aaa; }
      #blog-tiles .post-tile header img {
        position: absolute;
        width: 295px !important;
        /*height: auto !important;*/
        height:100%; }
      #blog-tiles .post-tile header div {
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        /*position: absolute;   dw*/
       /* padding: 10px;   dw*/
        /*padding-bottom: 0px;   dw*/
       /* width: 270px;   dw*/
        /*height: 20px;  dw*/
        position: bottom;
        margin: auto;
        line-height: 2px;
        bottom: 0;
        left: 12px;
        /*background: #fff;  dw*/
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase; }
        #blog-tiles .post-tile header div a {
          color: #666; }
    #blog-tiles .post-tile article {
      padding: 10px 22px; }
      #blog-tiles .post-tile article h2 {
        margin-bottom: 24px; }
        #blog-tiles .post-tile article h2 a {
          font-family: Georgia, "Times New Roman", Times, serif;
          font-size: 23px;
          color: #333; }
      #blog-tiles .post-tile article .post-tile-content {
        font-size: 12px;
        color: #666; }
    #blog-tiles .post-tile footer {
      padding: 10px 22px; }
      #blog-tiles .post-tile footer a {
        font-size: 10px;
        color: #999;
        text-transform: capitalize; }
    #blog-tiles .post-tile .social-bar {
      padding: 0;
      height: 37px;
      width: 295px;
      background: #ebf4fb;
      text-align: center;
      padding-top: 10px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */ }
      #blog-tiles .post-tile .social-bar .fb_iframe_widget {
        float: left;
        margin-left: 32px;
        width: 80px !important; }
      #blog-tiles .post-tile .social-bar .twitter-share-button {
        margin-left: -29px;
        margin-right: 30px; 
        width: 81px !important;}
      #blog-tiles .post-tile .social-bar .pinterest-pinit {
        margin: 0px;
        margin-left: -18px; }

#single-article-wrap {
  background: #EFEFEF;
  position: relative; }
  #single-article-wrap .post-nav {
    float: right; }
    #single-article-wrap .post-nav a {
      font-weight: 900;
      color: #04A9E3; }
  #single-article-wrap .social-box {
    position: relative;
    margin-bottom: 20px; }
    #single-article-wrap .social-box .fb-like {
      position: relative;
      top: -4px; }
    #single-article-wrap .social-box .social-btn {
      position: relative;
      margin-right: 20px;
      float: left; }
    #single-article-wrap .social-box .IN-widget {
      margin-left: 20px; }
  #single-article-wrap #single-article {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 980px;
    margin: auto;
    border: 1px solid #c9c9c9;
    padding-left: 20px;
    padding-top: 38px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #fff;
    background-image: url(images/single-post-arrow.png);
    background-repeat: no-repeat;
    background-position: 100px 50px; }
    #single-article-wrap #single-article #article-left-meta {
      float: left;
      width: 97px;
      height: 100%; }
      #single-article-wrap #single-article #article-left-meta div {
        width: 64px;
        height: 64px;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #5a323d; }
    #single-article-wrap #single-article #article-inner {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 24px;
      padding-bottom: 20px;
      margin-left: 97px;
      background: #f5f5f5;
      font-size: 14px;
      font-family: 'Myriad Pro', MyriadPro, 'Droid Sans', sans-serif;
      color: #333;
      line-height: 21px; }
      #single-article-wrap #single-article #article-inner .post-author-meta {
        color: #A9A8A8;
        font-size: 12px;
        font-family: arial; }
        #single-article-wrap #single-article #article-inner .post-author-meta a {
          font-weight: 900;
          color: #04A9E3; }
      #single-article-wrap #single-article #article-inner .single-post-thumbnail {
        width: 100%;
        height: 370px;
        overflow: hidden;
        background: #222;
        margin-bottom: 25px; }
        #single-article-wrap #single-article #article-inner .single-post-thumbnail img {
          width: 800px;
          height: auto; }
      #single-article-wrap #single-article #article-inner footer.tags a {
        font-family: arial;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        color: #666; }
      #single-article-wrap #single-article #article-inner footer.categories {
        /*float: left;*/
        padding-right: 15px; }
        #single-article-wrap #single-article #article-inner footer.categories a {
          margin-right: 5px;
          font-family: arial;
          padding: 6px 12px;
          background: #6a414e;
          text-transform: capitalize;
          font-weight: 900;
          color: #dbc9ce;
          border: 1px solid #4b2833;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; 
	  line-height:37px;
	  }
      #single-article-wrap #single-article #article-inner a {
        font-weight: 900;
        color: #03a9e3;
        font-family: 'Myriad Pro', MyriadPro, 'Droid Sans', sans-serif; }
      #single-article-wrap #single-article #article-inner p {
        margin: 1em 0; }
      #single-article-wrap #single-article #article-inner ul {
        margin: 1em;
        margin-left: 2em; }
        #single-article-wrap #single-article #article-inner ul li {
          list-style: disc; }
    #single-article-wrap #single-article h1 {
      font-family: 'Myriad Pro', MyriadPro, 'Droid Sans', sans-serif;
      font-size: 35px;
      color: #502531;
      font-weight: 100;
      margin-bottom: 3px; }
    #single-article-wrap #single-article .page-link {
      margin-top: 1em;
      font-size: 1.5em; }

.footer-menu.f-3 {
  width: 132px !important; }

.footer-menu.f-7 {
  width: 105px !important; }

/*!================================================================================
| 2013-03-14_1034
================================================================================*/
#social_mobile{float: right;}
#site-name h1 img, #site-name span img{
    width: 292px !important;
}
#blog-header-menu li.current-cat a{border-bottom: 3px solid #fff; padding-bottom: 2px !important;}

.print{
      position: relative;
      margin-right: -2px;
      float: right; 
      margin-top: 30px;
}
.email{
      position: relative;
      margin-right: 20px;
      float: right; 
      margin-top: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .email{
	  margin-top: 33px;
	 }
}
.img-holder_dw {
    width: 295px;
    height: 262px;
    }

.img-holder_dw_img {
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    }
#fb_button{
   position:absolute;
   z-index:99999;
   margin-top:2px;
}
#tw_button{
   position:absolute;
   padding-left:48px;
	 z-index:9999;
}
#pi_button{
   position:absolute;
padding-left:110px;
 z-index:999;
  margin-top:10px;
}
#gplus_button{
   position:absolute;
padding-left:155px;
 z-index:99;
}
#in_button{
   position:absolute;
   padding-left:198px;
   z-index:9;
}
#sso{
	font: 12px/16px Arial,Helvetica,sans-serif;
	height: 20px;
	display: block; 
	float: right;
}
#welcome-signin{
    color: black;
    font-family: 12px/16px Arial,Helvetica,sans-serif;
    text-decoration: none;
    float: left;
    padding-right:10px;
}
#register-editpref{
    color: black;
    font-family: 12px/16px Arial,Helvetica,sans-serif;
    text-decoration: none;
    float: left;
    padding-right:10px;
}
#signout{
    color: black;
    font-family: 12px/16px Arial,Helvetica,sans-serif;
    text-decoration: none;
    padding-right:10px;
    float:left; /*was float right before 0606 changes*/
}
.equal_op a:hover{
	text-decoration:none;
}
html.msie7 .footer-menu
{
  width: 130px !important; 
}

html.msie7 .footer-menu.f-1
{
  width: 120px !important;
}

html.msie7 .footer-menu.f-3
{
  width: 132px !important;
}
.footer-menu.f-6 {
  width: 132px !important; }

.footer-menu.f-5 {
  width: 142px !important; }

html.msie7 .footer-menu.f-7
{
  width: 105px !important;
}

/* the declaration

.footer-menu.f-7
{
  width: 105px !important; 
  margin: 30px 0 0;
  padding: 0;
}
  
  to be replaced with:
*/

.footer-menu.f-7
{
  width: 105px !important;
}
.uma_head_bg {
      background: url(images/main-menu-bg-new.png) repeat-x bottom;
}
*+html .slide-entry{
		height:420px;
		}
.footer-menu a:hover {
   text-decoration: underline;
}
#credits a:hover{
	text-decoration:underline;
}
