/* $Id: zen.css,v 1.7 2008/04/20 04:20:27 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *	 Book Navigation	See line 74	of Zen's drupal5-reference.css file
 *	 Forum			See line 197 of Zen's drupal5-reference.css file
 *	 Menus			See line 667 of Zen's drupal5-reference.css file
 *	 News Aggregator	See line 20	of Zen's drupal5-reference.css file
 *	 Polls			See line 287 of Zen's drupal5-reference.css file
 *	 Search			 See line 320 of Zen's drupal5-reference.css file
 *	 User Profiles	See line 945 of Zen's drupal5-reference.css file
 */

/* Basic HTML element settings used by Michael Barrish for CCD. */

a:link, a:visited, a:hover, a:active {
	color: #F01201;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

a.alt:link, a.alt:visited, a.alt:hover, a.alt:active {
	color: #000000;
	font-weight: bold;
}

a.alt:hover {
	color: #F01201;
	text-decoration: none;
}

blockquote {
	margin: 0 0 1em 2em;
}

h1 {
	color: #777;
	font-size: 164%;
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 0.5em;
}

h2 {
	color: #777;
	font-size: 131%;
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 1em;
	padding-top: .5em;
}

h3 {
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.15;
}

h4 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.15;
	margin-bottom: 0.6em;
}

.content h4 {
	color: #444;
}

h5 {
	font: 100% georgia, "times new roman", times, serif;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h4 + h5 {
	padding-top: .5em;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color: #222222;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #F01201;
	text-decoration: none;
}

div.hr, div.hr-alt {
	background: #999;
	height: 1px;
	margin: 1em 0;
}

div.hr-alt {
	background: #ddd;
}

div.hr hr, div.hr-alt hr {
	display: none;
 }

.divider {
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin: -1em auto 2em;
	text-align: center;
	width: 25%;
 }

table + .divider {
	margin-top: 2em;
}

dl {
	margin: 0 0 1em;
}

dt {
	line-height: 1.15;
	margin-top: 1em;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 1em 2em;
}

ol li {
	margin: 0 0 0.5em;
}

ul {
	margin-bottom: 1em;
}

ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0.5em 2em;
}

ul.bold li { font-weight: bold; }

fieldset {
	margin-bottom: 1em;
}

form {
	margin: 0 0 1em;
}

form div {
	margin-bottom: 1em;
}

input {
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: 85%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

input.text {
	padding: 2px 0;
	width: 200px;
}

input:focus {
	background: #DFF3FB none repeat scroll 0%;
}

label {
	display: block;
}

textarea {
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: 85%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

textarea:focus {
	background: #DFF3FB none repeat scroll 0%;
}

#content caption {
	border: 1px solid #EEEEEE;
	font-weight: normal;
	text-align: left;
}

#content th, #content td {
	border: 1px solid #EEEEEE;
	font-weight: normal;
	padding: .3em;
	text-align: left;
}
table {
	border: 1px solid #EEEEEE;
	border-collapse: separate;
	border-spacing: 0;
	margin: 1em 0;
	text-align: left;
}

/* Here start Zen setting, unless marked or commented as CCD or ccd-. */

/** body **/
	body {
	/* ccd page */
	background: #FFFFFF none repeat scroll 0%;
	color: #222222;
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: small;
	line-height: 1.5;
	text-align: center;
}
body.cke_show_borders {
	text-align: left;
}

#page {
	/* ccd container */
	background: #FFFFFF none repeat scroll 0%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
	font-size: 100%;
	line-height: 1.5;
}

#page-inner {
}

#skip-to-nav, #skip-to-content {
	/* ccd p#skip for Skip to main content */
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 1px;
}

/** header **/
	#header {
	/* ccd header */
	background: transparent url(/media/design/bg-header.gif) no-repeat scroll left bottom;
	clear: left;
	float: left;
	padding-bottom: 1px;
	width: 980px;
}

#header-inner {
	width: 980px;
}

/* CCD fix */
	#header .block {
	margin-bottom: 0px;
}

#logo-title /* Wrapper for logo, website name, and slogan */ {
}

#logo /* Wrapper for logo */ {
}

#logo-image /* The actual logo image */ {
}

#site-name /* The name of the website */ {
}

#site-name a:link,
	#site-name a:visited {
	color: #000;
	text-decoration: none;
}

#site-name a:hover {
	text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

#header-blocks /* Wrapper for any blocks placed in the header region */ {
}

/* CCD topnav*/
	#ccd-topnav {
	background: #585858 url(/media/design/bg-topnav.gif) no-repeat scroll left bottom;
	float: left;
	width: 980px;
}

#ccd-topnav ul {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	padding: 1em 0 0.7em;
	width: 700px;
}

#ccd-topnav li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/* dmr changed right margin from 0.5em to 0.2em */
	margin: 0 0.2em 0 0;
}

