@charset "utf-8";
/* CSS Document */

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 325px;
}

.two-columns .column-two {
	float: right;
	width: 295px;
}

.two-columns .column-three {
	float: left;
	width: 150px;
}

.two-columns .column-four {
	float: right;
	width: 470px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	background-color:#FFCCCC;
}

.list1 li.alt {
	background-image: url(images/homepage07.jpg);
}

.list1 a {
	color: #000000;
}

/* Content */

#content {
	float: left;
	width: 635px;
}

.post {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.post2 {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.comments {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.title {
	margin: 0;
	background-color:#e8ddd9;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 3px;
}

.title2 {
	margin: 0;
	background-color:#de0a68;
	margin-bottom: 5px;
	margin-top: 10px;
}

.title3 {
	margin: 0;
	background-color:#15378e;
	margin-bottom: 5px;
	margin-top: 10px;
}

.titleuser {
	margin: 0;
	background-color:;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 3px;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 2px dotted #999999;
}

.byline {
	margin: 0 0 10px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* News */

#news {
	margin-bottom: 20px;
}

#news ul {
	line-height: normal;
}

#news li {
	margin: 0px 0px 2px 0px;
	padding: 5px 10px;
	background-color:#CCCCCC;
}

#news h3 {
	margin: 0;
	font-size: 85%;
}

#news h3 span {
	padding: 0 5px;
	background: #1777B1;
	color: #FFFFFF
}

#news p {
	margin: 0;
}

#news a {
}