/* NEWS */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:56px;
}
h2{
	color:#c82400;
	float:left;
	font-size:16px;
	font-weight:bold;
}
h4{
	color:#c92500;
}

#right h4 {
	font-weight:normal;
	margin:0;
}

ul#news {
	margin:0 0 0 0;
	float:left;
	padding:0;
}
ul#news li {
	list-style:none;
	line-height:12px;
	float:left;
	clear:both;
	margin:5px 0 5px 5px;
}
ul#news li img { float:left; }
ul#news li h4 { float:left; width:100px; margin:2px 0 0 10px; }

#gray_box {
	float:right;
	margin:0 10px 0 10px;
}

a:hover { text-decoration:underline; color:grey;}
a:hover h2 { text-decoration:underline; }
a:hover .read_more { text-decoration:underline; }

#content {
}
#content h2 {
			float:left;
			margin-bottom:10px;
			line-height:20px;
		}

#content #text2 {
			margin:-10px 5px 5px -20px;
			float:left;
			width:450px;
			clear:none;
			color:#8f8f8f;
			line-height:14px;
		}
#content #text2 p {
				color:#000;
				margin:0;
				line-height:15px;
			}
#content #text2 .date {
				float:left;
				margin:0;
			}
			#content #text2 .read_more {
				margin:5px 0 20px 0;
				
				background:url(../images/home/news_read_more.png) left no-repeat;
				padding:0 0 0 20px;
				height:16px;
				line-height:16px;
			}
		#content a.image {
			border:none;
		}
		#content a.image:hover {
			border:none;
		}

a.image {
	float:left;
	margin:10px;
	display:inline;
	border:1px solid #ccc;;
}
a.image:hover {
	border:1px solid #000;
}
.date {
	float:left;
	clear:both;
	margin:0;
	font-size:12px;
	color:#333;
}
hr.single {
	margin-top:0;
}

.back{
	color:#333333;
	text-decoration:underline;
}

/* ADMIN */
.edit_news_title {
	width:95%;
	font-size:18px;
	border:1px solid #CCC;
	padding:5px;
}
