a
{
	text-decoration: none;
}

body, html
{
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

pre
{
	font-family: Monaco, Courier, monospace;
	font-size: 10pt;
}

blockquote
{
	font-style: italic;
}

strong
{
	border-width: 1px;
	border-style: dashed;
	padding: 2px;
}

p, li, h2, h3
{
	text-align: justify;
}

#head, #sidebar, .box
{
	background-attachment: scroll;
	border-width: 2px;
	border-style: dashed;
	margin: 10px;
	padding: 10px;
}

#head img
{
	border-width: 0px;
}

#sidebar p
{
	text-align: right;
}

#logo, #head, #sidebar
{
	position: fixed;
	overflow: hidden;
	z-index: 4;
}

#head
{
	top: 10px;
	left: 10px;
	right: 10px;
	height: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar
{
	top: 120px;
	left: 10px;
	width: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content
{
	margin-top: 140px;
	border-top-width: 1px;
	border-top-color: #808080;
	border-top-style: dashed;
}

#content a
{
	border-bottom: 1px dashed;
	border-color: #808080;
}

#foot
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.6em;
	line-height: 1.0em;
}

.article, .articlelist, .comment_area, .navigation, .search, #foot
{
	padding-left: 248px;
	padding-right: 48px;
	clear: both;
}

.article, .articlelist, .comment_area
{
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-bottom-style: dashed;
}

.navigation, .search
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.navigation
{
	text-align: center;
}

h1
{
	font-weight: bold;
	text-decoration:none;
	font-size: 40px;
	font-family: "Arial Black", Helvetica, sans-serif;
}

h2
{
	font-weight: normal;
	font-size: 12pt;
}

h3, label
{
	font-weight: bold;
	font-size: 10pt;
}

#content img, #content .svg
{
	border-color:#808080;
	border-width: 1px;
	border-style: dashed;
	width: 100%;
}

#content .svg
{
	height: 50%; /* Safari Hack */
	padding: 8px;
}

hr
{
	border: none;
	border-color:#808080;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-top: 30px;
	margin-bottom: 30px;
	width:100%;
}

#message, #email, #web, #name
{
	width:100%;
}

.article_image
{
	margin: 2px;
	float: left;
}

.comments_error
{ 
	background-color: #100000;
	border: 1px solid #cc8;
	padding : 0.3em;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

.fox_code_form
{
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: dashed;
	margin: 8px;
	padding: 16px;
	font-size: 10pt;
}
