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

body {
	color: #000;
	font: 84% Arial, Helvetica, sans-serif;
}

a {
	color: #4a9460; 
}
a:visited {
	color: #000;
}
a:hover {
	color: #DD6900;
}

h2 {
	color: #1f684c;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #1f684c;
	font-size: 120%;
}
a.h3title, h3title, a.h3title:visited {
	color: #1f684c;
	font-size: 100%;
	text-decoration: none;
}
a.h3title:hover {
	color: #DD6900;
	font-size: 100%;
	text-decoration: underline;
}
.h3news {
	color: #1f684c;
	font-size: 120%;
}
h4 {
	color: #1f684c;
	font-size: 110%;
}

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: 768px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-bottom: 0px solid #000;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: right;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

#header-green {
	color:#591f00;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}
.sitename, .sitename:visited {
	color:#591f00;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 27px;
	padding: 0px 0px 0px 7px;
}
.sitename:hover {
	color:#591f00;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 27px;
	padding: 0px 0px 0px 7px;
}
#tP {
	color:#591f00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	padding: 0px 0px 0px 20px;
}
#titlebar {
    background: #e82b06 url(img/blend-red2white.gif); background-repeat: repeat-x; background-position: bottom;
	color:#ffffff;
	width: 100%;
	height: 17px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	border-top:1px solid #000000;
	margin: 0 auto;
}

#bannerad {
    background: #ffffff;
	width: 100%;
	height: 90;
	text-align: center;
	margin: 3px 0px 0px 0;
}

#greyshape {
    background: #591f00 url(img/new-grey-shape-blue.gif); background-repeat:no-repeat; background-position: left; 
	color:#d9edfc;
	height: 15px;
	width: 480px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: -20px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 0 0px;
}


div#wrapper {
	background-color: #ffffff;
	background: #ffffff url(img/bg_content-blue.gif) repeat-y 0 0;
	border-top: 0px solid #000;
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding: 0ex;
	margin: 0 1px 0ex 1px;
	text-align: left;
}

div.searchHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #467724;
	text-align: right;
 	background: #a8cc66;  
}

ul#bloglist {
	text-align: right;
	margin-top: -17px;
	padding: 0px 3px 0px 0px;
	text-align: right;
}
ul#bloglist li {
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #DD6900;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #000;
	background-color: #ffba7b;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #000;
	background-color: #ffba7b;
}

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

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

/* Styles for posts */
.bPosts {
	float: left;
	width: 480px;
	overflow: hidden;
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #1f684c;
	margin: 1ex 0;
}

.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


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

input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}


/* Styles for sidebar (right) */
.bSideBar {
	width: 279px;
	float: center;
	overflow: hidden;
	/* margin-top: -7px; */
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 1ex 0;
	border-bottom: 0px solid #ddd;
}
.bSideItemMenu {
	margin: 2ex;
	margin-top: -12px;
	padding: 0 0 0ex 0;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:disc;
	color: #656566;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSidePhoto {
	margin-left: 2px;
	padding-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}
input.SearchFieldSmall
{
	background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 74%;
	font-weight: normal;
	padding: 0ex;
	width: 100px;
	margin: 0ex;
	-moz-opacity:0.90;
	filter:Alpha(Opacity=90);
}


.newsfeed		{ font-size: 10px; color: #000000; line-height: 105%;}
a.newsfeed		{ font-size: 11px; color: #000000; line-height: 110%; text-decoration: underline;}
a.newsfeed:visited		{ font-size: 11px; color: #4a9460; line-height: 110%; text-decoration: underline;}
a.newsfeed:hover { font-size: 11px; color: #DD6900; line-height: 110%; text-decoration: underline;}

div#visitearthlogo {
	clear:both;
	float:right;
	margin-top:-10px;
	margin-right:-15px;
	}
