/* @override http://virginiaseniorservices.com/styles/vss-styles.css */

/* reset: Yahoo YUI
-------------------------------------------- */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/******************/

/*
Color Bars:

Green:	#16a149
Purple:	#b62891
Orange:	#f47b61
Blue:	#1892bf
Pink:	#d18dae

*/

body {
	font-family: Georgia, serif;
	font-size: 1em;
}


a, .copyright span {
	text-decoration: none;
	outline: none;

	-webkit-transition-property: background-color, color, height;
	-webkit-transition-duration: .1s;
/*	-webkit-transition-timing-function: ease-in;*/
}
a 		{
	color: #1892bf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
a:visited 	{ color: #1892bf; }
/*a:visited:after {
	content: '✓';
}*/

a:hover 	{
	color: white;
	background-color: #1892bf;
}
a:active 	{
	background-color: #0c6f91;
}



#colorbars {
	display: block;
	width: 100%;
	height: 2px;
	overflow:hidden;
}

#colorbars .bar {
	display: block;
	width: 20%;
	height: 2px;
	float: left;
}

#colorbars .bar.green	{ background-color: #16a149; }
#colorbars .bar.purple	{ background-color: #b62891; }
#colorbars .bar.orange	{ background-color: #f47b61; }
#colorbars .bar.blue	{ background-color: #1892bf; }
#colorbars .bar.pink	{ background-color: #d18dae; }


.containerFront {
	width: 920px;
	margin: 0 auto;
}

.container920 {
	position: relative;
	width: 920px;
	margin: 0 auto;
	margin-bottom: 175px; /*footer height 118px + 57px clearance*/

	padding-top: 40px;
	/*text-align: center;*/
}

.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear {display:inline-block;}
.autoclear {display:block;}
* html .autoclear {height: 1%;}

/* FOOTER
******************************************************************/

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 118px;

	font-family: Helvetica, Arial,sans-serif;
	text-align: center;
	font-size: 13px;
	color: #929da6;
	
	z-index: 100;

	background: #222 url(../images/footer-background.png) repeat-x 0 0;	
}

#footer #contentwrap {
	position: relative;
	/*width: 38em;*/ /*Directory, What's New, About Us, Contact*/
	/*width: 34em;*/ /*Directory, About Use, Contact*/	
	/*width: 31em;*//*News, About Us, Contact*/
	width: 37em; /*News, Calendar, About Us, Contact*/	
	
	height: 10px;
	margin: 0 auto;
	margin-top: 36px;
	text-align: right;
	height: 38px;
}

#footer #logo {
	/*padding-right: 40px;*/
	padding: 10px 10px 10px 10px;
	margin-top: -10px;
	margin-left: -10px;
	float: left;
}

#footer a:hover img#logo {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	background-color: #201c1e;
}


#footer ul.links {
	float: right;
	/*margin-top: 23px;*/
	/*padding-left: 30px;*/
}

#footer ul.links li {
	float: left;
	margin-top: 23px;
	padding-right: 10px;
}

#footer ul.links li.last {
	padding-right: 0;
}



#footer ul.links a {
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	color: #929da6;
	text-decoration: underline;
	text-shadow: 0px 1px 0px black;	
}

#footer ul.links a:hover {
	color: white;
	background-color: #201c1e;
}

#footer ul.links a:active {
	color: white;
	background-color: #3f373c;
}

body.directory #footer ul.links li#directory a,
body.news #footer ul.links li#news a,
body.calendar #footer ul.links li#calendar a,
body.about #footer ul.links li#about a,
body.contact #footer ul.links li#contact a {
	color: white;
	background-color: #201c1e;
}




/* FRONT PAGE
******************************************************************/

.front h1#vss {
	width: 242px;
	height: 149px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 40px;
	text-indent: -666em;
	background: url(../images/logo-icons-large.png) no-repeat 0 0;
}


.front form#searchfront {
	position: relative;
	width: 502px;
	height: 100px;
	margin: 0 auto;
}


