body {
	background : #FFFFFF;
	margin: 35px;
}

body, pre, h1, h2, input, textarea {
	font-family: monaco, 'Lucida Console', courier, monospace;
/*	font-size: 11px; */
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 14px;
}

h2 {
	margin-bottom: 14px;
}
a:hover {
	color: #00FF00;
}

a {
	color: #000000;
}

/* divvar */

#logo {
	margin-bottom: 14px;
}

#logo a, #navigation a {
	text-decoration: none;	
}

#navigation a {
	margin-right: 20px;
}

#navigation #selected {
	padding-left: 0px; 
	background-image: url('images/navback.gif'); 
	background-position: 0px 2px;
	background-repeat: repeat-x; 
	margin-right: 20px;
}

#breaker {
	background-image: url('images/line2.gif');
	background-repeat: repeat-x;
	margin-top: 18px;
	width: 100%;
	height: 10px;
}

#rightcolumn {
	width: 125px;
	float: right;
	margin-top: 9px;
}

#search {
	background-image: url(images/searchback2.gif);
	width: 100%;
}

#search #s, #search #submit, .commentinput, #comment, #commentsubmit {
	background: #ffffff;
	border: 1px solid black;
	color: #000000;
}

#search #s {
	width: 98px;
	padding: 1px;
	margin-left: 12px;
	margin-top: 12px;
}

#search #submit {
	padding: 2px 4px 1px 4px;	
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 14px;
}

#commentsubmit {
	padding: 2px 4px 1px 4px;	
	margin-top: 10px;
	margin-bottom: 14px;
}


#rightcolumn .section {
	background-image: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 15px;
	margin-top: 18px;
	width: 100%;
}

#indexcontent, #content {
	margin-top: 2px;
	padding-right: 122px;
}

#indexcontent .post {
	width: 33%;
	float: left;
	padding-bottom: 20px;
}

#content .post {
	width: 99%;
	padding-bottom: 12px;
}

.divider {
	width: 98%;
	height: 10px;
	background-image: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
} 

.comment {
	padding-top: 8px;
	width: 99%;	
}

ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.post h1, .post p {
	margin-right: 20px;
}

.commentinput {
	margin-top: 5px;
	float: left;
	width: 30%;
	padding: 2px 4px 1px 4px;		
}

#comment {
	margin-top: 18px;
	width: 99%;
	padding: 2px 4px 1px 2px;		
	margin-bottom: 5px;
}