#ccd-topnav li a {
	color: #FFFFFF;
	font-size: 93%;
	font-weight: bold;
	padding: 1.4em 3px 3px;
	text-decoration: none;
	text-transform: uppercase;
}

#ccd-topnav li a:hover, #ccd-topnav li.active a {
	background: #000000 none repeat scroll 0%;
}

#ccd-topnav li.active {
	color: #000000;
}

#ccd-topnav #search-block-form {
	float: left;
	margin: 0;
	padding: 0.9em 0 0.6em;
	text-align: right;
	width: 250px;
}

	#ccd-topnav #search-block-form div {
	margin: 0;
}

#ccd-topnav #search-block-form label {
	color: #FFFFFF;
	display: inline;
	font-weight: normal;
	font-size: 93%;
	vertical-align: bottom;
}

	#ccd-topnav input#edit-search-block-form-1 {
	margin: 0px 4px;
	width: 110px;
}

/* CCD Logo */

	#block-block-2 {
	float: left;
}

	/* Tagging #ccd-logo works on Firefox but not IE7, so we go higher
	/* in the structure. */
#block-ccd_site-ccd_logo {
	background: transparent url(/media/design/en/logo.gif) no-repeat scroll 0%;
	display: inline;
	float: left;
	height: 50px;
	margin: 18px 0 0 15px;
	width: 251px;
}

.node-type-ccd-welcome #block-ccd_site-ccd_logo {
	background: transparent url(/media/design/logo-en-fr.gif) no-repeat scroll 0%;
	display: inline;
	float: left;
	height: 74px;
	margin: 6px 0 0 15px;
	width: 549px;
}

#ccd-logo.french {
	background: transparent url(/media/design/fr/logo.gif) no-repeat scroll 0%;
	width: 265px;
}

.node-type-ccd-welcome #ccd-logo a {
	background: transparent url(/media/design/logo-en-fr.gif) no-repeat scroll 0%;
	display: block;
	height: 74px !important;
	overflow: hidden;
	width: 549px;
}

#ccd-logo a {
	background: transparent url(/media/design/en/logo.gif) no-repeat scroll 0%;
	display: block;
	height: 50px !important;
	overflow: hidden;
	width: 251px;
}

#ccd-logo.french a {
	background-image: url(/media/design/fr/logo.gif);
	width: 265px;
}

	#ccd-logo h1,
	#ccd-logo span {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/* CCD Language Link */

	#ccd-lang {
	float: left;
	margin: 8px 0 0;
	text-align: right;
	width: 700px;
}

/*
#ccd-lang.french {
	width: 586px;
}
*/

#ccd-lang a {
	color: #000000;
	font-size: 93%;
}

#ccd-lang a:hover {
	color: #F01201;
	text-decoration: none;
}

/* CCD Navigation Main */

	#block-block-4 {
	float: left;
}

	/* Tagging #ccd-nav works on Firefox but not IE7, so we go higher
	/* in the structure. */
	#block-ccd_site-ccd_navigation_main {
	display: inline;
	float: left;
	height: 73px;
	margin: 0 0 0 386px;
	position: relative;
	width: 581px;
}

#ccd-nav ul {
	margin: 0px;
}

#ccd-nav li {
	height: 73px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	position: absolute;
}

#ccd-nav a {
	display: block;
	height: 0 !important;
	overflow: hidden;
	padding-top: 73px;
	white-space: nowrap;
}

 #ccd-nav a:hover, #ccd-nav .active a {
	background-image: none !important;
}

 #ccd-nav #nav-hum {
	background: transparent url(/media/design/en/nav-hum.gif) no-repeat scroll 0 -73px;
	left: 0;
	width: 113px;
}

#ccd-nav #nav-hum a {
	background: transparent url(/media/design/en/nav-hum.gif) no-repeat scroll 0% 0%;
}

#ccd-nav.french #nav-hum {
	background-image: url(/media/design/fr/nav-hum.gif);
}

#ccd-nav.french #nav-hum a {
	background-image: url(/media/design/fr/nav-hum.gif);
}

#ccd-nav #nav-soc {
	background: transparent url(/media/design/en/nav-soc.gif) no-repeat scroll 0 -73px;
	left: 113px;
	width: 116px;
}

#ccd-nav #nav-soc a {
	background:transparent url(/media/design/en/nav-soc.gif) no-repeat scroll 0% 0%;
}

#ccd-nav.french #nav-soc {
	background-image: url(/media/design/fr/nav-soc.gif);
}

#ccd-nav.french #nav-soc a {
	background-image: url(/media/design/fr/nav-soc.gif);
}

#ccd-nav #nav-tra {
	background: transparent url(/media/design/en/nav-tra.gif) no-repeat scroll 0 -73px;
	left: 229px;
	width: 132px;
}

