ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
img,a,table { border: 0;}

body {
	font-family: arial, helvetica, verdana, sans-serif;
	background: #f5f5f5 url('/bg.gif') repeat-y top left;
	font-size: 12px;
}

#wrapper {
	clear: both;
	float: left;
	width: 890px;
	padding-top: 10px;
}

#adleft {
	clear: both;
	float: left;
	width: 600px;
	margin-left: 15px;
}

#adright {
	float: left;
	width: 240px;
	display: block;
}

#content {
	float: left;
	width: 560px;
	padding: 20px;
}

#footer {
	clear: both;
	color: #888;
	padding: 20px;
	font-size: 11px;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #444;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

h3 a img {
	vertical-align: top;
	padding-left: 2px;
}

a, a:visited {
	outline: none;
	color: #0d67c2;
}

a:hover {
	color: #84baf1;
}

a.green, a:active, a.green:visited, #top a:active, ul#pages li a:active {
	color: #84b939;
}

a.green:hover, a.green:active {
	color: #a4d959;
}

p {
	color: #222;
	margin-bottom: 1em;
}

/*

 Top breadcrumb menu

*/ 
#top {
	height: 17px;
	clear: both;
	float: left;
	padding: 10px 0 0 20px; 
}

#top p {
	float: left;
	display: block;
}

#top p {
	width: 600px;
	line-height: 17px;
	font-size: 11px;
	color: #aaa;
}

#top a, #top a:visited {
	color: #999;
}

#top a:hover {
	color: #555;
}


/*

 Sidebar

*/
#side {
	float: left;
	padding: 20px;
	width: 240px;
}

#side ul {
	list-style-type: square;
	padding-bottom: 5px;
}

#side ul li {
	color: #555;
	margin: 5px 0 5px 15px;
	font-size: 11px;
}

#categories {
	margin-bottom: 10px;
}

#side p {
	color: #666;
}

#categorypick input {
  display: none;
}

/* 

 Header menu and logo

*/
#header {
	background: #aedd6b;
	border-bottom: 3px solid #84b939;
	height: 55px;
}

#header h1 {
	padding: 10px 0 10px 20px;
}

#header ul {
	position: absolute;
	display: block;
	left: 475px;
	top: 15px;
	list-style-type: none;
}

#header ul li {
	float: left;
	padding: 0 2px;
	display: block;
}

#header ul li a {
	outline: none;
	display: block;
	text-indent: -3000px;
	width: 81px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: top left;
}

#header a:hover {
	background-position: center left;
}

#header a:active {
	background-position: bottom left;
}

#header ul li a#buttonstart {
	background-image: url('/button_start.gif');
}

#header ul li a#buttonping {
	background-image: url('/button_ping.gif');
}

#header ul li a#buttoninfo {
	background-image: url('/button_info.gif');
}


/*

 Entry list

*/
.entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
}

.entry h2 a {
	text-decoration: none;
}

.entry small.date {
	font-size: 11px;
	color: #777;
	margin: 0 0 4px 4px;
}

.blog img {
	vertical-align: top;
}

.entry small.blog {
	font-size: 11px;
	line-height: 16px;
	color: #888;
}

.entry small.blog a.cat {
	color: #888;
}

.entry small.blog a.cat:hover {
	color: #bbb;
}

.entry p {
	font-size: 12px;
	margin: 6px 0 6px 4px;
}

.more h5 {
	padding: 10px 0 0 6px;
	color: #222;
	font-size: 11px;
	font-weight: normal;
}

div.more ul {
	padding: 2px 0 2px 6px;
	list-style: none; 
}

div.more ul li {
	font-size: 11px;
	line-height: 16px;
}

small img {
	margin-right: 3px;
}


/*

 Ping form

*/
#pingform {
	font-size: 12px;
}

#pingform ul {
	margin-bottom: 1em;
	color: #666;
}

#pingform ul li {
	list-style-type: none;
	line-height: 1.3;
	margin-left: 15px;
	font-weight: normal;
}

#pingform label {
	display: block;
	margin-top: 1em;
	font-weight: bold;
	color: #444;
}

#pingform label.error {
	color: #c00
}

#pingform input.in {
	width: 400px;
}

#pingform p {
	color: #666;
}

#pingform p.info {
	color: #222;
}

#pingerror {
	color: #c00;
	margin: 5px;
	display: none;
}

#pingform div.visible {
	display: block;
}

.hidden {
	display: none;
}

#pingextended {
	display: none;
	margin-top: 10px;
}

#spinner {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#pingform div p {
  margin-bottom: .5em;
}

/*

 Category-list for ping info

*/
table#catlist {
  width: 100%;
	margin-top: 10px;
}

table#catlist th {
  width: 50%;
	color: #222;
	text-align: left;
	font-weight: bold;
	padding: 4px 0;
}

table#catlist th.right {
  width: 70%;
}

table#catlist td {
	padding: 4px 0;
}

table#catlist td.odd {
	background: #ffd;
}

table#catlist td.caturl {
	color: #666;
}


/*

About page

*/
#about p {
	margin: 0 0 15px 5px;
}

#about blockquote {
  margin: 10px 5px;
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px;
  font-family: Monaco, 'courier new', fixed;
}

#about blockquote p {
	margin: 0;
}

#about p.question {
	font-style: italic;
	margin: 0 0 10px 0; 
}


/*

 Pagination

*/
ul.pages {
	float: right;
	color: #77858E;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}

ul.pages li {
	display: block;
	float: left;
	padding: 0 1px;
	margin: 0;
}

ul.pages li#current a {
	border: 1px solid #0d67c2;
	font-weight: bold;
	background: #0d67c2;
	color: #fff;
}

ul.pages li a {
	display: block;
	text-decoration: none;
	border: 1px solid #9aafe5;
	padding: 2px 6px;
}


ul.pages li.nav a {
	border: 0;
	padding: 0;
	font-weight: bold;
}

ul.pages li.nav {
	margin: 0 4px;
	padding: 2px 0;
}

ul.pages li.space {
	margin: 0 2px;
	padding: 2px 0;
}

ul.pages li a:hover {
	border-color: #84baf1;
}

ul.pages li a:active {
	border-color: #84b939;
}
