/*
Theme Name: Nebraska  Theme
Theme URI: https://nebraskafood.org
Author: RoyG (taken from the TwentyThirteen WordPress Theme)
Author URI: http://openfoodsource.org/
Template: twentythirteen
Description: The 2013 theme for WordPress modified for the Nebraska Food Cooperative
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: open food source, nebraska food coop
Text Domain: nebraska_theme
*/

body {
	line-height: 1.3;
}

a {
	color: #687B4D;
}

a:active,
a:hover {
	color: #2B4910;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

pre {
	word-wrap: normal;
}

dd {
	margin: 0 0 0.5em;
}

div.entry-content ol li {
  margin-bottom:1.5em;
  }

table {
	line-height: 1.2;
}

th {
	text-transform: none;
}

td {
	padding: 1px 5px 1px 5px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Form fields, general styles first. */
button,
input,
textarea {
	padding: 2px;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #758954; /* Old browsers */
	background: -webkit-linear-gradient(top, #758954 0%, #586B3D 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #758954 0%, #586B3D 100%); /* W3C */
	border-bottom: 3px solid #2B4910;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #586B3D; /* Old browsers */
	background: -webkit-linear-gradient(top, #586B3D 0%, #485B2D 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #586B3D 0%, #485B2D 100%); /* W3C */
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #586B3D; /* Old browsers */
	background: -webkit-linear-gradient(top, #586B3D 0%, #687B4D 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #586B3D 0%, #687B4D 100%); /* W3C */
	border-top: 3px solid #2B4910;
}

.wp-caption.alignleft {
	margin: 5px 40px 5px 0;
}

.wp-caption.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #000;
  text-align:center;
	font-size: 60%;
  position: relative;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header .home-link {
	min-height: 180px;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	font-size: 48px;
	padding: 24px 0 10px;
}

.site-description {
	font: 300 italic 18px 'Gloria Hallelujah', cursive, sans-serif;
  position: absolute;
  bottom: 3em;
}

#wp-admin-bar-wp-logo {
  display:none;
  }


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.menu-top-menu-container {
  margin-top: 7px;
  }

.nav-menu li a {
	padding: 8px 15px;
}
.nav-menu li ul li a {
  border-left: 1px solid #788B5D;
  border-top: 1px solid #788B5D;
  }

.nav-menu li ul li ul li a {
  position:relative;
  left:1px;
  }
.nav-menu li ul li ul li:first-child a {
  box-shadow: -2px 0 0 0 #788B5D;
/*box-shadow: h-shadow v-shadow blur spread color inset;*/
  }

.nav-menu li ul li ul li a {
  margin-left: 1px;
  }

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #687B4D;
	color: #E6D59B;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: transparent;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
  background-color: #4e5c38;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color:#758954;
  }

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #687B4D;
}

#menu-item-365 {
  background-position:center;
  background:url(../../../../grfx/attraction.png) no-repeat;
  background-size: 100% 100%;
  }

#menu-item-365 > a {
  color:#600;
  }

#menu-item-365:hover > a {
  background-position:center;
  background:url(../../../../grfx/attraction.png) no-repeat;
  background-size: 100% 100%;
  color:#000;
  background-color: #687b4d;
  }


.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
    background-color: #4e5c38;
    color: #141412;
}



/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	padding: 0 376px 0 20px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-title {
	color: #2B4910;
	margin: 0 0 15px;
}

.entry-title a {
	color: #687B4D;
}

.entry-title a:hover {
	color: #2B4910;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta a {
	color: #687B4D;
}

