/* Designed by Francois 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 */

/*
 * Main page construct:
 */
body {
	background: #999 url('../../LOGICmerce/rsc/img/rightback.gif') repeat-x fixed left top;
	padding: 2ex;
	margin: 0 1;
	color: #033140E;
	font-family: Verdana, Georgia, Times, serif;
	font-size: 70%;
	color: #000066; line-height:100%
}

h1,h2,h3,h4,h5,h6 { 
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; margin-top:2; margin-bottom:1

}
blockquote
{
 background: #FEF4E5 url("../../LOGICmerce/rsc/img/bg.jpg") repeat-x fixed top;
padding: 0px;
	border: 0px ;
	margin: 0em;
}
blockquote p
{
 	margin: 1em; 

}
div.wrapper
{
	width: 625px;
	margin: 0 auto;
	float: left;
}
div.outerwrap
{
	margin: 1ex 0;
	padding: 5px 0;
	/* border: 1px solid #000;  */
}
div.innerwrap
{
	padding: 0;
	border: 1px solid #fff; /* needed to force inner paddings */ 
	background-color:#fff;
}
 div.pageHeader
{
	margin: 0 1ex;
	padding: 0;
	topmargin: 0;
/* 	background-image: url("../../LOGICmerce/rsc/img/lm_logo_klein.gif"); */
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 50%;
	/* border: 1px solid #f00; */
}
.posts
{
	width: 460px;
	float: right;
	overflow: hidden;
}
.bText .rightimg {
/* background-color:#F6EDDE; */
background-color:#FF6600;
border:1px solid #000066; 
/* border:1px solid #D8CFC0; */
padding: 2px;
float:right;
margin: 0 0 2px 2px;
}
.bSideBar
{
	width: 165px;
	float: right;
	overflow: hidden;
	font-size: 100%;
	color: #ff6600;
}
	div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 90%;
	text-align: center;
	margin:1ex;
}


/*
 * General styles:
 */
a,
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline
}

h2 {
/*	color: #FF6600;  */
	color: #000066;
	font-size: 90%;
	margin: 1ex;
}
h3 {
	color: #000080;
		font-size: 10pt;font-family:Verdana; font-weight:bold; margin-top:-7; margin-bottom:0
}
h4 {
	color: #FF6600;
	font-size: 105%; margin-top:0
}

/*
 * Blog list on top:
 */
ul#bloglist {
	border-bottom: 2px solid #FF6600;
	margin: 0 1ex 2px 1ex;
	padding: 0 0 2px 0;
	list-style-type:none;
}
ul#bloglist li {
	display: inline;
	padding-right: 1em; margin-top:0; margin-bottom:0
}
a.BlogButtonCurr {
	color: #FF6600;
	font-weight:bold;
}


/*
 * Header styles:
 */
h1#pageTitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	color:#FF6600; font-family:Verdana; margin-left:3px; margin-right:3px; margin-top:1px; margin-bottom:3px
}
.pageSubtitle {
	letter-spacing: 4px;
	padding: 0 0 3px 0;
	font-size: 109%;
}


/* 
 * Styles for foms 
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 1ex 1ex;
	padding: 0;
	/* border: 1px solid #FBF0DF; */
}

.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:#FF6600;
}
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;
}
select.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}

/*
 * Styles for sidebar (right) 
 */
.bSideItem {
	line-height:100%; margin-left:2ex; margin-right:2ex; margin-top:0ex; margin-bottom:-2ex; padding-left:0; padding-right:0; padding-top:0; padding-bottom:2ex
}
.bSideItem ul {
	margin-left: -8px;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type:none;text-indent:0; text-align:left
}
.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;
	color: #0000ff;
	font-size: 75%;

}
input.SearchField
{
	border: 1px solid #CCCCCC;
	padding: .5ex;
	width: 96%;
	margin-left:0ex; margin-right:0ex; margin-top:-3ex; margin-bottom:0ex
}

/* Calendar: */
caption.bCalendarCaption {
	/*	background-color: #fff;  */
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color: #a3a3c8;
	border-bottom: 0 none;
	color: #00FF66;font-size:10pt
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
/*	background-color: #fff;  */
	background-color: #000060;
}
table.bCalendarTable a {
	color: #FF9933;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 0px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fac;
}
th.bCalendarHeaderCell {
	color: #AABBCC;
	font-weight:normal; font-size:10px; font-family:Verdana
}
#bCalendarToday {
/*	background-color: #FBF0DF;  */
	background-color: #a3a3c8;
}

/*
 * 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;
}
