@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin:0; 
	padding:0; 
	height: 100%;
	min-height: 100%;
	overflow-y:scroll;
}

/* CONTENT */

#content {
	width:70vw;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

/* HEADER */

#header {
	width:100%;
	float:left;
}

/* MENU */

#menu {
	width:100%;
	height:30px;
	margin-left:22px;
	float:left;
}

.menu li, ul {
	margin:0;
	padding:0;
}

.menu li {
	float:left;
	margin-right:25px;
}

.menu-item a {
	margin-left:-4px;
}

ul {
	list-style-image:url('img/arrow_right.gif');
}

#menu-menu {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: 1px;
}

#menu-menu a:link {	
	color: #333333; 
	text-decoration:none;
}


#menu-menu a:hover {
	color: #cccccc;
	text-decoration:underline;
}

#menu-menu a:visited {	
	color: #333333; 
	text-decoration:none;
}

/* LINES */

#lines {
	width:100%;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

/* THE CONTENT */

#thecontent {
	width:100%;
	height:100%;
	float:left;	
}

/* ENTRY CONTENT */

#entry-content-main {
	width:100%;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:15px;
	float:left;
}

#entry-content-main-news-list {
	
}

#entry-content-right-column {
	
}

.entry-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	
}

.entry-title a {
	color: #333333;
	
}

.entry-title a:hover {
	text-decoration:none;
	
}

.entry-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	float:left;
}

.entry-content a:link {
	color: #333333;

}

.entry-content a:hover {
	color: #333333;
	text-decoration:none;
}

.entry-content a:visited {
	color: #333333;
	
}

.entry-meta {
	
}

.entry-utility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	text-align: justify;
		
}

.edit-link a:link {
	color: #333333;
	
}

.edit-link a:hover {
	text-decoration:none;
	
}

/* SEARCH BOX */

#search_box {
	
}

input.search-text {
	
}

input.search-submit {
	
}

/* IMAGE GRID */

.grid { 
	width: 100%;
}

.box {
	width: 18%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 0%;
	height: auto;
	float:left;
}

.box img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.box_80 {
	width: 80%;
	padding-bottom: 1%;
	padding-right: 1%;
	padding-left: 0%;
	height: auto;
	float:left;
}

.box_80 img {
	width: 12%;
	padding-right: 1%;
	height: auto;
	float: left;
}

h2 {
	width: 100%;
	float: left;
}

/* IMAGE ALIGNMENT */

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* BREAD CRUMBS */

#breadcrumbs {
	width: 500px;
	height: 20px;
	float: left;
}
.breadcrumbs {	
	

}
.breadcrumbs a:link, 
.breadcrumbs a:active,
.breadcrumbs a:visited {
	

}
.breadcrumbs a:hover {
	text-decoration: none;
	

}

/* MEDIA QUERY max-width: 699px */
@media screen and (max-width: 699px) {
	body #content	{width:95vw;}
}