.entry-meta a:hover {
	color: #2B4910;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}

.entry-content a,
.comment-content a {
	color: #687B4D;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #2B4910;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #2B4910;
}


/*
.single-post .alignleft img.photo,
.blog .alignleft img.photo {
	margin: 5px 30px 5px 0;
}

.single-post .wp-caption.alignleft,
.blog .wp-caption.alignleft,
.hfeed .wp-caption.alignleft,
	margin: 5px 30px 5px 0 !important;
}

.single-post .alignright img.photo,
.blog .alignright img.photo {
	margin: 5px 0 5px 40px;
}

*/

.single-post .entry-content img.photo,
.blog .entry-content img.photo {
  border: 1px solid #666;
  margin:5px 20px 10px 15px;
  -moz-box-shadow:    0px 0px 0px 4px #fff, 2px 2px 4px 8px rgba(20,20,20,0.4);
  -webkit-box-shadow: 0px 0px 0px 4px #fff, 2px 2px 4px 8px rgba(20,20,20,0.4);
  box-shadow:         0px 0px 0px 8px #fff, 3px 3px 10px 8px rgba(20,20,20,0.4);
  }



/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Audio */
.format-audio {
	background-color: #758954;
}

.credit {
    /* background-color: rgba(0, 0, 0, 0.4); */
    font-size:8px;
    color: #444;
    float: right;
    padding: 0 2px;
    position: absolute;
    right: 15px;
    top: -12px;
}

.format-link .entry-title {
	color: #687B4D;
}

.format-link .entry-title a {
	color: #687B4D;
}

/* Video */
.format-video {
	background-color: #758954;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #687B4D;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation a {
	color: #687B4D;
}

.navigation a:hover {
	color: #2B4910;
}

.paging-navigation a:hover .meta-nav {
	background-color: #2B4910;
}

.post-navigation {
	color: #687B4D;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-link {
	color: #687B4D;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  max-height:300px;
  overflow-y:auto;
  overflow-x:hidden;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  margin:0.2em;
}

.comments-title {
	font: 200 italic 20px "Source Sans Pro", Helvetica, sans-serif;
}

.sidebar .comments-title {
  padding-left:20px;
}

.comment-body {
	padding: 12px 5px;
  border-top:1px solid #ccc;
  background: -webkit-linear-gradient(#f0ecd0, #fff); /* For Safari */
  background: -o-linear-gradient(#f0ecd0, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f0ecd0, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f0ecd0, #fff); /* Standard syntax */
}

.comment-author .fn {
	word-wrap: normal;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #687B4D;
	font-size: 10px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	word-wrap: normal;
}

.comment-meta a:hover {
	color: #2B4910;
}

.comment-metadata {
	margin-bottom: 0.5em;
}


/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 5px 0;
  position:relative;
  top:0;
  left:0;
  height:3em;
  overflow:hidden;
  -webkit-transition: height 1s ease-in-out 5s, background-color 5s ease-in-out;
  transition: height 1s ease-in-out 5s, background-color 5s ease-in-out;
}
.comment-respond:hover {
	background-color: #d1cca5;
	padding: 5px 0;
  height:22em;
  -webkit-transition: height 1s ease-in-out, background-color 1s;
  transition: height 1s ease-in-out, background-color 1s;
}

.comment .comment-respond {
	padding: 5px;
}

.comment-reply-title {
  margin-top: 2px;
  margin-bottom: 5px;
}

p.comment-form-comment {
  margin: 0 0 5px;
  }

p.comment-form-comment textarea {
  height: 5em;
  }



/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	width: 310px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	border: 1px solid rgba(237, 225, 201, 0.7);
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	margin: 0 0 20px;
	padding: 10px 20px;
	word-wrap: normal;
  width:300px
  float:left;
  position:relative;
}

.widget .widget-title {
  text-align:center;
  color:#2F5E05;
  font-weight:bold;
}

.widget a {
	color: #687B4D;
}

.widget a:hover {
	color: #2B4910;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #687b4d;
}

.site-footer .sidebar-container {
	background-color: #2b4910;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b4910), to(#687b4d));
    background: -webkit-linear-gradient(top, #2b4910, #687b4d));
    background: -moz-linear-gradient(top, #2b4910, #687b4d);
    background: -ms-linear-gradient(top, #2b4910, #687b4d);
    background: -o-linear-gradient(top, #2b4910, #687b4d); 
    border-bottom:1px solid #687b4d;
}

.site-footer .widget a {
	color: #e6d59b;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #687B4D;
		color: #E6D59B;
	}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */


/**
 * CUSTOMIZATIONS
 * ----------------------------------------------------------------------------
 */


#user_menu {
  position:absolute;
  right:0.5em;
  top:5px;
  border:1px solid #6e7e52;
  background:rgba(255,255,255,0.7);
  z-index:100;

  }
#user_image {
  float:right;
  margin:0 0 0 2px;
  }
#user_menu_identity {
  line-height:17.33px;
  min-width:150px;
  max-width:300px;
  min-height:42.67px;
  padding:2px;
  font-weight:bold;
  color:#4d5839;
  }
.display-name {
  }
#user_actions {
  display:block;
  float:right;
  margin:0;
  list-style-type: none;
  text-align:center;
  padding:0;
  }
#user_actions li {
  display:block;
  width:100%;
  }
