/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/**************************************************
1. Initial comments 
**************************************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */



/* ******************* I M P O R T A N T: **********************************/

/* Whenever you make changes to this file, do this:                        */
/* Update themes/fusion_core/template.php:                                 */
/* find "local.css?v=", add current date.                                  */
/* This will force clients to download the new version of the style sheet. */



/*
The site uses a 28px baseline grid throughout:

	57px / 70px (2.5 lines)
	28px / 42px (1.5 lines)
	19px / 28px
	17px / 28px
	14px / 21px (.75 lines)
	12px / 14px (.5 lines)
	10px / 14px (.5 lines)
*/


/**************************************************
2. Font declarations
**************************************************/

/*
Web font files generated using the @font-face generator at
http://www.fontsquirrel.com/fontface/generator

Settings:
	Expert >
		Font Formats: TrueType, EOT Lite
		Rendering: Apply Hinting, Fix Vertical Metrics
		Fix Missing Glyphs: Spaces, Hyphens
		X-height Matching: None
		Protection: [none]
		Subsetting: No Subsetting
		CSS Formats: Mo' Bulletproofer
		CSS Options: [none]
		OpenType Options: [none]
		Advanced Options > 
			Font Name Suffix: webfont
			Em Square Value: 2048
			Adjust Glyph Spacing: 0
		PostScript Hinting: Keep Existing
		Font Tables: Fix GASP Table
*/


/**************************************************
2.1. Fonts for body copy
**************************************************/

/*
Latest at http://www.google.com/webfonts/specimen/Crimson+Text
*/


