/*
	------
	librarian.net stylesheet, borrowed from abada stylesheet. made by greg, edited by me
	------
*/

body {
	voice-family: "\"}\"";
	voice-family: inherit;
    font-family : "Verdana", sans-serif;
    font-size: 12px;
	line-height: 16px;
    margin : 0px 0px 0px 0px;
    background-color :  #fff;
}

a
{
	text-decoration: underline;
}  

a:link {
	color: #999933;
}

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

a:hover {
    color: #999933;
	text-decoration: underline;
}

.date {
	color: #f03f05;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 10px;
}

.entry {
	margin-left: 30px;
	margin-bottom: 14px;
}

.hi {
	margin-bottom: 14px;
}

.entryth {
	color: #f98941;
	font-size: 10px;
}

.quote { 	
	font-family: Palatino, "Times", serif;
	color: Gray;	
	line-height: 13px;
	margin-left: 50px;
	padding: 5px;
    border-left: 1px dotted #ffc39c;
}

.searchbox
{
	border: 1px solid #808080;
}

.pith {
text-align : right;
}

#logo {
    background-color: #fff;
    border-bottom: 1px solid #c6c6c6;
    text-align : left;
}

#head {
    background-color: #fff;
    height: 87px;
    border-bottom: 1px solid #c6c6c6;
	text-align: center;
	color: #f98941;
	font-size: 11px;
}

#head a{
	color:#666;
	text-decoration: none;
}

#head a:hover {
text-decoration: underline;
}


#leftNav {
	position: absolute;
	left: 15px;
	color: Gray;
	top: 115px;
	width: 160px;
    font-size: 11px;
	line-height: 14px;
	z-index: 1;    
}

#main {
	position: absolute;
	left: 0px;
	top: 102px;
	width: 98%;
	z-index: 0;
    background-color : #fff;
}

#main div.padding {
	margin-left: 200px;
	margin-right: 25px;
}

#footer {
	line-height: 12px;
}

#footer a {
text-decoration: none;
}

#footer a:hover
{
color: #000;
background-color: #b1b163;
}