.front form#searchfront #searchstringbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 387px;
	height: 70px;
	border: 0;
	background: url(../images/search_input-large.png) no-repeat 0 0;
}

.front form#searchfront input#searchstring {		
	position: absolute;
	bottom: 16px;
	left: 20px;
	width: 350px;
	/*font-size: 2.1em;*/
	font-size: 2.2em;
	color: #616161;
	border: 0;
	outline: 0;
	background-color: transparent;
}

.front form#searchfront input#searchstring:focus #searchstringbg {
	background-images: none;
}


.front form#searchfront input.submitbutton {
	position: absolute;
	top: 0;
	left: 388px;
	
	width: 114px;
	height: 70px;
	padding: 0;
	margin: 0;
	
	text-indent: -666em;

    border: none;
	outline: 0;
	cursor: pointer;
	background: url(../images/search_button-large.png) no-repeat 0 0px;
}

.front form#searchfront input.submitbutton:hover {
	outline: 0;
	background-position: 0 -70px;
}

.front form#searchfront input.submitbutton:active {
	outline: 0;
	background-position: 0 -140px;
}




.front form#searchfront #examples {
	position: absolute;
	top: 82px;
	left: 155px;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
}

form#searchfront #examples span {
	float: left;
	color: #989898;
	font-size: 0.8em;
	/*background: url(../images/search-example_title.png) no-repeat 0 0;*/
}

.front form#searchfront #examples ul {
	float: left;
}

.front form#searchfront #examples ul li {
	color: #707070;
	text-align: left;
	font-size: 1em;
	line-height: 0.9em;
	font-family: Georgia, serif;
}

.front form#searchfront #examples ul li a {
	padding: 2px;
	color: #989898;
}

.front form#searchfront #examples ul li a:hover {
	color: white;
}



.front #description {
	height: 16px;
	margin: 0 auto;
	margin-top: 120px;

	font-size: 0.8em;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
	color: #9f9f9f;
	text-align: center;
}

.front #description span {
	display: block;
	margin-bottom: 0.2em;
}


/* SECONDARY PAGE HEADER
******************************************************************/


#header {
	position: relative;
	width: 100%;
	height: 73px;
	/*height: 50px;*/ /*shorter test*/
	background: white url(../images/secondary-header-bg.png) repeat-x 0 bottom;

}

#header #meta {
	position: relative;
	width: 920px;
	height: 73px;
	margin: 0 auto;
}


#header #meta h1#vsslogo {
	/*position: absolute;*/
	height: 73px;
	/*width: 110px;*/ /*with v-rule*/
	/*width: 100px;*/ /*cutting off v-rule*/
	width: 97px; /*solo*/
	/*top: 0px;*/
	/*top: -9px;*/ /*shorter test*/	
	/*left: 0px;*/
	text-indent: -666em;
	/*background: url(../images/secondary-header-logo_arrows.png) no-repeat;*/
	/*background-color: red;*/
}

#header #meta h1#vsslogo a {
	display: block;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 97px;
	height: 73px;	
	background: url(../images/secondary-header-logo_arrows-solo.png) no-repeat;
}


/*Not sure about this version below. Funny stuff with Safari and the animated hover.*/


/*#header #meta h1#vsslogo {
	position: absolute;
	height: 73px;
	width: 110px;

	top: 0px;	
	left: 0px;
	text-indent: -666em;
	background: url(../images/secondary-header-logo_arrows.png) no-repeat;	
}*/

/*#header #meta h1#vsslogo a {
	display: block;
	position: absolute;
	
	top: 4px;
	left: 4px;
		
	width: 90px;
	height: 64px;
	
	text-indent: -666em;
	background: transparent url(../images/secondary-header-logo_arrows.png) no-repeat -4px -4px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 10px;
		
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .2s;

}

#header #meta h1#vsslogo a:hover {
	background-color: #e3e3e3;
}

#header #meta h1#vsslogo a:active {
	background-color: #d1d1d4;
}*/




