body { 
  font-family:"Georgia", "Century Schoolbook L", serif;
  background: #fff;
}

/* for the google map on the contact page */
iframe, small {
	display: none;
}

/* a generic no-print class to be used in rare instances */
.noprint {
	display: none;
}

#logo {
    width: 100%;
    height: 76px;
    text-align: right;
    border-bottom: 1px #000 solid;
}

#logo a {
    text-decoration: none;
}

#logo a:link:after, #logo a:visited:after {
	content:"";
}

#searchbox,#sitemap,.nav {
	display: none;
}

/* video overlay */
#shade {
	display: none;
}

.product-button img {
	display: none;
}

/* hides the question list in a faq page */
.qblock {
	display: none;
}

/* photo and contact info in bio pages */

.biobox {
	float: left;
	width: 220px;
}

.biobox a:link:after, .biobox a:visited:after {
	content:"";
}

/* photos in management index page */
.thumb {
	display: none;
}

.more {
	display: none;
}

.subnav {
	display: none;
}

.subnav-column {
	display: block;
	float: right;
	padding: 20pt;
}

.subnav-column h3 {
	display: none;
}

.archive-item {
	display: none;
}

.subnav-column press-bar {
	display: block;
	float: right;
}

/* specific article styling */

.article img {
    float: left;
    padding: 1em;
}

/* don't show the video pulls */
.pull-video {
	display: none;
}

/* various pullquotes */

.pullquote {
	float: right;
	padding: 2em;
}

.pullquote-master {
	font-style: italic;
	width: 25%;
	float: right;
	padding: 2em;
}

.shade-column {
    float: right;
    padding: 20pt;
    width: 25%;
}


/*
.sidebar {
	width: 25%;
	float: right;
}
*/
.basic-list {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.basic-list li {
	font-weight: bold;
}

.excerpt ul {
	list-style-type: none;
	padding-left: 0px;
}

.excerpt li {
	margin-bottom: 1.5em;
}

.excerpt .date {
	font-size: 85%;
}

.excerpt p {
	margin-bottom: 2px;
	font-size: 90%;
}

.excerpt h3 {
padding: 0pt;
margin: 0pt;
}

#copyright {
	width: 100%;
	text-align: center;
}
