@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------
SIDE NAVIGATION DEFAULT
---------------------------------------------*/

#wpSidebarBlog {
	text-align: left;
	padding: 12px 20px 10px 10px;
}

#wpSidebarBlog form {
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
}

#wpSidebarBlog form label {
	color: #7d3535;
	font-size: 10px;
}

#wpSidebarBlog form input {
	margin-top: 3px;
	margin-bottom: 3px;
}

#wpSidebarBlog #s {
	border: 1px solid #000000;
	padding: 2px;
	width: 140px;
}

#wpSidebarBlog #searchsubmit {
	background-color: #ede2c2;
	padding: 2px 6px;
	border-top: 1px solid #fff8dc;
	border-right: 1px solid #fff8dc;
	border-bottom: 1px solid #b5977d;
	border-left: 1px solid #b5977d;
}

#wpSidebarBlog h2 {
	/* color: #7d3535; */
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
}

#wpSidebarBlog ul, #wpSidebarBlog li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#wpSidebarBlog ul {
	padding-top: 0;
	padding-bottom: 5px;
}

#wpSidebarBlog ul li a, #wpSidebarBlog ul li a:link, #wpSidebarBlog ul li a:visited {
	color: #1b69cf;
}

#wpSidebarBlog ul li li a, #wpSidebarBlog ul li li a:link, #wpSidebarBlog ul li li a:visited {
	color: #7d3535;
}

#wpSidebarBlog ul li li {
	padding-left: 12px;
	margin-left: 3px;
	font-size: 11px;
	line-height: 12px;
	background-image: url(../images/template/misc/bullet_arrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

#wpFooter {
	margin: 0;
	padding-top: 9px;
	padding-bottom: 26px;
}

/*---------------------------------------------
SIDE NAVIGATION TABS
---------------------------------------------*/

#wpSidebarHome {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 180px;
}

#wpSidebarHome ul, #wpSidebarHome li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#wpSidebarHome li a {
	display: inline-block;
}

#wpSidebarHome li a {
	display: block;
}

#wpSidebarHome .page_item a {
	display: block;
	margin: 0;
	font-size: 12px;
	color: #7d3636;
}

#wpSidebarHome .page_item a, #wpSidebarHome .page_item a:link, #wpSidebarHome .page_item a:visited {
	height: 50px;
	background-color: #e0d4af;
	background-image: url(../images/template/rightnav/rightnav_primary_inactive_ro.gif);
	background-position: left top;
	border-left: 1px solid #b5977d;
	text-decoration: none;
}

#wpSidebarHome .page_item a:hover, #wpSidebarHome .page_item a:focus {
	color: #000000;
	background-position: left bottom;
	text-decoration: none;
}

#wpSidebarHome .current_page_item a, #wpSidebarHome .current_page_item a:link, #wpSidebarHome .current_page_item a:visited,
#wpSidebarHome .current_page_ancestor a, #wpSidebarHome .current_page_ancestor a:link, #wpSidebarHome .current_page_ancestor a:visited
{
	background-color: #fff8dc;
	background-image: url(../images/template/rightnav/rightnav_primary_active.gif);
	background-position: left top;
	border-left: 0 none;
}

#wpSidebarHome .page_item a span {
	display: block;
	padding: 17px 2px 2px 5px;
}

#wpSidebarHome .page_item ul {
	width: 168px;
	border-left: 1px solid #b5977d;
}

#wpSidebarHome .page_item li {
	width: 167px;
	display: block;
	margin: 0;
}

#wpSidebarHome .page_item .page_item a {
	display: block;
	margin: 0;
	font-size: 11px;
	color: #000000;
}

#wpSidebarHome .page_item .page_item a span {
	display: block;
	padding: 2px 2px 2px 5px;
}

#wpSidebarHome .page_item .page_item a, #wpSidebarHome .page_item .page_item a:link, #wpSidebarHome .page_item .page_item a:visited {
	height: auto;
	width: auto;
	display: block;
	background-color: #b7cfd5;
	background-image: none;
	border-top: 1px solid #cae4eb;
	border-right: 1px solid #8fb6bf;
	border-bottom: 1px solid #8fb6bf;
	color: #000000;
	text-decoration: none;
	border-left: 0 none;
}

