/* -----=====: + ~{ NEWS STORY HTML FORMATTING }~ + :=====----- */
#block1 h2, #block1 h3 {
	font-weight: bold;
}
#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 {
	margin-bottom: 1em;
}

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

/* -----=====: + ~{ SEARCH FORM }~ + :=====----- */
#searchBox label {
	width: 80px;
	margin-top: 5px;
}
#searchBox input.text {
	float: left;
}
#searchBox input.submit {
	float: left;
	clear: none;
}

/* -----=====: + ~{COMMENTS}~ + :=====----- */
.comments .info {
	float: left;
	width: 200px;
}
.odd {
	background-color: #eee;
}
.even {
	background-color: #f8f8f8;
}
.authorComment {
	background-color: #ccc;
	color: #fff;
}
#headingPreview {
	margin-top: 2em;
}
.preview {
	background-color: #00aeef;
}
.permalink {
	float: right;
}
.comment {
	padding: 16px 10px 0 10px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 3px;
}
.comment .author {
	float: none;
	margin-bottom: 0.2em;
}
.comment .commentDate {
	float: none;
	font-size: 0.7em;
	margin: 0 0 18px 0;
}
.comments {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.commentText p {
	margin-left: 200px;
}

.pagination p {
	margin-bottom: 0;
}

/* -----=====: + ~{ARTICLE}~ + :=====----- */
.entryHeader {
	/*
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #393939;
	*/
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
	font-size: 0.9em;
}
.author { 
	float: left;
}
.date {
	float: left;
	font-weight: 700;
}
#block1 p {
	overflow: hidden;
}
#block1 h2 {
	clear: both;
	margin-bottom: 1em;
}
.mainImage {
	margin-bottom: 1em;
}


/* -----=====: + ~{FIRST}~ + :=====----- */

.first {
	
	border-bottom: 1px solid silver; 
	padding-bottom: 30px;
	
}

.first img {
	

	
}

.first h3 a {
	
	font-size: 36px !important;
	
}

/* -----=====: + ~{LAYOUT}~ + :=====----- */


.readMore {
	
	font-size: 12px;
	color: #477495;
	font-weight: 700;
	
}

.box {
	
	margin-bottom: 30px;
	
}

#news-mast {
	
	background-image: url(/images/news/mast.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 698px;
	height: 56px;
	float: left;
	margin-bottom: 15px;
	
}


#news-container-top {
	
	background-image: url(/images/news/container-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 698px;
	height: 10px;
	float: left;
	
}


#news-container-bottom {
	
	background-image: url(/images/news/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 698px;
	height: 11px;
	float: left;
	
}

#news-container {
	
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	width: 640px;
	float: left;
	padding: 28px;
	font-size: 12px;
	color: #4a4a4a;
	background-color: white;
	
}

#news-container p {

	margin-bottom: 10px;
	
}

#news-container h2 {

	font-size: 20px;
	color: #477495;
	margin-bottom: 10px;
	font-weight: 700;
	
}

#news-container h3 {
	
	width: 500px;
	
}

#news-container h3 a {
	
	font-size: 20px;
	color: #477495;
	font-weight: 700;
	text-decoration: none;
	
}

.news-item-title {
	
	font-size: 36px !important;
	font-weight: 700;
	color: #477495;
	
}

#side-menu--categories {
	
	background-image: url(/images/news/side-categories.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 237px;
	height: 195px;
	padding-top: 45px;
	
}

#side-menu--categories p {
	
	display: block;
	padding-left: 25px;
	margin-bottom: 0px;
	font-size: 11px;
	
	
}

.container-footer {
	
	display: none;
	
}


