/*
Theme Name: vision4living
Theme URI: http://vision4living.org/
Description: Custom designed theme for vision4living
Version: 1.0
Author: Robert Staddon
Author URI: http://abundantdesigns.com/

*/

* {
	margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;
	background: #a89d6a url(images/bg.jpg) top center repeat-x;
}


/* ------------------------- General Tags and Styles ------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: .5em;
}
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
	font-style: italic;
}
h6 {
	font-size: 1.1em;
}

p {
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.3em;
}

blockquote {
	margin-left: 30px;
}
blockquote p {
	text-indent: 0px;
}
pre {
	font: 1.3em "Courier New", monospace;
}

/* Lists */
ul, ol {
	margin-left: 30px;
	margin-bottom: .5em;
}
li, dt, dd {
	font-size: 1.3em;
}
li li {
	font-size: 1em;
}

/* Links */
a {
	color: #948540;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #948540;
}
a:visited:hover {
}
a:active {
	color: black;
}

h1 a, h2 a, h3 a, h1 a:visited, h2 a:visited, h3 a:visited {
	color: black;
}

/* Images */
a img {
	padding: 1px;
	border: 4px solid black;
}
a:hover img {
	border-color: #A89D6A;
}
a img.no-border {
	padding: 0px;
	border-width: 0px;
}

img.float-left, img.alignleft {
	margin: 4px 10px 4px 0;
	display: inline;
}
img.float-right, img.alignright {
	margin: 4px 0 4px 10px;
	display: inline;
}
img.centered, img.aligncenter {
	margin: 6px;
}

.float-right, .alignright {
	float: right;
}
.float-left, .alignleft {
	float: left;
}
.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.error {
	color: red;
}
.hidden {
	display: none;
}
.screen-reader-text {
	display: none;
}

/* Image Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F7F6F4; /* #f3f3f3; */
	padding: 6px 6px 0px 6px;
	margin: 4px 10px 4px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	/* padding: 0;
	border: 0 none; */
}
.wp-caption-dd, .wp-caption-text {
	text-indent: 0px;
	font-size: 1em;
	line-height: 17px;
	padding: 5px 4px 5px 5px;
	margin: 0;
}


/* ------------------------------ Structure ------------------------------ */

#header-wrap {
	width: 100%;
	height: 58px;
	background-color: #070607;
}
#header {
	position: relative;
	width: 900px;
	height: 100%;
	z-index: 2; /* Stacked above #main-nav so that logo bottom won't be cut off */
	margin: 0px auto;
}
#page {
	width: 900px;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: left;
	background: #dedbd2 url(images/page.gif) top right repeat-y;
}
#main-nav {
	position: relative;
	height: 110px;
	width: 100%;
	z-index: 1; /* Stacked below #header */
	background: #dedbd2 url(images/top-image.jpg) top right no-repeat;
	float: left; /* Required to fix IE bug when zooming in */
}
#home-page #main-nav {
	height: 345px;
	background-image: url(images/top-image-home.jpg);
}
#home-page #whats-new {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 280px;
	overflow: hidden;
	background: url(images/whats-new-bg.jpg) top left no-repeat;
}

#main-nav-list {
	margin: 0px;
	position: absolute;
	bottom: 40px;
	left: 18px;
	right: 16px;
	list-style: none;
}
#home-page #main-nav-list {
	bottom: 22px;
}
#nav-breadcrumbs {
	position: absolute;
	height: 40px;
	bottom: 0px;
	left: 18px;
	right: 16px;
	background: #F7F6F4 url(images/top-image.jpg) 529px -71px no-repeat;
}
#home-page #nav-breadcrumbs {
	height: 22px;
	background: #F7F6F4 url(images/top-image-home.jpg) 335px -324px no-repeat;
}
#content {
	position: relative;
	width: 100%;
	background: url(images/top-image.jpg) 547px -112px no-repeat;
	clear: both; /* Required because main-nav is floated; */
}
#home-page #content {
	background-image: none;
}
#main-column {
	position: relative;
	top: 20px;
	left: 75px; /* 18px from left side is the border of the page */
	float:left;
	width: 525px;
	margin-bottom: 40px;
}
#posts-page #main-column {
	left: 130px; /* 18px from left side is the border of the page */
	width: 460px;
}
#sidebar {
	position: relative;
	top: 50px;
	right: 16px;
	float: right;
	width: 227px;
	padding-bottom: 100px;
}
#home-page #sidebar {
	top: 0px;
}
#footer {
	position: relative;
	clear: both;
	height: 122px;
	background: url(images/footer.gif) left bottom no-repeat;
}

