/* Import basic styles */


/* Main page construct: */
body {
background: #999 url(rsc/img/bg.jpg) repeat-x fixed left top;
padding: 1ex 2ex;
margin: 0;
color: #60565d;
font-family: Georgia, Times, serif;
font-size: 84%;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;

}

blockquote {
	background: #F9fde9 url(rsc/img/backquote.gif) repeat-x fixed top;
	padding: 0px;
	border: 0px;
	margin: 0em;
}

blockquote p {
	margin: 1em;
}

/* Main centered zone */
div#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Main rounded content zone */
div.outerwrap {
	margin: 1ex 0;
	padding: 5px 0;
	/* border: 1px solid #000; */
}

/* Main white content zone */
div.innerwrap {
	padding: 0;
	border: 1px solid #fff;
	/* needed to force inner paddings */
	background-color: #fff;
}

/* Title zone */
div.pageHeader {
	margin: 0 1ex;
	padding: 0;
	background-image: url(rsc/img/squares.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/* border: 1px solid #f00; */
}

/* Middle column */
.bPosts {
	width: 667px;
	float: right;
	overflow: hidden;
}

.bText .rightimg {
	background-color: #F6EDDE;
	border: 1px solid #D8CFC0;
	padding: 4px;
	float: right;
	margin: 0 0 4px 4px;
}

/* Right column */
.bSideBar {
	width: 227px;
	float: left;
	overflow: hidden;
}

div.clear {
	clear: both;
}

div#pageFooter {
	margin: 1ex;
	padding: 0;
	border-top: 1px dotted #000;
}

p.baseline {
	font-size: 70%;
	text-align: center;
	margin: 1ex;
}

/*
 * General styles:
 */
a,a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #5c6658;
	text-decoration: underline;
}

h2 {
	color: #FF9933;
	font-size: 160%;
	margin: 1ex;
}

h3 {
	color: #FF9933;
	font-size: 110%;
}

h4 {
	color: #FF9933;
	font-size: 105%;
}

/*
 * Blog list on top:
 */
.widget_core_colls_list_public ul {
	border-bottom: 2px solid #FF9933;
	margin: 0 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type: none;
}

.widget_core_colls_list_public ul li {
	display: inline;
	padding-right: 1em;
}

.widget_core_colls_list_public ul li a.selected {
	color: #FF9933;
	font-weight: bold;
}

/*
 * Menu list in Header:
 */
.top_menu ul {
	border-top: 2px solid #FF9933;
	margin: 8px 1ex -2ex 1ex;
	padding: 1px 0 0 0;
	list-style-type: none;
}

.top_menu ul li {
	display: inline;
	padding-right: 1em;
}

.top_menu ul li a.selected {
	color: #FF9933;
	font-weight: bold;
}

/*
 * Header styles:
 */
.widget_core_coll_title h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FF9933;
}

.widget_core_coll_title h1 a {
	color: #FF9933;
}

.widget_core_coll_title h3 a {
	color: #FF9933;
}

.widget_core_coll_title h1 a:hover {
	text-decoration: none;
}

.widget_core_coll_tagline {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 109%;
}

/* 
 * Styles for foms 
 */
.bPost,.bPostpublished {
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	/* border: 1px solid #eef8c6; */
}

.bPost {
	background: #F0F0E7;
	padding: 5px 10px;
	line-height: 1.3;
	text-align: justify
}

.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}

div.bTitle {
	clear: both;
	margin: 1ex 1ex 0 1ex;
	padding: 5px 0 4px 0;
	background-color: #FF9933;
}

h3.bTitle {
	color: #fff;
	margin: 0 1ex;
}

.bText {
	margin: 0 1ex 0;
}

.bSmallPrint {
	clear: both;
	font-size: 78%;
	margin: 1ex;
}

input.bComment,textarea.bComment {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}

/* Used by the profile form */
select
.bComment {
	background-color: #eee;
	border: 1 px solid #ccc;
	padding: 1 px;
	margin: 0 ex;
}

/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: square;
}

.bSideItem ul ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.dimmed {
	color: #aaa;
	font-size: 84%;
}

input.SearchField {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}

table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}

table.bCalendarTable a {
	color: #FF9933;
}

table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}

table.bCalendarTable tfoot a {
	text-decoration: none;
}

table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}

th.bCalendarHeaderCell {
	color: #ccc;
	font-weight: normal;
}

#bCalendarToday {
	background-color: #FBF0DF;
	border: 1px solid #FF9933;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,form.bComment fieldset div.input,form.bComment fieldset div.info
	{
	padding-top: 0;
	/* font-size: 84%; */
}

textarea.bComment,input.bComment,input.SearchField {
	background-color: #FBF0DF;
}

.bTitle h3 a, b.Title h3 {
color: #fff;}
.bText p{
	
}