#ccd-nav #nav-tra a {
	background: transparent url(/media/design/en/nav-tra.gif) no-repeat scroll 0% 0%;
}

#ccd-nav.french #nav-tra {
	background-image: url(/media/design/fr/nav-tra.gif);
}

#ccd-nav.french #nav-tra a {
	background-image: url(/media/design/fr/nav-tra.gif);
}

#ccd-nav #nav-int {
	background: transparent url(/media/design/en/nav-int.gif) no-repeat scroll 0 -73px;
	left: 361px;
	width: 117px;
}

#ccd-nav #nav-int a {
	background: transparent url(/media/design/en/nav-int.gif) no-repeat scroll 0% 0%;
}

#ccd-nav.french #nav-int {
	background-image: url(/media/design/fr/nav-int.gif);
}

#ccd-nav.french #nav-int a {
	background-image: url(/media/design/fr/nav-int.gif);
}

#ccd-nav #nav-tec {
	background: transparent url(/media/design/en/nav-tec.gif) no-repeat scroll 0 -73px;
	left: 478px;
	width: 103px;
}

#ccd-nav #nav-tec a {
	background: transparent url(/media/design/en/nav-tec.gif) no-repeat scroll 0% 0%;
}

#ccd-nav.french #nav-tec {
	background-image: url(/media/design/fr/nav-tec.gif);
}

#ccd-nav.french #nav-tec a {
	background-image: url(/media/design/fr/nav-tec.gif);
}

/** main (container for everything else) **/
	#main {
	/* ccd content */
	background: #FFFFFF url(/media/design/bg-content.gif) repeat-y scroll 216px top;
	display: inline;
	float: left;
	margin: 15px 0 4em 3px;
	width: 977px;
}

/** content **/
  body #content {
    float: left;
    width: 761px;
  }
	body.right #content {
    overflow: hidden;
		width: 536px;
}

.no-sidebars #content {
	display: inline;
	margin-left: 216px;
}

#content-inner {
	margin: 0 17px;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

#content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

#content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
	padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
	h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
	h3.title /* Comment title */ {
	/* margin: 0; dmr ccd */
}

div.messages /* Important messages (status, warning, and error) for the user */ {
	margin: 0 1em 5px 1em;
	border: 2px solid #ccc;
	padding: 5px;
	color: #000;
	background-color: #fff;
	font-style: italic;
}

div.status /* Normal priority messages */ {
}

div.warning /* Medium priority messages */ {
	/* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.warning,
	tr.warning,
	body.section-admin tr.warning {
	/* color: #220; */ /* Drupal core uses #220 */
	background: #ffd;
}

div.error /* High priority messages. See also the .error declaration below. */ {
	/* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
}

div.error,
	tr.error,
	body.section-admin tr.error {
	/* color: #200; */ /* Drupal core uses #200 */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
	margin: 1em 0;
}

.more-help-link /* Link to more help */ {
	font-size: 0.85em;
	text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
	clear: both;
	margin: 1em 0;
	text-align: center;
}

.pager a, .pager strong.pager-current {
	padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
	margin: 1em 0;
}

#content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/** navbar **/
	#navbar {
}

#navbar-inner {
}

#search-box /* Wrapper for the search form */ {
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
	display: none;
}

#primary /* Primary links */ {
}

#secondary /* Secondary links */ {
}

/** sidebar-left **/
	#sidebar-left {
	float: left;
	width: 216px;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar-left-inner {
}

#sidebar-left-inner .block {
	clear: both;
	float: left;
	width: 216px;
	margin: 0;
}

#sidebar-left-inner .block h2.title {
	padding: 0 17px 0 13px;
}

#sidebar-left-inner .ccd-module {
	padding: 0 17px 0 13px;
	background: url(/media/design/bg-module.gif) 4px bottom no-repeat;
}

/** content **/
#content div.image-right {
	display: inline;
	float: right;
	margin: 3px 0 .5em 1em;
	width: 200px;
}

#content div.image-left {
	display: inline;
	float: left;
	margin: 3px 1em .5em 0;
	width: 200px;
}

#content div.image-block {
	margin: 0 0 1em;
}

#content div.image-center {
	margin: 0 0 1em;
	text-align: center;
}

.image-scale img {
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

#content p.caption-right {
	display: inline;
	float: right;
	margin: -.5em 0 .5em 1em;
	width: 200px;
}

#content p.caption-left {
	display: inline;
	float: left;
	margin: -.5em 1em .5em 0;
	width: 200px;
}

#content div.image-right p,
#content div.image-left p,
#content div.image-block p,
#content p.caption-right,
#content p.caption-left p,
#content p.caption-block {
	color: #777;
	font-size: 93%;
	line-height: 1.3;
	margin: 0;
	width: 200px;
}

