@font-face {
    font-family: GraublauWeb;
    src: url(GraublauWeb.otf) format(truetype);
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url(GraublauWebBold.otf) format(truetype);
}


* {
    font-family: GrauBlauWeb,Georgia,Trebuchet,"Trebuchet MS",Verdana,Arial,serif;
	font-size: 12pt;
}


a img {
	border: none;
}


body {
	margin: 20px 20px 20px 20px;
	background: #FFF;
}


#banner {
	margin-right: 30%;
	margin-bottom: 10px;
	font-size: 8pt;
	color: #CCC;
}


#content {
	margin-right: 30%;
}


.date {
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #666;
	font-size: 12pt;
	color: #999;
	font-family: GrauBlauWeb,Trebuchet,"Trebuchet MS",Arial,Verdana,serif;
	font-weight: bold;
	text-transform: uppercase;
}


.entry {
	line-height: 170%;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px;
}


.entry h2 {
	font-size: 14pt;
	font-weight: bold;
	font-family: GrauBlauWeb,Trebuchet,"Trebuchet MS",Arial,Verdana,serif;
    text-shadow: #ddd 3px 2px;
	letter-spacing: 0.1em;
	color: #660066;
}


.entry h2 a {
	font-size: 14pt;
	font-weight: bold;
	font-family: GrauBlauWeb,Trebuchet,"Trebuchet MS",Arial,Verdana,serif;
	color: #660066;
	text-decoration: none;
}


.entry h2 a:link {
	color: #660066;
	text-decoration: none;
}


.entry h2 a:visited {
	color: #006666;
	text-decoration: none;
}


.entry h2 a:active {
	color: #CC6600;
	text-decoration: none;
}


.posted {
	line-height: 120%;
	font-size: 8pt;
	color: #999;
}


.posted ul {
	list-style: none;
}


.posted a {
	font-size: 8pt;
	color: #339900;
}


#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	margin-top: 80px;
	font-size: 8pt;
}


#sidebar * {
	font-size: 8pt;
}


#sidebar h3 {
	color: #999;
	font-weight: bold;
	line-height: 140%;
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	letter-spacing: .2em;
}


#sidebar h4 {
	color: #999;
	line-height: 100%;
	margin-bottom: 0px;
}


#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}


#sidebar a {
	color: #339900;
	text-decoration: none;
}


#sidebar a:link {
	color: #339900;
	text-decoration: none;
}


#sidebar a:visited {
	color: #006666;
	text-decoration: none;
}


#sidebar a:active {
	color: #CC6600;
	text-decoration: none;
}