@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Body';
    src: url('../fonts/Crimson_Text/crimsontext-roman-webfont.eot');
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Body';
    src: url('../fonts/Crimson_Text/crimsontext-bold-webfont.eot');
	font-weight:bold;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Body';
    src: url('../fonts/Crimson_Text/crimsontext-italic-webfont.eot');
	font-style:italic;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Body';
    src: url('../fonts/Crimson_Text/crimsontext-bolditalic-webfont.eot');
	font-weight:bold;
	font-style:italic;
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Body';
    src: url(http://:/) format('no404'), url('../fonts/Crimson_Text/crimsontext-roman-webfont.ttf') format('truetype');
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Body';
    src: url(http://:/) format('no404'), url('../fonts/Crimson_Text/crimsontext-bold-webfont.ttf') format('truetype');
	font-weight: bold; 
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Body';
    src: url(http://:/) format('no404'), url('../fonts/Crimson_Text/crimsontext-italic-webfont.ttf') format('truetype');
	font-style: italic; 
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Body';
    src: url(http://:/) format('no404'), url('../fonts/Crimson_Text/crimsontext-bolditalic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


/**************************************************
2.2. Fonts for heads and subheads
**************************************************/

/*
Latest at http://www.google.com/webfonts/specimen/Droid+Sans
Latest at http://www.google.com/webfonts/specimen/Droid+Serif

(Droid Serif is used for italics because there is no italic/oblique for Droid Sans.)
*/


@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Head';
    src: url('../fonts/Droid_Sans/droidsans-webfont.eot');
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Head';
    src: url('../fonts/Droid_Sans/droidsans-bold-webfont.eot');
	font-weight: bold;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Head';
    src: url('../fonts/Droid_Serif/droidserif-italic-webfont.eot');
	font-style: italic;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Head';
    src: url('../fonts/Droid_Serif/droidserif-bolditalic-webfont.eot');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Head';
    src: url(http://:/) format('no404'), url('../fonts/Droid_Sans/droidsans-webfont.ttf') format('truetype');
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Head';
    src: url(http://:/) format('no404'), url('../fonts/Droid_Sans/droidsans-bold-webfont.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Head';
    src: url(http://:/) format('no404'), url('../fonts/Droid_Serif/droidserif-italic-webfont.ttf') format('truetype');
	font-style: italic;
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Head';
    src: url(http://:/) format('no404'), url('../fonts/Droid_Serif/droidserif-bolditalic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


/**************************************************
2.3. Fonts for small navigation elements
**************************************************/

/*
Latest at http://www.google.com/webfonts/specimen/Ubuntu
*/


@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Chrome';
    src: url('../fonts/Ubuntu/ubuntu-regular-webfont.eot');
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Chrome';
    src: url('../fonts/Ubuntu/ubuntu-bold-webfont.eot');
	font-weight: bold;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Chrome';
    src: url('../fonts/Ubuntu/ubuntu-italic-webfont.eot');
	font-style: italic;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family:'Endeavors Chrome';
    src: url('../fonts/Ubuntu/ubuntu-bolditalic-webfont.eot');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Chrome';
    src: url(http://:/) format('no404'), url('../fonts/Ubuntu/ubuntu-regular-webfont.ttf') format('truetype');
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Chrome';
    src: url(http://:/) format('no404'), url('../fonts/Ubuntu/ubuntu-bold-webfont.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Chrome';
    src: url(http://:/) format('no404'), url('../fonts/Ubuntu/ubuntu-italic-webfont.ttf') format('truetype');
	font-style: italic;
}
@font-face {
    /* This declaration targets everything else */
    font-family:'Endeavors Chrome';
    src: url(http://:/) format('no404'), url('../fonts/Ubuntu/ubuntu-bolditalic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


/**************************************************
3. Resets, generic declarations
**************************************************/

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, legend {
	display: block;
	font-size: 100%;
	font-size: 19px;
	line-height: 28px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-size: 19px;
	line-height: 28px;
}

span, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, label {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	/* vertical-align: baseline;
	background: transparent; */
}

/*
The following declaration kills vertical spacing on divs throughout the page.
In order to override it on specific divs later, you have to preface them with #page.
*/

#page div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.one-liner * {
	display: inline;
}

.invisible * {
	display: none;
}

/**************************************************
4. Layout hole properties
**************************************************/

#page #header-top-wrapper {
	background: #ffffff;
	color: #000000;
}

#page #header-group-wrapper {
	background: #ffffff;
	color: #000000;
	padding-bottom: 7px;
	border-bottom: 1px dotted black;
}

#page #preface-top-wrapper {
	padding-top: 28px;
	background: #ffffff;
	color: #000000;
}

.page-front #page #preface-top-wrapper {
	padding-bottom: 28px;
	border-bottom: 1px solid #666666;
}

#page #main-wrapper {
	background: #ffffff;
	color: #000000;	
	padding-top: 28px;
	padding-bottom: 28px;
}

#page #postscript-bottom-wrapper {
	background: #ffffff;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px dotted black;
}

#page #footer-wrapper {
	background:#aac1d4;
	color: #000000;
	padding-top: 28px;
}

/* The following two items kill extra vertical spacing at the end of the story. */

#page #block-views-layout-block_3,
#page #block-views-layout-block_3 p {
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#page #block-views-layout-block_3 br {
	display: none;
}


/**************************************************
5. Body copy styles (default text styling)
**************************************************/

a {
	color: #4c7599;
}

p, 
#page ul, 
#page ol {
	font-family: "Endeavors Body", serif;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 28px;
}

.content li {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

.content .menu li {
	display: block;
}

h1 {
	font-family: "Endeavors Head", sans-serif;
	font-size: 57px;
	line-height: 70px;
	letter-spacing: -0.008em;
	margin-left: -0.06em; /* optical adjustment */
}

h3 {
	font-family: "Endeavors Head", sans-serif;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -0.008em;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 28px;
}

span.drop {
	display: block;
	float: left;
	position: relative;
	top: 2px; /* optical adjustment */
	left: -2px; /* optical adjustment */
	font-size: 56px;
	line-height: 52px;
	padding: 0px;
	margin: 0px;
}

table.story-table {
	width: 460px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.story-table tr,
.story-table td,
.story-table th {
	font-family: "Endeavors Head", sans-serif;
	font-size: 11px;
	line-height: 14px;
	border: 0px;
	padding: 4px;
	margin: 0px;
	overflow: hidden;
}

.story-table thead,
.story-table tbody,
.story-table tfoot {
	border-bottom: 1px solid #000;
	width: 460px;
	margin:0px;
	padding:0px;
}

.story-table thead th {
	font-weight: bold;
	text-align: center;
}

.story-table tbody th {
	font-weight: normal;
	text-align: left;
}

.story-table tbody td {
	font-weight: normal;
	text-align: right;
}


/**************************************************
6. Regions appearing on every page
**************************************************/


/**************************************************
6.1. Title + Slogan
**************************************************/

h1#site-name {
	font-family: "Endeavors Chrome", monospace;
	font-weight: bold;
	font-size: 75px;
	line-height: 84px;
	margin-top: 28px;
	margin-bottom: 0px;
	margin-left: -5px; /* optical adjustment */
}

#page .slogan {
	margin-top:48px;
}

.slogan h2 {
	font-family: "Endeavors Chrome", monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
	/*position: relative;
	top: -7px;*/
}

#site-name a:link, 
#site-name a:visited, 
.slogan a:link, 
.slogan a:visited {
	color: #000000;
	text-decoration: none;
}

#site-name a:active, 
#site-name a:hover,
.slogan a:active, 
.slogan a:hover {
	text-decoration: underline;
}

/**************************************************
6.2. content type navigation/services navigation
**************************************************/

.secondary-nav {
	font-weight: normal;
	/* position: relative; */
	text-transform: lowercase;
	font-family: "Endeavors Chrome", monospace; 
	font-size: 12px;
	line-height: 14px;
}

.secondary-nav a:link,
.secondary-nav a:visited {
	color: #000000;
	text-decoration: none;
}

.secondary-nav a:active,
.secondary-nav a:hover {
	color: #000000;
	text-decoration: underline;
}


/**************************************************
6.3. Google Site Search (GSS) box
**************************************************/

form.gss {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
}

form.gss label {
	display: none;
}

form.gss input {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #000000;
	text-transform: none;
}

form.gss input#edit-search-block-form-1 {
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
}

form.gss .form-submit {
	display: inline;
	background: #cccccc;
	color: #000000;
	font-family: "Endeavors Chrome", monospace;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	cursor: pointer;
	text-transform: lowercase;
	height:14px;
	border:1px solid #000000;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}

#page #block-search-0 {
	height: 16px;
}

#page #block-search-0 div {
	font-size: 12px;
	line-height: 14px;
}

