* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#title {
	float: left;

}
#topright {
	float: right;
	padding: 30px 20px 0px 0px;

}
#wrap {
	width: 900px;
	text-align: left;
	background: url(images/background_main.gif) repeat-y;
	padding: 0px 5px;
}
#header {
	height: 80px;
	background: url(images/header.png) no-repeat;
	/*background-color: black;*/
}
#navigation {
	/*background: url(images/background_nav.gif) no-repeat;*/
	background-color: #242934;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	padding: 4px 20px 2px 20px;
}
#sidebar {
	float: right;
	width: 180px;
	padding: 20px 10px;
}
#content {
	margin: 0px 210px 0px 0px;
	padding: 20px 20px;
}
.entry {
	margin-bottom: 20px;
	padding-left: 10px;
}
#footer {
	background-color: #242934;
	padding: 15px 0px;
	text-align: center;
	color: #cccccc;
	clear: both;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #85ccfb;
	text-decoration: none;
}
.comment {
	padding: 10px 0px;
}

#date {
	padding-bottom: 10px;
}


/* fonts */
#title h1 {
	color: #ffffff;
	padding-top: 20px;
	font-size: 24pt;
	font-weight: normal;
	padding-left: 20px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	font-weight: normal;
	padding-left: 20px;
}
#navigation ul li {
	list-style: none;
	display: inline;
}
#navigation li a {
	color: #ffffff;
	padding-right: 20px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #85ccfb;
}

p,
#content h1,
#content h2,
#content h3,
#content h4,
#content ul,
#content ol,
#sidebar h2,
#sidebar ul {
	padding-bottom: 10px;
}

#content ul li,
#content ol li {
	margin-left: 25px;
}

h1 {
	color: #85ccfb;
	font-size: 14pt;
	font-weight: normal;
}
#content h2 {
	font-size: 12pt;
}
#content h2 {
	margin-top: 20px;
}

#content h3 {
	font-size: 11pt;
}

.post a,
.entry a,
#comments a,
#content h1 a, 
#content h2 a,
#content h3 a {
	color: #85ccfb;
	text-decoration: none;
}
#sidebar h2 {
	color: #ffffff;
	font-size: 12pt;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}


.postmetadata {
	border-top: 1px solid #aaaaaa;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}
.postmetadata a {
	color: #85ccfb;
	text-decoration: none;
}


#comments {
	margin-top: 30px;
}

img a {
	border: 0px;
}


/* forms */
input, textarea {
	border: 1px solid #363636;
	font-size: 9pt;
	color: #cccccc;
	background-color: #000000;
	padding: 3px;
}


/* wp default */
.navigation {
	padding: 10px 0px;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Joey */

/* remove dotted border from firefox! */
a:active { outline: none; }
a:focus   { -moz-outline-style: none; }



.entry-excerpt {
	padding-left: 10px;
}

div.nlquote {
	margin: 0px 20px 10px 20px;
	color: #f5ffa4;
}

div.nlquote blockquote {
	margin: 5px 20px 0px 20px;
}

div.nlquote div.author {
	text-align: right;
}


div.math {
	margin: 5px 20px 10px 20px;
	padding: 10px;
	border: 1px solid #842956;
	background-color: #DDDDDD;
	font-size: 16px;
	color: black;
}





div .filepath {
	margin: 0px 20px 10px 20px;
	padding: 5px 10px 5px 10px;
/*	border: 1px solid #318cea;*/
	background-color: #141619;
	color: #AEC9E4;
	font-family: monospace;
}

div .code {
	margin: 0px 20px 10px 20px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #295684;
	background-color: #ddddff;
	color: #333333;
}


div .example {
	margin: 10px 20px 10px 20px;
	padding: 0px;
}

div .example h1 {
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
}