#header #meta h2.currentpage {
	position: absolute;
	height: 73px;
	width: 140px;

	top: 0px;
	left: 110px;

	text-indent: -666em;
}




XXXXbody.directory #header #meta h2.currentpage {
	background: url(../images/secondary-header-title-Directory.png) no-repeat;
}

XXXXbody.news #header #meta h2.currentpage {
	background: url(../images/secondary-header-title-News.png) no-repeat;
}

XXXXbody.about #header #meta h2.currentpage {
	background: url(../images/secondary-header-title-About_Us.png) no-repeat;
}

XXXXbody.contact #header #meta h2.currentpage {
	background: url(../images/secondary-header-title-Contact.png) no-repeat;
}






/* SECONDARY PAGE HEADER: Search Form & Button
******************************************************************/

#header form#searchsecondary {

	position: absolute;
	
	top: 19px;
	/*top: 7px;*/ /*shorter test*/
	
	right: 15px;
	
	width: 260px;
	height: 100px;
	margin: 0 auto;
}


#header form#searchsecondary #searchstringbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 36px;
	border: 0;
	background: url(../images/search_input-small.png) no-repeat 0 0;
}

#header form#searchsecondary #searchstringbg label {
	display: block;
	text-indent: -666em;
}

#header form#searchsecondary input#searchstring {		
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 180px;
	
	/*font-family: Chaparral Pro, Georgia, serif;*/
	font-family: Georgia, serif;
	font-size: 1.1em;
	color: #999;
	
	border: 0;
	outline: 0;
	background-color: transparent;
}

#header form#searchsecondary input.submitbutton {
	position: absolute;
	top: 0;
	left: 201px;
	
	width: 59px;
	height: 36px;
	padding: 0;
	margin: 0;
	
	text-indent: -666em;

    border: none;
	outline: 0;
	cursor: pointer;
	background: url(../images/search_button-small.png) no-repeat 0 0;
}

#header form#searchsecondary input.submitbutton:hover {
	outline: 0;
	background-position: 0 -36px;
}

#header form#searchsecondary input.submitbutton:active {
	outline: 0;
	background-position: 0 -72px;
}





/* SECONDARY PAGE SIDEBAR
******************************************************************/

.sidebar {
	float: left;
	width: 250px;
	
	padding: 20px;
	margin: 65px 0 0 30px;
	/*margin: 100px 0 0 30px;*/
	
	/*margin-top: 105px;*/
	/*margin-top: 30px;*/ /*lines up with the top of the Title text on page with type-flags*/
	margin-top: 50px; /*lines up with the tanbg of "pages"*/
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	background-color: #f9f8f6;	
}


.sidebar h3,
.sidebar h2.widgettitle {
	margin-top: 0.8em;
	/*padding: 0.8em 10px 0 10px;*/
	padding: 0.4em 10px 0 10px;

	
	font-family: Chaparral Pro, Georgia, serif;
	font-size: 1.4em;
	
	/*border-top: 1px solid white;*/
	
}

.sidebar dl#notsure {
	padding: 10px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: white;
}

.sidebar dl#notsure dt { /*question*/
	padding-bottom: 0.3em;
	text-align: center;
	font-family: Chaparral Pro, Georgia, serif;
	font-size: 1.4em;
	
}

.sidebar dl#notsure dd { /*answer*/
	padding: 0.7em 0 0;

	text-align: center;
	font-size: 0.8em;
	
	border-top: 1px dashed #e7e5e5;	
}

.sidebar dl#notsure dd em { /*answer*/
	font-weight: bold;
}

.sidebar dl#notsure dd a { /*answer*/
	display: block;

	padding: 0.4em 0em;

	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	
}





.sidebar ul {
	font-size: 0.8em;
	padding: 0 10px 0 10px;
}

.sidebar li {

}

.sidebar li .date {
	padding-left: 5px;
	color: #777;
	font-size: 0.8em;
}

.sidebar select {
	width: 250px;
}


