
/* util */

.clear {	
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;	
}

div.line {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	background: #006699;
}


/* box */

.box-input-search {
	float: left;
	margin-right: 5px;
}


/* menu */ 

.menu-item {
	font-size: 0px;
	line-height: 0px;
	background: none;
}

.menu-item-on {
}


/* content */

.content-image {
	font-size: 0px;
	line-height: 0px;
	display: block;
	position: relative;	
	float: left;
}

.content-link {
}

.content-date {
	font-size: 11px;
	line-height: normal;
}

.content-author {
	font-size: 12px;
}


/* content - tools */

.content-tools {
	
}

.content-tools-item {
}

#content-tools-box {
}


/* content - poll */

.content-poll-question {
}

.content-poll-answer {
}

.content-poll-votes {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: normal;
	margin-bottom: 5px;
	background: #f0f0f0;
}

.content-blog-description {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
}

.content-title {
	font-size: 26px;
	line-height:26px;
	font-family: Trebuchet MS;
	font-weight: normal;
	letter-spacing: -1px;	
	color: #4CAF16;
}