#user_menu_spacer,
#user_actions li a {
  display:block;
  padding:2px 5px;
  height:21.33px;
  width:100%;
  color:#000;
  }
#user_actions li a:hover {
  background-color:rgba(147,169,108, 0.6);
  text-decoration: none;
  }
#login_username input,
#login_password input {
  font-size:14px;
  height:19.33px;
  width:150px;
  border:1px solid #91a76a;
  border-radius: 2px;
  margin:1px 0 1px 2px;
  padding:0;
  }
#login_new_account input[type=button] {
  height:19.33px;
  width:74px;
  padding:2px 5px;
  border:0;
  margin:1px 0 1px 2px;
  text-align:center;
  font-size:10px;
  }
#login_new_account input[type=submit],
#user_menu_logout input[type=submit],
#user_menu_profile input[type=submit],
#user_menu_logout input[type=submit] {
  height:19.33px;
  width:72px;
  padding:2px 5px;
  border:0;
  margin:1px 0 1px 2px;
  text-align:center;
  font-size:10px;
  }
#user_menu_logout form {
  display:inline;
  }

#user_menu ul li.button {
  border:0;
  background:none;
  width:74px;
  float:left;
  }

/* STYLES FOR CATEGORY LIST VIEWS */
#advanced_text-2.widget {
  background-color:rgba(255,255,255,0);
  border:0;
  position:relative;
  top:-40px;
  height:37px;
  width:160px;
  margin:0 0 0 140px;
  padding:0;
  }
.view_option_text {
  height:14px;
  width:160px;
  font-size:12px;
  text-align:center;
  }
#quick_link {
  width:160px;
  }
#quick_link .list,
#quick_link .cloud,
#quick_link .grid {
  background-position: center top 7px;
  background-repeat: no-repeat;
  background-size: 43px 43px;
  }
#quick_link .list {
  background-image: url("../../../../food/grfx/list-icon.png");
  }
#quick_link .cloud {
  background-image: url("../../../../food/grfx/cloud-icon.png");
  }
#quick_link .grid {
  background-image: url("../../../../food/grfx/grid-icon.png");
  }
#quick_link .view_option {
  background-color: #748853;
  border: 1px solid #43522f;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 10px;
  height: 50px;
  margin: 3px;
  text-align: center;
  transition: all 0.25s ease 0s;
  vertical-align: bottom;
  width: 43px;
  }
#quick_link .view_option:hover {
  background-color:#596c3e;
  }

/* MOBILE STYLES */

.toggled-on .nav-menu li > ul a {
  color:#e6d59b;
  }

.menu-toggle::after,
.toggled-on .menu-toggle::after {
    content: "\25bc";
    font-size: 12px;
    padding-left: 8px;
    vertical-align: 2px;
}
.toggled-on .menu-toggle::after {
  color:#800;
  }

/* small screen  with toggled menu */
@media (max-width: 643px) {
  h2.site-description {
    display:none;
    }
  #menu-item-365 {
    background:none;
  }
  #menu-item-365:hover > a {
    background:none;
    background-color:#687b4d;
    color:#e6d59b;
    }
  .nav-menu li ul li ul li:first-child a {
    box-shadow: none;
    }
  }