.sidebar #news li {
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #e7e5e5;
	border-left-color: #e4dfdf;
}

.sidebar #news li a {
	display: block;
}

.sidebar #news li a em {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 0.8em;
	color: #a4a4a2;
	-webkit-transition-property: background-color, color, height;
	-webkit-transition-duration: .1s;	
}

.sidebar #news li a:hover em {
	color: white;
}



.sidebar #news li.clickformore {
	margin-top: 5px;
	text-align: left;
	font-size: 0.8em;
	border: none;
	
}

.sidebar #news li.clickformore a {

}


























/* SECONDARY PAGE CONTENT: Structural
******************************************************************/


body.secondary {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
}


div.listing {
	float: left;
	width: 600px;
}

.listing .list-type-flag {
	margin-left: 20px;
	margin-bottom: 5px;
}

.listing .list-type-flag span {


	width: 200px;

	padding: 0.3em;
	font-size: 0.7em;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	color: white;
}

.listing .list-type-flag.service span {
	background-color: #16a149;
}

.listing .list-type-flag.serviceprovider span {
	background-color: #1892bf;
	color: #fffdfc;
}

.listing .list-type-flag.category span {
	background-color: #f47b61;
}

.listing .list-type-flag.news span {
	background-color: #a9b3b9;
}

.listing .list-type-flag.search span {
	background-color: #d18dae;
}

.listing .list-type-flag.error span {
	background-color: #ff4500; /*red*/
}










/*
sans-serif version

.listing h2 {
	margin-left: 20px;
	font-size: 1.7em;
}

.listing p.description {

	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
	
	color: #929191;
	font-size: 1.1em;
	font-family: Chaparral Pro, Georgia, serif;
}
*/


.listing.list h2,
.listing.single h2 {
	margin-left: 20px;
	font-size: 2.6em;
	font-family: Chaparral Pro, Georgia, "Times New Roman", Times, serif;
}


.listing.list p.description,
.listing.single p.description {
	margin-left: 20px;
	margin-bottom: 12px;
	
	color: #929191;
	font-size: 0.9em;
}

.listing.list p.description em,
.listing.single p.description em {
	font-style: italic;
	color: #605a5b;
}



/*
For Template: single only.
*/

.listing.single h2 {
	margin-left: 20px;
	/*font-size: 1.6em;*/
}

.listing.single p.locatedin {
	margin-left: 20px;

	/*padding-top: 3px;*/
	padding-top: 0;
	padding-bottom: 1em;

	font-size: 0.8em;
	color: #777;
}

.listing.single p.locatedin strong {
	color: black;
	font-size: 1.3em;
	font-variant: normal;
	font-family: Chaparral Pro, Georgia, serif;
}



