@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
}

#borderglow {
	float:left;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
	}
	
#river {
	float:left;
	position: absolute;
	top:0;
	left:100;
	z-index:2;
	}
	
#tagline {
	position: absolute;
	top:140px;
	left:0px;
	z-index:5;
	}
	
#logo {
	position: absolute;
	top:10px;
	left:25px;
	z-index:4;
	}
	
#nav {
	position: absolute;
	top:62px;
	left:475px;
	z-index:4;
	color: #362A13;
	font-family:georga;
	font-size:18px;
	}	
	
#lead {
	position: absolute;
	top:200px;
	margin:0px 50px 0px 50px;
	width:900px;
	font-family:georgia;
	font-size: 17px;
	line-height: 25px;
	color: #666;
	clear:both;
	}

/* =======Styles for left sidebar main======= */

#leftcontentmain {
	position: absolute;
	top:320px;
	left:25px;
	width:200px;
	color: #362A13;
	font-family:verdana;
	font-size:10px;
	line-height:16px;
	/* border:1px solid #333; */
	}

#leftcontentmain h3 {
	margin: 0;
	padding: 0;
	color:#666;
	font-size:12px;
}
#leftcontentmain ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
#leftcontentmain ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftcontentmain li {
	list-style-image: url(images/arrow-right-small.gif);
}

#leftcontentmain a {
	color: #666;
	text-decoration:none;
}
#leftcontentmain a:hover {
	color: #000;
	text-decoration:underline;
}


/* =======Styles for left sidebar single======= */

#leftcontent {
	position: absolute;
	top:225px;
	left:25px;
	width:200px;
	color: #362A13;
	font-family:verdana;
	font-size:10px;
	line-height:16px;
	/* border:1px solid #333; */
	}

#leftcontent h3 {
	margin: 0;
	padding: 0;
	color:#666;
	font-size:12px;
}
#leftcontent ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
#leftcontent ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftcontent li {
	list-style-image: url(images/arrow-right-small.gif);
}

#leftcontent li a {
	color: #666;
	text-decoration:none;
}
#leftcontent li a:hover {
	color: #000;
	text-decoration:underline;
}

#leftcontent a {
	color: #666;
	text-decoration:none;
}
#leftcontent a:hover {
	color: #000;
	text-decoration:underline;
}


/* ======Styles for right sidebar====== */

#rightcontent {
	position: absolute;
	top:320px;
	left: 675px;
	width:250px;
	color: #362A13;
	}

#rightcontentindex {
	position: absolute;
	top:200px;
	left:800px;
	width:250px;
	color: #362A13;
	}

#rwidget {
	padding-bottom:10px;
	margin-bottom:15px;
	/*border-bottom:1px solid #ccc;*/
	}

#rwidget a {
	color:#333;
	text-decoration:none;
	}

#rwidget a:hover {
	color:#000;
	text-decoration: underline;
	}

#rlist {
	list-style-position: inside;
	margin:0px;
	padding:0px;
	}

#rightcontent li {
	font-family: verdana;
	font-size:11px;
	line-height:14px;
	list-style-type:none;
	}



/* =============Styles for main content============== */

#maincontent {
	position: absolute;
	top:225px;
	left:220px;
	width:450px;
	color: #362A13;
	font-family:georga;

	/* border:1px solid #333;*/
	}



#maincontentmain {
	position: absolute;
	top:320px;
	left:220px;
	width:450px;
	color: #362A13;
	font-family:georga;

	/* border:1px solid #333;*/
	}
	
#maincontentsingle {
	position: absolute;
	top:225px;
	left:220px;
	width:700px;
	color: #362A13;
	font-family:georga;
	font-size:12px;
	/* border:1px solid #333;*/
	}



#prevnext {
	text-align: center;
	width:100%;
	padding:2px;
	margin:25px 0px 15px 0px;
	background-color:#E4E4DC;
	}

#prevnext a {
	
	color: #555;
	text-decoration:none;
	font-family:verdana;
	font-size:9px;
	}



/* Top menu */
div.top_menu ul {
	margin: 8px 0 30px 11px;
	padding: 0;
	list-style-type:none;

}
div.top_menu li {
	display: inline;
	padding: 0 1em 0 0;
	font-size:16px;
}
div.top_menu a {
	font-weight: normal;
	color:#362A13;
	text-decoration: none;
}
div.top_menu a:hover {
	color: #745A29;
	text-decoration: none;
}
div.top_menu a.selected {
	text-decoration: none;
}


#footer {
	margin:30px 0px 30px 0px;
	padding-top:8px;
	font-family:verdana, arial;
	font-size: 10px;
	color:#999;
	border-top:1px solid #ccc;
	line-height: 14px;
	}

#footer a {
	color:#999;
	text-decoration: underline;
}

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


.small {font-size: 9px; line-height:13px;}

a.gray {
	color: #666;
}



h1 {
	color: #000;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-family:verdana, arial;
}
h2 {
	color: #990000;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #990000;
	font-size: 130%;
}
h4 {
	color: #990000;
	font-size: 110%;
}



/*
 * Header / bloglist on top:
 */
