/*  
Theme Name: Hospice EBOP
Theme URI: http://wordpress.org/
Description: Created by Martian Design & Interactive (http://www.martian.co.nz).
Version: 1.0

*/



@charset "utf-8";
* {
	outline:none;
}
body  {
	font: 100% "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixLtHdr #container { 
	width: 948px !important;
	width: 952px;
	background: url(images/fauxMenuBg.png) left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top:20px;
} 
.twoColFixLtHdr #header p {
	text-align:right;
	font-size: 12px;
	color: #999;
	margin:5px 0;
}
.twoColFixLtHdr #header a{
	color: #999;
}
#header img{
	float:left;
	margin-bottom:15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#mainContent {
 margin: 0 0 0 210px;
 font-size: 12px;
 line-height:150%;
} 

#pageContent{
 color:#333;
 padding:0;
}

#pageContent h1 {
	font-size:22px;
	line-height:28px;
	margin:10px 0;
}
#pageContent h2 {
	margin:10px 0;
	font-size:18px;
	font-weight:normal;
	line-height: 140%;
	
}

#homepageBanner{
	margin-bottom:20px;
}

.postWithSubMenu{
	
	
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color:#999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainMenu{
	padding:0;
	margin:0;
}
#mainMenu ul {
	font-size:14px;
	font-weight:bold;
	color:#400000;
	background-color: #CBC0AD;
	list-style:none;
	padding:0 0 46px 0;
	margin:0;
}
#mainMenu li {
	border-bottom: 1px solid #FFFFFF;
	cursor:pointer;
}
#mainMenu li a{
	display:block;
	padding:12px;
	text-decoration:none;
	color:#400000;
}
#mainMenu li a.active {
	background-color:#98012F;
	color:#fff;
}

#mainMenu li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#FCB135;
}






#footerMenu{
	margin: 50px 0 0 210px;
	padding-top:20px;
	border-top:1px solid #ccc;
}
#footerMenu ul {
	font-size:11px;
	font-weight:normal;
	color:#999;
	list-style:none;
	padding:0;
	margin:0;
}
#footerMenu li {
	cursor:pointer;
	float:left;
}
#footerMenu li a{
	display:block;
	padding:5px;
	text-decoration:underline;
	color:#999;
}
#footerMenu li a.active {
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

#footerMenu li a:hover{
	text-decoration:none;
	color:#999;
	background-color:#efefef;
}





#homepageBanner {
	margin-bottom:30px;
}


#homepageWelcome{
	position:relative;
	left: -30px;
	top:160px;
}
.homepageBlocks {
	margin-top:10px;
	margin-left:202px;
}
.homepageBlocks div {
	float:left;
	width:172px;
	color:#FFFFFF;
	text-align:center;
}
.homepageBlocks h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica;
	font-size:17px;
	font-weight:normal;
	line-height:20px;
	margin: 16px;
}

.homepageBlocks p {
	margin: 10px 15px;
	font-size:11px;
	line-height:130%;
	text-align:left;
}

.homepageBlocks a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.homepageBlockImageContainer {
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.homepageBlocks .coverCorner5px {
	margin:10px 0 0 0;
}
.homepageBlocks .rcContent {
	height:220px; 
	width:172px;
}



#homepageList{
	height:450px; 
	width: 190px; 
	float:left; 
	margin:20px 10px 0 0;
	overflow:visible;
	border-right: 1px solid #CCC;
}

#homepageList h2{
	padding: 0 8px 12px 8px;
	margin:0;
	font-size: 14px;
	color:#333;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:1px;
}
#homepageList ul {
	font-size:12px;
	color:#400000;
	background-color: #fff;
	list-style:none;
	padding:0;
	margin:0;
}
#homepageList li {
	border-bottom: 1px dotted #ccc;
	cursor:pointer;
}

#homepageList .active {
	background-color:#ccc;
	color:#fff;

}
#homepageList li a{
	display:block;
	padding:8px 5px 8px 8px;
	text-decoration:none;
}
#homepageList li a.active {
	background-color:#98012F;
	color:#fff;
}

#homepageList li a:hover{
	color:#fff;
	background-color:#98012F;
	text-decoration:none;
}