.listing .listingMetaRounded {
	display: block;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.listing .bgTan {
	background-color: #f9f8f6;
	
}


.listing .bgWhite {
	background-color: white;
}


/* SECONDARY PAGE CONTENT: Structural: Paragraph Content (width: 540px)
******************************************************************/

.paragraphContent {
	padding: 10px 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #837d7d;
}

.paragraphContent em { font-style: italic; color: #565151;}
.paragraphContent strong { font-weight: bold; color: #565151;}
.paragraphContent p { margin-bottom: 1em; }
.paragraphContent p:last-child { margin-bottom: 0;}




.paragraphContent .wp-caption {
	display: block;
	padding: 10px;
	margin: 0 0 10px 20px;
	
	text-align: center;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #f9f8f6;
}


.paragraphContent .wp-caption-text {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	margin-bottom: 0;
}

.paragraphContent img {
	border: 1px solid #c8c7c5;
}


.paragraphContent img.alignright,
.paragraphContent .alignright { float: right; margin-left: 10px; margin-bottom: 10px;}
.paragraphContent img.alignleft,
.paragraphContent .alignleft { float: left; margin-right: 10px; margin-bottom: 10px}





.paragraphContent ul {
	margin-left: 3em;
	margin-bottom: 1em;

	font-family: Georgia, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #565151;
}

.paragraphContent li {
	list-style-type: square;
	list-style-position: inside;
}


.paragraphContent blockquote {
	margin-left: 2em;
	margin-right: 3em;
	
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	
	border-left: 2px solid #f3f1f1;
	padding-left: 1em;
	
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #565151;
}

.paragraphContent blockquote p {
	color: #565151;
}




/* SECONDARY PAGE CONTENT: Template: index (category/services [tags])
******************************************************************/


.list .listing-container {
	position: relative;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #eceaea;
}

.list .listing-container:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.list .listing-container a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;

	padding: 0.5em 0 0.5em 0;
	margin-bottom: 0.2em;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
}

.list .listing-container:last-child a {
	margin-bottom: 0;
}




.list .listing-container .listing-title {
	margin-left: 0.6em;	
	margin-left: 10px;
}


.list .listing-container .listing-physical-location {
	/*position: absolute;
	right: 0.6em;
	top: 50%;
	margin-top: -1.3em;
	padding: 0.7em;*/

	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -12px;
	padding: 6px;

	/*float: right;	
	padding: 0.6em;
	margin-top: -0.3em;
	margin-right: 0.6em;*/

	font-size: 0.6em;
	color: #818081;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #f9f8f6;

}

/*Not sure if the chaining of styles ".listing-physical-location.news" will work in IE6. Make sure to check when category: news posts are made searchable.*/

.list .listing-container .listing-physical-location.news {
	color: white;
	background-color: #a9b3b9;
}

/*This is interesting.
It will be a great new feature to add a "disclosure triangle" to each listing, which will espose the other "services offered" and "categoies"

Sample HTML: 
<span class="listing-services">Other services offered: <a href="#">Occupational Therapy</a>, <a href="#">Physical Therapy</a>, <a href="#">Psychiatric Nursing</a>, <a href="#">Skilled Nursing</a>, <a href="#">Speech Therapy</a></span>
*/

.list .listing-container .listing-services {
	display: none;
	margin-left: 1.5em;
	margin-bottom: 1em;

	font-size: 0.7em;
}



/*.list .listing-container:hover .listing-services {
	display: block;
}*/



.list .listing-container .listing-services a {
	display: inline;	
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}










/* SECONDARY PAGE CONTENT: Template: Single
******************************************************************/


.listing #services dt,
.listing #areascovered dt {
	display: inline;
	float: left;

	margin-top: 1px;
	margin-right: 5px;

	padding: 1px 0 2px 0;
	padding-left: 4px;
	padding-right: 4px;

	color: white;

	font-size: 0.7em;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.listing #contact {
	margin-bottom: 5px;
}

.listing #contact ul {
	display: inline;
	float: left;
	padding: 0.5em;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-color: white;
}

.listing #contact ul li {
	float: left;
}

.listing #contact ul li.phone {
	padding-bottom: 0px;
	padding-top: 4px;
	padding-top: 4px;
	
	margin-bottom: 0px;

}

.listing #contact ul li.website {
	margin-left: 0.6em;
	padding-left: 0.5em;
	padding-top: 4px;
	border-left: 1px solid #efeded;
	
}

.listing #contact ul li.website a {
	/*fixes the background-color block height of the links beacuse of Chapparral Pro*/
	padding: 4px 3px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}






/*.listing dl#services {
	display: block;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #f6f4f4;
}*/


.listing dl#services {
	display: block;
	
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f6f4f4;/*efeded*/
}

/*When only "services offered" is present ("areas covered" is not present), this will remove the extra bottom margins, paddings and border.*/
.listing dl#services:last-child {
	margin-bottom: -3px;
	padding-bottom: 0;
	border-bottom: 0;
}

.listing dl#areascovered {
	display: block;
	margin-bottom: -2px;
}

.listing dl#services:hover dt,
.listing dl#areascovered:hover dt {
	/*background-color: #a7a7a7;*/
}