#content div.image-block p {
	width: auto;
}


/** sidebar-right **/
	#sidebar-right {
	float: left;
	width: 211px;
	border-left: 1px solid #000;
}

#sidebar-right .block {
	background: transparent none repeat scroll 0%;
	width: 100%;
}

#sidebar-right h2.title {
	padding: 0 0 0 16px;
}

#sidebar-right .photo {
	margin-bottom: 1.5em;
}

#sidebar-right .photo img {
	border-top: 1px solid #b8b8b8;
	margin-bottom: .5em;
}

#sidebar-right .photo p {
	color: #333;
	font: 93% georgia, "times new roman", times, serif;
	line-height: 1.3;
	margin-left: 17px;
}

#sidebar-right .ccd-module {
	padding-left: 16px;
}

/* This keeps IE7 happy. */
	#block-ccd_site-ccd_site_home_sidebar_headline {
	margin-bottom: 1.25em;
}

/* CCD Home Page Special Sidebar Headline */
#sidebar-right .special {
	background: #FFFFCC url(/media/design/bg-special.gif) repeat-x scroll 0 0;
	border-bottom: 3px solid #F41C01;
	display: inline;
	float: left;
	margin: 0 0 1.5em 8px;
	padding: 24px 0 0;
	position: relative;
	width: 203px;
}

#sidebar-right .special h4 a {
	color: #E21B02;
}

#sidebar-right .special h4 {
	margin-left: 0;
 	padding: 0 8px;
 }

#sidebar-right .special p {
	margin-left: 0;
 	padding: 0 8px;
 }

#sidebar-right .special p.date {
	margin: 0;
 }

/** footer **/
	#footer {
	/* Needed to make Blocks admin page editable. dmr */
	float: left;
}

#footer-inner {
}

/* Wrapper for the footer message from Drupal's "Site */
	/* information" and for any blocks placed in the footer region */
	#footer-message {
}

/* CCD Footer (edited in site information) */

	#ccd-footer {
	clear: left;
	float: left;
	width: 874px;
}

#ccd-footer .wrap {
	border-top: 1px solid #DBDBDB;
	display: inline;
	float: left;
	padding: .6em 0 2em !important;
}

#ccd-footer ul {
	display: inline;
	padding: 0px;
}

#ccd-footer li {
	font-size: 85%;
	display: inline;
	margin: 0;
}

#ccd-footer li a:link,
	#ccd-footer li a:visited,
	#ccd-footer li a:hover,
	#ccd-footer li a:active {
	border-right: 1px solid #585858;
	color: #222222;
	padding: 0 .6em 0 .3em;
}

#ccd-footer li a:hover {
	color: #F01201;
	text-decoration:none;
}

#ccd-footer li a.feed {
	background: transparent url(/media/design/bg-feed.gif) no-repeat scroll 0 50%;
	margin-left: 0.3em;
	padding-left: 1.3em;
}

#ccd-footer li.first a {
	border-right: 1px solid #585858;
	padding-left: 0;
}

#ccd-footer li.mob a {
	padding-left: 0 !important;
}

#ccd-footer p {
	color: #585858;
	display: inline;
	font-size: 85%;
	padding-left: 0.6em;
}

/** closure **/
	#closure-blocks /* Wrapper for any blocks placed in the closure region */ {
	/* Same as page (ccd container) just above it */
	background: #FFFFFF none repeat scroll 0%;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	font-size: 100%;
	line-height: 1.5;
}

/** Drupal nodes **/
	.node /* Node wrapper */ {
}

.node-inner /* Additional wrapper for node */ {
}

.sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
	/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
	.comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	font-size: 75px;
	line-height: 1;
	font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word; /* A very nice CSS3 property */
}

.node-mine /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-type-FOO class that describes the type of
	 * content that it is. If you create a new content type called
	 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
	 */
	.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
	color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture,
	.comment.comment-unpublished .picture {
	position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .submitted /* The "posted by" information */ {
}

.node .taxonomy /* Node taxonomy (categories) */ {
}

.node .content /* Node's content wrapper */ {
}

.node div.links /* Wrapper for node links */ {
	margin: 1em 0;
}

ul.links /* Taxonomy links, node links, comment links */ {
	margin: 0;
	padding: 0;
}

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.preview .node /* Preview of the content before submitting new or updated content */ {
	/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal comments **/
	#comments /* Wrapper for all comments */ {
	margin: 1em 0;
}

.comment /* Wrapper for a single comment */ {
}

.comment-inner /* Additional wrapper for a single comment */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
	/* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */ {
}

.comment-by-author /* A comment created by the node's author */ {
}

.comment-by-anon /* A comment created by an anonymous user */ {
}

.comment-mine /* A comment created by the current user */ {
}

.comment h3.title /* Comment title */ {
}

.new /* "New" marker for comments that are new for the current user */ {
	color: #c00;
}

.comment .picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
	margin: 1em 0;
}

