/* @override http://ci:8888/css/style.css */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	background-color: #fff;
	margin: 0;
	font-family: Helvetica, Sans-serif !important;
	color: #4F5155;
	line-height: 1.4;
	font-size: 13px; 
	padding: 0 30px 30px;
}

#wrapper {
	width: 600px; 
	margin:0 auto;
}

a {
	color: #4f5155;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition: 2s;
	-moz-transition-property: color;
	-moz-transition: 2s;
}

a:hover {
	color: #000;
	-webkit-transition-property: color;
	-webkit-transition: 2s;
	-moz-transition-property: color;
	-moz-transition: 2s;
}

h2 {
	background-color: transparent;
	font-weight: 600;
	margin: 0px 0 2px 0;
	padding: 6px 0 3px;
	float: left;
	line-height: 1; 
	text-transform: uppercase; 
	font-size: 17px;
}

.post_head {
	border-bottom: 1px solid #dfdfdf;
}

.meta {
	color: #bfbfbf;
	background-color: transparent;
	font-weight: 300;
	margin-top: 2px;
	padding: 6px 0 0;
	text-align: right;
	float: right;
	margin-bottom: 0; 
	font-size: 12px;
}

.blog_item {
	margin-bottom: 100px;
}

small {
	color: #83868d;
	line-height: 1.6;
}

.tisa a {
	font-weight: bold;
}

#header { 
	text-transform: uppercase; 
	font-size: 180%; 
	height: 150px; 
	top: 0; 
	width: 100%;
}