.blog_container {
	margin: 5px 15px 15px 15px;
}

.blog_header {
	width: 778px;
	height: 150px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
	.blog_header_title {
		font-family: "Trebuchet MS", "Times New Roman", times, serif;
		padding-left: 20px;
		padding-top: 55px;
		font-size: 28px;
	}

.blog_headline {
	font-size: 28px;
}

.blog_subtext {
	font-size: 11px;
	margin-bottom: 10px;
}

.blog_post {
	font-family: "Trebuchet MS", "Times New Roman", times, serif;
	font-size: 13px;
	margin-bottom: 20px;
}

.blog_sublinks {
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.blog_pagenavigation {
	font-size: 12px;
}

.blog_sidebar {
	padding-left: 25px;
}
	.blog_sidebar_title {
		border-bottom: 1px dotted #868686;
		width: 100%;
		font-size: 11px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
	}
	.blog_sidebar_block {
		padding: 5px;
		margin-bottom: 15px;
		line-height: 16px;
	}
	.blog_sidebar_item {
		display: block;
	}
	
/*	Editing parts */
.blogedit_headline {
	color: #333;
	font-size: 18px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif; 
	margin: 5px 0px 5px 0px;
}
.blogedit_titlefield {
	padding: 5px; 
	margin-bottom: 5px; 
	border: 1px solid #cccccc; 
	width: 495px; 
	font-size: 20px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
}
.blogedit_bodyfield {
	padding: 5px; 
	border: 1px solid #cccccc; 
	width: 495px; 
	height: 400px; 
	font-size: 13px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
}
.blogedit_ed_button {
	padding: 2px; 
	margin: 5px 5px 5px 0px;
	font-size: 10px; 
	font-family: Verdana;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: white;
	background-image: url(/gfx/theme_default/site/news_options_bkg01.gif);
	background-repeat: repeat-x;
}
.blogedit_buttons {
	width: 495px;
	text-align: right;
	margin-top: 10px;
}
	.blogedit_button {
		padding: 5px; 
		font-size: 12px; 
		font-family: Verdana;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #cccccc;
		background-color: white;
		background-image: url(/gfx/theme_default/site/news_options_bkg01.gif);
		background-repeat: repeat-x;
	}
.blogedit_textbox {
	border: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
	padding-left: 5px;
	font-size: 13px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
	clear: both;
}
.blogedit_checkbox {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 2px;
}
.blogedit_catlabel {
	font-size: 12px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
	vertical-align: middle;
}
label { cursor: pointer; }
#ed_em { font-style: italic; }
#ed_strong { font-weight: bold; }
#ed_un { text-decoration: underline; }

.textsearch {
	width: 160px;
	padding: 1px;
	border: 1px solid #cccccc;
	font-size: 10px; 
	font-family: 'Trebuchet MS', 'Times New Roman', times, serif;
	clear: both;
}

/* Comment styles by Borja Fernandez for WP theme Pool */
#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
	}
		
#commentlist p {
	font-family: "Trebuchet MS", "Times New Roman", times, serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}
		
#commentlist small {
	font-size: 11px;
	}

.class_comment0 { background: #E9E9EA; border: 1px solid #E0DEDE; }
.class_comment1 { background: #F4F3F3; border: 1px solid #E0DEDE; }