.indented /* Nested comments are indented */ {
	/* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}

.preview .comment /* Preview of the comment before submitting new or updated comment */ {
	/* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/** Drupal blocks **/
	.block /* Block wrapper */ {
	/* Commented out for CCD. */
	/* margin-bottom: 1em; */
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}

.block-inner /* Additional wrapper for block */ {
}

.block h2 /* Block title */ {
	margin-bottom: .2em;
	padding-top: 0;
}

.block .ccd-module h2 /* Block title */ {
	/* ccd from .module */
	padding: 0;
}

/* But not this block title. */
	#block-ccd_site-ccd_issue_category_index.block h2 /* Block title */ {
	/*color: #222;*/
}


	.node-type-ccd-home-page .block h2 {
	/* ccd */
	color: #F01201;
	font-size: 124%;
	margin: 0 0 .2em;
	padding-top: 0;
}

	.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comments-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-2 /* "Primary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

/** Drupal boxes **/
	/* Wrapper for Comment form, Comment viewing options, Menu admin, and
	 * Search results.
	 */
	.box /* Wrapper for box */ {
}

.box-inner /* Additional wrapper for box */ {
}

.box h2.title /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/** Miscellaneous Drupal styles **/
	.error /* Errors that are separate from div.messages status messages (see above.) */ {
	/* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages (see above.) */ {
	/* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.more-link /* Aggregator, blog, and forum more link */ {
	text-align: right;
}

#user-login-form /* Drupal's default login form */ {
	text-align: left;
}

tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */ {
	border-bottom: none;
	padding: 0;
}

tr.even {
	/* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
	/* background-color: #eee; */ /* Drupal core uses a #eee background */
}

li a.active /* The active item in a Drupal menu */ {
	color: #000;
}

/** Drupal forms **/
	.form-item, /* Wrapper for a form element (or group of form elements) and its label */
	.form-checkboxes,
	.form-radios {
	margin: 1em 0;
}

.form-item input.error, /* Highlight the form elements that caused a form submission error */
	.form-item textarea.error,
	.form-item select.error {
	border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
	display: block;
	font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
	display: inline;
	font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
	color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
	font-size: 0.85em;
}

.form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
	.form-radios .form-item {
	margin: 0.4em 0;
}

.form-submit /* The submit button */ {
}

.container-inline div, .container-inline label /* Inline labels and form divs */ {
	display: inline;
}

.tips /* Tips for Drupal's input formats */ {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

/** OpenID **/
	/* The default styling for the OpenID login link seems to assume Garland's
	 * styling of list items.
	 */
	#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
	margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link, /* The "Log in using OpenID" links. */
	#user-login li.openid-link {
	margin-top: 1em;
	margin-left: -20px; /* Un-do some of the padding on the ul list. */
	padding-left: 20px;
	background-position: left center;
}

#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
	#user-login li.user-link {
	margin-top: 1em;
	list-style-type: disc;
	list-style-position: outside;
}

#user-login li.openid-link, /* The OpenID links on the /user form. */
	#user-login li.user-link {
	margin-left: -2em; /* Un-do all of the padding on the ul list. */
}

/** Drupal admin tables **/
	/* We overrode these styles in html-elements.css, but restore them for the
	 * admin section of the site.
	 */
	.section-admin tbody {
	border-top: 1px solid #ccc;
}

.section-admin th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.section-admin tbody th {
	border-bottom: 1px solid #ccc;
}

.section-admin thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.section-admin tr.even,
	.section-admin tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

 /* CCD Welcome Page - a content type */
 /* Drupal gives the home page body a class of "front". */

.front #header {
	/* Higher than ccd original because it contains the topnav */
	/* instead of being a sibling. */
	height: 182px;
}

.front #main {
	background: #FFF;
	margin-bottom: 1em;
}

.front #content {
	width: 830px;
	margin-left: 0px;
	padding-left: 13px;
}

.front #content-inner {
	margin: 0 0px;
}

.front #content-area {
	background: transparent none repeat scroll 0%;
	margin-bottom: 1.5em;
}

.front #ccd-topnav {
	height: 9px;
	margin-bottom: 24px;
}

.front #content-header h2 {
	color: #777;
	font-size: 164%;
	margin: 0 0 0.3em;
	padding-top: 0;
}

.front #content-area dl {
	float: left;
	font-family: georgia,"times new roman",times,serif;
	font-size: 108%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
	width: 382px;
}

.front #content-area .content ul {
	display: inline;
	float: left;
	margin: 2em 0 0;
	width: 30em;
}

.front #content-area .content ul li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 16px !important;
}

