/*
Theme Name: TOKI_magyar
Theme URI: http://www.example.hu;
Author: Papp Norbert
Author URI: http://www.example.hu;
Description: This is a simple and clean Wordpress theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TOKI
*/



html {
	height: 101%; 
	/*background-color: #EDEDED;*/
	background: url('images/mainbg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

h2{
	font-size:25px;
	font-weight: bold;
	color: #262626;
	margin-bottom:8px;
	padding-top:5px;
	text-align:left;
}


h3 a{
	font-size:15px;
	font-weight: bold;
	color:#262626;
	margin-bottom:8px;
	padding-top:5px;
	text-align:left;
	text-decoration:none;
}

h3 a:hover{
	color: red;
	text-decoration:underline;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


#topperwrapper{
	margin:0 auto;
	padding:0;
	min-width:998px;
	width:100%;
	height:68px;
}

#topperwrapper_inner{
	margin:0 auto;
	padding:0;
	width:100%;
	height:66px;
	background-color: #FFCC99;
	border-bottom:2px solid #8B5A2B;
}


#topper{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:white;
	height:66px;
	width:1100px;
	position:relative;
	margin:0 auto;
	background-color: #8B5A2B;
	border-bottom:2px solid #5E2612;
}

#sitelogo{
	width:53px;
	height: 53px;
	float:left;
	margin-top:6px;
	margin-left:6px;
	border:1px solid #5E2612;
}

#logoname{
	width:800px;
	height: 46px;
	float:left;
	margin-left:10px;
	padding-top:15px;
}

#intname{
	font-weight:bold;
	font-size: 20px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 300px;
	margin-bottom:3px;
}

#header {
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	background-color: #FFCC99;
	-webkit-box-shadow: 4px 2px  #757575,  -4px 0 2px #757575;
	-moz-box-shadow: 4px 0 2px #757575,  -4px 0 2px #757575;
	box-shadow: 4px 0 2px #757575,  -4px 0 2px #757575;
}

/* Menu */

#menu{
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}


/* Page */

#page {
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	-webkit-box-shadow: 4px 2px  #757575,  -4px 0 2px #757575;
	-moz-box-shadow: 4px 0 2px #757575,  -4px 0 2px #757575;
	box-shadow: 4px 0 2px #757575,  -4px 0 2px #757575;
}

#page-bgtop {
	height: auto;
	max-width: 1100px;
}

#page-bgbtm {
	margin: 0px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	max-width: 1100px;
}

.last-updated {
	width:auto;
    font-size: small;
	font-weight:bold;
	color: #4D4D4D;
    text-transform: uppercase;
	margin-top: 50px;
} 

/* Sidebar */

#sidebar_wrapper{
	float: left;
	width: 298px;
	height: auto;
	min-height:800px;
	max-width: 298px;
	background-color: #8B5A2B;
	border-right:2px solid #5E2612;
	-webkit-flex: 1;
    -ms-flex: 1;
	flex: 1;
}

#sidebar {
	float: left;
	width: 298px;
	font-size: 14px;
	padding-bottom:50px;
	padding-top:30px;
}

#magyarSidebarTitle{
	font-size:24px;
	font-weight: bold;
	color: #8B5A2B;
	text-align: center;
	display: table;
	background-color: white;
	border-radius: 3px;
	width: 250px;
	height: 60px;
	margin:0 auto;
	padding:0;
}

#magyarSidebarTitle span{
	display: table-cell;
	vertical-align: middle;
}

#tokiBaseLink{
	text-align: center;
	display: table;
	background-color: white;
	border-radius: 3px;
	width: 250px;
	height: 60px;
	margin:0 auto;
	padding:0;
}

#tokiBaseLink span{
	display: table-cell;
	vertical-align: middle;
}


#tokiBaseLink a{
	font-size:16px;
	font-weight: bold;
	color: #8B5A2B;
	text-decoration: none;
}

#tokiBaseLink a:hover{
	text-decoration: underline;
}

#szakCsopVez{
	width: 290px;
	height: 150px;
	color: white;
	margin-top:80px;
}

#szakCsopVez ul{
	list-style: none;
	text-align: center;
	padding-left:0;
}

#szakCsopVez ul li{
	height: 20px;
}

#szakCsopVez a{
	font-weight:bold;
	color:#FFCC99;
}

/* Egység képek */

#magyar_kep{
	width: 180px;
	height: 271px;
	margin: 0 auto;
	padding: 0;
}


/* Content */

#content {
	float: left;
	width: 800px;
	min-height:800px;
	max-width: 800px;
	background-color: white;
	-webkit-flex: 1;
    -ms-flex: 1;
	flex: 1;
}

.post {
	clear: both;
	padding-bottom: 20px;
	padding: 0px 20px 0px 20px;
	min-height: 200px;
	max-width:800px;
}

.post .title {
	font-size:20px;
	font-weight: bold;
	color:#262626;
	text-align:left;
	margin-bottom:30px;
}

.post .title a{
	font-size:20px;
	font-weight: bold;
	color: #262626;
	text-align:left;
	margin-bottom:30px;
	text-decoration:none;
}

.post .title a:hover{
	color: #8B5A2B;
	text-decoration:underline;
}

#belyeg{
	margin-right: 20px;
	float: left;
}

.post .entry {
	font-size: 16px;
	color:#262626;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
	max-width: 800px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      
}

.post .entry a{
	font-size:14px;
	font-weight: bold;
	color: #262626;
	text-decoration:underline;
}

.post .entry  a:hover{
	color: #8B5A2B;
	text-decoration:none;
}

.post .entry ul li{
	margin-bottom: 15px;
}

.post .entry ol li{
	margin-bottom: 15px;
}

#postdate{
	font-size:14px;
	margin-right: 20px;
	color:#8C8C8C;
}

#bovebben a{
	font-size:15px;
}

#sep{
	margin-left:45px;
	width:710px;
	height:3px;
	background:#D9D9D9;
	margin-bottom:50px;
}

#gotopCont{
	width:1100px;
	height:32px;
}

#fillDiv{
	height: 32px;
	width: 298px;
	float:left;
	background-color: #8B5A2B;
	border-right: 2px solid #5E2612;
}

#goToTop{
	float:left;
	width: 800px;
	height: 32px;
}

#goToTopLink{
	width: 32px;
	height: 32px;
	margin:0 auto;
	padding: 0;
}

/* Footer */

#footwrapper{
	margin:0 auto;
	padding: 0;
	min-width:998px;
	width:100%;
	height:43px;
	background-color: #FFCC99;
	border-top: 2px solid #5E2612;
}

#footwrapper_inner{
	margin:0 auto;
	padding:0;
	width:100%;
	height:43px;
	background-color: #FFCC99;
}


#foot{
	font-weight:bold;
	color:white;
	height:43px;
	width:1098px;
	position:relative;
	margin:0 auto;
	background-color: #FFCC99;
}

#copyright{
	margin:0 auto;
	padding:0;
	height:31px;
	padding-top:12px;
	width:620px;
	color: #3D3D3D;
	font-size: 14px;
	font-weight: bold;
}