.listing dl#services dt {
	background-color: #16a149;
} 

.listing dl#areascovered dt {
	background-color: #b62891;
} 


.listing dd {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: Chaparral Pro, Georgia, serif;
}

.listing #services dd a {
	/*
	- fixes the background-color block height of the links beacuse of Chapparral Pro
	- Firefox 3.0.1 Windows already handles the top padding well. The extra 5px is unnecessary and adds too much. Use css_browser_selector to target this browser and remove the additional padding-top.
	*/
	padding: 5px 2px 0 2px;
}


.listing dl#categories {

	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 0.6em;
	font-size: 0.8em;
	/*border-top: 1px dashed #d0d0d0;*/
	
	/*background-color: #f4f4f4;*/
}


.listing dl#categories dt {
	display: block;
	/*float: none;*/
	padding: 0;
	margin-bottom: 2px;
	/*font-size: 1em;*/
	color: black;
}

.listing dl#categories dd {
	display: block;
	font-size: 1.3em;
	
	/*margin-left: -1px;*/
	
	/*font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;*/
}

.listing dl#categories dd a {
	padding-top: 3px;
}


.copyright {
	margin-top: 10px;
	padding-left: 20px;
	
	text-align: left;
	font-size: 12px;
	color: #c9c7c9;
	
	-webkit-transition-property: background-color, color, height;
	-webkit-transition-duration: .1s;	
}

.copyright span:hover {
	color: #747375;
	cursor: default;
}




/* SECONDARY PAGE CONTENT: Template: Page (general / all pages)
******************************************************************/

.page .paragraphContent span.quote,
.page .paragraphContent .pullbox {
	display: block;
	
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
	
	
	font-size: 1.6em;
	font-family: Georgia, serif;
	line-height: 1.5em;
	text-align: center;
	color: #d18dae;
	color: black;
	
	border-top: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	
	background-color: #f9f8f6;
}

.page .paragraphContent .pullbox {
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: left;
}

.page .paragraphContent .postscript {
	margin-top: 5em;
	padding-top: 1.5em;
	font-size: 0.9em;
	border-top: 1px solid #e7e5e5;
}


.page .paragraphContent .postscript ul {
	margin: 0;
	padding: 0;
}

.page .paragraphContent .postscript li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	list-style-position: outside;
	color: #565151;
	border-bottom: 1px solid #f4f2f2;
}

.page .paragraphContent .postscript li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.page .paragraphContent .postscript ul a {
	display: block;
	margin-left: -0.3em;
	padding: 0 0.3em 0 0.3em;
}






/* SECONDARY PAGE CONTENT: Template: page (News [category-112])
******************************************************************/

.newsCategoryPageItem {
	margin-top: 10px;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #eceaea;
}

.newsCategoryPageItem:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 0;
}

.newsCategoryPageItem h3 {
	font-size: 1.7em;
	color: black;
	margin-bottom: 2px;
}

.newsCategoryPageItem .dateauthor {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.newsCategoryPageItem em {
	color: #4d4d4d;
	font-style: normal;
}


/* SECONDARY PAGE CONTENT: Template: page (Calendar)
******************************************************************/


/* SECONDARY PAGE CONTENT: Template: page (About Us)
******************************************************************/
.about .paragraphContent #arabout {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #e7e5e5;
}

.about .paragraphContent div#arabout p {
}

.about .paragraphContent #arabout p em {
	
}

/* SECONDARY PAGE CONTENT: Template: page (Contact)
******************************************************************/

.contact .paragraphContent div.mailingemail {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dashed #e7e5e5;
}

.contact .listing .list-type-flag {
	font-size: 1em;
	margin-left: 0px;
}


.contact .listing .list-type-flag span {
	padding: 0.4em;
	font-size: 0.7em;
	background-color: #a9b3b9;
}

.contact .paragraphContent p {
	font-size: 1.1em;
}





/* SECONDARY PAGE CONTENT: Template: Page: Alphabetical
******************************************************************/

