/*
|
| TITLE:	Ardmore Chamber Site Print Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com	
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	June 9th 2006
| MODIFIED: 	---------------
|
*/

html,body{ 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666;
	line-height: 12.5pt;
}

h1 {
	color: #014576; 
	font-size: 13pt;
}

h2 {
	margin: 5px 0 1px 0;
	color: #F28C1E;
	font-size: 10.5pt;
}

h3 {
	margin: 5px 0 1px 0;
	color: #F28C1E;
	font-size: 10pt;
}

.hidden {
	display: none;
}

#mainNav, #utilities, #subNav, #subBar form, #subContent, #logo, #subBar, #topmidad, #rightad, #sitesnav {
	display: none;
}

#content {
	margin-top: 15px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	line-height: normal;
	border-top: 1px dashed #014576;
}

#breadcrumbs {
	font-size: 8pt;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	line-height: normal;	
	border-bottom: 1px dashed #014576;
}

#breadcrumbs span {
	margin: 0 2px;
}

a:link, a:visited {
	color: #014576;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
	
a[href^="/"]:after {
  content: " (http://www.com" attr(href) ") ";
}

