/*
 Theme Name:     Twenty Thirteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=986
 Description:    A bare-bones child theme for use with Twenty Thirteen Theme. Pick matching colors quickly at <a href="http://www.html-color-names.com/">html-color-names.com</a>.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/blog/
 Template:       twentythirteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

.photos {
	margin: 20px 0px 20px 20px;
	float: right;
	border: 4px solid #472d16;
	
}

.site {

	background-color: #b69c87 !important;
	border-left: 0px solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;

}

body {
    background-color: #64462c !important;
	margin: 1px;
	color: #311b09;

}
/**
 * 5.0 Content and Outline
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	border: 0px solid yellow;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}



/* ----------------------------Navigation------------------------------*/
.toggled-on .nav-menu li > ul a {
	color: #ffffff;
	width: auto;
}

.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #dccbbe;
	color: #ffffff;
}

.main-navigation {
	min-height: 27px;
	
}


.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: #b69c87;
	font-style: italic;
}

.navbar {
	background-color: #311b09;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}



ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 20;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background: none;
	border: none;
	color: #000000;
	padding: 12px 0 12px 20px;
	}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #dccbbe;
	color: #311b09;

}


.nav-menu li a {
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
	font-family: Chalkboard, Chalkduster, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 15px 20px 15px 28px;
} 

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #7c8745;
	border: 0px solid #ffffff;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

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: #000000;
}
/* ----------------------------END Navigation------------------------------*/



.site-header {
	position: relative;
}

.site-header .home-link {
	color: #ffffff;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

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

.site-title {
	font-size: 60px;
	line-height: 2;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: Helvetica, sans-serif;
	margin: 0;
}

/* ----------------------------fonts------------------------------*/
html,
button,
input,
select,
textarea {
font-family: Chalkboard, Chalkduster, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	 word-wrap: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 	font-family: Chalkboard, Chalkduster, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-style: regular;
	color: #ffffff;

}

h1 {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 0px;
	margin: -14px 0px 20px 0px;
}

h3 {
	font-size: 0px;
	margin: 22px 0;
}

h4 {
	font-size: 0px;
	margin: 25px 0;
}

h5 {
	font-size: 20px;
	margin: 30px 0;
}

h6 {
	font-size: 0px;
	margin: 36px 0;
}




/* ----------------------------footer------------------------------*/

.site-footer .sidebar-container {
	background-color: #ffffff;
	padding: 0px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
}

.site-footer {
	background-color: #000000;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.site-footer a {
	color: #ffffff;
}

.site-info {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0px 0;
	width: 100%;
}

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

.site-main .widget-area {
	float: right;
	width: 300px;
	background-color: #311b09;
	border: 0px solid #000000;
}

.widget {
	background-color: #311b09;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget a {
	color: #b69c87;
}

.widget a:hover {
	color: #997a61;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #311b09;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.navigation a {
	color: #311b09;
}



.entry-meta a {
	color: #81634a;
}

.entry-meta a:hover {
	color: #472c15;
}

