@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */
* {
	padding: 0px;
	margin:0px;
}
html {
	background: url(images/background.gif);
}
body {
	background:url(images/background_body.jpg) center repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ebebeb;
}
#container {

}
#wrap {
	width: 930px;
	text-align: left;
	background: url(images/background.gif) no-repeat;
	padding: 0px 15px;
}
#bottom {
	height:20px;
	width:920px;
}
#header {
	height: 75px;
	padding: 0px 15px;
}
#pagenav {
	font-size: 9pt;
	font-weight: bold;
	line-height:75px;
	height:75px;
	text-align:right;
	float:right;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	color: #898989;
	text-decoration: none;
	margin-left:40px;
}
#pagenav li a:hover {
	color: #fff;
}
#title {
	height: 75px;
	float:left;
}
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding:15px 0px 0px 0px;
}


#title h1 a {
	color: #fff;
	text-decoration: none;
}
.description {
	font-size: 10pt;
	font-weight: normal;
	color: #898989;
}
#img {
	height:330px;
	background:url(images/img.jpg) no-repeat;
}
#main {
	padding: 0px 15px;
}

#content {
	width: 680px;
	float: left;
	padding: 15px 0 0 0;
	margin-right:20px;
	background:url(images/line.png) top repeat-x;
}
#sidebar {
	float: right;
	width: 180px;
	color: #898989;
	padding: 15px 10px 0 10px;
	background:url(images/line.png) top repeat-x;
}
#footer {
	color: #666;
	text-align:center;
	margin-bottom:5px;
	border-top: 1px solid #111111;
	padding-top:15px;
}
.top {
	background: url(images/img.jpg) no-repeat;
	height: 250px;
	margin-bottom:15px;
}
.bText {
	margin-bottom:15px;

}
.entry {
	margin: 10px 0px 0px 60px;
	background:url(images/line.png) bottom repeat-x;
	padding-bottom:15px;
}
.postmetadata {
	color: #898989;
}

.sform {
	padding-bottom: 10px;
}

.widget {
	padding:15px;
	background:url(images/line.png) bottom repeat-x;
}
/* default */
img {
	border: 0px;
}
.clear {
	clear: both;
}
/* text */
#footer a {
	color: #666;
	text-decoration: none;
}
.postmetadata a {
	color: #898989;
	text-decoration: none;
}
.title {
	float:left;
	color: #999;
	margin-bottom:5px;
	padding-top:2px;
}
.title a {
	color: #999;
	text-decoration: none;
}
.title h1, #content h1 {
	color: #fff;
	font-size: 16pt;
	font-weight: normal;
}
.title h1 a {
	color: #fff;
	text-decoration: none;
}
.date {
	width: 50px;
	padding: 5px 0px 5px 0px;
	margin-right: 10px;
	text-align: center;
	color: #ebebeb;
	font-size: 8pt;
	font-weight: bold;
	float: left;
	height:40px;
	background:url(images/date.png) no-repeat;
}
.day {
	font-size:11pt;
	color: #ebebeb;
	padding: 1px 0px 0px 0px;
}
p, ul, ol, .entry h1, h2, h3, h4, h5, h6, #pagetitle {
	padding-bottom: 10px;
}
#content ul, #content ol {
	margin-left: 25px;
}
#sidebar h2 {
	font-size: 10pt;
	color: #898989;
	font-weight: bold;
}
#pagetitle h1 {
	color: #fff;
	padding-left:15px;
}
#pagetitle h1 a {
	color: #fff;
	text-decoration: none;
}
#sidebar h2 a {
	color: #898989;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 0px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
.title h2 a {
	color: #555555;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}
h3, h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
}
h5, h6 {
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
}
h3 a, h4 a, h5 a, h6 a {
	color: #fff;
	text-decoration: none;
}
#sidebar a {
	color: #898989;
	text-decoration: none;
}
a {	
	color: #fff;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style:italic;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #000;
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
.submit, .searchsubmit, .preview {
	background-color: #898989;
	color: #ffffff;
	border: 1px solid #000;
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
.search {
	padding: 5px 0px 10px 0px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 10px 0px;
}
.bCommentTitle {
	font-weight: bold;
	padding-bottom: 10px;
}
.bComment {
	margin-left: 0px;
}
.feedback_feed_msg {
	margin-bottom: 10px;
}
.feedback_feed_msg a {
	text-decoration: none;
}
.comment {
	margin: 15px 0px 15px 60px;
}
.bComment {


}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px;

}
.widget_core_coll_title {
	padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	margin-bottom: 10px;
	margin-left: 10px;
}