body.page-search #page div#content-tabs {
	display: none;
}


/**************************************************
6.4. The fine print
**************************************************/

.fine-print h4 {
	font-family: "Endeavors Chrome", monospace;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 21px;
}

.fine-print p {
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 21px;
}

.fine-print a {
	color: #ffffff;
	text-decoration: none;
}

/**************************************************
6.5. Layout fixes
**************************************************/

#page .block-addthis a.addthis_button_google_plusone {
	line-height: 15px;
}

/**************************************************
7. Content page regions
**************************************************/


/**************************************************
7.1. Kicker, boilerplate
**************************************************/

.kicker,
.boilerplate {
	font-family: "Endeavors Body", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	line-height: 28px;
	margin-left: -0.01em; /* optical adjustment */
}

.kicker i,
.kicker em,
.boilerplate i,
.boilerplate em {
	font-style: normal; /* Reverses italics inside italicized areas */
}


/**************************************************
7.2. Byline
**************************************************/

h2.writer, h2.writer * {
	font-family: "Endeavors Head", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 28px;
	margin-left: .1em; /* optical adjustment */
}

h2.writer * {
	display: inline;
}

h2.writer div.field-item-0:after { /* need a better fix for this */
	content:", ";
}


/**************************************************
7.3. "Learn more" links
**************************************************/

#page .learn-more-links {
	font-family: "Endeavors Body", serif;
	font-size: 19px;
	line-height: 28px;
}