/* ------------------------------ #header ------------------------------ */

#header h1 {
	position: absolute;
	height: 89px;
	width: 384px;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-indent: -9999px;
	background: url(images/logo.gif) top right no-repeat;
}
#header .tagline {
	position: absolute;
	height: 34px;
	width: 384px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	text-indent: -9999px;
	background: #070607 url(images/tagline.gif) top right no-repeat;
}
/*#home-page #header .tagline {
	background-image: url(images/tagline-home.gif);
}*/


/* ------------------------------ #main-nav ------------------------------ */

ul#main-nav-list li {
	float: left;
	padding-right: 8px;
	font-size: 1.4em;
	background: url(images/tab-tr.gif) top right no-repeat;
	margin-right: 3px;
}
ul#main-nav-list li a {
	float: left;
	padding-top: 8px;
	background: url(images/tab-tl.gif) top left no-repeat;	
}
ul#main-nav-list li a span {
	float: left;
	padding: 0px 14px 8px 14px;
	margin-right: -8px;
	color: #4b2d0a;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background: #F7F6F4 url(images/tab-bg.gif) bottom left repeat-x;
}
ul#main-nav-list li a:hover span {
	color: #b4a560;
	text-decoration: none;
	background-image: url(images/tab-bg-light.gif);
}
ul#main-nav-list li.current_page_item a span, ul#main-nav-list li.current_page_ancestor a span, ul#main-nav-list li.current_page_parent a span {
	color: #948540;
	background-image: none;
}
ul#main-nav-list li.current_page_item a:hover span, ul#main-nav-list li.current_page_ancestor a:hover span, ul#main-nav-list li.current_page_parent a:hover span {
	color: #b4a560;
}

#nav-breadcrumbs p {
	text-indent: 2em;
	font-size: 1.1em;
	margin-top: 14px;
}
#nav-breadcrumbs a {
	color: #948540;
	font-weight: bold;
	text-decoration: none;
}
#nav-breadcrumbs a:hover {
	text-decoration: underline;
}


/* What's New */
#whats-new h2 {
	margin: 25px 0px 25px 0px;
	text-indent: -9999px;
}

ul.post-image-list {
	list-style: none;
	margin-left: 50px;
	margin-bottom: 0px;
}
ul.post-image-list li {
	clear: both;
	padding: 15px 0px 15px 25px;
	font-size: 1.1em;
	font-style: normal;
	background: url(images/new-item-bg.jpg) top left no-repeat;
}
ul.post-image-list li .author {
	font-style: italic;
}
ul.post-image-list a img {
	float: left;
	border-width: 0px;
	margin-top: -2px;
	margin-right: 15px;
}
ul.post-image-list a, ul.post-image-list a:visited {
	color: black;
}
ul.post-image-list li a.title {
	font-style: normal;
	font-size: 1.4em;
}
ul.post-image-list li a.category {
}
ul.post-image-list li a:hover {
}


/* ------------------------------ #main-column ------------------------------ */

