/*===== MAIN =====*/
body {
	margin: 0;
	padding: 0;
	background-color: #e3e7ed;

	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/* color: #F93D00; */
}

.title {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #F93D00;
	border: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	/* border-bottom: 1px dotted #999999; */
	color: #0080ff;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/*===== Header =====*/
#header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	background-color: #c6d5dd;
	/* background-color: #dbecf6; */
	background:  #dbecf6 url(images/kolos.svg) repeat-x;
	background-size: 150px;
}

/*===== Logo =====*/
#logo {
	/* float: left; */
	width: 1200px;
	height: 150px;

	display: flex;
}
#logo img {
	margin: 15px 0 0 15px;
}
#logo h1 {
	font-size: 2.6em;
	color: #616161;
	padding: 25px 0 0 20px;
    font-size: 2.5em;
    line-height: 50px;
}

#logo h1 span {
	font-style: italic;
	font-size: 0.5em;
	margin: 0 0 0 10px;
}
/* 
#logo p {
	float: left;
	margin: 0;
	padding: 90px 0 0 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	
}  */

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #616161;
}

/* Search 

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}*/

/*===== Menu =====*/
#menu {
	width: 1200px;
	/* height: 50px; */
	/* margin: 0 auto; */
	/* padding: 0; */

	background-color: #404d62;
	box-shadow: inset 0px 0px 36px -2px rgba(0,0,0,0.75);
	margin-bottom: 20px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	/* padding-left: 10px; */
	list-style: none;
	/* line-height: normal; */
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
}

#menu li {
	/* float: left; */
	height: 45px;
	/* background-color:aquamarine; */
	/* border-radius: 10px; */

	display: flex;
	justify-content: center;
	align-items: center;

	border-left: 2px solid black;

	transition: .5s;
}

#menu a {
	/* display: block; */
	/* margin-top: 10px; */
	/* margin-right: 3px; */
	/* padding: 7px 20px 7px 20px; */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 15px 0px 15px;
	border-bottom: none;
	
	/* border: none; */
	transition: .5s;
}

/* #menu a:hover, #menu .current_page_item a {
} */

#menu a:hover {
	text-decoration: underline;
	transition: .5s;
}
#menu li:hover {
	background-color:#ffffff69;
    transition: .5s;
}

/* Page 

#page {
	width: 1200px;
	margin: 0 auto;
	background: url(images/img05.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img04.jpg) no-repeat left top;
}

#page-bgbtm {
	background: url(images/img06.jpg) no-repeat left bottom;
}
*/
/* Content */

#content {
	float: right;
	width: 870px;

	padding: 20px 20px 0 30px;
    border-radius: 20px;
	/* background: white; */
	background: linear-gradient(to top, #b2dcf4, #e0f1fb);
	box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
}
/*
.post {
	margin-bottom: 8px;
	background: url(images/img09.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(images/img08.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(images/img10.jpg) no-repeat left bottom;
}
*/
/*
.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
	min-height: 500px;
	color: #000;
}
*/

/*===== Sidebar =====*/
#sidebar {
	float: left;
	width: 280px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 5px solid #2d3541;
}

#sidebar li {
	/* margin: 0; */
	/* padding: 0; */
}

#sidebar li li {
	line-height: 30px;
	border-bottom: 1px dashed #2d3541;
    padding: 10px 5px 5px 10px;
}

/*#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-style: italic;
}*/

#sidebar h2 {
	padding: 5px 0 5px 20px;
	background-color: #2d3541;
	border-radius: 20px 20px 0 0;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	text-decoration: none;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #00b02fff;
}

/* Calendar 

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}*/

/*===== Footer =====*/
#footer {
	width: 100%;
	height: 100px;
	
	margin: 0 auto;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer p {
	margin: 0 auto;
	color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
}

/* #footer a {
	color: #3D444F;
} */

/* Comments-box 

.comments-box {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.comments-box .comment {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

.comment .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.comment .avatar img {
	width: 80px;
	height: 80px;
}

.comment .title {
	margin-bottom: 5px;
	height: auto;
	padding: 0;
}

.comment .title .author {
	font-weight: bold;
	font-size: 150%;
}

.comments-box form input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

.comments-box form textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
}

.comments-box img#captcha {
	margin-top: 5px;
}

.comments-box input#captcha_code {
	width: 90px;
}

.comments-box input#submit {
	width: 100px;
	height: 22px;
}

.comments-box h2 {
	clear: both;
}*/

/* contact-form 

.contact-form {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-form form input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

.contact-form form textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: 150px;
}

.contact-form img#captcha2 {
	margin-top: 5px;
}

.contact-form input#captcha_code2 {
	width: 90px;
}

.contact-form input#submit2 {
	width: 100px;
	height: 22px;
}

h2 {
	clear: both;
}
*/