/* @override 
	http://macintosh.local/elbau2016/cms/wp-content/themes/elbau2016/css/common.css?1&ver=4.6.3 */

@charset "UTF-8";

.cat_wrapper {
	max-width: 800px;
	padding-bottom: 4.0em;
}

.cat_content img {
	width: 100%;
	height: auto;
/*	max-height: 150px;*/
}

.cat_content p.date {
	font-size: 0.9em;
	color: #aaa;
	margin-bottom: 0;
}

.cat_content h3 {
	margin: 0 0 15px 0;
}

.cat_content h3 a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}


.head_logo {
	text-align: center;
	padding: 20px 0;
}

.head_logo img{
	width: 30%;
}


/*single*/


.cat_single_content p.date{
	font-size: 0.9em;
	color: #aaa;
	margin-bottom: 0;
}

.cat_single_content h3 {
	margin: 0 0 15px 0;
}

.cat_single_content h3 a{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.cat_the_content p {
	font-size: 14px;
	color: #5C5C5C;
	text-indent: ;
	line-height: 2.0em;
	text-align: justify;
}

.cat_single_content img {
	width: 100%;
	height: auto;
}

ul.post_tags {
	margin: 5.0em 0 2.0em 0;
	padding: 0;
}


ul.post_tags li{
	display: inline-block;
	margin-right: 10px;
}

ul.post_tags li a{
	padding: 5px 10px;
	border: 1px solid #333;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

ul.post_tags li a:hover{
	background-color: #e7e7e7;
}


ul.post_tags li a:before {
/*    font-family: "FontAwesome";
    content: "\f02b";
	padding-right: 4px;*/
}


/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {

}

@media only screen and (max-width : 767px) {


}

@media only screen and (max-width : 480px) {

	
	.head_logo img{
		width: 50%;
	}
	
	
}

@media only screen and (max-width : 320px) {

}