#subMenu{
	/*
	width:220px; 
	background-color:#fff; 
	float:right;
	
	margin-top:37px;
	margin-left:20px;
	margin-bottom:30px;*/
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	width: 210px; 
	float:right; 
	margin:20px 0 40px 20px;
	overflow:visible;
	min-height:400px;
	
}
#subMenu h2{
	padding: 0 8px 12px 8px;
	margin:0;
	font-size: 14px;
	color:#333;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:1px;
}
#subMenu h2 a {
	text-decoration:none;
	color:#400000;
}
#subMenu ul {
	font-size:12px;
	color:#400000;
	background-color: #fff;
	list-style:none;
	padding:0;
	margin:0;
}
#subMenu li {
	border-bottom: 1px dotted #ccc;
	cursor:pointer;
}

#subMenu .active{
	background-color:#ccc;
	color:#fff;
}

#subMenu li a{
	display:block;
	padding:8px 5px 8px 10px;
	text-decoration:none;
	color:#400000;
}
#subMenu li a.active {
	background-color:#98012F;
	color:#fff;
}

#subMenu li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#98012F;
}




#subMenu.blogMenu .active a{
	color:#fff;
}
#subMenu.blogMenu .active{
	background-color:#196194;
}

#subMenu.blogMenu li a:hover{
	background-color:#4F9DC2;
}



#subMenu.eventsMenu .active a{
	color:#fff;
}
#subMenu.eventsMenu .active{
	background-color:#B26311;
}

#subMenu.eventsMenu li a:hover{
	background-color:#D59E41;
}



#subMenu.volunteeringMenu .active a{
	color:#fff;
}
#subMenu.volunteeringMenu .active{
	background-color:#197CBD;
}

#subMenu.volunteeringMenu li a:hover{
	background-color:#4FB1DB;
}



#subMenu.experienceMenu .active a{
	color:#fff;
}
#subMenu.experienceMenu .active{
	background-color:#72B715;
}

#subMenu.experienceMenu li a:hover{
	background-color:#AAD849;
}






.callOutBox{
background-color:#FFFFCC; border:2px solid #DADBA8; text-align:center;
width: 220px;
float:right;
margin-left: 20px;
}

.twoColcol1{
	margin-top:10px;
	width:264px;
	float:left;
}

.twoColcol2{
	margin-top:10px;
	width:274px;
	float:right;
}

/* Begin Images */


.entry div.alignleft{
	margin-right:16px;
	margin-bottom: 16px;
}
.entry div.alignright{
	margin-left:16px;
	margin-bottom: 16px;
}
.entry div.wp-caption {
	padding: 8px;
	background-color:#fff;
	border:1px solid #CBC0AD;
}
.entry div.wp-caption a img {
	border:0;
	padding:0;
	margin:0;
}
.entry div.wp-caption p{
	text-align:center;
	font-size:11px;
	margin:0;
	padding: 6px 0 0 0;
}




.entry a img, {
	padding: 0;
	max-width: 100%;
	background-color:#FFFFFF;
	border:1px solid #CBC0AD;
}
p img, h1 img, h2 img {
	padding: 0;
	max-width: 100%;
	background-color:#FFFFFF;
	border:1px solid #CBC0AD;
	}
	

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

img.alignnone {
	padding: 8px;
	margin: 0 0 5px 12px;
	display: block;
	}


img.alignright {
	padding: 8px;
	margin: 0 0 5px 12px;
	display: inline;
	}

img.alignleft {
	padding: 8px;
	margin: 0 12px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.sponsorsImages img.alignnone {
	padding: 16px 8px;
	margin: 0 0 5px 12px;
	display: block;
	border:none;
	border-bottom:1px solid #CBC0AD;
}


/* End Images */


.borderTopDotted{
	border:1px dotted #CBC0AD;
}
.spaceAbove{
	margin-top:30px;
}


.commentsContainer{
	width:518px;
	margin-top:30px;
	padding:20px 0 0 20px;
	background-image:url(images/commentsContainerBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#comments, #respond{
	margin:0 0 30px 0;
	padding:0;
	color:#333;
	font-weight:normal;
}

#respond {
	margin:0;
}

.commentlist{
	margin:0 0 0 20px;
	padding:0;
}
.commentlist li {
	margin:0 0 20px 0;
	border-bottom: 1px dotted #CCC;
}

.commentlist cite {
	color:#196194;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
}




