@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
* {
	padding: 0px;
	margin:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #F60;
	background-image: url(images/bg_body_tile.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}
#container {
	width: 100%;
	background-image: url(images/bg_body.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
#wrap {
	width: 920px;
	text-align: left;
	padding: 0px 10px;
/*	background: url(images/background_wrap.png) no-repeat left top; */
}
#header {
	height: 100px;
	margin-bottom: 20px;
	width: 940px;
}
#content {
	width: 700px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {
	float: left;
	width: 180px;
	color: #464646;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	color: #999;
	text-align: center;
	height: 20px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 36px;
	padding-bottom: 0px;
	width: 940px;
}
/* text */
#footer a {
	color: #666;
	text-decoration: underline;
}
.post {
	margin-bottom: 15px;
}
.entry {
	margin-top: 10px;
}
.postmetadata {
	padding: 0px 0px 10px 0px;
	color: #555555;
}
#title {
	float: left;
	padding-top: 25px;
}
#title h1 a {
	font-size: 18pt;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
.description {
	font-size: 12pt;
	color: #555555;
	font-weight: bold;
}

#pagenav {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 90px;
	padding-left: 10px;
	margin-right: 10px;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #999;
	color: #ffffff;
	border: 1px solid #FFF;
}
#pagenav li a:hover {
	margin-left: 0px;
	padding: 5px 10px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	color: #252525;
}
.sform {
	padding-bottom: 10px;
}
.widget {
	border: 1px solid #000;
	background-color: #999;
	margin-bottom: 10px;
	background-image: url(images/bg_widget_2400.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* default */
img {
	border: 0px;
/*	margin-right: 10px;*/
}
.clear {
	clear: both;
}
.postmetadata a {
	color: #555555;
	text-decoration: none;
}
.link {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

link:hover {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.title {
	float:left;
	color: #555555;
}
.title a {
	color: #FFFFFF;
	text-decoration: none;
}
.title h1, #content h1 {
	width: 700px;
	text-align: left;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	background-color: #999;
	border: 1px solid #000; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom:20px;
	background-image: url(images/bg_title.png);
	background-position: left; 
}
.title h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.table_title {
	background-color: #eeeeee; 
	border: #dddddd 1px solid;
}
.table_data {
	background-color: #eeeeee; 
	border: #dddddd 1px solid;
}
.table_odd {
	background-color: #eeeeee; 
	border: #dddddd 1px solid;
}
.table_even {
	background-color: #eeeeee; 
	border: #dddddd 1px solid;
}
.table_img {
	border: #dddddd 1px solid;
}
.date {
	background-color: #996600;
	width: 40px;
	margin-right: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
ul, ol, .entry h1, h3, h4, h5, h6, #pagetitle {
/*padding-bottom: 50px;*/
}

p{
/*	padding-top: 15px;*/
	padding-left: 5px;
	padding-right: 5px;
}

h2 {
	font-size: 14pt;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: underline;
}

h3, h4 {
	font-size: 12pt;
}
h5, h6 {
	font-size: 11pt;
}

#content ul, #content ol {
	margin-left: 25px;
}
#sidebar ul li {
	list-style: none;
	color:#000;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul li ul li {
	margin-left: 0px;
	font-weight: bold;

}
#sidebar ul li ul li ul li {
	margin-left: 10px;
	font-weight: normal;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {
	margin-left: 10px;
}
.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar h2 {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFF;
	text-decoration: underline;
}
a {
	color: #F60;
	text-decoration: underline;
}
a:hover {
	color: #F30;
}
blockquote {
	margin: 10px;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid #cccccc;
}
/* form */

fieldset {
	border: 0px;
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
.submit, .searchsubmit, .preview {
	background-color: #555555;
	color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
.search {
	color:#FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 10px 0px;
}
.bCommentTitle {
	font-weight: bold;
	padding-bottom: 10px;
}
.bComment, .feedback_feed_msg {
	margin-left: 0px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px 0px;
}
.widget_core_coll_title {
	padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td, th {
	padding: 1px;
}
table_tekst {
	padding: 1px;
	background-color: #eeeeee; 
	border: #dddddd 1px solid;
}

.bCalendarTable {
	padding-bottom: 10px;
	margin-left: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li, #evo_toolbar ol li {
	margin-left: 0;
}
