/*
Theme Name: SimpleMap
Theme URI: http://simplemap-plugin.com/
Description: Custom theme for SimpleMap.
Author: Barrett Creative, Inc.
Author URI: http://barrettcreative.net
Version: 1.0
*/

.alignleft {
	display: block;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: block;
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

a {
	color: #25779f;
	background: none;
	text-decoration: none;
}

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

a.teaser {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0.5em;
	line-height: 40px;
	text-decoration: none;
}

a.teaser:hover {
	color: #fff;
	background: #25779f;
}

a.teaser:hover span.quiet.small {
	color: #fff;
}

body {
	background: #c0bca9 url(images/bkgd.jpg) repeat-x top;
	color: #333;
	font-size: 12px;
}

#breadcrumbs {
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0;
	padding: 1em;
	background: #fff;
}

.commentlist li.alt {
	background: #fff;
}

.commentlist li.bypostauthor {
	background: #c2bfae;
}

.commentlist .commentauthorlink {
	font-size: 1.3em;
	line-height: 1.3em;
}

.commentlist .commentauthorlink a {
	text-decoration: none;
}

.commentlist .commentinfo {
	float: left;
	width: 15%;
	text-align: right;
}

.commentlist .commentlink {
	color: #c2bfae;
	text-decoration: none;
}

.commentlist li.bypostauthor .commentlink {
	color: #333;
}

.commentlist li.bypostauthor .commentnumber {
	color: #333;
}

.commentlist .commentnumber {
	float: right;
	width: 5%;
	line-height: 1em;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #c2bfae;
}

.commentlist .commenttext {
	float: left;
	width: 75%;
	margin-left: 5%;
}

#comments h3 {
	margin-top: 1em;
}

.container {
	background: #fff;
}

#content {
	padding-left: 20px;
	overflow-x: hidden;
}

#content ul, #sidebar ul {
	list-style-image: url(images/bullet.jpg);
}

#footer {
	margin: 0 20px;
	padding: 20px 0;
	border-top: 1px solid #ddc;
}

#header {
	height: 225px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 225px;
	background: transparent url(images/header.jpg) no-repeat center top;
	text-indent: -9999px;
}

#nav {
	margin: 30px 0 40px;
	text-align: center;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	display: inline-block;
	margin: 0 18px;
	padding: 5px;
	font: bold 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #c2bfae;
	letter-spacing: 1px;
}

#nav li a:hover {
	color: #83952a;
	text-decoration: none;
}

#nav li.current_page_item a {
	color: #83952a;
}

.post-navigation {
	display: inline-block;
	width: 96%;
	padding: 5px 2%;
	background: #83952a;
	color: #fff;
}

.post-navigation a {
	color: #fff;
}

#sidebar {
	float: right;
}

#sidebar .btn-download, #sidebar .btn-donate, #sidebar .btn-feed {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	line-height: 1.7em;
	color: #fff;
}

#sidebar .btn-download {
	background-color: #83952a;
	border: 1px solid #83952a;
}

#sidebar .btn-donate {
	background-color: #25779f;
	border: 1px solid #25779f;
}

#sidebar .btn-feed {
	background-color: #e95e00;
	border: 1px solid #e95e00;
}

#sidebar .btn-download span, #sidebar .btn-donate span, #sidebar .btn-feed span {
	display: block;
	font-size: 1.7em;
	text-transform: uppercase;
}

#sidebar .btn-download:hover, #sidebar .btn-donate:hover, #sidebar .btn-feed:hover {
	background-color: #fff;
	text-decoration: none;
}

#sidebar .btn-download:hover {
	color: #83952a;
}

#sidebar .btn-donate:hover {
	color: #25779f;
}

#sidebar .btn-feed:hover {
	color: #e95e00;
}

#sidebar h3 {
	margin-top: 30px;
}

.wp-pagenavi {
	clear: both;
	margin-top: 10px;
	font-size: 1.2em;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	display: block;
	float: left;
    width: 20px;
    height: 20px;
    margin: 10px 0;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
    text-decoration: none;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #25779f;
}

.wp-pagenavi span.pages {
	display: block;
	float: left;
    height: 22px;
    margin: 10px 10px 10px 0;
    line-height: 22px;
    font-weight: bold;
	color: #333;
}

.wp-pagenavi span.current {
	color: #333;
    border-color: #c2bfae;
}

.wp-pagenavi span.current:hover {
	color: #fff;
	background-color: #25779f;
}

.wp-pagenavi span.extend {
	color: #333;
}