/* 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: #000000;
	color: #ffffff;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

div.wrapper
{
	margin: 0 1em;
	padding: 0;
}
div.wrapper2 /* Main white content zone */
{
	background: #666699;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000;
    
}

div.pageHeader /* Title zone */
{
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #00000;
	
}


.bPosts /* Left column */
{
	width: 560px;
    border-right:15px solid #000000;
	float: left;
	overflow: hidden;
    color:#ffffff;
}

.bSideBar /* Right column */
{
	width: 220px;
	float: right;
	overflow: hidden;
	border-left: 0px solid #000;
    color:#ffffff;
	
}
div.clear {
	clear: both;
}
div#pageFooter {
	margin: 0 0 0 0;
	padding:0;
    background-color:#000000;
	color: #ffffff;
	-webkit-text-size-adjust: none; /* iPhone */
}
p.baseline {
	font-size: 70%;
	text-align: center;
	margin:1ex;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #ffffff;
    font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #ffffff;
    font-weight:bold;
	text-decoration:underline;
}
a.menu
{
text-decoration: underline;
font-style:italic;
font-weight:bold; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #666699; 
font-size: 11px;
margin-left: 50px;
}
a.menu:link
{
text-decoration: underline;
font-weight:bold; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #666699; 
font-size: 11px;
margin-left: 50px;
}
a.menu:visited
{
text-decoration: underline;
font-weight:bold;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #666699; 
font-size: 11px;
margin-left: 50px;
}
a.menu:hover 
{
text-decoration: none;
font-style:normal;
font-weight:bold; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #000000; 
font-size: 11px;
margin-left: 50px;
}
a.menu:active
{
text-decoration: underline;
font-weight:bold; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #666699; 
font-size: 11px;
margin-left: 50px;
}
a.menu:focus
{
text-decoration: underline;
font-weight:bold; 
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
color: #666699; 
font-size: 11px;
margin-left: 50px;
}
h1
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 30px;
color: #ffffff;
font-weight: bold
}
h2
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 28px;
color: #ffffff;
font-weight: bold
}
h3
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 24px;
color: #ffffff;
font-weight: bold
}
h4
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 20px;
color: #ffffff;
font-weight: bold
}
h5
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 14px;
color: #ffffff
}
h6
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 10px;
color: #ffffff
}
p.right
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 11px;
font-weight: bold;
color: #ffffff;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
text-align: right
}
p.center
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 11px;
font-weight: bold;
color: #ffffff;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
text-align: center
}
p.left
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 11px;
font-weight: bold;
color: #ffffff;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
text-align: left
}

/*
 * Blog list on top:
 */
div.PageTop ul {
	border-bottom: 0px dotted #000;
	margin: 0 1ex;
	padding: 0;
	list-style-type:none;
	padding: 0;
}
div.PageTop li {
	display: inline;
	padding-right: 1em;
}
div.PageTop a.selected {
	color: #f09;
	font-weight:bold;
}


/*
 * Menu on top:
 */
div.top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	padding:  0;
}
div.top_menu li {
	display: inline;
	padding-right: 1em;
}
div.top_menu a.selected {
	color: #f09;
	font-weight:bold;
}


/*
 * Header styles:
 */
div.pageHeader h1 {
	font-size: 250%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.pageHeader h1 a {
	color: #000;
}
div.pageHeader h1 a:hover {
	color: #c0c;
}
div.pageHeader div.widget_core_coll_tagline {
	letter-spacing: 4px;
	margin: 1ex 0;
	font-size: 109%;
}


/*
 * Styles for forms
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
    font-size: 13px;
    font-weight:bold;
    color:#ffffff;
}
div.separator {
	text-align:center;
	margin: 2em 0;
}
.bSmallHead {
	font-size: 9px;
    font-weight:bold;
	margin: 2ex 0 1ex 0;
    color:#ffffff;
}
.bTitle {
	color: #000;
    font-weight:bold;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
    font-size: 12px;
    font-weight:bold;
	margin-bottom: 0px;
    color:#ffffff;
}
.bSmallPrint
{
	clear: both;
	font-size: 9px;
    font-weight:bold;
	margin: 1ex 0 2ex 0;
    color:#ffffff;
}

input.bComment,
textarea.bComment
{
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 1px;
	margin: 0ex;
}


/*
 * Styles for sidebar (right)
 */
.bSideItem {
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 0;
    
}

.bSideItem ul {
	margin-left: 0px;
	padding-left:0px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: .5ex;
	width: 200px;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	padding: 0;
}
.widget_core_coll_title a {
	color: #ffffff;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ffffff;
	background-color: #666699;
	border-bottom: 0;
    font-size:10px;
}
table.bCalendarTable {
	border: solid 1px #ffffff;
	border-collapse: separate;
    font-size:10px;
}
table.bCalendarTable a {
	color: #ffffff;
    font-size:10px;
}
table.bCalendarTable tfoot td {
	background-color: #666699;
	border-top: 1px solid #ffffff;
    font-size:10px;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #666699;
    font-size:10px;
}
th.bCalendarHeaderCell {
	color: #666699;
	font-weight:normal;
    font-size:10px;
}
#bCalendarToday {
	background-color: #666699;
    border:none;
    font-size:10px;
}

/*
 * Styles for comment screen:
 */
form.bComment fieldset div.label,
form.bComment fieldset div.input,
form.bComment fieldset div.info
{
	font-size: 84%;
}
textarea.bComment,
input.bComment,
input.SearchField {
	background-color: #ffffff;
}