/*
.front #content-area .content li a {
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	background: #F01201 none repeat scroll 0%;
	color: #FFFFFF;
	display: block;
	font-size: 108%;
	font-weight: bold;
	height: 4.75em;
	padding: 0.5em 0 0 0.5em;
	text-transform: uppercase;
	width: 7em;
}

.front #content-area .content li a:hover {
	text-decoration: none;
}
*/

.front #content-area .content li a {
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	background: #F01201 none repeat scroll 0%;
	color: #FFFFFF;
	display: block;
	font-size: 108%;
	font-weight: bold;
	height: 4.75em;
	padding: 0.5em 0 0 0.5em;
	text-decoration: none;
	text-transform: uppercase;
	width: 7em;
}

.front #content-area .content li a:hover {
	background-color: #000;
}

.front #footer {
	clear: left;
}

.front #footer p {
	/* Already getting a border from standard footer CSS. */
	/* border-top: 1px solid #DBDBDB; */
	display: block;
	padding: 0.25em 0 2em;
	width: 595px;
}

.front #footer .block {
	margin-bottom: 0.5em;
}

.front #ccd-footer .wrap {
	padding: 0em 0 2em;
}

/* Side Columns */

.ccd-module {
	clear: both;
	float: left;
	margin-bottom: 1em;
}

.ccd-module p {
	font-size: 93%;
}

.node-type-home-page .ccd-module h2 {
	color: #f01201;
	font-size: 124%;
	margin: 0;
	padding-top: 0;
}

.ccd-module h3 {
	margin-bottom: .25em;
}

.ccd-module p.date {
	color: #777;
	line-height: 1.3;
	margin-bottom: .1em;
}

.ccd-newsletter-signup {
	background: none;
}

.ccd-newsletter-signup p {
	margin-bottom: .5em;
}

.ccd-newsletter-signup input.text {
	margin-bottom: .35em;
	width: 139px;
}

.ccd-newsletter-signup input.button {
	clear: left;
	float: right;
	margin-bottom: 1em;
}

.ccd-newsletter-signup label {
	color: #585858;
	float: left;
	font-size: 93%;
	width: 42px;
}

/* Main Column (ccd col-main is roughly Drupal #content .content ) */

#content .content dd,
#content .content dt,
#content .content li,
#content .content p {
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	font-size: 108%;
}

#content .content p.date {
	color: #777;
	font: 93% arial, "helvetica neue", helvetica, sans-serif;
	margin-bottom: .1em;
}

#content .content p.archive-link, #content .content p.look {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 100%;
}

p.archive-link, p.look {
	line-height: 1.2;
}

p.archive-link a, p.look a {
	background: url(/media/design/bg-arrow.gif) 0 4px no-repeat;
	padding-left: 7px;
}

#content .content p.look {
	float: left;
}

p.attribution {
	font-size: 100% !important;
	margin: -.75em 0 1em 2em;
}

p.end {
	text-align: center;
}

#content ul.footnotes,
#content ol.footnotes {
	border-top: 1px solid #ccc;
	margin: 2em 0 0;
	padding-top: .5em;
}

#content ul.footnotes li,
#content ol.footnotes li {
	font-size: 100%;
	list-style: none;
	margin: 0 0 .5em;
}

.section {
	float: left;
	width: 502px;
}

.section h2 {
	padding-top: .5em;
}

.section h3 {
	margin-bottom: .5em;
}

.section h4 {
	margin-bottom: 1em;
}

.ccd-summary-item {
	margin-bottom: 1em;
}

.ccd-summary-item h4 {
	margin: 0 0 .1em;
}

/******/
/* Featured section of index block on Home and Index pages. */
.featured {
 margin-bottom: 1.25em;
 }

.featured .item1 {
 margin-bottom: 1.25em;
 }

.featured h3 {
 font-size: 124%;
 margin-bottom: .35em;
 }

.featured .item1 h3 {
 font-size: 164%;
 margin-bottom: .25em;
 }

.featured .item1 h3 a:link, .featured .item1 h3 a:visited, .featured .item1 h3 a:hover, .featured .item1 h3 a:active {
 color: #e21b02;
 }

.featured .item1 h3 a:hover {
 color: #000;
 text-decoration: none;
 }

.featured .row {
 float: left;
 width: 502px;
 }

.featured .row .item {
 float: left;
 width: 243px;
 }

.featured .row .item2 {
 display: inline;
 margin-right: 16px;
 }

/*******/
/* More section of index blocks on Home and Index pages. */
#content-inner .more h2 {
	color: #f01201;
	font-size: 108%;
	padding-top: 0;
 }

.more a:link,
.more a:visited,
.more a:hover,
.more a:active
{
	color: #222222;
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: 93%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

.more a:hover {
	 color: #f01201;
	 text-decoration: none;
 }

#content .content .more p {
	color: #585858;
	font-family: arial,"helvetica neue",helvetica,sans-serif;
	font-size: 93%;
	margin: 0;
}