#page .learn-more-links .views-label-field-link-url {
	display: block;
	font-family: "Endeavors Head", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0px;
	color: #000000;
}

#page .learn-more-links .field-content {
	margin-bottom: 28px;
}

.learn-more-links a {
	font-style: normal;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}


/**************************************************
7.4. Story taxonomic labels
**************************************************/

h4.context-label {
	font-family: "Endeavors Chrome", monospace;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color:#999999;
}

/**************************************************
7.4. Sidebars
**************************************************/

.view-sidebars h1,
.view-sidebars h2,
.view-sidebars h3,
.view-sidebars h4,
.view-sidebars h5,
.view-sidebars h6 {
	font-family: "Endeavors Head", sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0.1em; /* optical adjustment */
}

.view-sidebars .view-content p,
.view-sidebars .view-content ol,
.view-sidebars .view-content ul {
	font-family: "Endeavors Body", serif;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 14px;
}

.view-sidebars .boilerplate,
.view-sidebars .kicker,
.view-sidebars .writer {
	font-family: "Endeavors Body", serif;
	font-style: italic;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 14px;
}

.sidebar_art {
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

/* Change the display settings if the sidebar is moved into the main column: */

#content-group .view-sidebars {
	display: block;
	width: 50%;
	float: right;
	background: #e5ecf2;
	margin-left: 5px;
	padding: 14px;
}


/**************************************************
7.5. Image captions
**************************************************/

.video-credit,
.view-story-art {
	margin-bottom: 28px;
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}

.video-credit *,
.view-story-art * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

#content-region .view-story-art {
	display: block;
	width: 180px;
	float: right;
	padding: 12px;
}

#content-region .view-display-id-big_art_2 {
	float: none;
}

#content-region .big-art {
	display: block;
	padding: 0px;
	width: 480px;
}


/**************************************************
7.6. Slideshows
**************************************************/

.view-id-insert_slideshow .views-row {
	display: none; /* Hide all of the preview images ... */
}

.view-id-insert_slideshow .views-row-1 {
	display: block; /* ... except for the first one. */
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

#modalContainer div,
#modalContainer img {
	display: inline;
	text-align: center;
}

.slideshow-credit {
	font-family: "Endeavors Head", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-align: left;
	width: 460px;
}

#imageData {
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
}

#numberDisplay {
	display: block;
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	margin-top: 28px;
}

.slideshow-caption {
	text-align: left;
	width: 460px;
}

.slideshow-caption p {
	font-family: "Endeavors Head", sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 14px;
}

.slideshow-caption em,
.slideshow-caption i {
	font-style: italic; /* Chrome won't italicize w/o this, for some reason. */
}


#imageData #imageDetails {
	width: 100%;
	
}

/**************************************************
7.7. Content page layout fixes
**************************************************/

.producer-layout p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/**************************************************
8. Standalone image/video page regions
**************************************************/

div.node-type-image p,
div.node-type-video p {
	font-family: "Endeavors Head", sans-serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-top: 14px;
	margin-bottom: 0em;
}

.node-type-image div.field-field-media-credit div,
.node-type-video div.field-field-media-credit div {
	font-family: "Endeavors Head", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-align: left;
	margin-bottom: 14px;
}

span.submitted {
	display: none;
}



/**************************************************
9. Writer's page regions
**************************************************/

#page .node-type-writer .field-field-creator-classification {
	font-family: "Endeavors Body", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 28px;
}

.node-type-writer .field-type-email {
	font-family: "Endeavors Head", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 14px;
}

.node-type-writer .field-type-email a {
	text-decoration: none;
}

/**************************************************
10. Index page regions
**************************************************/

/**************************************************
10.1 Generated listing items
**************************************************/

#page .index .views-row {
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 28px;
}

td.listing-photo {
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 0px;
	padding-right: 24px;
}

td.listing-text {
	width: 306px;
	padding: 0px;
}