#wpSidebarHome .page_item .page_item a:hover, #wpSidebarHome .page_item .page_item a:focus {
	background-color: #9fbbc2;
	background-image: none;
	text-decoration: none;
}

#wpSidebarHome .current_page_ancestor .current_page_item a, #wpSidebarHome .current_page_ancestor .current_page_item a:link,
#wpSidebarHome .current_page_ancestor .current_page_item a:visited
{
	background-color: #9fbbc2;
	color: #000000;
	font-weight: bold;
}

#wpSidebarHome .page_item ul {
	display: none;
	height: 0px;
	overflow: hidden;
	position: absolute;
	x: -2000;
}
#wpSidebarHome .current_page_item ul, #wpSidebarHome .current_page_ancestor ul {
	display: inline-block;
	height: auto;
	/* overflow: auto; */
}
#wpSidebarHome .current_page_item ul, #wpSidebarHome .current_page_ancestor ul {
	display: block;
	position: relative;
}

#homeRightNavGradient {
	clear: both;
	width: 180px;
	height: 65px;
	margin-right: 0;
	background-image: url(../images/template/rightnav/rightnav_btm_gradient.gif);
}

/*---------------------------------------------
MAIN CONTENT AREA
---------------------------------------------*/

#wpContent {
	text-align: left;
	position: relative;
}

#wpContent h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#wpContent h2 {
	margin-top: 4px;
	margin-bottom: 24px;
	text-align: center;
}

#wpContent ul, #wpContent ul li {
	list-style: none;
	display: block;
}

#wpContent ul {
	padding: 10px 0 10px 0;
	margin: 0;
}

#wpContent ul li {
	padding-left: 12px;
	margin: 6px 0 6px 12px;
	background-image: url(../images/template/misc/bullet_arrow.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#wpContent dl, #wpContent dt, #wpContent dd {
	display: block;
}

#wpContent dl {
	padding: 10px 0 10px 0;
	margin: 0;
}

#wpContent dt {
	color: #7d3636;
	font-size: 13px;
	margin: 0;
	padding: 6px 0 2px 0;
}

#wpContent dd {
	color: #676767;
	margin: 0 8px 12px 18px;
	padding: 2px 0 6px 6px;
	border-left: 1px dotted #b5977d;
	border-bottom: 1px dotted #b5977d;
}

/*---------------------------------------------
MAIN CONTENT AREA - MAIN BLOG INDEX
---------------------------------------------*/

#wpContentBlog h2 {
	display: block;
	margin: 2px auto;
	padding: 0;
	text-align: center;
}

#wpContentBlog h2 a, #wpContentBlog h2 a:link, #wpContentBlog h2 a:visited {
	display: block;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #7d3636;
	background-color: #e0d4af;
	border: 1px solid #ccb999;
}

#wpContentBlog h2 a:hover, #wpContentBlog h2 a:focus {
	color: #1b69cf;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #b5977d;
}

#wpContentBlog small {
	text-align: center;
	font-size: 10px;
	color: #7d3636;
	display: block;
}

#wpContentBlog .post {
	margin-top: 2px;
	margin-bottom: 28px;
}

#wpContentBlog .entry {
	border-bottom: 1px dotted #b5977d;
}

#wpContentBlog .postmetadata {
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
}

/*---------------------------------------------
MAIN CONTENT AREA - SINGLE POST DETAIL PAGE
---------------------------------------------*/

#wpContentSingle .postmetadata small {
	display: block;
	margin: 4px auto;
	padding: 4px 7px;
	font-size: 10px;
	border-top: 1px dotted #b5977d;
	border-bottom: 1px dotted #b5977d;
}

#wpContentSingle .back-link {
	text-align: center;
}

#wpContentSingle .navigation {
	border-bottom: 1px dotted #b5977d;
	border-top: 1px dotted #b5977d;
	margin: 0;
	padding: 0;
}

