@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;
}
body {
	background: url(images/background.jpg);
	color: #555555;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}
#wrap {
	width: 900px;
	text-align:left;
}
#main {
	background-color: #ffffff;	
	padding: 0px 25px 25px 25px;
}
#header {
	height:235px;
}

#title {
	height:170px;
	background: url(images/background_title.jpg) no-repeat;
	padding: 15px 35px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-weight: bold;
	font-size: 9pt;
	text-align:right;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	color: #ffffff; 
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	background-color:#e00540;
	display:inline-block;
	margin-left:5px;
}
#pagenav li a:hover, #pagenav li.current_page_item a {
	background-color: #eaeaea;
	color: #e00540;
	height:35px;
}
#sidebar {
	float: right;
	width: 200px;
	color: #666;
}
#content {
	float: left;
	width: 630px;
	margin-right: 20px;
}
#footer {
	color: #898989;
	width:900px;
	margin:15px 0px;
	font-size:7pt;
	text-align:center;
}
.prepost {

}
.bText {
	margin-bottom:10px;

}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	width:188px;
}
.widget {
	margin-bottom:15px;
	padding-bottom:15px;	border-bottom: 1px solid #d9d9d9;
}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:1px;
}
img {
	border:0px;
}

/*text */
#title h1 {
	font-size:18pt;
	font-weight: normal;
	padding: 60px 0 0 0;
	margin-bottom:0px;
}
#title h1 a {
	color: #fff;
	text-decoration: none;
}
.description {
	font-size:10pt;
	color: #ccc;
}
#footer a {
	color: #898989;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #e00540;
}
#content h1 a {
	color: #e00540;
	text-decoration: none;
}
#content h1 a:hover {
	color: #555555;
}
h2 {
	font-size: 12pt;
	color: #555555;
	font-weight: normal;
}
#sidebar h2 {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
}
#sidebar h2 a {
	color: #666;
	text-decoration: none;
}
h2 a {
	color: #555555;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #e00540;
}
#sidebar ul {
	padding-bottom:0px;
}
#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 a {
	color: #666;
	text-decoration: none;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	color: #999;
	margin:10px 0px 5px 0px;	border-bottom: 1px solid #d9d9d9;
	padding-bottom:15px;
}
.postmetadata a {
	color: #999;
	text-decoration: none;
}
a {
	color: #e00540;
	text-decoration: none;
}
.searchform {
	padding-bottom: 10px;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
#author, #email, #url, #comment, textarea, .s, .bComment .form_text_input, .bComment .form_textarea_input {
	border: 1px solid #d9d9d9; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
form.bComment {
	background:none;
	border:none;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
.submit, .searchsubmit, .preview {
	background-color: #e00540;
	color: #ffffff;
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	text-decoration: none;
}
#commentform a:hover {
	color:#333333;	
	text-decoration: underline;
}

.bComment {
	padding: 10px;
	margin-bottom:10px;
	border: 1px solid #d9d9d9;
}
.bCommentTitle {
	color: #555555;
	font-size: 9pt;
	font-weight: bold;
}
.bCommentTitle a {
	color: #555555;
	text-decoration: none;
}
.bCommentText {
	padding: 10px 15px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
	color: #ccc;
}
.bCommentSmallPrint a {
	color: #ccc;
	text-decoration: none;
}
.feedback_feed_msg {
	padding: 10px 15px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 15px;
}
.widget_core_coll_title {
	padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td a {
	text-decoration: underline;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	padding-bottom: 10px;
}