div.pageHeader ul {
	float:right;
	margin: 0 5px;
	padding: 0;
	list-style-type:none;
	padding: 8px 0;
}
div.pageHeader li {
	display: inline;
	padding: 0 1ex 0 0;
}
div.pageHeader li a {
	font-weight: bold;
	font-style:italic;
	color: #fff;
}
div.pageHeader li a:hover {
	color: #666;
	text-decoration: underline;
}
div.pageHeader li a.selected {
	text-decoration: underline;
}


div.pageHeader h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 47px 0 0 0;
	line-height: 1.22 em;
	font-variant: small-caps;
	text-transform: none;
	/*border: 1px solid #fff; */
}
div.pageHeader h1 a {
	color: #fff;
	text-decoration: none;
}
div.pageHeader div.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 2px;
	margin: 3px 0 0 13px;
}






div#pageFooter {
	clear: both;
	margin: 0 auto;
	width: 734px;
	padding: 12px 0;
}
p.baseline {
	text-align: center;
	font-size: 76%;
	color: #777;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 0px solid #78a;
}


/* Styles for posts */
.bPosts {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
	font-size:20px;
}

#poststart {
	font-size:16px;
	line-height:22px;
font-family:georgia;
	}

.bPost, .bPostpublished
{
	
	clear: both;
	margin: 0 0 4ex;
	padding: 0 0 0 0px;
	/* background-color:#00FF33; */
	/* background-image: url(images/arrow-right-big.gif);*/
	background-repeat: no-repeat;
	background-position: 5px 3px;	/* border: 1px solid #78a; */
}
.bSmallHead {
	padding: 5px 0 0px;
	font-size: 95%;
	color: #333;
	/*border-bottom: 2px solid #ddd;*/
}
.bTitle {
	
	font-size: 180%;
	margin: 0 0;
	font-weight:normal;
}


.bTitle a {
	color: #803319;
	text-decoration: none;
}

.bTitle a:hover {
	text-decoration: underline;
}

.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: georgia;
	font-size:12px;
	line-height:16px;
}
.bTextsingle {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	color: #444;
}
.bText a {
	color: #9A3C02;
	text-decoration: none;
}
.bText a:hover {
	text-decoration: underline;
}
.bTextsingle a {
	color: #9A3C02;
	text-decoration: none;
}
.bTextsingle a:hover {
	text-decoration: underline;
}
.bTextsingle h2 {
	color: #A3A485;
	font-family:verdana, arial;
	font-size: 18px;
}

.bSmallPrint
{
	clear: both;
	float: right;
	color: #666;
	font-size: 10px;
	font-family:verdana;
}

.bSmallPrint a {
	color: #837A6C;
	text-decoration: none;
}
.bSmallPrint a:hover {
	text-decoration: underline;
}

/* ---COMMENTS --- */

.bComment {
	font-family:verdana, arial;
	border: 1px solid #dedcc7;
	background-color: #f6f5ec;
	margin: 1ex 0 2ex 5ex;
	padding:5px;
	font-size:10px;
	line-height: 14px;
}
.commentshead {
	font-family:verdana, arial;
	font-size:12px;
	font-weight: bold;
	margin-bottom:20px;
}
.bCommentText {margin-bottom:5px;}
.bCommentTitle {color:#333;margin-bottom:5px;}
.bComment a {color:#88601a;text-decoration:none;}
.bComment a:hover {color:#88601a;text-decoration:underline;}
#commentrss {float:right;margin:0;padding:0;font-family:verdana;font-size:10px;clear:both;color:#000000;}
#commentrss a {color:#88601a;text-decoration:none;}

div.moderation_msg {
	margin: 1ex 0 2ex 5ex;
}


/* -------------------[ Form Elements ]------------------- */

form.bComment {
	font-size:8pt;
	font-family:verdana, arial;
	background-color: #fff;
	margin: 0;
	border: 0px;
	padding:0px;
	}

.bComment fieldset {
	border:0;}

.bComment fieldset#ffield_i, fieldset#ffield_u, fieldset#ffield_o, fieldset#ffield_p {
	padding:0px;
	background-color: #fff;
	margin:10px;
	}


.bComment fieldset#ffield_i input, fieldset#ffield_u input, fieldset#ffield_o input, fieldset#ffield_p input  {
	width: 220px;
	padding: 2px;
	margin: 0px 5px 0px 10px;
	background-color: #fff;
	}

fieldset div.label {padding:2px;float:left;}



.bComment textarea {
	border:1px solid #ccc;
	background-color: #fff;
	width:500px;
	height:100px;
	margin:0;}


.bComment #submit {
margin: 0 0 20px 0;
border: 0;
}




.dimmed
{
	color: #aaa;
	font-size: 84%;
}

form.search {margin: 3px 0px 15px 0 ;}

input.SearchField
{
	background-color: #fff;
	border: 1px solid #999999;
	padding: 1px;
	width: 120px;
	height: 12px;
	margin: 0;
	font-size:10px;
	
}

input.submit {
	margin:10px 0px 0px 2px;
	}


.action_messages {padding:8px;
	background-color:#fdd287;
	font-family: verdana, arial;
	border:1px solid #666;
	margin:0px 0px 20px 0px;
	}

ul.main_nav_links {
	margin-top: 3ex;
	margin-bottom: 3ex
}
ul.main_nav_links li {
	margin-top: .5ex;
	margin-bottom: .5ex;
}

