/*
Theme Name: Hospice Giving
Theme URI: http://www.vectordefector.com
Description: A custom theme developed specifically for HospiceGiving.org.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	padding: 0;
    color: #4C4C4C ;
	}
	
a {
	outline: none;	
	color:#2c2746;
}

#page {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 985px;
    background-image: url(images/header-bg.gif);
    background-repeat: no-repeat;
}

#headerimg {
	float:left;
	width:744px;
	height: 49px;
    margin-top: 14px;
    margin-left: 5px;
    margin-bottom: 12px;
}

#searchBox {
	float:right;
    	width:185px;
        margin-right: 5px;
    margin-top: 5px;
	text-align: left;
	color: #adadad;
}


#searchBox a {
	color: #adadad;	
	text-decoration: none;
}

.field {
	color:#11111;
    	width: 140px;
	height: 24px;
    	padding-left: 5px;
	border: 1px solid #74a9ad;
}


/* navigation items */

#navigation {
	float:left;
	width: 985px;
	margin-top: 5px;
}

#navigation li {
	float:left;
	width:163px;
	height:25px;
	margin-right: 1px;
	padding-top: 6px;
	background-image: url(images/nav-bg.gif);	
	list-style: none;
	text-align: center;
}

#navigation li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	text-transform: uppercase;
}

#navigation #nav-item-5{
	width: 165px !important;
    margin-right: 0 !important;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navigation li ul {
	position: absolute;
	width: 208px;
	left: -1500px;
	}

#navigation li:hover ul {
	position: absolute;
	left: auto;
        margin-top: 6px;
	margin-left: 9px;
    	display: block;
	width: 208px;
    z-index: 500;
}
	
#navigation li ul li {
	float: right;
	width: 200px;
	height: auto !important;
    padding: 8px !important;
    border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color:#ffffff;
	background-image: none !important;
    text-align: left !important;
}

#navigation li ul li a{
	font-size: 12px !important;
	/*color:#71acb2;*/
    color: #524e86;
}

/* end nav */

#content {
	float:left;
	width: 985px;
    margin-top: 3px;
}

.homeEntry {
	min-height: 540px;
	padding: 15px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.post{
	float:left;
	width: 600px;
	padding: 25px;	
}

#breadcrumbs {
	float:left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 14px;
	color: #2d2947;	
}

#breadcrumbs a {
	color: #524E86;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;	
}

.subBreadCrumbs {
	float:left;
	margin-top: 20px;
	padding: 10px;
	background-color: #b9d9dc;	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.subCrumbEntry {
	    float:left;
    margin-right:5px;
}

.subCrumbEntry a{
	text-decoration: none;
}

.entry {
	float:left;
	width: 100%;	
}

.articleEntry {
	float:left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c7c4e0;
}

.articleEntry img {
	float:left;
	padding: 2px;
	margin: 0 10px 2px 0;
	display: inline;
	border: 1px solid #c7c4e0;
}
.pageColumn {
	width: 7px; 
	background-image: url(images/sidebar-div.gif);
	background-repeat: repeat-y;
	background-position: top center;	
}

#siteMap ul {
	margin-left: 25px;
}

#siteMap li {
	margin-bottom: 5px;
}

#pageDivider {
	float:left;
	width:100%;
	height:15px;
	background-image: url(images/page-divider.gif);	
}

#printHeader {
	float:right;
	width: 150px;	
	text-align: right;
}

#footer {
	float:left;
	width: 985px;
	height: 170px;
	padding-top: 20px;
	background-image: url(images/footer-divider.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;	
	color: #939598;
}

#footer a {
	color: #939598;
}

/* End Structure */


/* Begin Sidebar */
#sidebar{
	float:left;
	width: 265px;
	min-height: 480px;
	padding: 0 15px 25px 15px;
} 

#sidebarDivider {
	position: absolute;
	width: 311px;
	height:15px;
        margin-top: 272px;
    margin-left: -15px;
    	background-image: url(images/page-divider.gif);	
    z-index: 5;
}

#pageHeaderImg {
	float:left;
	width: 985px;
	height:272px;
    overflow: hidden;
}

#sidebarHeaderImg {
	position: absolute;
	width: 311px;
	height:272px;
        margin-left: -15px;
        overflow: hidden;
}

#sidebarLogoHome {
	position: absolute;
	width:110px;
	height:147px;	
    	margin-top: -58px;
	margin-left: 83px;
    }

.sidebarEntryTopHome {
	float:left;
	width: 100%;	
	margin-top: 90px;
	margin-bottom: 20px;
	color: #524E86;
	font-size: 16px;
	line-height: 22px;
}

#sidebarLogo {
	position: absolute;
	width:110px;
	height:147px;	
    	margin-top: 224px;
	margin-left: 83px;
        z-index: 50;
}

.sidebarEntryTop {
	float:left;
	width: 100%;
    	margin-top: 375px;
    	margin-bottom: 20px;
	color: #524E86;
	font-size: 16px;
	line-height: 22px;
}

.sidebarEntry {
	float:left;
	width: 100%;	
	margin-bottom: 20px;
}

.sidebarBoxTop {
	border-top: 1px solid #c7c4e0;
	border-left: 1px solid #c7c4e0;
	border-right: 1px solid #c7c4e0;	
}

.sidebarBoxCenter {
	border: 1px solid #c7c4e0;
}

.sidebarBoxBtm {
	border-left: 1px solid #c7c4e0;
	border-right: 1px solid #c7c4e0;	
	border-bottom: 1px solid #c7c4e0;	
}

.emailSignup {
	background-color: #514e85;	
	color: #fff;
	border: 1px solid #c7c4e0;	
}


.emailSignup td{
	border: none !important;
}

/* End Sidebar */


/*	Begin Headers */

h1, h2, h3, h4, h5 {
	color: #524E86;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 30px;
	}

h2 {
	margin: 15px 0 15px 0;
	font-size: 16px;
	line-height: 22px;
	}


h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
    
.homeHeader a{
	text-decoration: none;
    color: #534d89;
}

.homeHeader a:hover{
	text-decoration: underline;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
