@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 */



/* General */
body {
	background-color: #eff;
	padding: 0;
	margin: 0;
	color: #222;
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
	text-align: justify;
}

a {
	color: #08c;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a.gray {
	color: #888;
}
h1#pageTitle a {
	color: #ff4;
	text-decoration: none;
}
h1 {
	color: #222;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 28pt;
	margin: 0;
}
h2 {
	color: #222;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 18pt;
	margin: 0;
}
h3 {
	color: #222;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 16pt;
}
h4 {
	color: #222;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 12pt;
}

div.skin_wrapper_anonymous {
	padding-top: 9px;
}

div#wrapper {
	background: #eff url("img/bg.gif") repeat-y center top;
	width: 752px;
	margin: 8px auto 16px;
	padding: 0;
}

div#wrapper2 {
	background: transparent url("img/footer.gif") no-repeat center bottom;
	margin: 0;
	padding: 0;
}

div.pageHeader {
	background: #004 url("img/header.png") no-repeat center top;
	height: 137px;
	padding: 3px 9px;
	margin: 0;
	font-family: "Imprint MT Shadow", "Lucida Bright", Georgia, "Times New Roman", serif;
}



/* Header / bloglist on top: */
div.pageHeader ul {
	font-size: 12pt;
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 0 8px;
	line-height: 48px;
	text-transform: none;
	list-style-type: none;
}
div.pageHeader li {
	display: inline;
	padding: 0;
	margin: 0;
}
div.pageHeader li a {
	color: #ff4;
	text-decoration: underline;
}
div.pageHeader li a:hover {
	color: #4cf;
	text-decoration: underline;
}
div.pageHeader li a.selected {
	text-decoration: underline;
}
div.pageHeader h1 {
	font-size: 28pt;
	color: #ff4;
	font-weight: bold;
	text-align: center;
	float: center;
	margin: 22px 0 0 0;
	padding: 22px 0 0 0;
	line-height: 48px;
	text-transform: none;
}
div.pageHeader h1 a {
	color: #ff4;
	text-shadow: #004 0 0 2px;
	font-weight: bold;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	color: #004;
	font-weight: bold;
	text-shadow: #ff4 0 0 2px;
}

div.pageHeader div.widget_core_coll_tagline {
	font-size: 16pt;
	float: right;
	color: #ccc;
	letter-spacing: 2px;
	line-height: 48px;
	margin: 0;
	padding: 0 8px;
}

div#page_main_area {
	width: 734px;
	margin: 0 auto;
}

div#pageFooter {
	clear: both;
	margin: 0 auto;
	width: 734px;
	padding: 12px 0;
}

div#pageFooter a {
	text-decoration: none;
}
div#pageFooter a:hover {
	background-color: #08c;
}

p.baseline {
	text-align: center;
	color: #888;
	padding: 1ex;
	margin: 0;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}



/* Top menu */
div.top_menu {
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 10pt;
}
div.top_menu ul {
	margin: 8px 0 20px 10px;
	padding: 0;
	list-style-type:none;
}
div.top_menu li {
	display: inline;
	padding: 0 1em 0 0;
}
div.top_menu a {
	text-decoration: none;
}
div.top_menu a:hover {
	background-color: #08c;
}
div.top_menu a.selected {
	background-color: #08c;
	color: #fff;
	text-decoration: none;
}



/* Styles for posts */
.bPosts {
	float: left;
	width: 510px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
}
div.action_messages {
	margin: 0 0 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 0 4ex;
	padding: 0 0 0 30px;
	background-image: url(img/arrow-right-big.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.bPost a:hover, .bPostPublished a:hover {
	background-color: #08c;
}
.bSmallHead {
	padding: 5px 0 7px;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 9pt;
	color: #222;
	border-bottom: 2px solid #ccc;
}
.bTitle {
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 0 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #222;
	font-stretch: condensed;
}
.bSmallPrint
{
	clear: both;
	float: right;
	color: #222;
	font-size: 9pt;
}
div.bComment {
	border: 1px solid #08c;
	background-color:	#eff;
	margin: 1ex 0 2ex 5ex;
}
div.moderation_msg {
	margin: 1ex 0 2ex 5ex;
}
form.bComment {
	border: 0;
	margin: 0;
	padding: 0;
}
input.bComment,
textarea.bComment
{
	background-color: #fff;
	border: 1px solid #08c;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #fff;
	border: 1px solid #08c;
	padding: 1px;
	margin: 0ex;
}



/* Styles for sidebar (right) */
.bSideBar {
	margin: 0;
	padding: 57px 0 0 0;
	width: 204px;
	float: right;
	overflow: hidden;
	background-image: url(img/right_col.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.bSideItem {
	font-size: 9pt;
	text-align: left;
	margin: 0 8px 2ex 16px;
	padding: 0 0 0 0;
}
.bSideItem h3 {
	font-size: 12pt;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	margin: 0;
	padding: 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 li {
	font-size: 12pt;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
	list-style-image: url(img/arrow-right-small.gif);
}
.bSideItem li a {
	font-size: 12pt;
	font-family: "Imprint MT Shadow", "Lucida Bright", "Times New Roman", serif;
}
.bSideItem li a:hover {
	background-color: #08c;
}

.dimmed
{
	color: #aaa;
	font-size: 8pt;
}

form.search
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 1ex 0;
}
input.SearchField
{
	background-color: #fff;
	border: 1px solid #08c;
	padding: 2px;
	width: 120px;
	height: 16px;
	margin: 0;
}
input.search_submit {
	border: 0;
	width: 39px;
	height: 22px;
	background-image: url(img/search.gif);
	color: #fff;
}



/* Calendar: */
table.bCalendarTable {
	text-transform:uppercase;
	font-family: Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	border: 1px solid #999;
}
table.bCalendarTable a:hover {
	background-color: #08c;
}
table.bCalendarTable caption {
	border-bottom: 0;
}
th.bCalendarHeaderCell {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: normal;
	font-stretch: extra-condensed;
	text-align: center;
	color: #999;
}
#bCalendarToday {
	text-align: center;
	background-color: #08c;
	color: #fff;
}
#bCalendarToday a {
	color: #fff;
}

ul.main_nav_links {
	margin-top: 3ex;
	margin-bottom: 3ex;
}
ul.main_nav_links li {
	margin-top: .5ex;
	margin-bottom: .5ex;
}

