body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #555555;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.1em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.1em;
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
}

.widgettitle, .sidebars li.linkcat h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #4273A6;
}
.sidebars {
	font-size: 1.2em;
}

.sidebars ul li {
	list-style-type: circle;
	list-style-image: none;
	margin: 0;
	color: #4273A6;
}
.sidebars ul li a:hover {
	color: #4273A6;
	text-decoration: none;
}
.sidebars ul li, .sidebars ol li {
	margin: 3px 0 0 0;
}
.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: #FF9B2A;
}
.pages a:hover {
	letter-spacing: .08em !important; letter-spacing: .1em;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #4273A6;
}
.posttitle {
	font-size: 2.0em;
	font-weight: normal;
	color: #1F1F1F;
}
.posttitle a, .posttitle a:visited {
	text-align: left;
	line-height: 1.1em;
	color: #1F1F1F;
}
.posttitle a:hover {
	text-align: left;
	line-height: 1.1em;
	color: #FF9B2A;
}
#comments, #respond .title, #respond.pre27, #trackbacks {
	font-weight: bold;
	font-size: 1.5em;
	color: #4273A6;
}
.entry p {
	line-height: 1.5em;
	font-size: 1.1em;
}
.entry p a, .entry p a:visited {
	color: #4986C5;
}
.entry p a:hover {
	color: #FF9B2A;
	text-decoration: none;
}
.current-cat a {
color: #4273A6;
font-weight: bold;
}
#searchform {
	margin: 0 auto;
	padding: 0 3px; 
	text-align: left;
}
.sidebars #searchform #s {
	border: 1px solid #FFB01C; 
	width: 140px;
	padding: 2px;
}
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 #EEEEEE;
	padding: 3px;
	}