@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 {
	font-size:8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	background: url(images/background.gif) repeat-x;
}
#black {
	color: #999999;
	background-color: #000000;
	padding: 5px 0px;

}
#black ul li {
	list-style: none;
	display: inline;
}
#black li a {
	color: #999999;
	text-decoration: none;
	margin-left:25px;
}
.wrap {
	width:900px;	
	text-align:right;
}
#wrap {
	width: 930px;
	text-align:left;
}

#header {
	height: 400px;
	background:url(images/background_header.jpg) no-repeat;
}
#main {
	background:url(images/background_main.png) repeat-y;
	padding: 0px 5px;

}
#title {
	height: 175px;
	padding: 0px 40px;
	color: #000;
	font-size: 9pt;
}
#pagenav {
	font-size: 9pt;
	text-align:right;
	height:35px;
	line-height:35px;
	font-weight: bold;
}
#sidebar1 {
	width: 170px;
	float: left;
	padding: 25px 15px 15px 15px;
	color: #898989;
}
#content {
	width: 470px;
	float: left;
	padding: 25px 20px 15px 10px;
}
#sidebar2 {
	width: 170px;
	float: left;
	padding: 25px 15px 15px 15px;
	color: #898989;
}
#footer {
	padding: 15px 0px 15px 0px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #d9d9d9;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.bText {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.bText2 {
	padding: 15px;
	margin: 0px 0px 15px 0px;
	background-color: #252525;
}
.postmetadata {
	color: #999999;
	padding-bottom: 15px;
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}
.postmetadata a {
	color: #999999;
	text-decoration: none;
}
.postmetadata strong {
	color: #cccccc;
}
.postmetadata strong a {
	color: #cccccc;
	text-decoration: none;
}

/* default */
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom: 10px;
}
img a {
	border:0px;
}
.clear {
	clear:both;
	height:1px;
}
a {
	color: #464646;
	text-decoration: none;
}
blockquote {
	margin: 10px;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid #cccccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* text */
#pagenav ul li {
	list-style:none;
	display: inline;
}
#pagenav li a {
	color:#898989;
	text-decoration: none;
	margin: 0px 15px;
}
#pagenav li a:hover {
	color:#464646;
}
#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding:120px 0px 0px 0px;
}
#title h1 a {
	text-decoration: none;
	color: #000;
}
.description {
	font-size: 9pt;
	color: #000;
}

#content h1 {
	font-size: 20pt;
	color:#464646;
	font-weight:normal;
}
#content h1 a {
	color:#464646;
	text-decoration: none;	
}
#content h1 a:hover {
	color:#898989;
	text-decoration: none;	
}
#content .postmetadata h1 {
	padding-bottom: 0px;
}
h2 {
	font-size: 14pt;
	color: #666666;
	font-weight:normal;
}
h2 a {
	color: #666666;
	text-decoration: none;
}
h3, h4 {
	font-size: 14pt;
	color:#464646;
	font-weight: normal;
}
h3 a, h4 a {
	color:#464646;
	text-decoration: none;
}
#content ul, #content ol {
	margin-left: 25px;
}
.widget {
	margin-bottom:15px;
}
#sidebar1 ul li, #sidebar2 ul li {
	list-style: none;
}
#sidebar1 li, #sidebar2 li {
	padding-bottom: 2px;
}
#sidebar1 ul li ul li, #sidebar2 ul li ul li {
	margin-left: 0px;
}
#sidebar1 ul li ul li ul li, #sidebar2 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;
}
#sidebar1 a, #sidebar2 a {
	color: #898989;
	text-decoration: none;
}
#sidebar1 h2, #sidebar2 h2 {
	color: #999;
	padding-top: 5px;
	font-size: 9pt;
	font-weight: bold;
}
#sidebar1 h2 a, #sidebar2 h2 a {
	color: #999;
	text-decoration: none;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	text-decoration: underline;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
.submit, .searchsubmit, .preview {
	background-color: #464646;
	color: #fff;
	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;
}
.search {
	padding: 5px 0px 10px 0px;
}
.bComment {
	padding: 0px 15px;
}
.bCommentText {
	padding: 10px 15px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
}
.feedback_feed_msg {
	padding: 10px 15px;
}
.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 a {
	text-decoration: underline;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	padding-bottom: 10px;
}

