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

@import url(../../rsc/basic.css);	/* Import basic styles */
@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
@import url(../../rsc/comments.css);	/* Import default comment styles */

body {
        background: #a04020;
	padding: 0px;
	color: #000000;
	font-family: verdana;
        font-size: 8pt;
        scrollbar-3dlight-color: #252525;
        scrollbar-arrow-color:white;
        scrollbar-base-color:black;
        scrollbar-darkshadow-color:black;
        scrollbar-face-color:black;
        scrollbar-highlight-color:black;
        scrollbar-shadow-color:black;
	overflow: hidden
margin-left : auto;
margin-right : auto;
margin-top : 0;
margin-bottom : 0;
float : center;
}
.sm {font-size: 7pt}

a		{color: white; text-decoration: none;}
a:visited 	{color: #D3D3D3;}
a:hover 	{color: white; text-decoration: underline overline;}
a.post 		{color: white;  text-decoration: none}
a.post:hover 	{color: white; text-decoration: underline overline;}

h2 {
	color: black; /*date posted*/
	font-size: 6pt;
	border-top: 1px solid white;
	border-bottom: 1px solid white; /*date*/
	margin: 0;
        background:#ffc0a0;
}
h3 {
	color: black; /*sub-headers*/
	font-size: 7pt;
	font-variant: small-caps
        background:#ffc0a0;
}
h4 {
	color: black;
	font-size: 8pt;
        background:#ffc0a0;
}
h5 {
      margin-left : 40%;
      margin-right : auto;
      margin-top : 0;
      margin-bottom : 10px;
      font-family: verdana;
        font-size: 8pt;
font-variant: small-caps
}
 
table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #fff;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid pink;
	text-align: center;
	font-size: 74%;
	color: #fff;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #000000;
}

div#wrapper {
	background: #a04020;
	width: 90%;
	padding: 0;
}

div.pageHeader {
	text-align: left;
	background: #a04020;
}

#pageTitle {
	color: #000000;
        background:#ffc0a0;
	margin: 20px;
	font-size: 8pt;
	font-family: verdana;
	font-variant: small-caps;
	text-align: left;
	border: 2px solid white;
}

ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid red;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: white;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: white;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: white;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: white;
}


.pageSubTitle {
	color: black;
        background: white;
	text-align: center;
	vertical-align: middle;
	border: 0px;
        font-size: 8pt;

}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for main area (left) */

/* Styles for posts */
.bPosts {
	color: #000000;
	width: 100%;
	overflow: visible;
	/* background: #a04020; */
}
.bPost, .bPostpublished
{
	clear: both;
        color: #000000;
	/* margin: 0 2.5ex; */
	padding: 0;
	border: 1px dotted black;
	background: #c04020;
}
.bSmallHead {
	font-size: 7pt;
	color: #ffffff;
	margin: 0;/*2ex 0 1ex 0;*/
}
.bTitle {
	color: #ffffff;
	margin: 1ex 0;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 0;
        text-align: left;
}
.bText {
        text-align: left;
	font-family: verdana;
	margin: 2px;
	background: #c04020; /* main post area */
}

input.bComment, 
textarea.bComment
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	color:white;
	width: 150px;
	padding: 0px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #000000;
	border: 1px solid #c2c2c2;
	padding: 1px;
	margin: 0ex;
}
.bCommentText {text-align: justify}

.bCommentSmallPrint {font-size: 17pt; font-weight: bold}

div.arc {
      margin-left : 35%;
      margin-right : 200px;
      margin-top : 8px;
      margin-bottom : 8px;
      border : 1px dotted #333333;
      padding : 6px;
      background-color : #c04020;
      overflow : hidden
      float : center;
}

/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex; 
	border: 1px solid black;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.reset {
        font-family: verdana;
        font-size:8pt;
	background-color: #252525;
	color: white;
	border:1px solid #c2c2c2;
}

input.submit:hover {
	color: white;
	text-decoration: underline;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 50%;	
	float: left;
	overflow: hidden;
	/* background: #900; */
      margin-left : 40%;
      margin-right : auto;
      margin-top : 0;
      margin-bottom : 10px;
}
.bSideItem {
	margin: 0ex;
	padding: 0 0 0ex 0;
	border-bottom: 1px solid white;
}
.bSideItem ul {
        
	margin-left: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: white;
	font-size: 7pt;
}
input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
        font-family: verdana;
        font-size: 6pt;
        color: black;
        background: #c04020;
        font-weight: bold;
	border: solid 1px #ffc0a0;
   
}
caption.bCalendarCaption a {
        color: black;
        text-decoration: none
}
caption.bCalendarCaption a:hover {
        text-decoration: underline overline;
}
table.bCalendarTable {
        font-family: verdana;
        font-size: 6pt;
        color: white;
        font-weight: bold;
	border: solid 1px #ffc0a0;
	border-collapse: collapse; 
        text-align: center;
}
table.bCalendarTable tfoot td {
        font-family: verdana;
        font-size: 6pt;
        color: black;
        font-weight: bold;
        text-align: center;
	background-color: #c04020;
}
table.bCalendarTable tfoot td a {
        color: black;
	text-decoration: none;
}
table.bCalendarTable tfoot td a:hover {
        color: black;
        text-decoration: underline overline;
}
th.bCalendarHeaderCell {
        font-family: verdana;
        font-size: 6pt;
        color: #000000;
        font-weight: bold;
}
#bCalendarToday {
        font-family: verdana;
        font-size: 6pt;
        color: black;
        font-weight: bold;
	background-color:  #ffffc0;
}
#bCalendarToday a {
        color: black;
        font-weight: bold;
	background-color: #ffffc0;
}

#bCalendarToday a:hover {
        color: black;
        font-weight: bold;
	background-color: #ffffc0;
}

.bCalendarTable a {
        color: white;
        text-decoration: underline
}

.bCalendarTable a:hover {
        color: white;
        text-decoration: underline overline
}}