h3.listing {
	font-family: "Endeavors Head", sans-serif;
	font-size: 17px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.title {
	font-family: "Endeavors Head", sans-serif;
	font-size: 17px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 28px;
}

div.listing {
	font-family: "Endeavors Body", sans-serif;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.listing p {
	display: inline;
	font-family: "Endeavors Body", sans-serif;
	font-size: 17px;
	line-height: 28px;
}

div.listing-details, 
div.listing-details div.field-item {
	font-family: "Endeavors Head", sans-serif;
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 0px;
}

div.listing-details div {
	display: inline;
}
div.listing-details div.field-item-0:after {
	content: ", "; /* need to come up with something better */
}


/**************************************************
10.2 Pager
**************************************************/

ul.pager li.pager-first,
ul.pager li.pager-previous,
ul.pager li.pager-current,
ul.pager li.pager-item,
ul.pager li.pager-next,
ul.pager li.pager-last {
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 14px;
	border: 0px;
}

ul.pager li.pager-first a,
ul.pager li.pager-previous a,
ul.pager li.pager-current a,
ul.pager li.pager-item a,
ul.pager li.pager-next a,
ul.pager li.pager-last a {
	border: 0px;
}

ul.pager li.pager-current,
ul.pager li.pager-current a,
ul.pager li.pager-first a:hover,
ul.pager li.pager-previous a:hover,
ul.pager li.pager-current a:hover,
ul.pager li.pager-item a:hover,
ul.pager li.pager-next a:hover,
ul.pager li.pager-last a:hover {
	border: 0px;
	background: #669ccc;
	color: #ffffff;
}

/**************************************************
10.3 "More" link
**************************************************/

.more-link {
	text-align: left;
	font-family: "Endeavors Chrome", monospace;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
}

.more-link a {
	text-decoration: none;
}


/**************************************************
10.4 Google Site Search (GSS) results
**************************************************/

.searchhead {
	display:block;
	font-family: "Endeavors Body", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 19px;
	line-height: 28px;
	margin-left: -0.01em; /* optical adjustment */
	margin-bottom: 28px;
}

ol.google-search-results {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 28px;
}

#page #main-wrapper h3.gss-title {
	font-family: "Endeavors Head", sans-serif;
	font-size: 17px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#page #main-wrapper p.gss-search-snippet {
	font-family: "Endeavors Body", sans-serif;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#page #main-wrapper p.gss-search-snippet br {
	display: none;
}

#page #main-wrapper p.gss-search-url a {
	font-family: "Endeavors Head", sans-serif;
	font-size: 12px;
	line-height: 28px;
	margin-bottom: 0em;
}


/**************************************************
11. Blog page regions
**************************************************/

.blog-view h1 {
	font-size: 28px;
	line-height: 42px;
}

.blog-view h3 {
	font-size: 19px;
	line-height: 28px;
}

.blog-view p {
	font-size: 17px;
	line-height: 28px;
}

/**************************************************
12. Taxonomy index regions
**************************************************/

.page-taxonomy .content-content, 
.page-taxonomy .taxonomy-term-description {
	display: none;
}

.page-taxonomy h1.index-title {
	text-transform: lowercase; /* need a better fix for this */
}


/**************************************************
13. Front page regions
**************************************************/

/**************************************************
13.1 Featured stories
**************************************************/

.top-story h3 {
	font-family: "Endeavors Head", sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 28px;
	margin-top: 0px;
}


/**************************************************
13.2 Left-hand navigation links
**************************************************/

.tertiary-nav ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.tertiary-nav li {
	list-style-type: none;
	font-family: "Endeavors Chrome", monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
}

.tertiary-nav li a {
	display: block;
	height: 28px;
}

.tertiary-nav li a:link,
.tertiary-nav li a:visited {
	color: #000000;
	text-decoration: none;
}

.tertiary-nav li a:active,
.tertiary-nav li a:hover {
	color: #000000;
	text-decoration: underline;
}

.tertiary-nav .expanded li {
	margin-left: 14px;
}