/*******/

.related, .sidebar {
	background: #ffc;
	float: right;
	clear: right;
	padding: .75em .75em .1em;
	margin: 3px 0 .25em 1em;
	width: 170px;
}

.related h2, .sidebar h2 {
	color: #777;
	margin-bottom: .5em;
	padding-top: 0;
}

.related h4 {
	font-size: 93%;
	margin-bottom: 1em;
}

#content .content .related p.look {
	font-size: 93%;
}

.related a:link, .related a:visited, .related a:hover, .related a:active,
.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
	color: #222;
}

.related a:hover, .sidebar a:hover {
	color: #f01201;
	text-decoration: none;
}

.sidebar dl {
	margin-top: 0;
}

#content .content .sidebar dt {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .1em;
}

#content .content .sidebar dd {
	color: #585858;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 93%;
}

#content .content .sidebar p {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.4;
	margin-bottom: .1em;
}

/* Highlighted contents summary (as seen on home page and issue */
	/* category index pages). */
	div.highlight {
	background: #ffc;
	left: -.75em;
	padding: .75em .75em .1em;
	position: relative;
}

#content .content a.look {
	font: bold 93%/1.5 arial, "helvetica neue", helvetica, sans-serif;
}

/* The menu/navigation system for CCD depends first on creating menu */
	/* items in the menu CCD Submenu that correspond to the hierarchy */
	/* of terms defined in the taxonomy CCD Issue Categories, and */
	/* second on the installed module Menu Trails. Menu Trails is */
	/* configured to associate each of the CCD Issue Category terms */
	/* with a CCD Submenu menu item. The theme hook
	/* theme_menu_item_link (ccd_menu_item_link) hides menu-ccd-submenu */
	/* at level 1 and marks links that are in the active trail so that
	/* the CSS can more easily mark active trail links. The CCD submenu */
	/* is in div id="block-menu-menu-ccd-submenu". */

	/* Override interfering Drupal/Zen settings. */
	#block-menu-menu-ccd-submenu ul {
	margin: 0;
	padding: 0;
}

	/* Settings from CCD adjusted to fit a deeper */
	/* menu list structure and somewhat different classing. */
	#sidebar-left-inner #block-menu-menu-ccd-submenu {
	background: transparent none repeat scroll 0%;
	border-bottom: 1px solid #000000;
	padding: 0em 0em 1em 0em;
	width: 216px;
	margin-bottom: 1em;
}

#block-menu-menu-ccd-submenu ul {
	margin: 0 0 0em 0px;
}

#block-menu-menu-ccd-submenu ul ul {
	margin: 0 0 0em 17px;
}

#block-menu-menu-ccd-submenu li li ul {
	margin: 0.5em 0 0em 0px;
}

#block-menu-menu-ccd-submenu li li li ul {
	margin: 0.33em 0 0 17px;
}

#block-menu-menu-ccd-submenu li {
	line-height: 1.1;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0.5em;
}

#block-menu-menu-ccd-submenu li li li li {
	margin: 5pt 0 5pt;
}

#block-menu-menu-ccd-submenu li li a {
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
}

/* If a leaf is on the active trail, it's either the */
	/* active link, or it's last parent for items that */
	/* aren't on the menu. */
	#block-menu-menu-ccd-submenu a.active-trail	{
	color: #000000;
}

#block-menu-menu-ccd-submenu li li li li a {
	font-size:93%;
}

/* Titles are so long for CCD articles that the select elements */
	/* used to choose articles as a reference (when editing certain */
	/* content types) is much too wide for the screen. We'll set those */
	/* problem selects to have a width of 400px. */
	#edit-field-highlighted-content-nid-nid,
	#edit-field-first-document-nid-nid,
	#edit-field-second-document-nid-nid,
	#edit-field-third-document-nid-nid,
	#edit-field-specal-sidebar-headline-nid-nid {
	width: 400px;
}

/* Hack to mostly fix edit block links. Make them always show. */
/* dmr 20081217 */
div.block.with-block-editing div.edit {
	display: inline;
}

/********/

#content .content dl.search-results dt.title {
	font-size: 108%;
	margin-bottom: .2em;
}

#content .content dl.search-results p {
	font-size: 100%;
	line-height: 1.4;
}

#content .content dl.search-results p.search-info {
	color: #777;
	font-size: 100%;
	margin-top: -.9em;
}

#content .content #sitemap {
	font-size: 100%;
	margin: 0;
}

#content .content #sitemap ul {
	font-size: 93%;
	margin: .5em 0 1em;
}

#content .content #sitemap li {
	line-height: 1.15;
	list-style: none;
	margin: 0 0 1.25em;
}

#content .content #sitemap li li {
	margin: 0 0 .5em 1.25em;
}

