/*
 *  Theme colors: 
 *  #9abb38  Second main background color
 *  #80904f  Top heading text color
 *  #ffffff  
 *  #f5f5e7  page background
 */
body {
    background-color: #f5f5e7;
}

body, p, div, table {
    font-family: "Liberation Sans", Tahoma, Verdana, sans-serif;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #00009c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Liberation Serif", "Times new roman", serif;
}

h1#heading
{
    width: 100%;
    border-width: 10px;
    border-style: none none solid none;
    border-color: #8E0E0E;
    color: #8E0E0E;
    padding-top: 0;
    font-size: 200%;
    font-weight: bold;
    margin: 0;
}
h1#heading, h1#heading a 
{
    text-decoration: none;
    color: #720B0B;
}

/* Right box part */
div#rightbox {
    position: absolute;
    padding-top: 0px;
    width: 250px;
    right: 10px;
    /* border: 1px solid red; /* DEBUG */
    margin-top: 10px;
}
div.applet {
    padding: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px;
    border: 2px solid #8E0E0E;
    background-color: #ffffff;
}
div.applet div.title
{
	background-color: #8E0E0E;
	color: #ffffff;
	margin-bottom: 10px;
}
div.applet div {
    margin: 0;
    padding-left: 5px;
/*    background-color: #fafaf0; */
/*
    border-style: none none solid none;
    border-color: #dfdec8;
    border-width: 1px;
*/
}

/* Content part */
div#content {
    border-style: solid;
    border-width: 0px 0px 10px 0px;
    border-color: #8E0E0E;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 270px; /* =div#menu:width + 20px */
    margin-top: 0px;
	/* border: 1px solid red; /* DEBUG */
}

div#preview
{
	background-color: white;
}

/* entry on main page */
div.entry
{
    /* border: 1px solid red; /* DEBUG */
    margin-bottom: 30px;
}

div.not-published
{
	border: 1px solid red;
}

div.entry div.title
{
    /* border: 1px solid black; /* DEBUG */
    padding: 2px;
    background-color: #8E0E0E;
}
div.entry div.title a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

div.entry div.service, 
{
    /* border: 1px solid green; /* DEBUG */
    padding: 2px 1px 5px 2px;
}

div.entry div.service a, div.entry div.service
{
	color: #aaaaaa;
}


div.entry div.body
{
    /* border: 1px solid green; /* DEBUG */
    margin: 2px;
}

/* Full entry styles */
div.full-entry
{
	/* border: 1px solid red; /* DEBUG */
}

div.full-entry code
{
    font-family: "Liberation Mono", "Andale Mono", monospace;
}

div.full-entry pre
{
    border: 1px dotted #8E0D0D;
    padding: 10px;
}

div.full-entry div.title, div.profile div.title
{
	border-style: none none solid none;
	border-width: 5px;
    font-size: 150%;
}

div.full-entry div.service
{
    padding: 2px 1px 5px 0px;
    /* border: 1px solid green; /* DEBUG */
}
div.full-entry div.service, div.full-entry div.service a
{
	color: #aaaaaa;
}

div.full-entry div.body p {
    margin: 0;
    padding: 0;
}

div.full-entry div.body > p {
    /*border: 1px solid green; /* DEBUG */
    padding: 1px 0px 10px 0px;
    margin: 0px;
}

div.full-entry div.body blockquote
{
    padding: 3px;
    margin-left: 15px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #e1e1e1;
}


div.edit-post textarea, div.edit-post input[type=text]
{
	width: 100%;
	margin-bottom: 5px;
}

/* Form styles */
div.form .error
{
	border: 1px solid red;
}

div.form div.errors p.error
{
	border: none;
	padding: 2px;
	background-color: #ffc8c8;
}

div.login-box input[type=text]
{
	width: 80%;
}
/* Post comments */
div.post-reply-link
{
    font-weight: bold;
    margin-bottom: 10px;
}

