body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #626100;
}
a {
	text-decoration: none;
}
a, a:hover {
	color: #7E7A00;
}
a:hover {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#ffffff;
	background-color: #217DD9;
	text-decoration: none;
	border: thin solid #217DD9;
}

a.image_link:hover{ 
border: none;
background-color: transparent;
}
.entry p {
	line-height: 1.5em;
	font-size: 1.1em;
}
.entry p a, .entry p a:visited {
	color: #217DD9;
    text-decoration: none;
}
.entry p a:hover {
	border: none;
	color:#ffffff;
	background-color: #217DD9;
	text-decoration: none;
	border: thin solid #217DD9;
}
.pages {
	display: inline;
	position: absolute;
	left: 0;
	top:123px;
	bottom: 0;
	text-align: <?php echo $mandigo_options['header_navigation_position']; ?>;
	padding: .6em 0;
	width: 100%;
	list-style-type: none;
}
.pages a {
	letter-spacing: .08em !important; letter-spacing: .1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #7E7A00;
}
.pages a:hover {
	letter-spacing: .08em !important; letter-spacing: .1em;
	font-size: 1.2em;
	font-weight: normal;
	color:#ffffff;
	background-color: #217DD9;
	text-decoration: none;
	border: thin solid #217DD9;
}
.sidebars ul li {
	list-style-type: circle;
	list-style-image: none;
	margin: 0;
	color: #7E7A00;
}
.sidebars ul li, .sidebars ol li {
	margin: 3px 0 0 0;
}
.widgettitle, .sidebars li.linkcat h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
.sidebars {
	font-size: 1.2em;
}

.current-cat a {
color: #fff;
font-weight: bold;
}
small {
	color: #555555;
}
#comments, #respond .title, #respond.pre27, #trackbacks {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #7E7A00;
}

#respond .title, #respond.pre27, #trackbacks {
	clear: both;
}
.posttitle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #7E7A00;
}
.posttitle a, .posttitle a:visited {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.1em;
	color: #7E7A00;
}
.posttitle a:hover {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.1em;
	color: #C5C38C;
	background-color: transparent;
	border: none;
}

h1 {
	color: #7E7A00;
	font-size: 2em;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: normal;
}
h2 {
	color: #7E7A00;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: normal;
}
h3 {
	color: #7E7A00;
	font-size: 1.17em;
	font-weight: bold;
}
h4 {
	color: #7E7A00;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.datestamp { 
	background: #c5c38c;
	border: 1px solid #7E7A00;
}

.datestamp div {
	background: #7E7A00;
}
#searchform {
	margin: 0 auto;
	padding: 0 3px; 
	text-align: left;
}
.sidebars #searchform #s {
	border: 1px solid #7E7A00; 
	width: 140px;
	padding: 2px;
}
.bypostauthor {
	background: #FDF6CA;
	color: #000;
	border-top: 1px solid #7E7A00;
	border-bottom: 1px solid #7E7A00;
}
blockquote {
	margin: 15px 10px 0 10px;
	padding: 0 20px 0 20px;
	border: 1px dashed #ddd;
	background: #fff;
}
blockquote {
	color: #939494;
	font-style: italic;
}
.entry img {
	border: 1px solid #7E7A00;
	padding: 3px;
	}