.navigation {
	float: left;
	clear: both;
	width: 436px;
	padding: 8px 12px;
	margin: 0px;
	margin-bottom: 50px;
	border-top: 1px dotted #bebbb2;
	border-bottom: 1px dotted #bebbb2;
	background-color: #F7F6F4;
}
.navigation a {
	color: #4b2d0a;
}
.nav-top {
	position: absolute;
	top: 0px;
	left: -78px;
	width: 535px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	border-width: 0px;
	border-bottom: 1px dotted #bebbb2;
	background: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous, .nav-next {
	font-size: 1.2em;
}

/* Posts */

.post {
	clear: both;
	padding-top: 8px;
	margin-bottom: 20px;
}
div.post-title {
	position: relative;
	margin-bottom: 15px;
	padding-top: 0px;
}
div.post-title h2 {
	font-size: 2.3em;
	margin-bottom: .1em;
}
div.post-title h2 a {
	color: black;
}
div.post-title .author {
	font-weight: bold;
}
div.post-title .category {
}
p.post-info {
	text-indent: 0px;
}

div.post-date {
	position: absolute;
	left: -78px;
	top: -8px;
	margin: 0px;
	width: 61px;
	height: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(images/date-bg.gif) top left no-repeat;
}
div.post-date .date {
	display: block;
	margin-top: 7px;
	color: #777;
	text-align: center;
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 1em;
	text-transform: uppercase;
}
div.post-date .day {
	display: block;
	clear: both;
	color: #b4a979;
	text-align: center;
	font-size: 27pt;
	letter-spacing: -1.5px;
	line-height: 1em;
}

p.single-post-metadata {
	clear:both;
	color: #5d5d5d;
	margin-top: 20px;
	padding: 10px;
	font-size: 1.1em;
	border: 0px dotted #bebbb2;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
p.postmetadata {
	clear: both;
	padding-top: 10px;
	text-indent: 0px;
}

/* Comments */

ol.commentlist {
	list-style: none;
	margin-left: 15px;
}
ol.commentlist li {
	position: relative;
	margin-top: .75em;
	margin-bottom: .75em;
	background: #f6f5f2 url(images/comment-tr.gif) top right no-repeat;
}
ol.commentlist li.authorcomment {
	background-color: #f2edca;
}
ol.commentlist div.commentnum {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: 0;
	color: white;
	line-height: .7em;
	font-size: 5em;
	font-weight: bold;
	letter-spacing: -.1em;
	text-align: left;
}
ol.commentlist .commenthead {
	position: relative;
	margin-left: 35px;
	margin-right: 25px;
	padding-top: 1em;
	padding-bottom: .75em;
	padding-left: .6em;
	z-index: 1;
	color: #787878;
	border-bottom: 1px dotted #787878;
}
ol.commentlist cite {
	border-right: 1px solid #a8a8a8;
	padding-right: 1.25em;
	margin-right: 1.25em;
	font-style: normal;
	font-size: 1.1em;
}
ol.commentlist .commentmetadata a {
	font-size: 1.1em;
	color: #a8a8a8;
}
ol.commentlist .commentbody {
	padding: 1em 25px 1.5em 35px;
	background: url(images/comment-bl.gif) bottom left no-repeat;
}
ol.commentlist .commentbody p {
	font-size: 1.1em;
}

#comments, #respond {
	margin-top: 1.75em;
}
#commentform {
	margin-left: 15px;
	margin-right: 15px;
}
#commentform #comment {
	width: 100%;
}

/* ------------------------------ #sidebar ------------------------------ */

#sidebar #searchform {
	margin-bottom: 25px;
	padding-left: 20px;
}
#sidebar input#s {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 3px 2px;
	width: 110px;
	border: 1px solid #4B2D0A;
}
#sidebar #searchsubmit {
	margin: 0px;
	padding: 2px;
	font-size: 1.3em;
	line-height: 1.1em;
	cursor: pointer;
	border: 1px solid #4B2D0A;
	background-color: #DAD7CD;
}
#sidebar #searchsubmit:hover {
	background-color: #F7F6F4;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p {
	margin-top: 1.5em;
	padding-left: 25px;
	padding-right: 25px;
}

#sidebar h2.events, #sidebar h2.aboutus, #sidebar h2.blogcategories, #sidebar h2.blogarchives,
.widget_archive h2, .flexo_widget_archives h2, .widget_categories h2, .s2_form_widget h2 {
	text-indent: -9999px;
	height: 31px;
}
#sidebar h2.events {
	background: url(images/ttl-events.gif) top left no-repeat;
}
#sidebar h2.aboutus {
	background: url(images/ttl-aboutus.gif) top left no-repeat;
}
#sidebar h2.blogcategories, .widget_categories h2 {
	background: url(images/ttl-blogcategories.gif) top left no-repeat;
}
#sidebar h2.blogarchives, .widget_archive h2, .flexo_widget_archives h2 {
	background: url(images/ttl-blogarchives.gif) top left no-repeat;
}
.s2_form_widget h2 {
	background: url(images/ttl-subscribe.gif) top left no-repeat;
}

