/* Designed by FranÁois PLANQUE - http://fplanque.net/ */

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

a {
	color: #78a;
}
a:visited {
	color: #000;
}
a:hover {
	color: #fff; background: #78a;
}

h2 {
	color: #78a;
	margin: 0;
}
h3 {
	color: #000;
}
h4 {
	color: #111;
	margin: 0;
}

div.NextPrev {
	clear: left;
	text-align: center;
	width: 694px;
	padding: 1ex 0;
}
div#pageFooter {
	background-color: #fff;
	width: 900px;
	margin: 0;
}
p.baseline {
	border-top: 1px solid #ddd;
	font-size: 74%;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	width: 900px;
}

div.pageHeader {
background: url(img/seengen_head.JPG);
height: 150px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul#bloglist {
	background: #e6f3ff;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
ul#bloglist li {
	border-right: 1px solid #ddd;
}
ul#bloglist li a:hover {
	color: #fff; background: #78a;
}

a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	color: #9ae;
}

/* Styles for main area (left) */
h2 {
	margin: 0 0 1ex 1ex;
	border-bottom: 1px solid #78a;
}

/* Styles for posts */
.bPosts {
	float: left;
	width: 698px;
	overflow: hidden;
	padding-left: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex 0 2.5ex;
	padding: 0;
}
.bTitle {
	color: #78a;
}
.bSmallHead {float: right;}
.bSmallPrint {
	margin: 1ex 1ex 1ex 1ex;
}

/* Styles for stats */

div.statbloc h3 {
	color: #78a;
}

input.submit,
input.reset {
	color: #78a;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 199px;	
	float: right;
	margin: 0 0 0 0;
	background: #e6f3ff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bSideItem {
	border-bottom: 1px solid #ddd;
}
.bSideItem ul {
	font-size: .92em;
}
.bSideItem ul.mktree li {
	margin: 0;
	padding: 0;
}
.bullet { 
padding-right: 4px; 
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem ul.mktree ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}


form.bComment fieldset
{	/* one form line */
	border: 0;
	margin: 2ex 0ex;
	padding: 0ex;
}