/*
Theme Name: Custom
Author: Eric Wolfe
*/

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.right {
	float: right;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top {
	background-image: url(images/toolbar-background.png);
	background-repeat: repeat-x;
	height: 35px;
}
#toolbar {
	background-image: url(images/toolbar-background.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#toolbar li {
	display: inline;
}
#toolbar li a {
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
/* END RESET */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
}
#logo {
	background-image: url(images/costa-mesa-library-foundation.jpg);
	background-repeat: no-repeat;
	height: 120px;
	cursor: pointer;
}
#logo span {
	display: none;
}
#intro {
	border-bottom:1px dotted;
	margin-bottom:20px;
	padding-bottom:20px;
}
#content {
	clear: both;
	float: left;
	width: 589px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding: 25px;
}
#sidebar {
	float:right;
	padding-bottom:25px;
	padding-left:25px;
	padding-right:25px;
	width:310px;
}
#footer {
	clear: both;
	line-height: 150px;
	background-color: #111111;
	color: #FFF;
	margin-bottom: 20px;
}
#footer center small a {
	color: #FFF;
}
#donate {
	background-image:url(images/how-to-donate.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	overflow:visible;
	padding-bottom:20px;
	padding-left:135px;
	padding-top:20px;
}
h2, h2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	color: #383838;
}
#sidebar h2 a {
	font-size:0.9em;
}
h3 {
	color: #0483b8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}
#toolbar li {
	padding-left: 1em;
	padding-right: 1em;
}
.widget {
	list-style-type: none;
	margin-bottom: 1em;
}
.widget li {
	list-style-position: inside;
}
p {
	margin-bottom: 1em;
}
.widget_search h2 {
	display: none;
}
#featured {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px solid #005187;
	padding:1em;
}
.post {
	border-bottom:3px solid #CCCCCC;
	margin-top:1em;
}
#featured ul {
	margin-left: 1em;
}