#sidebar h2.ourmission {
	text-indent: -9999px;
	height: 79px;
	margin-top: 0px;
	background: url(images/ttl-ourmission.gif) top left no-repeat;
}
#sidebar p.missionstatement {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	padding-right: 30px;
}


/* sidebar-nav (switched to .widget_categories > ul and .widget_subpages > ul) */

	/* .widget_categories > ul */
		.widget_categories > ul {
			list-style: none;
			margin: 10px 0px 30px 0px;
		}
		.widget_categories > ul > li {
			position:relative;
			margin: 0px;
			padding: 0px;
			padding-top: 8px;
			width: 210px;
			background: url(images/sidetab-top.gif) top left no-repeat;
		}
		.widget_categories > ul > li.current_page_item, .widget_categories > ul > li.current_page_ancestor, .widget_categories > ul > li.current-cat {
			background-image: url(images/sidetab-top-light.gif);
		}
		.widget_categories > ul > li > a {
			display: block;
			background: url(images/sidetab-bg.gif) bottom left no-repeat;
		}
		.widget_categories > ul > li > a > span {
			display: block;
			padding: 2px 10px 10px 30px;
			color: #4b2d0a;
			background: url(images/larrow-light.gif) 7px 6px no-repeat;
		}
		.widget_categories > ul > li > a:hover > span, .widget_categories > ul > li.current_page_item > a:hover > span, .widget_categories > ul > li.current_page_ancestor > a:hover > span, .widget_categories > ul > li.current-cat > a:hover > span {
			color: #b4a560;
			background-image: url(images/larrow.gif);
		}
		.widget_categories > ul > li.current_page_item > a, .widget_categories > ul > li.current_page_ancestor > a, .widget_categories > ul > li.current-cat > a {
			background-image: url(images/sidetab-bg-light.gif);
		}
		.widget_categories > ul > li.current_page_item > a > span, .widget_categories > ul > li.current_page_ancestor > a > span, .widget_categories > ul > li.current-cat > a > span {
			color: #948540;
			background-image: url(images/larrow.gif);
		}
		
		.widget_categories ul ul {
			list-style: none;
			margin: 0px 0px 10px 30px;
		}
		.widget_categories ul li li a {
			display: block;
		}
		.widget_categories ul li li a span {
			color: #4b2d0a;
			display: block;
			padding: 4px 0px 4px 15px;
		}
		.widget_categories ul li li a:hover span, .widget_categories ul li li.current_page_item a:hover span,
		.widget_categories ul li.current_page_item li a:hover span, .widget_categories ul li.current_page_ancestor li a:hover span {
			text-decoration: underline;
		}
		.widget_categories ul li li.current_page_item a span, .widget_categories ul li li a:hover span {
			color: #948540;
		}
		.widget_categories ul li li.current_page_item li a span {
			color: #4b2d0a;
		}
		
		/* Hide subpages unless they are under a current_page_ancestor */
		.widget_categories ul li li {
			display: none;
		}
		.widget_categories ul li.current_page_item li, .widget_categories ul li.current_page_ancestor li {
			display: block;
		}
		
	/* .widget_subpages > ul */
		.widget_subpages > ul {
			list-style: none;
			margin: 10px 0px 30px 0px;
		}
		.widget_subpages > ul > li {
			position:relative;
			margin: 0px;
			padding: 0px;
			padding-top: 8px;
			width: 210px;
			background: url(images/sidetab-top.gif) top left no-repeat;
		}
		.widget_subpages > ul > li.current_page_item, .widget_subpages > ul > li.current_page_ancestor, .widget_subpages > ul > li.current-cat {
			background-image: url(images/sidetab-top-light.gif);
		}
		.widget_subpages > ul > li > a {
			display: block;
			background: url(images/sidetab-bg.gif) bottom left no-repeat;
		}
		.widget_subpages > ul > li > a > span {
			display: block;
			padding: 2px 10px 10px 30px;
			color: #4b2d0a;
			background: url(images/larrow-light.gif) 7px 6px no-repeat;
		}
		.widget_subpages > ul > li > a:hover > span, .widget_subpages > ul > li.current_page_item > a:hover > span, .widget_subpages > ul > li.current_page_ancestor > a:hover > span, .widget_subpages > ul > li.current-cat > a:hover > span {
			color: #b4a560;
			background-image: url(images/larrow.gif);
		}
		.widget_subpages > ul > li.current_page_item > a, .widget_subpages > ul > li.current_page_ancestor > a, .widget_subpages > ul > li.current-cat > a {
			background-image: url(images/sidetab-bg-light.gif);
		}
		.widget_subpages > ul > li.current_page_item > a > span, .widget_subpages > ul > li.current_page_ancestor > a > span, .widget_subpages > ul > li.current-cat > a > span {
			color: #948540;
			background-image: url(images/larrow.gif);
		}
		
		.widget_subpages ul ul {
			list-style: none;
			margin: 0px 0px 10px 30px;
		}
		.widget_subpages ul li li a {
			display: block;
		}
		.widget_subpages ul li li a span {
			color: #4b2d0a;
			display: block;
			padding: 4px 0px 4px 15px;
		}
		.widget_subpages ul li li a:hover span, .widget_subpages ul li li.current_page_item a:hover span,
		.widget_subpages ul li.current_page_item li a:hover span, .widget_subpages ul li.current_page_ancestor li a:hover span {
			text-decoration: underline;
		}
		.widget_subpages ul li li.current_page_item a span, .widget_subpages ul li li a:hover span {
			color: #948540;
		}
		.widget_subpages ul li li.current_page_item li a span {
			color: #4b2d0a;
		}
		
		/* Hide subpages unless they are under a current_page_ancestor */
		.widget_subpages ul li li {
			display: none;
		}
		.widget_subpages ul li.current_page_item li, .widget_subpages ul li.current_page_ancestor li {
			display: block;
		}