body.alphabetical .paragraphContent {
	margin: 0;
	padding: 0;
}


/*********************************
Alphabetical: Letter Cluster Links
*********************************/

.azlinks {
	display: block;
	padding: 5px 10px 10px 10px;
	margin: -10px -10px 0px -10px;
	
	text-align: left;
	
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/

	background-color: #f9f8f6;
}

.azlinks span.azlink {
	/*margin-right: 0.3em;*/
}

.azlinks span.azlink a {
	padding: 0 0.2em 0 0.2em;
	margin: 0 -1px;
	font-size: 1.5em;
}

/*********************************
Alphabetical: Letter Clusters ul,li, a
*********************************/

/*
h2
*/

.paragraphContent .azindex ul li h2 {
	/* .paragraphContent is added to the path because it's needed to explicitly overrule the .listing .single h2 styling applied to the page content container*/
	margin-left: 0px;
	margin-right: 0px;
	
	margin-top: 30px;	
	padding-left: 10px;

	text-align: center;

	height: 1.0em;
	
	/*-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;*/
	
	/*background-color: #f9f8f6;*/
	
	/*border-top: 1px solid #eceaea;
	border-bottom: 0px solid #eceaea;*/
}

.azindex ul li h2 a {
	margin: 0;
	padding: 0;

	font-size: 0.8em;
	line-height: 1.4em;
	
	color: #585858;

	/*-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	
	background-color: #f9f8f6;*/
}

.azindex ul li h2 a:hover {
	background: none;
	cursor: default;
}


/*
ul, li, a
*/


.azindex ul {
	margin: 0;
	padding: 0;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
}

/*.azindex ul li h2 a {
	background-color: #f9f8f6;
}*/


.azindex ul li {
	position: relative;
	margin: 0;
	margin-bottom: 0.2em;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eceaea;
}

.azindex ul li:last-child,
.azindex ul li:last-child a {
	margin-bottom: 0;
	border-bottom: none;
}

.azindex ul li:last-child a {
	/*background-color: lightblue;*/
}

.azindex ul li a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	
	padding: 0.3em 0 0.3em 0;
	margin-bottom: 0.2em;

	text-decoration: none;
	outline: none;

	/*color: #1892bf;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	/*-webkit-transition-property: background-color, color, height;
	-webkit-transition-duration: 0.1s;*/	
}

.azindex ul li a span.head { }
.azindex ul li a:visited { }
.azindex ul li a:active { background-color: #0c6f91; }

.azindex ul li span.head {
	margin-left: 10px;
}

.azindex ul li span.desc {
	position: absolute;
	right: 5px;
	/*top: 50%;
	margin-top: -13px;*/

	top: 5px;
	margin-top: 0;
	
	padding: 0 6px 0 6px;

	font-size: 0.6em;
	color: #818081;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	background-color: #f9f8f6;
}



/* SECONDARY PAGE CONTENT: Template: search
******************************************************************/

.listing.list.search h2 {
	margin-left: 5px; /*so the left quote mark won't mess with the visual vertical alignment of the displayed search query*/
}






/* SECONDARY PAGE CONTENT: Template: All [Google AdSense]
******************************************************************/

div.listingMetaRounded.bgTan.googleadsense {
	/*Turns off the fake Google adds, until Real Google ads appear.*/
	/*display: none;*/
	/*visibility:hidden;*/ /*for IE*/
	margin-top: 1em;
}

/*.googleadsense {
	margin-top: 5px;
	text-align: left;
}

.googleadsense img {
	margin-top: 8px;
	margin-left: 1px;
}*/


div.listingMetaRounded.bgTan.googleadsense p.adinq {
	padding: 1em;
	text-align: center;
	font-size: 0.8em;
	color: #797878;
}


.googleadsense {
	text-align: left;
}





/*

Green:	#16a149
Purple:	#b62891
Orange:	#f47b61
Blue:	#1892bf
Pink:	#d18dae

*/


/*DEBUG

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

*/