@import "http://on.tapogee.com/livedocs.css"; 

html,body { height:100%; } 

body { 
	padding: 10px; 
} 

* { font-family: Verdana, Arial, Helvetica, sans-serif; } 

h1, h2, h3, h4 { 
	font-weight: normal; 
	color: #0050A0; 
} 

h1 { font-size: 2em; margin-top: 0px; } 
h2 { font-size: 1.5em; } 

#logobar { 
	clear: both; 
	margin-top: 15px; 
	text-align: center; 
	overflow: auto; 
	height: auto; 
} 

#tapogee_menu #logobar a { 
	display: block; 
	margin-top: 10px; 
	background-image: none; 
	background-color: transparent; 
	border: 0px; 
} 

ul.home li { 
	padding-bottom: 1em;
} 

#tapogee_head { 
	border-bottom: solid black 1px; 
	margin-left: 170px; 
	padding-left: 15px; 
} 

#tapogee_title { 
	display: block; 
	margin-bottom: 3px; 
} 

#tapogee_subtitle {
	font-size: .5em; 
}

#tapogee_logo { 
	display: block; 
} 

#tapogee_menu { 
	display: block; 
	float:left; 
	font-size: .75em;
	height: 100%; 
	width: 170px; 
	border-right: solid black 1px; 
} 

#tapogee_content { 
	margin-left: 10px; 
	float: left; 
	max-width: 800px; 
} 

#tapogee_menu a { 
	width: 160px; 
	display: block; 
	border: solid 1px; 
	border-color: silver black black silver; 
	background-color: #F0FFFF; 
	color: #003060; 
	margin: 0px 0px 3px 0px; 
	padding: 3px 5px 3px 5px; 
	text-decoration: none; 
	font-weight: bold; 
	background-image: url(menu.gif); 
	background-repeat: repeat-x; 
	background-position: top; 
} 

#tapogee_menu a:hover { 
	color: #000000; 
	background-color: #E0F0FF; 
	border-color: black silver silver black; 
	background-image: url(menuhilight.gif); 
} 

#tapogee_menu #wikipod a { 
	border: inherit; 
	background-color: inherit; 
	background-image: inherit; 
} 

#tapogee_menu .feed { 
	width: 160px; 
	margin-top: 15px; 
	padding: 3px; 
	background-color: #D0E0F0; 
	border: solid 1px; 
	border-color: silver black black silver; 
} 

#tapogee_menu .feed a { 
	display: block; 
	width: 150px; 
	font-size: .75em; 
	background-image: none; 
	background-color: transparent; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	border-top: solid black 1px; 
	margin-top: 3px; 
	padding-top: 6px; 
} 

#tapogee_menu .feed a:hover { 
	color: blue; 
} 

#tapogee_menu .feed .feeddate { white-space: nowrap; } 

