@import url("/styles/2-col");

/* -----=====: + ~{ NEWS STORY HTML FORMATTING }~ + :=====----- */
#block1 h2, #block1 h3 {

}
#block1 ul {
	margin-bottom: 1em;
}
#block1 li {
	list-style-type: square;
	margin-left: 1em;
}
#block1 strong {
	font-weight: bold;
}
#block1 em {
	font-style: italic;
}
#block1 p img {
	float: left;
	margin: 1em 1em 1em 0;
}

/* -----=====: + ~{PAGINATION}~ + :=====----- */
.pagination, .backLink {
	margin-bottom: 0;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
}

/* -----=====: + ~{ SEARCH RESULTS }~ + :=====----- */
#searchWord {
	margin-bottom: 0;
}
#searchWord p {
	margin: 0;
}

/* -----=====: + ~{ SEARCH FORM }~ + :=====----- */
#searchBox {
	float: right;
	width: 290px;
	margin-top: 4px;
}
#searchBox label {
	float: left;
	width: 50px;
	margin-right: 0;
	margin-top: 3px;
}
#searchBox input.text {
	float: left;
	width: 200px;
	margin-right: 6px;
	margin-top: 0;
	font-size: 1.1em;	
}
#searchBox input.submit {
	float: left;
	clear: none;
}
/* -----=====: + ~{CATEGORIES}~ + :=====----- */
#categories {
	/*border: none;
	padding-top: 0;
	padding-bottom: 0;*/
	border-style: solid none;
}
#categories ul ul {
	margin-top: 6px;
	margin-bottom: 0;
}
#categories ul ul li {
	color: #aaa;
}
#categories li {
	margin-bottom: 6px;
}
/* -----=====: + ~{COMMENTS}~ + :=====----- */
.comments .info {
	float: left;
	width: 200px;
}
.odd {
	background-color: #E2E2E2;
}
.even {
	background-color: #fafafa;
}
.authorComment {
	background-color: #333;
	color: #fff;
}
#headingPreview {
	margin-top: 2em;
}
.preview {
	background-color: #EF4035;
	color: #fff;
}
.preview a {
	color: #000;
}
.permalink {
	float: right;
}
.comment {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 3px;
}
.comment .author {
	float: none;
	margin-bottom: 0.2em;
	font-weight: bold;
}
.comment .commentDate {
	float: none;
}
.comments {
	font-size: 0.9em;
	margin-bottom: 1em;
	border-style: none;
}
.commentText p {
	margin-left: 200px;
	margin-right: 60px
}
#headingPostComment {
	margin-top: 2em;
}
/* -----=====: + ~{GENERAL}~ + :=====----- */

#newsHeading {
	float: left;
	width: 185px;
}
.rssLink {
	background-image: url(/images/button_rss.png);
	width: 42px;
	height: 20px;
	float: left;
	margin-top: 4px;
}
.rssLink:hover {
	background-position: 0 -20px;
}
.box {
	clear: left;
}
#block1 .box {
	border-style: solid none none none;
}
.news-item h1 {
	font-size: 2em;
}
#noEntries {
	clear: both;
}