/* Custom CSS! */
/* MAIN */
h1 .site-title a {
	font-size: 10px;
}

/* MENU */
.main-navigation {
	padding: 0;
	max-width: inherit;
}

.menu-main-container {
	margin-top: -10px;
}

.menu-main-container ul li {
	background: #493823;
}

.menu-main-container ul, 
.menu-main-container ul:hover, .menu-main-container ul a:hover
.menu-main-container ul li,
.menu-main-container ul li:hover,
.menu-main-container ul li a, .menu-main-container ul li a:hover {
	color: #FFFFFF !important;
}

.menu-main-container ul li {
	border-right: 1px solid #FFF;
	padding-right: 8px;
}

.menu-main-container ul li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
/*
.menu-main-container ul li a:hover {
	color: #333;
}*/

.main-navigation ul li {
  	padding-right: 0;
}

.main-navigation ul li:hover {
  	background-color: #78654e;
}

/* POSTS */
h1.entry-title a {
	color: #C79737;
}

h1.entry-title a:hover {
	color: #221C17;
}

.taxonomy-description {
	margin-top: 8px;
	font-size: 20px;
}

.taxonomy-description p {
	margin-bottom: 35px;
}

/* Headings */
.entry-content h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #C79737;
}

.entry-content h3, .entry-content h4 {
	margin: 15px 0;
}

/* Paragraphs */
.entry-content p {
	font-size: 16px;
	line-height: 18px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

/* Links */
.entry-content a {
	color: #C79737;
	text-decoration: underline;
	font-weight: bold;
}

.entry-content a:hover {
	color: #524537;
}

.entry-content ul li {
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 8px;
}

/* Read More Link */
.entry-content a.more-link {
	color: #493823 !important;
}

/* Footer Links */
.cat-links a {
	color: #493823;
	font-weight: bold;
}

.cat-links a:hover {
	color: #493823;
	font-weight: bold;
	text-decoration: underline;
}

.tags-links a {
	font-size: 12px;
	text-transform: none;
	color: #96712A;
	border: none;
	padding: 0 7px 0 0;
}

.tags-links a:hover {
	color: #96712A;
	border: none;
	font-weight: bold;
}

/* Previous or Next Post Link */
.site-main .post-navigation .nav-previous a, .site-main .post-navigation .nav-next a {
	color: #4E4E4E;
	font-weight: bold;
}

/* Button */
#infinite-handle span {
	background: #F0EDE8;
	border: 1px solid #C79737;
	color: #C79737;
	font-weight: bold;
	text-transform: uppercase;
}

#infinite-handle span:hover {
	color: #fff;
	background: #C79737;
	border: 1px solid #C79737;
}

/* IMAGE CLASSES */
.alignright, .alignleft {
	margin-top: 0;
}

.calloutImgFull {
	float: left;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}

.calloutImgFull img {
	width: 675px;
	padding: 3px;
	margin: 0 auto;
	background-color: #c6d3df;
	height: auto;
}

.calloutImgLeft {
	float: left;
	width: auto;
	padding: 3px;
	margin-right: 10px;
	margin-left: 0;
	margin-top: 2px;
	text-align: left;
	background-color: #c6d3df;
	color: #3e2915;
	line-height: 12px;
	position: relative;
}

.calloutImgRight {
	float: right;
	width: auto;
	padding: 3px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 2px;
	text-align: left;
	background-color: #c6d3df;
	color: #3e2915;
	line-height: 12px;
	position: relative;
}

/* SLIDESHOW */
.slideshow-window, .jetpack-slideshow, .slideshow-black, .slideshow-slide {
	background: transparent;
	border: 1px solid transparent;
	padding: 0;
}

.slideshow-slide-caption {
	display: none;
}

.entry-content div.slideshow-window.jetpack-slideshow.slideshow-black {
	background: transparent;
	border: 1px solid transparent;
}


/* TOGGLE MENU ICON */
.toggled .menu-toggle {
  	color: #493823;
}

.toggled .menu-toggle {
  	border-color: #493823;
}

.menu-toggle:hover {
	color: #c79737;
	border-color: #c79737;
}

/* WIDGETS */
.widget {
	background: #F3F0EC;
}

h1.widget-title, h1.widget-title a {
	background: #c79737;
	color: #FFF;
	padding: 10px;
	margin-top: 0;
	text-align: center;
	font: 15px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* TextBox Widget */
.textwidget {
	margin: 0;
	padding: 0 10px;
}

.textwidget p {
	line-height: 20px;
	margin: 0;
	padding-bottom: 10px;
}

/* RecentPosts Widget */
#secondary.widget-area #recent-posts-6.widget.widget_recent_entries ul {
	margin-left: 25px;
	list-style: square;
	padding: 0 5px;
}

#secondary.widget-area #recent-posts-6.widget.widget_recent_entries ul li {
	list-style: square;
	font-size: 15px;
	line-height: 14px;
}

#secondary.widget-area #recent-posts-6.widget.widget_recent_entries ul li a {
	color: #493823;
}

#secondary.widget-area #recent-posts-6.widget.widget_recent_entries ul li a:hover {
	text-decoration: underline;
	color: #C79737;
}

/* SearchBox Widget */
.search-form {
	width: 90%;
	margin-left: 10px;
}

.search-field {
	width: 100%;
}

.search-submit {
	width: 100%;
}

/* Categories Widget */
.widget select {
	text-transform: uppercase;
	color: #96712A !important;
}

.widget select option {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: normal !imprtant;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 480px) {
	.calloutImgLeft, .calloutImgRight {
		width: 100%;
		text-align: center;
		background: none;
	}
	
	.calloutImgLeft img, .calloutImgRight img {
		max-width: 100%;
		border: 2px solid #c6d3df;
	}
}

@media only screen and (max-width: 600px) {
	.slideshow-window, .jetpack-slideshow, .slideshow-black {
		display: none;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.slideshow-slideshow-controls {
		bottom: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.entry-title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.entry-content h2 {
		font-size: 16px;
	}
	
	.entry-content p {
		font-size: 14px;
	}
	
	.calloutImgLeft, .calloutImgRight {
		padding: 0 0 3px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		background: none;
	}
	
	.calloutImgLeft img, .calloutImgRight img {
		border: 3px solid #c6d3df;
	}
	
	.slideshow-slide {
		padding: 0;
		margin: 0;
	}
}

@media screen and (min-width: 992px) {
	.has-site-logo .main-navigation > div, 
		.has-site-logo .main-navigation > ul {
		position: relative;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.main-navigation {
    	font-size: 0.8125em;
    	line-height: 2.09231em;
    	text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
		clear: none;
    	float: right;
		padding: 0;
  		max-width: 70%;
  	}
	
	.main-navigation ul:first-child {
		display: block;
	 }
	
	.main-navigation ul li {
    	display: inline-block;
		border-right: none;
  		padding-right: 8px;
  	}
	
	.main-navigation ul a {
    	border-bottom: 0;
    	padding: 5px 0 5px 14px;
  	}
	
	.menu-main-container {
 	 	margin-top: -10px;
	}
	
	.menu-main-container ul  {
		background: #493823;
	}
	
	.menu-main-container ul li a {
	  	color: #FFF !important;
	  	font-size: 13px;
	  	font-weight: bold;
	  	text-align: center;
	}
	
	.menu-toggle {
    	display: none;
  	}
	
	.has-site-logo .main-navigation {
    	height: 100px;
  	}
}