/*  
Theme Name: Fayetteville Public Library Default
Theme URI: 
Description: A custom theme designed to emulate the Fayetteville Public Library template.
Version: 1.0
Author: Justin Blum
Author URI: http://videlicet.org
*/

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-color: #EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a:link { color: #014366; text-decoration:none; }
a:visited { color: #014366; text-decoration:none; }
a:hover { color: #990000; text-decoration:none; }
a:active { color: #014366; text-decoration:none; }

h1 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #014366;
	margin-top:0px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#014366;
	margin-bottom:0px;
}

.leftDashLine {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	width: 200px;
	padding: 5px;
}
.leftDashLine h2 {
	margin-bottom: 0px;
}
.leftDashLine p {
	text-align: left;
}
.rightDashLine {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
.leftDashBlack {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
}
.rightDashBlack {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
}
.blueHilight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #014366;
	text-decoration: none;
}
.greyNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.greyNote a:link { color: #014366; text-decoration:none; }
.greyNote a:visited { color: #014366; text-decoration:none; }
.greyNote a:hover { color: #666666; text-decoration:none; }
.greyNote a:active { color: #014366; text-decoration:none }

.img_rightcol {
	margin: 0 0 0 0;
}
.list_notop {
	margin: 0 0 20px 10px;
	padding: 0 0 0 10px;
	list-style-type:square;
}
.list_notop li {
	margin-bottom: 5px;
}
.list_notop_ordered {
	margin: 0 0 20px 15px;
	padding: 0 0 0 15px;
}
.list_notop_ordered li {
	margin-bottom: 5px;
}

.post h2 {
	font-size: 16px;
	border-bottom: 1px dotted #999999;
}

.post h2 a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.post h2 a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.post h2 a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.pagetitle {
	margin-bottom: 1em;
}

.post h2 a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.byline {
	font-size: 11px;
	margin-top: 0px;
	text-align: right;
	color: #666666;
	margin-bottom: 10px;
}

.entry p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.postmetadata {
	font-size: 11px;
	margin-top: 0px;
	text-align: right;
	color: #666666;	
}

.navigation {
	margin: 0 0 10px 0;
}

#sidebar ul {
	margin: 0 0 10px 0px;
	padding: 0 0 0 0px;
	list-style-position: inside;
	font-size: 11px;
}

.main-content {
	padding: 5px;
	width: 564px;
}

#search {
	list-style-type: none;

}

#searchform {
	list-style-type: none;

}

#archives {
	list-style-type: none;
}

#categories-1 {
	list-style-type: none;
}

#pages {
	list-style-type: none;

}

#recent-posts {
	list-style-type: none;

}

#recent-comments {
	list-style-type: none;

}

#links {
	list-style-type: none;

}

#comments {
	color: #990000;
}

#commentform {
	margin: 0px;
	padding: 0px;
}

#commentform input {
	margin: 0px;
	padding: 0px;
}

#commentform textarea {
	width: 95%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
.commentlist p {
	margin-top: 10px;
}

.footnotes {
	font-size: 10px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	color: #666666;
}

sup {
	font-size: 9px;
	color: #990000;
}
	
.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.navLinks a:link { color: #FFFFFF; text-decoration:none; }
.navLinks a:visited { color: #FFFFFF; text-decoration:none; }
.navLinks a:hover { color: #FFFFFF; text-decoration:none; }
.navLinks a:active { color: #FFFFFF; text-decoration:none; }
.navLinksBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C1D0E8;
	text-decoration: none;
}
.navLinksBlue a:link { color: #C1D0E8; text-decoration:none; font-weight:bold; }
.navLinksBlue a:visited { color: #C1D0E8; text-decoration:none; font-weight:bold; }
.navLinksBlue a:hover { color: #FFFFFF; text-decoration:none; font-weight:bold; }
.navLinksBlue a:active { color: #C1D0E8; text-decoration:none; font-weight:bold; }