/* CSS Document */



body { background-color:#6079bb; font-size:0.74em; color:#333333; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height:20px; cursor:default; margin:0; background-image: url(images/backgrounds/main.jpg); background-position:center; background-repeat:repeat-y; }



#container {

	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;

}

#header {

	width:700px;
	background-image: url("images/masthead.jpg");
	height:258px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:1.5em;
	font-weight:bold;
	line-height:20px;

}


.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	width:150px;
	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;

}
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:170px;

	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 img{
	margin-top: 1px;
	padding-top: 20px;
}

.article_info { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; color:#6d432d; font-weight: bold; letter-spacing:.5px; 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; color:#246635; font-size: 1.8em; border-bottom:2px solid #cccccc; background-image: url(images/backgrounds/headers.jpg); background-position:right top; background-repeat:no-repeat; padding-bottom:5px; padding-top:5px; }

.sponsor{
	font-size: 1.6em;
	font-weight: bold;
}


.comment {
	margin-left:170px;
	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:#246635; font-size: 1.1em; font-weight: bold; text-decoration:none; }
a:hover {
	border-bottom:1px dotted #000000;
}
.space { padding-top: 0; padding-bottom: 100px; }
