@CHARSET "UTF-8";

.search_item {
	text-align: left;
	overflow:hidden;
    margin-bottom: 10px;
    padding-left: 5px;
}

.search_title {
	font-size: 1.6em;
	font-weight: bold;
	float: left;
	
}

.search_content {

	width: 600px;
}

.search_type {
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px 6px;
    float: right;
    color: #FFF;
    text-transform:uppercase;
}

.search_meta {
	float: right;
}

#container {
    margin-top: 20px;
}

.avatar {
    float: left;
    margin-right: 10px;
}