div.comments
{
	margin-left: 20pt;
	/* border: 1px solid red; /* DEBUG */
}

div.comments div.comment-normal, div.comments div.comment-hidden
{
	margin-top: 20pt;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
    background-color: #e1e1e1;
	padding: 10px;
}

div.comments div.comment-hidden
{
	border-color: red;
}

div.comment-form
{
	border: 5px solid #B5F3BF;
	/*border-style: none none none solid;*/
    background-color: #fff;
	border-width: 5px;
	border-color: #aaaaaa;
	padding: 10px;
    margin: 10px;
}

div.comment-form input[type=text], div.comment-form textarea
{
	width: 90%;
	margin-bottom: 5px;
}
	
div.comments div.comment div.title, div.comments div.comment div.title a
{
	color: #aaaaaa;
}

div.comment div.body blockquote, div#preview blockquote
{
	background-color: #ebebeb;
	padding: 1px;
	margin-left: 15px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #e1e1e1;
}

div.comment div.body blockquote p, div#preview blockquote p {
	margin: 3px;
}

div.paging
{
	padding: 7px;
	font-size: 20pt;
}

div.paging span.na
{
	color: #aaaaaa;
}

/* tags styles */
div.tags-applet-view a {
    font-weight: bold;
}

/*
.tag_0:before {
content: '{0}';
}
.tag_1:before {
content: '{1}';
}
.tag_2:before {
content: '{2}';
}
.tag_3:before {
content: '{3}';
}
.tag_4:before {
content: '{4}';
}
.tag_5:before {
content: '{5}';
}
.tag_6:before {
content: '{6}';
}
.tag_7:before {
content: '{7}';
}
.tag_8:before {
content: '{8}';
}
.tag_9:before {
content: '{9}';
}
*/

.tag_0 {
	font-size: 10px;
    color: #6659F4;
}
.tag_1 {
	font-size: 11px;
    color: #5F53E4;
}
.tag_2 {
	font-size: 12px;
    color: #584DD3;
}
.tag_3 {
	font-size: 13px;
    color: #5147C3;
}
.tag_4 {
	font-size: 14px;
    color: #4A41B2;
}
.tag_5 {
	font-size: 15px;
    color: #433AA0;
}
.tag_6 {
	font-size: 16px;
    color: #2A2580;
}
.tag_7 {
	font-size: 17px;
    color: #211C80;
}
.tag_8 {
	font-size: 18px;
    color: #1C1380;
}
.tag_9 {
	font-size: 19px;
    color: #000080;
}
.tag_10 {
	font-size: 20px;
    color: #000080;
}

/* other styles */
table.properties-list
{
	width: 100%;
	margin: 20px 2px 20px 2px;
	border-style: none none dashed none;
	border-width: 1px;
	border-color: #e7e7e7;
}
	
table.properties-list td
{
	border-style: dashed none none none;
	border-width: 1px;
	border-color: #e7e7e7;
	padding: 5px 0px 5px 0px;
}

table.properties-list td.name
{
	white-space: nowrap;
	font-weight: bold;
	font-style: oblique;
}
table.properties-list td.value
{
	width: 100%;
	padding-left: 30pt;
	padding-right: 30pt;
}
table.properties-list input[type=file], table.properties-list input[type=text], table.properties-list textarea
{
	width: 100%;
}



div.message 
{
	padding: 80pt;
}

div.center
{
	text-align: center;
}

div.warning
{
	padding: 15pt;
	background-color: #c8ffc3;
}

div.warning-inline
{
	padding: 3px;
	border: 1px solid red;
}

div.error
{
	border-style: solid;
	border-color: red;
	border-width: 0px 0px 0px 15px;
	padding: 15pt;
	background-color: #ffc8c8;
}

img.openid
{
	vertical-align: bottom; 
	border: 0; 
	padding-right: 1px;	
}

.hidden
{
	display: none;
}

div.warning-note
{
    border: 1px solid red;
}

.df1231ffcc54
{
    display: none;
}
