*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "Geneva", monospace, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 13px;
	background-color: white;
}

img { 
	border: none;
	padding-bottom: 0px;
	}

h1{
	font-family: "Geneva", monospace, sans-serif;
	font-size: 9px;
	font-style: italic;
}

h2{
	font-family: "Geneva", monospace, sans-serif;
	font-size: 9px;
	font-style: italic;
}

h3{
	font-family: "Geneva", monospace, sans-serif;
	font-size: 9px;
	line-height: 20pt;
	font-style: italic;
}


#access{
	display:none;
}


#header{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 40px;
	padding: 15px;
	background-color: white;
	z-index: 10;
}

#titleblock{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 200px;
	background-color: white;
	height: 40px;
	padding: 15px;
	z-index:10000;
}

#yellow {
	position: fixed;
	left: 150px;
	top: 0px;
	width: 200px;
	background-color: white;
	height: 40px;
	padding: 15px;
	z-index:10000
}

#blue {
	position: fixed;
	left: 375px;
	top: 0px;
	width: 150px;
	background-color: white;
	height: 40px;
	padding: 15px;
	z-index:10000;

}

#header h1{
	font-family: "Geneva", monospace, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
}

ul{
	list-style: none;
}


#nav{
	position: absolute;
	left: 245px;
	top: 0px;
	width: 500px;
	height: 90px;
	background-color: blue;
	padding: 15px;
	

}

#content{
	position: absolute;
	left: 0px;
	top: 65px;
	width: 500px;
	padding: 15px;
}

#content h2, h3{
	padding-bottom: 5px;
	font-family: "Geneva", monospace, sans-serif;
	font-style: normal;
	font-weight: normal;
}
	
.comment-meta{
	font-style: italic;
}


.post {
	padding-bottom: 15px;	
}	

#comments-list{
	position:float;

	padding-left:25px;
	padding-bottom:10px;
}

.comment-meta .p{
	padding-bottom: 5px;
}

.entry-date{
	font-style: italic;
	color: gray;
	padding-bottom: 10px;
}

.entry-meta{
	padding-top: 10px;
	padding-bottom:20px;
}

#primary{
		position: fixed;
	left:150px:
	top: 15px;
	height: 150px;
	padding: 15px;
	z-index:100000000;
}


#primary h3{
	padding: 0px;
	font-family: "Geneva", monospace, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;

}

#pages{
	display: none;
	position: fixed;
	right:100px;
	top: 100px;

}

#archives{
		position: fixed;
	right: 0px;
	top: 125px;
	width: 150px;
	z-index:100000;
        padding-left:15px;
        padding-bottom:15px;
        background-color:white;
	
}

#archives h3{
	color:white;
	padding-bottom: 15px;
}
	
	

#categories{
	position: fixed;
	background-color: white;
	right: 0px;
	width: 150px;
	height: 150px;
	top: 45px;
	z-index:1000;
	padding-left: 15px;
}

#categories h3{
	color:white;
	padding-bottom: 15px;
}


#secondary{
	line-height: 13px;
	padding-top: 5px;
	position: fixed;
	left:375px;
	top: 0px;
	width: 600px;
	height: 55px;
	z-index: 100;
	
}

#search{
	position: fixed;
	right:0px;
	top: -10px;
	width: 150px;
	height: 150px;

}

#search h3{
	color:white;
}

#meta{
	display:none;
}

#rss-links{
	display: none;
	padding: 10px;
	background-color: gray;
	position:absolute;
	width: 225px;
	left: 0px;
	top: 950px;
	height: 45pt;
}


#footer{
	display:none;
	padding: 10px;
	background-color: yellow;
	position:absolute;
	width: 510px;
	left: 245px;
	top: 1070px;
	height: 60px;
}



#primary a:link{
	color: black;
	text-decoration: none;
}

#primary a:visited{
	color: black;
	text-decoration: none;
}

#primary a:hover{
	color:blue;
}

#primary a:active{
	color:blue;
}

#blue a:link{
	color: black;
	text-decoration: none;
}

#blue a:visited{
	color: black;
	text-decoration: none;
}

#blue a:hover{
	background-color:blue;
	color:blue;
}

#blue a:active{
	color:blue;
}


#yellow a:link{
	color: black;
	text-decoration: none;
}

#yellow a:visited{
	color: black;
	text-decoration: none;
}

#yellow a:hover{
	color:blue;
	background-color:blue;
}

#yellow a:active{
	color:blue;
}

#titleblock a:link{
	color: black;
	text-decoration: none;
}

#titleblock a:visited{
	color: black;
	text-decoration: none;
}

#titleblock a:hover{
	background-color:blue;
	color:blue;
}

#titleblock a:active{
	color:blue;
}

#content a:link{
	color: black;
	border-bottom: solid 1px;
	text-decoration: none;
}

#content a:visited{
	color: black;
	border-bottom: solid 1px;
	text-decoration: none;
}

#content a:hover{
	background-color: blue;
	color: blue;
	border: 0px;
}

#content a:active{
	color: blue;
	border: 0px;
}