#content .content li li {
	font-size: 100%;
	list-style: circle;
}

.ccd-newsletter-signup label {
	display: block;
}

div.media {
	float: left;
	margin-top: 2em;
}

dl.columns {
	float: left;
	margin-top: .75em;
	width: 100%;
}

dl.columns dt {
	clear: left;
	float: left;
	margin: 0 0 .5em;
	width: 100px;
}

dl.columns dd {
	float: left;
	line-height: 1.3;
	margin: 0 0 .5em;
	width: 302px;
}

dl.highlight-dd dd {
	font-style: italic;
}

dl.bold dt {
	font-weight: bold;
}

dl.highlight-term {
	margin-bottom: 2em;
}

.highlight-term dt {
	font-style: italic;
}

.highlight-term dd {
	margin-left: 2em;
}

ol.lower-a li {
	list-style-type: lower-alpha;
}

ul.plain li {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

ul.tight li {
	margin-bottom: 0;
}

ul.para li {
	margin-bottom: 1em;
}

ul.bold li {
	font-weight: bold;
}

.homephoto {
	display: none;
}

.homephoto p, .section-lead-photo p {
	color: #333;
	font-size: 100% !important;
	line-height: 1.3 !important;
	margin-bottom: .25em;
}

.node-type-ccd-home-page .item .homephoto {
	display: block;
}

.toggle-menu li {
	list-style: none;
	margin: 0 0 .25em;
}

.toggle-menu li li {
	margin-left: 20px;
}

div.back-to-top {
	clear: both;
	text-align: right;
}

.powerpoint .slide {
	border: 3px solid #eee;
	float: left;
	margin: 1em 0;
	padding: 15px 15px 1px;
	width: 472px;
}

.note {
	font-style: italic;
}

.contentbox {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 1em 1em 1px;
}

#content p.source,
#content .source {
	font-size: 93%;
}

h3.chart-title {
	margin-bottom: .5em;
	padding-top: .5em;
	text-align: center;
}

h3 span.subsection-number {
	display: inline-block;
	font-size: 93%;
	padding: .6em 0 .25em;
}

#content .content dl.numbered-callout-list dt {
	font-size: 138.5%;
	margin: .5em 0 .5em;
}

#content .content dl.numbered-callout-list dd {
	font-size: 108%;
}

/* CCD Support Block */
#sidebar-left-inner .ccd-support {
	margin-bottom: 1em;
	padding: 0 17px 1px 13px;
	background: url(/media/design/bg-module.gif) 4px bottom no-repeat;
}

.donation-buttons form {
	margin-bottom: .7em;
}

.canada-helps img {
	padding-bottom: .25em;
}

/* CCD Connect With Us */
.ccd-connect-with-us {
	float: left;
	width: 100%;
}

ul.connect-with-us {
	float: left;
	height: 32px;
	margin: .5em 0 1em;
	padding: 0;
	width: 100%;
}

ul.connect-with-us li {
	display: inline;
	list-style: none;
	margin: 0;
}

.connect-with-us a {
	background: url(/media/bg-connect-with-us.png) no-repeat;
	display: inline-block;
	height: 32px;
	margin-right: 2px;
	text-indent: -9999em;
	width: 32px;
}

.connect-with-us .facebook {
	background-position: 0 0;
}

.connect-with-us .twitter {
	background-position: -34px 0;
}

.connect-with-us .youtube {
	background-position: -68px 0;
}

/* tables */
caption, th, td {
	font-weight: normal;
	padding: .3em .6em;
	text-align: left;
}

th, td {
	border: 1px solid #aaa;
	border-collapse: collapse;
}

#content table thead th {
	font-weight: bold;
}

thead th span.hide {
	display: none;
}

#content table.plain th {
	font-weight: normal;
}

#content table td.center {
	text-align: center;
}

#content table tr.bold th,
#content table tr.bold td {
	font-weight: bold;
}

body table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 1em 0;
}

body.right #content table {
  width: 502px;
}

th.table-section {
	font-style: italic;
	padding-left: 30px !important;
}

table.cacl {
	margin: 0 0 2em;
}

table.cacl td {
	width: 130px !important;
}

#content table caption {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

thead.hide {
	display: none;
}

table.cke_editor {
	width: 100% !important;
}

/* CCD Video Block */
.ccd-video-thumb-wrap {
	display:inline-block;
	height: 96px;
	overflow: hidden;
}
.ccd-video-thumb {
	width: 175px;
	margin-top: -18px;
}
/* CCD Video Page */
.video-summary {
	float: left;
	width: 295px;
	padding-top: 5px;
}
/* AddThis Layout */
.addthis_toolbox {
   float: left;
   clear: both;
   margin-top: 10px;
   background: url(/media/design/bg-module.gif) 4px top repeat-x;
   padding-top: 10px;
   padding-right: 75px;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
}
