/* CSS Document */

/* ---------------------- WALK TOP NAV ----------------------- */


#walkNav {margin-top:30px; margin-left:10px;}

#walkNav ul	{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:800;
margin:0; padding:0;
list-style-type:none;
}

#walkNav li {
	padding-left:15px;
	background: url("../images/Walk/listArrow.gif") no-repeat;
	line-height:1.3em;
	}

#walkNav a
{
padding: 0px; margin:0px;

}

#walkNav a:link, #walkNav a:visited
{
color: #7c2885;
text-decoration: none;
}

#walkNav a:hover
{
color: #f28623;
}
/* ---------------------- Special Event Formatting ----------------------- */

#eventMain h1 {
	color:#7c2885;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:500;
	margin-bottom:0px;
	border-top:7px solid #f28623;
	border-bottom:1px solid #f28623;
	padding:1px 0px 1px 10px;
	margin-top:15px !important; margin-top:10px;
	}
	
#eventMain h3 {
	font-size:14px;
	font-weight:600;
	color:#5D2F17;
	margin-bottom:-15px;
	}
	
.detailsBack {
	background:#fef3e9;
	padding:4px;
	margin-bottom:-8px;
	}

/* ---------------------- FOR FORM BUTTONS ----------------------- */
input.button {background-color:#D54119; color:#FFF; font-weight:600; border:1px solid #7C1B00; cursor:pointer; padding:3px; }

/* ---------------------- ACCESSIBILITY - Allows screen readers to skip reading navigation ----------------------- */
.skiplink {display:none;}

/* ---------------------- STANDARD TEXT FORMATTING ----------------------- */
p {
	font:12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	}
ul {
	font:12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-left: 1em; padding-left: 1em;
	}
	ul li {margin-bottom:.5em;}

h1 {
	color:#5D2F17;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:500;
	margin-bottom:0px;
	margin-top:15px !important; margin-top:10px;
	}
h2 {
	color:#5D2F17;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	}
a {color:#D54119; text-decoration:underline; }
a:visited {color:#D54119; text-decoration:underline; }
a:active {color:#D54119; text-decoration:underline; }
a:hover, a:visited:hover {color:#537D57; text-decoration:underline; }

hr {position:inherit !important; position:absolute; height:1px; width:100%; border:0;color:#A2C5D0; background:#A2C5D0; margin:-1px 0 !important; margin:-10px 0; padding:0;}

.caption {background:#D4ECF6; padding:2px; font-style:italic; font-size:12px; width:368px; margin-top:2px;}
.shortcaption {background:#D4ECF6; padding:2px; font-style:italic; font-size:12px; width:226px; margin-top:2px;}

/* ---------------------- SPECIAL TEXT FORMATTING ----------------------- */
.attribute {margin-left:10px; font-size:80%;}

.callout {border-top:3px solid #D4ECF6;border-bottom:1px solid #D4ECF6; font-size:16px; padding:5px; margin-right:5px;background:#F1FBFF;}


/*---- Used for donate now buttons and buttons on volunteer opportunities page ---*/
.donateButton a {color:#FFF; background:#D54119; padding:5px; text-align:center; text-decoration:none; font-weight:600; border:1px solid #7C1B00;}
.donateButton a:visited {color:#FFF; background:#D54119; padding:5px; text-align:center; text-decoration:none; font-weight:600; border:1px solid #7C1B00;}
.donateButton a:active {color:#FFF; background:#D54119; padding:5px; text-align:center; text-decoration:none; font-weight:600; border:1px solid #7C1B00;}
.donateButton a:hover, .donateButton a:visited:hover {color:#FFF; background:#537D57; padding:5px; text-align:center; text-decoration:none; font-weight:600; border:1px solid #7C1B00;}

.backtotop a:link, .backtotop a:visited {
	display:block;
	text-align:center;
	background-color:#D4ECF6;
	color:#000; text-decoration:none;
	font:10px Verdana, Arial, sans-serif;
	padding:3px;
	margin-right:5px;
	}
	.backtotop a:hover, .backtotop a:visited:hover {
	display:block;
	text-align:center;
	background-color:#D54119;
	cursor:pointer;
	color:#FFF; text-decoration:none;
	padding:3px;
	margin-right:5px;
	}
	
/*------------- Make 2 column lists using this div; be sure to put a spacer afterwards to clear the floats --------------*/
.fleft {
	float:left;
	margin-left:5px;
	width:190px;
	}
/* ---------------------- PAGE STRUCTURE ----------------------- */

body {
	margin:0 0 0 0; 
	padding:0; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	background:#5D2F17;
	}

.hide {display:none;}

#container {
	position:relative;
	text-align:left;
	margin: 10px auto 0 auto;
	padding:0;
	width:800px;
	}
#top {
	float:left;
	background:#FFF url("../images/top.gif") repeat-y top left;
	margin:0;
	padding:0; 
	width:800px;
	}
	
	#logo {float:left; width:260px; text-align:center;}
	#topImage {float:left; width:260px; background:#A63012; padding:11px 0 0 0; margin:0px 0px 0px 2px !important; margin:0px -3px 0px 2px; }
	/* ---------------------- -3px right margin of topImage is IE workaround for comment bug (necessitated by Dreamweaver template include code) ----------------------- */
	
#content {
	float:left;
	width:800px;
	color: #000;
	background:#FFF url("../images/background.gif") repeat-y top left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#blueBorder {
float:left;
border:4px solid #D4ECF6;
}
#leftcol {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 105px;
	background:#FFF url("../images/leftDaisies.gif") no-repeat top left;
	}
	
	/*-- Type resizing formatting --*/
	#typeNav {
	width:90px;
	margin: 75px 0px 90px 0px;
	}
	#typeHead {
		background:#EDDFC2;
		color:#000;
		padding:3px 0px;
		margin-bottom:1px;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		}
		.typeSizeA {
		float:left; font-size:10px;
		}
		.typeSizeB {
		float:left; font-size:14px;
		}
		.typeSizeC {
		float:left; font-size:16px;
		}
		
		.typeSizeA a, .typeSizeB a, .typeSizeC a { display:block; background:#F3EACB; color:#000; text-decoration:none; padding:2px; margin-left:1px;width:25px;height:23px;}
		.typeSizeA a:visited, .typeSizeB a:visited, .typeSizeC a:visited { display:block; background:#F3EACB; color:#000; text-decoration:none; padding:2px; margin-left:1px;width:25px;height:23px;}
		.typeSizeA a:hover, .typeSizeA a:visited:hover, .typeSizeB a:hover, .typeSizeB a:visited:hover, .typeSizeC a:hover, .typeSizeC a:visited:hover {
		 background:#537D57; display:block; color:#FFF; text-decoration:none; padding:2px; margin-left:1px;width:25px;height:23px;}

#eventMain {
	float: left;
	text-align: left;
	margin:0;
	padding: 0 0 10px 0;
	background:url("../images/Walk/Rockit1.gif") no-repeat top left;
	width: 530px;
	}
	/*-- puts border on top of photographs --*/
	.blueFrame img {
	border-top:1px solid #D4ECF6;
	padding:3px 0 0 0;
	margin:0 0 0 0;
	}
	.inside {padding:0px 10px 10px 0px;}

#rightcol {
	float: right;
	text-align: center;
	vertical-align:top;
	margin:0;
	padding: 0;
	width: 250px;
	font-size:80%;
	}
	#rightcol p {
	padding:0 0 0 8px;
	}
	.rightInside {width:240px; text-align:left;}
	#quote {
	position:relative; 
	top:5px; left:-20px !important; left:-10px;
	z-index:100;
	}
	#rightSidebarLink {
	background:url("../images/redSquare.gif") no-repeat top left;
	padding:0 0 0 20px;
	margin:-6px 0 0 0;
	}
	.rightLink {
	background:url("../images/redSquare.gif") no-repeat top left;
	padding:0 0 0 28px;
	margin:-6px 0 0 0;
	}
	
#footer {
	float: left;
	color: #FFF;
	background:#5D2F17 url("../images/bottomRose.gif") no-repeat top left;
	text-align:center;
	margin:0;
	padding:0; 
	width:800px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height:2em;
	}	
    .footinside {margin:0 0 0 8px;}
	#footer a:link, #footer a:active, #footer a:visited {color:#F0DAB5; text-decoration:underline;}
	#footer a:hover, #footer a:visited:hover {color:#FFF; text-decoration:underline;}
	
	.sitelinks {margin-left:10px;}
	
	.spacer {clear:both;}

/* ---------------------- TOPNAV - flyout and additional formatting located in the p7pm folder ----------------------- */
#nav
{
padding: 0;
margin:0;
float:left;
top:0px; left:240px;
width: 278px;
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav ul {
margin:0; padding:0;
}

#nav li
{
list-style-type: none;
color: #000;
background:#EDDBB3 url("../images/redSquare.gif") no-repeat;
text-decoration: none;
border-bottom: 1px solid #CBBC93;
height:26px;
padding: 0;
margin:0;
}

#nav a
{
color: #000;
text-decoration: none;
display: block;
background:#EDDBB3 url("../images/redSquare.gif") no-repeat;
padding: 5px 4px 5px 30px;
margin:0;
}

#nav a:hover {background:#537D57 url("../images/whiteSquare.gif") no-repeat; color:#FFF}

#nav #currentpage a, #nav #currentpage a:hover  {background:#537D57 url("../images/whiteSquare.gif") no-repeat; color:#FFF}


#subnav {
	float:left;
	color:#FFF;
	background:#537D57;
	padding:0; margin:0 0 0 0 !important; margin:0px -3px 0px 0px;
	height:20px;
	width:800px;
	text-align:center;
	font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	}
	/* --- -3px right margin of subnav is IE workaround for comment bug (necessitated by Dreamweaver template include code) --- */
	
#subnav ul {
	border:0; margin:0; padding:0;
	list-style:none;
	text-align:center;
	}
#subnav ul li {
	display:block;
	float:left;
	border-right:1px solid #324C34;
	text-align:center; margin:0;
	}
	#subnav .first a {
	display:block;
	float:left;
	background:#537D57 url("../images/smallWhiteBox.gif") no-repeat;
	border-right:1px solid #324C34;
	font-weight:700;
	text-align:center; margin:0px; padding-left:18px;
	}
	#subnav .first a:hover {
	background:#CC6601 url("../images/smallWhiteBox.gif") no-repeat;
	
	}
	#subnav .last {
	display:block;
	float:left;
	border-right:0px solid #324C34;
	text-align:center; margin:0;
	}
	
#subnav ul li a {
	display:block;
	float:left;
	color:#FFF;
	background:#537D57;
	text-align:center;
	padding:0 11px 0 11px;
	margin:0;
	text-decoration:none;
	height:20px;
	}
	
#subnav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #CC6601;
}
#subnav #currentpage a, #subnav #currentpage a:hover  {background:#CC6601; color:#FFF; text-decoration:none;}

