/* CSS Document */

html {
	height: 100%;
}


body {

	background-color:#DFF3D7;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	background-image: url("/images/backgrounds/main.jpg");

	background-position:center;

	background-repeat:repeat-y;

	height:100%;

}



#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	min-height: 100%;

	margin:0 auto 0 auto;
	position:relative;

}

#header {

	width:699px;

	background-color:#3F4A3E;

	height:258px;

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:150%;

	font-weight:bold;

	line-height:20px;

}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

}

#header h1 {

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:200%;

	font-weight:bold;

	padding:0;

	padding-top:75px;

	padding-left:340px;

	padding-bottom:25px;

	margin:0;

	border-bottom:2px solid #ffffff;

	background-image:none;

}


#footer {

	//width:699px;
//	width:719px;

	background-color:#CCCCCC;
	//background-color:#3F4A3E;
	//background-image:url(/images/backgrounds/article.jpg);
	//background-position:bottom right;
	//background-repeat:repeat-x;


	color:#000000;

//	font-family:"Trebuchet MS", Arial, Verdana;

//	font-size:150%;
//
//	font-weight:bold;
//
//
//	position:absolute;
//	margin-top:30px;
//	padding-top:30px;
	bottom:0;
	//left:0;
	//text-align:center;

}


#main_menu {

	width:699px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("/images/backgrounds/menubg.jpg");

	margin-bottom:10px;

}

#blankspace{
	margin-left: 20px;
}

#main_menu a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:60%;

	font-weight:bold;

	text-transform:uppercase;

	color:#FFFFFF;

	text-decoration:none;

	padding-left:3px;

	padding-right:4px;

	padding-top:12px !important;

	padding-top:13px;

	padding-bottom:11px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover {

	background-color:#3F4A3E;

	background-image: url("/images/backgrounds/link.jpg");

}

#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("/images/backgrounds/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}


#tagcloudbig {
	width:400px;

	border: 0px solid #72a727;

	padding:0px;
	padding-left:40px;

	level:-10;

	margin : 500;
	//position:relative;
	text-align: justify;
	line-height: 120%;
	background-color:#FFFFFF;
}


#tagcloudbig span a, #tagcloudbig a {
	margin: 0 2px;
	text-decoration:none;
	font-family: Helvetica, arial, sans-serif;
}

#tagcloudbig span.tagbig1 a {color:#6fbd00; font-size: 11px}
#tagcloudbig span.tagbig2 a {color:#83ba34; font-size: 14px}
#tagcloudbig span.tagbig3 a {color:#9ad545; font-size: 15px; font-weight:bold}
#tagcloudbig span.tagbig4 a {color:#72a727; font-size: 17px; font-weight:bold}


#tagcloud {
	width:150px;

	border: 0px solid #72a727;

	padding:0px;

	margin : 0;
	//position:relative;
	text-align: justify;
	line-height: 120%;
	background-color:#FFFFFF;
}

#tagcloud span a, #tagcloud a {
	margin: 0 2px;
	text-decoration:none;
	font-family: Helvetica, arial, sans-serif;
}

#tagcloud span.tag1 a {color:#6fbd00; font-size: 11px}
#tagcloud span.tag2 a {color:#83ba34; font-size: 14px}
#tagcloud span.tag3 a {color:#9ad545; font-size: 15px; font-weight:bold}
#tagcloud span.tag4 a {color:#72a727; font-size: 17px; font-weight:bold}
//#tagcloud span.tag1 a {color:#4568a7; font-size: 11px}
//#tagcloud span.tag2 a {color:#6588c7; font-size: 14px}
//#tagcloud span.tag3 a {color:#254887; font-size: 15px; font-weight:bold}
//#tagcloud span.tag4 a {color:#355897; font-size: 17px; font-weight:bold}
#tagcloud span a:hover, #tagcloud a:hover {
	color:#FFFFFF;
	background-color:#8ca5b5;
	text-decoration:none;
}
#tagcloudwg {
	font-size:10px;
	color: #bbb;
}
#tagcloudsp {
	font-size:10px;
	color: #444;
}

#sidebar {

	width:160px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("/images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	position:relative;

}

#sidebar h1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	font-size:200%;
	border:none;
	background-image:none;
}



#sidebar h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:180px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("/images/backgrounds/articlenormal.jpg");

	background-position:top left;

	background-repeat:no-repeat;

	margin-bottom:10px;

}

.article:hover {

	background-image: url("/images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	background-image: url("/images/backgrounds/headers.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

	font-size:200%;
}

.comment {
	margin-left:180px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(/images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#72a727;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}
