/* ------------------------------------------------
Copyright Tommi Somersuo 2006 * All rights Reserved
------------------------------------------------ */

/* ---------------------------------------------
COLORS
--------------------------------------------- */

.cgreen { color : #35531c }
.clgreen { color : #66a137 }
.cearth { color : #544e1d }
.clearth { color : #a19437 }
.cgrey { color : #545454 }
.clgrey { color : #ababab }

.bcgreen { background-color : #35531c }
.bclgreen { background-color : #66a137 }
.bcearth { background-color : #544e1d }
.bclearth { background-color : #a19437 }
.bcgrey { background-color : #545454 }
.bclgrey { background-color : #ababab }

html,body{ width: 100%;margin:0;padding:0}

body{
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-align:left
}

#container
{
margin: 15px 15px 0px 15px;
background-color: #ffffff;
color: #333;
}

#header
{
margin:0;padding:0;
background-color: #66a137;
height: 135px;
background: #66a137;
}

#logo 
{
    float:left;
}
#headerpic 
{
    float: right;
}

#sidebar
{
float: left;
width: 160px;
margin:0;
padding:0;
background-color : #ffffff;
}

#content
{
    position: absolute;
    top: 145px;
    left: 170px;
    right: 15px;
    width: 570px;
    padding: 1em;
}

/* tag styles */

h1{font-size: 200%;margin:0;padding-top:10px;color: #544e1d}

p
{
    margin: 10px;
    line-height:1.1;
}

.mceEditor 
{
    line-height:1.1;
    width: 570px;
}

img 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

a {
	color:#544e1d;
	text-decoration:none;
	font-weight: bold;
	display: inline;
	}
a:link {color:#544e1d;}
a:visited {color:#544e1d;}
a:hover {color:#000000; 
	text-decoration:underline;}
	
blockquote {
	background-color: #FFFFCC;
	font-size: 90%;
	font-style: italic;
	padding: 5px;
	border: 3px dashed #5C86FF;
}

/* PAGE NAVIGATION START ---------------------------------------------- */

#menu_navigation {
background-color : #66a137;
}

#menu_navigation ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu_navigation li {

}

#menu_navigation a 
{
    text-indent: 4px;
    display: block;
    width: 100%;
    height: 32px;
    color: #35531c;
    background-image: url(/home/img/bup.gif)
}

#menu_navigation a:hover 
{
    color: #544e1d;
	text-decoration: none;
	background-image: url(/home/img/bdown.gif)
}

#menu_navigation .current {
	color: #FFFFFF;
	background-image: url(/home/img/bcurrent.gif);
	text-indent: 4px;
    display: block;
    width: 100%;
    height: 32px;
}



/* PAGE NAVIGATION END ---------------------------------------------- */

.newslist ul {
	list-style-type: none;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

.newslist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
}

.newslist h3 {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	display: inline;
	color: #999999;
	padding: 0px;
	margin-left: 6px;
	
}

.newslist h2 {
	display: inline;
	font-size: 120%;
}

.newslist p {
	width: 50%;
	padding: 6px;
	display: block;
	margin: 0px;
	font-size: 90%;
}

.newslist a {
	display: inline;
}

.cinline 
{
    color: #544e1d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	margin-top: 5px;
}




.cinline a 
{
    text-decoration: underline;
}
.cinline h3 {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	display: inline;
	color: #544e1d;
	padding: 0px;
	margin-left: 6px;
}
.cinline h2 
{
    color: #544e1d;
	display: inline;
	font-size: 120%;
}
.cinline p {
	width: 50%;
	padding: 6px;
	display: block;
	margin: 0px;
	font-size: 90%;
}

.article {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.article a 
{
    color: #544e1d;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.article h2 
{
    color: #544e1d;
    DISPLAY: inline; FONT-SIZE: 120%;
}

.article h3 {
	DISPLAY: inline;
	FONT-WEIGHT: normal;
	FONT-SIZE: 90%;
	MARGIN: 0px;
	COLOR: #544e1d;
	FONT-STYLE: italic;
	padding-left: 1%;
	
}

.articlecontent 
{
	width: 90%;

}

.articlecontent a 
{
	display:inline;
}

/* COMMENTS */

.comments {
	
}

.comments blockquote {
	background-color: #C2D1FF;
	font-size: 90%;
	font-style: italic;
	padding: 5px;
	border: 1px dashed #405DB3;
}

/* quote */
.comments cite {
	display: block;
	margin-left: 8px;
	margin-top: 4px;
	
}

/* date */
.comments h3 {
	font-size: 88%;
	display: inline;
	margin-right: 4px;
	
}

/* name */
.comments h4 {
	font-size: 88%;
	display: inline;
	
}

/* title */
.comments h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
}

.comments a {
	
}

/* ADD COMMENTS */


#add_comments {
	background-color: #D4D0C8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #D4D0C8;
	padding: 1%;
	margin: 5%;
}
#add_comments h2 
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#add_comments label {
	display: block;
}
#add_comments .half {
width:50%;
}
#add_comments .txt 
{
	width: 90%;
}
#add_comments textarea 
{
	width: 100%;
}

#add_comments .required
{
	font-weight: bold;
}

#cstatus {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #404040;
	width: 90%;
	margin-left: 5%;
	margin-top: 2%;
	display: none;
}

/* trackers */

