@charset "UTF-8";
/* CSS Document */

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3A3A3A;
}
h1 {
	font-size:1.2em;
	border-bottom:1px dotted #EEE;
	text-transform:lowercase;
}
h2 {
	font-size:1em;
	border-bottom:1px dotted #EEE;
	text-transform:lowercase;
}
hr {
	height: 0;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color:#7BAA0F;
}
a {
	border-bottom:1px dotted #7BAA0F;
	color:#7BAA0F;
	text-decoration:none;
	 -webkit-transition: color 0.5s ease-in;
	 -o-transition: color 0.5s ease-in;
	 -moz-transition: color 0.5s ease-in;

}
a:hover {
	color:#3A3A3A;
}
#wrapper {
	margin:0 auto;
	width:700px;
	padding-top:40px;
	border-top:1px dotted #7BAA0F;
	background-color:#FFF;
}
#header {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	background-image:url(img/bg.jpg);
	background-position: center center;
}
#header-title {
	float:left;
	padding:10px;
}
#header-nav {
	padding:10px;
}
#header-nav li {
	display:inline;
	list-style-image:none;
	margin-left:0px;
	margin-right:20px;
	font-size:0.8em;
}
#header-nav li a {
	text-decoration:none;
	color:#3A3A3A;
}
#header-nav li a:hover, #header-nav li.active a:hover {
	color:#7BAA0F;
	border-bottom:1px dotted #7BAA0F;
}
#header-nav li.active a {
	border-left: 1px dotted #7BAA0F;
	border-right: 1px dotted #7BAA0F;
	border-bottom: 1px dotted #7BAA0F;
	padding:5px;
}
.title {
	font-size:2em;
	letter-spacing:-1px;
	color:#3A3A3A;
	-webkit-text-stroke: 0.5px #fff;
	-moz-text-stroke: 0.5px #fff;
	-o-text-stroke: 0.5px #fff;
}
subtitle {
	font-size:0.9em;
	letter-spacing:-1px;
	line-height:5px;
	color:#AAA;
	text-shadow: 2px 2px 2px #fff;
}
#content {
	float: left;
	width: 500px;
	font-size:0.9em;
	padding:5px;
	line-height:25px;
}
#sidebar {
	float: right;
	width: 150px;
	font-size:0.8em;
	border-left:1px dotted #7BAA0F;
	padding-left: 10px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	line-height:25px;
}
.date {
	border-bottom:1px dotted #7BAA0F;
	color:#7BAA0F;
	text-decoration:none;
}
#footer {
	width:100%;
	float:left;
	margin-top:50px;
	padding-top:0px;
	padding-bottom:5px;
	font-size:0.8em;
	background-color: #FFF;
	background-image:url(img/bg.jpg);
	background-position: center center;
}
#footer li {
	display:inline;
	list-style-image:none;
	margin-left:0px;
	margin-right:20px;
}
#footer li a {
	text-decoration:none;
	color:#3A3A3A;
}
#footer li a:hover, #footer-right li.active a:hover {
	color:#7BAA0F;
	border-bottom:1px dotted #7BAA0F;
}
#footer li.active a {
	border-left: 1px dotted #7BAA0F;
	border-right: 1px dotted #7BAA0F;
	border-bottom: 1px dotted #7BAA0F;
	padding:5px;
}
.note {
	padding:10px;
	font-weight:bold;
	border:1px dotted #7BA00F;
}