/*
 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 */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

/*
 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 */

.boxmenua {
   float: left;
   width: 100%;
   margin: -50px 0px 0px 0px;
   min-width: 200px;
   border: 0px solid red;
}

.site {
   background-color: #000000;
	border: 6px solid #993436;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	
}
.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

body {
    
	background-color: #000000 !important;
	margin: 1px;
	color: #000000;
	border: 0px solid blue;

}

.site-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	min-height: 153px;
	padding: 0 0px;
	text-decoration: none;
	width: 100%;
}

/* ---------------------------- END CONTENT AREA ------------------------------*/

/* ----------------------------fonts------------------------------*/
@font-face {
    font-family: 'dinbold';
    src: url('din_bold-webfont.woff2') format('woff2'),
         url('din_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_mediumregular';
    src: url('din_medium_regular-webfont.woff2') format('woff2'),
         url('din_medium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'eb_garamondbold_italic';
    src: url('ebgaramond-bolditalic-webfont.woff2') format('woff2'),
         url('ebgaramond-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
	font-family: 'din_mediumregular';
    font-weight:100;
    -webkit-font-smoothing:antialiased;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}
.p {
	font-family: 'helvetica';
    font-weight:100;
    -webkit-font-smoothing:antialiased;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 	font-family: 'eb_garamondbold_italic';
    -webkit-font-smoothing:antialiased;
}

h1 {
	font-size: 38px;
	margin: 40px 0px 20px 0px;
	line-height: 36px;
	color: #7c8745;
	font-weight:400;
}

h2 {
	font-size: 22px;
	margin: 20px 0px 0px 0px;
	color: #7c8745;
	font-weight:400;
}

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

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

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

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

/* ---------------------------- END fonts ------------------------------*/

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

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

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




ul {
  list-style-type: disc;
}

.sidebar2 {
   grid-area: sidebar2;
   height: 20px;
   border: 0px solid red;
   margin: 0px 0px 0px 0px;
}

.content {
   grid-area: content;
   border: 0px solid green;
   hyphens: none;
   margin: 0px 20px 20px 0px;
}

.contenth {
   grid-area: content;
   border: 0px solid green;
   hyphens: none;
   margin: 0px 20px 20px 200px;
}

.contentjj {
   grid-area: content;
   border: 0px solid green;
   hyphens: none;
   margin: 0px 20px 20px 40px;
}

.content3 {
   grid-area: content;
   border: 0px solid green;
   hyphens: none;
   margin: 0px 0px 0px -20px;
}

.content2 {
   grid-area: content;
   border: 0px solid blue;
   hyphens: none;
   margin: 0px 0px 0px 0px;
}

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

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