

body{
	font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #eee;
}
.wrapper{
	background: #fff;
}

a:hover{
	/*color: #307EA9;*/
	text-decoration: underline;
}

strong, b{
	font-weight: 700;	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.panel-header{
	/*background:#f8f8f8;*/
}

.panel{
	background-color: #f8f8f8;
}



.header{
	margin: 20px 0 35px 0;
	background: url(../img/me173.png) no-repeat;
	padding-left: 100px;
	height: 100px;
	background-size: 80px;
	padding-top: 10px;
}
#logo{
	font-size: 1.6875em;
	font-weight:300;
	color:#222;
	margin:0;
	padding:0;
	text-decoration: none !important;
}

.menu {
	padding: 0;
	margin: 5px 0;
	font-weight: 400;
}
.menu li {
	display: inline;
	padding-right: 20px;
}
.menu li a{
	font-size: 1em;
	color: #222;
}
.menu li a:hover{
	border-bottom: thin solid #333;
	text-decoration: none;
}
.menu li.active a{
	border-bottom: thin solid red !important;
	border-bottom: 1px solid #967900 !important;
}

footer{
	background: #eee;
	height: 100px;
	padding-top: 40px;
	margin-top: 150px;
}
footer .links{
	float: right;
}
footer .links a{
	padding-right: 10px;
}


@media only screen and (max-width: 40em) {
	.header{
		background-size: 30px;
		background-position: 0 10px;   /* 10px,  0px */
		padding-left: 50px;
		margin-bottom: 0;
	}
	.menu{
		margin-left: -50px;
	}
	.menu li{
		padding-right: 15px;
	}
	.menu li a{
		font-size: 0.9em;
	}
} 

.posts{
	list-style:none;
	list-style-type: none;
	

}
.posts li{
	list-style-type: none;
	/*font-family: "Open Sans", Arial, sans-serif;*/
	margin-bottom: 0.45em;
}
.posts li:hover{	
	border-color: #d9d9d9;
	
	/*color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;*/
}
.posts li span{
	/*float:left;*/
	color: #333;
	color: #999;
	font-family:"Lato", sans-serif;
	font-size: 13px;
	
	display: inline-block;	
	width: 100px;
}

.panel ul{
	margin-left: 18px
}



#filters > .label {
	font-family: "Lato", Arial, sans-serif;
	font-weight: normal;
}
.row{ max-width: 800px !important;}