#subscribe2 {
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fbfaf9;
}
#subscribe2 h2 {
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	font-style: italic;
	font-size: 1.4em;
}
#subscribe2 .search {
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}
#subscribe2 .search p {
	text-indent: 1em;
	text-align: left;
	padding: 0px;
}
#subscribe2 #subscribeinput {
	padding: 2px;
	border: 1px solid #4B2D0A;	
	width: 175px;
	margin-right: 0px;
}
#subscribe2 #subscribesubmit {
	padding: 2px 0.5em 1px 0.5em;
	margin-top: 3px;
	margin-right: 3px;
	border: 1px solid #4B2D0A;
	background-color: #DAD7CD;
	cursor: pointer;
	font-weight: bold;
}
#subscribe2 #subscribesubmit:hover {
	background-color: #F7F6F4;
}
#subscribe2 form {
	font-size: 1.2em;
}
#subscribe2 p.error {
	color: red;
	font-weight: bold;
}


#icons {
	clear:both;
	margin: 30px 20px 0px 18px;
}
#icons img {
	margin-right: 5px;
	vertical-align: bottom;
	border-width: 0px;
}

#rss {
	clear:both;
	font-size: 1.1em;
	margin: 15px 20px 20px 20px;
}
#rss img {
	float: left;
	margin-right: 5px;
	vertical-align: bottom;
	border-width: 0px;
}


/* ------------------------------ #footer ------------------------------ */

ul#footer-nav {
	position: absolute;
	top: 24px;
	left: 120px;
	list-style: none;
}
ul#footer-nav li {
	float: left;
	margin-right: 8px;
	font-size: 1.3em;
}
ul#footer-nav a {
	float: left;
	padding: 5px;
	color: #4b2d0a;
	font-weight: bold;
}
ul#footer-nav a:hover {
	color: black;
}
ul#footer-nav li.current_page_item a, ul#footer-nav li.current_page_ancestor a, ul#footer-nav li.current_page_parent a {
	color: #948540;
}

#footer .logo {
	position: absolute;
	top: -1px;
	left: 20px;
	padding: 0px;
	border-width: 0px;
}
#footer .copyright {
	position: absolute;
	top: 56px;
	left: 140px;
	font-size: 1.1em;
	font-weight: bold;
	color: #4B2D0A;
}
#footer p.credits {
	position: absolute;
	right: 16px;
	top: 82px;
	font-size: 1.1em;
	color: #b7ab9d;
}

/* ------------------------- Rotator ------------------------- */

#rotator {
}

#rotator img {
	padding: 0px;
	border-width: 0px;
}
