@charset "utf-8";

/*
-------------------------------------------------------------
	Rev: 1.0											|
	Date: Feb 18, 2006							|
-------------------------------------------------------------
	Author: Jasper van der Meer				|
	Company: JMstudio.nl Webdesign		|
	Address: http://www.jmstudio.nl		|
-------------------------------------------------------------
*/

* { 
	margin: 0;
	padding: 0;
}

#topbar {
	width: 728px;
	height: auto;
	padding: 6px;
	background: #7caa2b url(../images/core_roundtop_left.gif) top left no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.coretext_holder {
	width: 240px;
	float: left;
	height: auto;
}

.coretext {
	width: 240px;
	height: auto;
	margin: 20px 20px 10px 0;
}
.coretext_header {
	width: 228px;
	padding: 6px;
	margin-bottom: 8px;
	background: url(../images/coretext_header.gif) top left no-repeat;
}
.coretext_purple {
	width: 228px;
	padding: 6px;
	margin-bottom: 8px;
	background: url(../images/purple.gif) top left no-repeat;
}
.coretext_orange {
	width: 228px;
	padding: 6px;
	margin-bottom: 8px;
	background: url(../images/orange.gif) top left no-repeat;
}
.coretext_top {
	width: 240px;
	height: 9px;
	_margin-bottom: -5px;
	background: url(../images/news_top.gif) top left no-repeat;
}
.coretext_core {
	text-align: left;
	width: 185px;
	padding: 2px 10px 2px 45px;
	height: auto;
	background: url(../images/news_core.gif) top left repeat-y;
}
.coretext_black {
	background: #c7e488;
	border: 1px solid #8db339 !important;
	padding: 3px;
}
.coretext_core p {
	padding: 3px;
	border: 1px solid #bdd882;
}
.coretext_hover_orange {
	border: 1px solid #f65c09 !important;
	background: #ffe9dd;
	padding: 3px !important;
}
.coretext_none {
	background: none;
}
.coretext_core strong {
	color: #F65C09;
}
.greystrong {
	color: #000 !important;
}
.coretext_bottom {
	width: 240px;
	_margin-top: -7px;
	height: 7px;
	background: url(../images/news_bottom.gif) bottom left no-repeat;
}
#footer {
	clear: both;
	width: 722px;
	height: auto;
	padding: 9px;
	text-align: right;
	background: #fff url(../images/footer.gif) bottom left no-repeat;
}

.headlines {
	width: 200px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.headlines li {
	display: block;
}
.headlines ul {
	padding: 0;
	margin: 0;
}
.headlines a {
	text-decoration: none;
	padding: 0;
}

/* RIGHT SIDE */

.maintext_holder {
	width: 455px;
	margin: 0;
	padding: 20px 0 0 0;
	height: auto;
	background: none;
	float: right;
}
.maintext_holder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e5018;
}
.maintext_holder_big {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	height: auto;
	background: none;
}
.maintext_holder_big h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#clickwall {
	padding: 10px;
	margin: 20px;
	border: 1px solid #E3F5D3;
	background: #74AC35;
	_border: none;
	_background: none;
	height: auto;
}
.maintext_holder_big p {
	line-height: 20px;
}
.maintext_holder_big ul {
	padding-left: 20px;
}
.maintext_holder_big li {
	list-style: none;
	line-height: 18px;
}
.cw {
	float: left;
	padding: 5px;
	margin: 5px;
}
.cw a {
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	display: inline;
}
.cw a:hover {
	background: #FFF;
	color: #000;
}
.cw a:visited {
	text-decoration: underline;
}
.foot {
	clear: both;
	height: auto;
}
/* RIGHT SIDE LIST */

.maintext_holder ul {
	list-style-image: url(../images/dot.gif);
	padding: 0 0 0 30px;
	width: 380px;
	margin: 0;
}
.maintext_holder li {
	line-height: 15px;
	border-bottom: 1px solid #7caa2b;
	padding: 6px;
	color: #333333;
}

/* MESSAGE FOOTER AND COMMENTS */

.msg_footer {
	width: 425px;
	border-bottom: 1px solid #7caa2b;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 0 20px 0;
}
.comments {
	width: 365px;
	margin: 10px 20px 20px 20px;
	background: #badf68;
	padding: 15px;
	position: relative;
}
.com_par:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	background: none;
}	
#com_form {
	padding-left: 35px;
}
#com_form p {
	padding: 0;
	margin: 0;
}

/* COMMENT CORNERS */

#left-top {
	width: 20px;
	height: 20px;
	background: url(../images/comments/left-top.gif) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#right-top {
	width: 20px;
	height: 20px;
	background: url(../images/comments/right-top.gif) top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#left-bottom {
	width: 20px;
	height: 20px;
	background: url(../images/comments/left-bottom.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
#right-bottom {
	width: 20px;
	height: 20px;
	background: url(../images/comments/right-bottom.gif) bottom right no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* STATISTICS @ BOTTOM */

.stats {
	width: 419px;
	height: 60px;
	background: #98c23c url(../images/stats.gif) center center no-repeat;
	margin: 20px 0 20px 0;
	_padding-top: 3px;
	text-align: center;
	vertical-align: middle;
}


	