#wpContentSingle .navigation div {
	padding: 2px auto;
	margin: 0 auto;
}

#wpContentSingle .clear-float {
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#wpContentSingle h1 {
	clear: both;
}

#wpContentSingle h3 {
	text-align: center;
}

#wpContentSingle .commentlist, #wpContentSingle .commentlist li {
	margin: 0 auto;
	display: block;
	padding: 0;
	list-style: none;
}

#wpContentSingle .commentlist {
	border-top: 1px solid #b5977d;
	margin: 16px auto;
}

#wpContentSingle .commentlist li {
	border-bottom: 1px solid #b5977d;
	background-color: #ede2c2;
	padding: 6px 12px 3px 12px;
}

#wpContentSingle .commentlist .alt {
	background-color: #ffffff;
}

.commentlist cite {
	float: left;
	margin-top: 0;
	font-weight: bold;
	font-style: normal;
}

.commentlist small {
	float: right;
	margin-top: 0;
	font-size: 10px;
}

.commentlist .pending em {
	color: #aa0016;
	font-weight: bold;
	font-style: normal;
}

#commentform #comment {
	width: 400px;
	border: 2px solid #000000;
}

#commentform .comment-metafield {
	border: 2px solid #000000;
}

#commentform p {
	margin: 3px 0;
	text-align: center;
}

/*---------------------------------------------
MAIN CONTENT AREA - SEARCH RESULTS PAGE
---------------------------------------------*/

#wpContentSearch {}

#wpContentSearch dl {}

#wpContentSearch dt {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#wpContentSearch dd {
	margin: 2px 0 2px 7px;
}

#wpContentSearch dd div {
	margin: 0;
	padding: 0;
}

#wpContentSearch small {
	font-size: 10px;
}

#wpContentSearch dd .postexerpt p {
	color: #000000;
	margin: 2px 12px 2px 20px;
}

#wpContentSearch .postmetadata p {
	font-size: 10px;
	margin: 2px 0 0 0;
}

/*---------------------------------------------
BOTTOM FOOTER
---------------------------------------------*/

#wpFooter p {
	margin: 0 auto;
}

#wpFooter p.credits {
	margin: 3px auto;
	font-size: 10px;
}

/*---------------------------------------------
MISCELLANEOUS
---------------------------------------------*/

/* page sibling navigation */

.wp_page_sibling_links {
	position: relative;
	padding-top: 2px;
	margin-top: 24px;
	border-top: 1px solid #e0d4af;
	clear: both;
}

.wp_page_sibling_links p {
	margin-top: 0;
	margin-bottom: 0;
	width: 200px;
}

.wp_page_sibling_links .previous {
	float: left;
	margin-left: 0;
	margin-right: auto;
	text-align: left !important;
}

.wp_page_sibling_links .next {
	float: right;
	margin-right: 0;
	margin-left: auto;
	text-align: right !important;
}

.wp-caption {
	border: 1px solid #b5977d;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #e0d4af;
}

.wp-caption img {
	margin: 5px;
}

.wp-caption-text {
	font-size: 10px;
	color: #7d3636;
	text-align: center;
	margin: 0 auto 5px auto;
}

.alignright {
	float: right;
	margin-right: 0;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right: auto;
	margin-left: 0;
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*---------------------------------------------
NEXTGEN PHOTO GALLERY STYLING
---------------------------------------------*/

.ngg-galleryoverview {
	padding: 0 0 0 15px;
	width: auto !important;
	margin: 0;
	position: relative;
	float: left;
}

.slideshowlink {
	display: block;
}

.slideshowlink, .slideshowlink a, .piclenselink, .piclenselink a {
	display: none;
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ngg-singlepic {}

.thickbox img, .ngg-gallery-thumbnail a img {
	border: 1px solid #b5977d;
	background-color: #ffffff;
}

.thickbox img:hover, .thickbox img:focus,
.ngg-gallery-thumbnail a img:hover, .ngg-gallery-thumbnail a img:focus {
	border: 1px solid #b5977d;
	background-color: #e0d4af;
}
