/*-------------------------+
 | Site: Models for Change |
 | Part: Master styles     |
 +-------------------------*/

/* Imports
=====================================================================*/
@import "reset.css"; /* Reset styles */
@import "ie.css"; /* Internet Explorer */


/* Fonts
======================================================================*/
body { font-family: "Segoe UI", Arial, sans-serif; }
code { font-family: Consolas, "Courier New", Courier, monospace; }
input, select, textarea { font-family: Verdana, Arial, sans-serif; }


/* Basics
======================================================================*/
a { color: #352f8e; text-decoration: underline; }
a:hover { text-decoration: none; }
blockquote, dl, ol, p, table, ul { margin-bottom: 1.4em; }
body { background: #6f0500; font-size: 0.85em; line-height: 1.5; padding-bottom: 2em; }
cite, em { font-style: italic; }
dt { margin-top: 1.4em; }
dt:first-child { margin: 0; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1 { font-size: 2em; line-height: 1.038; margin-bottom: 0.5em; }
h1 span { font-size: 0.5em; font-weight: normal; }
h1, h2, h3 { font-weight: normal; }
h1, h3 { color: #e4221b; }
h2 { font-size: 1.384em; line-height: 1.3; margin-bottom: 1em; }
h3 { font-size: 1.307em; line-height: 1.176; margin-bottom: 0.411em; }
h4, strong { font-weight: bold; }
hr { background: #ddd; border: 0; clear: both; color: #ddd; height: 1px; margin: 1.5em 0; }
input, select, textarea { font-size: 1em; }
legend { background: #fff; color: #352f8e; font-size: 1.7em; margin: 0 0 0 -0.5em; padding: 0.1em 0.75em 0.1em; }
legend em { color: #777; font-size: 0.7em; font-style: normal; font-weight: normal; margin-left: 0.3em; }
ol { list-style: decimal; margin-left: 1.5em; }
ol li { margin-bottom: 0.5em; }
ol ol { list-style: lower-alpha; }
select { padding: 0.2em; }
sub { vertical-align: sub; }
sub, sup { font-size: 9px; }
sup { vertical-align: super; }
table { border-collapse: collapse; }
table p { margin: 0; }
td { vertical-align: top; }
thead th { font-size: 1em; padding: 0 0.4em 0.25em; }
ul li { background: url(../images/bullet.gif) no-repeat 0 0.65em; padding-left: 1.5em; }
ul ol li { background: none; padding: 0; }

/*--- Stock classes ---*/
.l { float: left; }
.r { float: right; }
.num { text-align: right; }
ul.flat { list-style: none; margin-left: 0; }
ul.flat li { background: none; margin: 0; padding: 0; }


/* Core layout
======================================================================*/
.clear { clear: both; }
#page { background: url(../images/page-bg.jpg) no-repeat 50% 0; }
#page-wrap, .ribbon { margin: 0 auto; width: 960px; }

/*--- Columns ---*/
.c2l, .c2r { width: 48%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }

/*--- Content ---*/
#content { background: #fff url(../images/content-bg.gif) repeat-y 28.584% 0; padding: 0 1.5em 1.5em 0; }
#content-primary-secondary { float: right; padding: 1em 0; width: 68.723%; }
#content-tertiary { background: url(../images/content-tertiary-bg.gif) repeat-x 0 0; float: left; padding: 1em 20px; width: 234px; }
.tile { padding: 0 1.5em 0; }

	/* 3-column layout */
	.cols3 #content-primary { float: left; width: 67.659%; }
	.cols3 #content-secondary { float: right; width: 27.244%; }
	
	/* Home */
	.home #content { background-image: url(../images/content-bg-home.gif); background-position: 79.583% 0; padding: 0 0 2em; }
	.home #content-tertiary { float: right; width: 156px; }
	.home #content-primary { padding: 1.5em 1.5em 0; }
	.home #content-primary-secondary { float: left; padding: 0; width: 764px; }
	.home #content-secondary { padding: 0 1.5em 0; }
	
	/* Sign in */
	.signin #content-primary-secondary { float: none; width: auto; }
	.signin #content-primary { margin: 0 auto; width: 65%; }
	.signin #content { background: #fff; padding: 2em; }
	
	/*--- Full layout (no secondary content) ---*/
	.full #content { background-image: none; }
	.full #content-primary { float: none; margin: 0 auto; padding-top: 1em; width: 80%; }
	.full #content-primary-secondary { float: none; width: 100%; }
	.full #content-secondary, .full #content-tertiary { display: none; }

/*--- Plain (popups) ---*/
#plain { background: #fff; padding: 1em; }


/* Content
======================================================================*/
.closed { display: none; }
#page { font-size: 0.95em; }
.skip { left: -9999em; position: absolute; }

/*--- Action links ---*/
.action {
	background: #fdf9e5;
	border: 1px solid #d8d6c9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	font-size: 1.4em;
	letter-spacing: -0.01em;
	padding: 0.4em 0.3em 0.5em;
	text-align: center;
	text-decoration: none;
}

.action strong { font-weight: normal; text-decoration: underline; }
.action:hover strong { text-decoration: none; }

#create-account { float: left; }
#create-account a { color: #fff; }
#content-tertiary .action, #create-account.action { border-color: #6f0500; font-size: 1.5em; }
#content-tertiary .action, .highlight .action, #create-account.action { background: #a53e3b; color: #fff; }
.highlight .action { border-color: #b76360; }

/*--- Browse ---*/
.browse { background: #fff; margin-bottom: 1.5em; padding: 0 }
.browse h3 { font-size: 1em; font-weight: bold; color: black; }
.browse li { background: none; padding: 0; margin-right: 10px; display: inline; }
.browse li a { padding: 1px 0 1px 20px; display: inline; }

#page #browse h3 { border: 0; padding: 0; }
.remove { background: url(../images/remove.gif) no-repeat 0 0.25em; color: #000; display: block; padding: 0.2em 0 0 23px; text-decoration: none; }
.remove:hover { color: #a53e3b; }

/*--- Calendar ---*/
.calendar h2 { font-weight: bold; margin: 0; }
.calendar table { line-height: 1.5; margin-bottom: 2em; width: 100%; }
.calendar table a { font-size: 1.2em; display: block; }
.calendar table li { background: none; margin: 0; padding: 0 0 0 2em; text-indent: -2em; }
.calendar table ul { margin: 0; }
.calendar td, .calendar th { padding: 0.6em 0 0.7em; }
.calendar th { font-weight: normal; padding-right: 0.5em; text-align: center; vertical-align: top; width: 3.5em; }
.calendar th strong { display: block; font-size: 1.6em; }
.calendar tr:hover { background: none; }
.date { background: #a53e3b; color: #fff; -moz-border-radius: 4px; padding: 0.2em 0.2em 0.3em; -webkit-border-radius: 4px; }
.date-title { font-size: 0.8em; text-transform: uppercase; }
.date-day { font-size: 1.5em; line-height: 1.1; }

/*--- Callouts ---*/
div.call-l, img.call-l { clear: left; }
div.call-l, div.call-r { width: 34em; }
div.call-r, img.call-r { clear: right; }
dt img.call-l { margin-top: 0; }
img.call-l { margin-right: 1em; }
img.call-r { margin-left: 1em; }
.call-l { float: left; margin: 0.5em 2em 0.5em 0; }
.call-r { float: right; margin: 0.5em 0 0.5em 2em; }
.call, div.call-l, div.call-r { font-size: 0.75em; }
.call img, .call-l img, .call-r img { display: block; }
.call img.icon, .call-l img.icon, .call-r img.icon { display: inline; }
.call, .call-l p, .call-r p { margin-bottom: 0.5em; }
.credit { color: #7f8183; font-size: 0.75em; letter-spacing: 0.01em; margin-bottom: 0.5em; text-align: right; }

/*--- Comments ---*/
.comment { background: #fdf9e5; border-bottom: 1px solid #e0dcc8; border-top: 3px solid #e0dcc8; margin-bottom: 1em; padding: 0.75em 1.5em 1.5em; }
.comment-content { background: #fff; padding: 1em 1.5em 1.5em; }
.comment-content p { margin: 0; }
.comment-info { margin-bottom: 0.75em; }
.comment-info .mute { margin-left: 0.5em; }
.permalink { color: #999272; font-size: 0.8em; float: right; text-transform: uppercase; }

/*--- Create an account block---*/
#create { font-size: 1.3em; }
#create .action { font-size: 1.1em; display: inline; margin-right: 0.5em; padding: 0.3em 0.75em 0.5em; text-decoration: underline; }

/*--- Detail pages ---*/
	/* Detail actions (share, print, etc.) */
	#details-actions { float: right; font-size: 0.9em; }
	#details-actions a { color: #7f8183; }
	#details-actions li { background: none; display: inline; margin-left: 0.75em; padding: 0; }
	
	/* Tabs */
	#details-nav { background: url(../images/tab-content-bg.gif) repeat-x 0 100%; height: 1.9em; padding: 0 0 20px 0.5em; }
	#details-nav a { background: url(../images/tab-r.gif) no-repeat 100% 0; color: #000; display: block; padding: 0.2em 1.2em; text-decoration: none; }
	#details-nav a:hover { text-decoration: underline; }
	#details-nav li { background: url(../images/tab-bg.gif) repeat-x 0 0; float: left; margin: 0 0.2em 0 0; padding: 0; }
	#details-nav li.ui-tabs-selected { background-image: url(../images/tab-bg-current.gif); font-weight: bold; }
	#details-nav li.ui-tabs-selected a { background-image: url(../images/tab-r-current.gif); padding-bottom: 0.3em; }
	#details-nav li.ui-tabs-selected span { background-image: url(../images/tab-l-current.gif); }
	#details-nav span { background: url(../images/tab-l.gif) no-repeat 0 0; display: block; }

/*--- Email obfuscation ---*/
.email-link { direction: rtl; unicode-bidi: bidi-override; }

/*--- Features ---*/
#features { background: #a53e3b; color: #dbafad; }
#features .credit { color: #dbafad; text-align: left; }
#features h1 { margin: 0; padding: 0; }
#features h1 a { text-decoration: none; }
#features h1 a:hover { text-decoration: underline; }
#features h2 { margin-bottom: 0.5em; }
#features h3 { font-size: 1em; font-weight: bold; }
#features a, #features h1, #features h3, #features em, #features strong { color: #fff; }
#features li { background-image: url(../images/bullet-features.gif); }
.feature-content { border-left: 1px solid #b76460; height: 14em; min-height: 175px; padding: 1em; }
.feature-content-primary { float: left; width: 64%; }
.feature-content-secondary { float: right; width: 32%; }

	/* Tabs */
	#features-nav { margin: 0; }
	
	#features-nav a {
		background: #a53e3b url(../images/feature-tab-bg.gif) repeat-x 0 0;
		border: 1px solid #b76460;
		border-width: 1px 0 0 1px;
		color: #dbafad;
		display: block;
		font-size: 0.85em;
		letter-spacing: -0.01em;
		padding: 1em;
		text-decoration: none;
	}
	
	#features-nav a:hover { background: #ae514d; }
	#features-nav a strong { display: block; font-size: 1.2em; letter-spacing: normal; text-transform: uppercase; }
	#features-nav li { background: none; float: left; margin: 0; padding: 0; width: 33.33% }
	.ui-tabs-hide { display: none; }
	#features-nav .ui-tabs-selected a { background: #a53e3b; border-top-color: #a53e3b; }

/*--- Filters ---*/
.filters { border-top: 1px dotted #cac4ab; padding-top: 1em; }
.filters h2 { font-weight: bold; margin-bottom: 0.5em; }
.filters .options-v li { margin: 0; }
.filters .mute { margin-left: 0.5em; }

.filters .highlighted  {
	font-weight: bold;
}

.filters .highlighted a, #nav-secondary .highlighted a {
	padding-right: 1.8em; 
	padding-bottom: 2px;
	background: url(../images/remove.gif) no-repeat top right;
	text-decoration: none; 
	font-weight: bold;
}

.filters li.highlighted a:hover, #nav-secondary .highlighted a:hover {
	color: #a53e3b;
}

.filters .mute { margin-left: 0 }
.filters .count { margin-left: .5em }

/*--- Feed list ---*/
.feeds { font-size: 1.1em; }
.feeds li { background: none; margin-bottom: 0.25em; padding: 0; }

/*--- Flags ---*/
span.flag {
  background: #e0e0e0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  font-size: 10px;
  font-weight: normal;
  margin-right: 0.5em;
  padding: 0.4em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
}

span.flag-recommended { background: #a53e3b; color: #fff; }

/*--- Footer ---*/
#footer { color: #c59897; font-size: 0.9em; padding: 0.75em 1.75em 1em; }
#footer a { color: #ecd7d6; }
#footer li { background: none; display: inline; margin-right: 0.5em; padding: 0; }
#footer ul { margin: 0; }

	/* Site credit */
	#credit { float: right; text-align: right; }
	#credit a { color: #c59897; text-decoration: none; }
	#credit a strong { color: #ecd7d6; display: inline; font-weight: normal; text-decoration: underline; }
	#credit a:hover strong { text-decoration: none; }
	
	/* Subfooter */
	#subfooter {
		background: #fff url(../images/subfooter-bg.gif) no-repeat 0 100%;
		border-top: 3px double #babcbe;
		font-size: 0.9em;
		padding: 0.5em 1.5em 1em;
		text-align: center;
	}
	
	#subfooter .btn { font-size: 1em; }
	#subfooter-primary { float: left; text-align: left; width: 30%; }
	#subfooter-secondary { float: right; text-align: right; }
	#subfooter, #subfooter a { color: #6d6e71; }
	#subfooter .txt { width: 60%; }
	#subfooter p { margin: 0.5em; }
	#subfooter #macarthur { margin: 1em; }
	#subfooter-secondary #macarthur { margin-top: 0.6em; }
	
/*--- Forms ---*/
.check { display: none; }
.form { font-size: 1.1em; line-height: 1.4; margin: 0; width: 100%; }
.form .c2l, .form .c2r { margin-bottom: 0; }
.form .mute { font-size: 0.9em; }
.form p { margin-bottom: 0.5em; }
.form table td, .form table th { font-size: 1em; }
.form td, .form th { border: 0; padding: 0.5em 0; }
.form th { font-weight: normal; padding-right: 2%; text-align: right; vertical-align: top; width: 22%; }

	/* Buttons */
	.btn { overflow: visible; font-size: 0.9em; margin-right: 0.5em; padding: 0.2em 0.7em 0.3em; }
	.btns { margin: 1.5em 0 1.5em 20%; }
	
	/* Checklists */
	.checklist { border: 1px solid #ccc; max-height: 20em; line-height: 1.4;  margin-bottom: 1em; overflow: auto; }
	.checklist input { margin-bottom: 1px; }
	.checklist label { display: block; padding: 0.1em 0 0.1em 25px; height: 1%; text-indent: -25px; }
	.checklist li { background: none; display: block; float: none; margin: 0; padding: 0; white-space: normal; width: 100%; }
	.checklist li p { margin: 0; padding: 1em 0 0; }
	.checklist li ul { margin: 0 0 0 2em; }
	.checklist .mute { font-size: 1em; white-space: nowrap; }
	.checklist p { font-weight: bold; margin-bottom: 0.25em; }
	.checklist .selected { background: #ffa; }
	.checklist ul { margin-bottom: 1em; }
	.form .checklist { margin-top: 0.5em; position: relative; width: 97%; }
	.form .checklist-ajax { height: 20em; }
	.form .checklist-ajax-loading { background: url(/images/loading.gif) no-repeat 50% 50%; }
	
	/* Date/time selector */
	table.dateTime { font-size: 1em; margin: 0; width: auto; }
	table.dateTime .info { font-size: 0.8em; }
	table.dateTime td, table.dateTime th { padding-top: 0; vertical-align: top; }
	table.dateTime td { padding-right: 0.5em; }
	table.dateTime th { font-size: 0.85em; padding: 0; text-align: left; width: 4em; }
	
	/* Fields - fields with text underneath them */
	.fields label { display: block; }
	.fields p { float: left; margin-right: 1%; }
	.fields .txt { width: 90%; }
	
		/* Location fields */
		.c-city { width: 55%; }
		.c-state { width: 15%; }
		p.c-zip { float: right; margin: 0; width: 23%; }
		
		/* Name fields */
		.c-name-first, .c-name-last, .c-name-middle { margin-right: 0.5em; }
		.c-name-first, .c-name-last { width: 30.5%; }
		.c-name-middle { width: 7%; }
		.c-name-middle input.txt { width: 70%; }
	
	/* Full mode */
	.full .btns { margin-left: 21%; }
	.full .form th { width: 19%; }
	
	/* Multiselects */
	.multiSelect {
		background: #fff url(/images/shared/dropdown.gif) no-repeat 100% 50%;
		border: solid 1px #bbb;
		display: inline;
		padding: 0.3em 20px 0.3em 4px;
		width: 242px;
	}

	.multiSelect.active, .multiSelect.focus { border: inset 1px #000; }
	
	.multiSelectOptions {
		background: #fff;
		border: solid 1px #b2b2b2;
		margin-top: -1px;
		max-height: 150px;
		overflow: auto;
		width: 266px;
	}

	.multiSelectOptions input { margin-right: 0.5em; }
	.multiSelectOptions label { padding: 2px 25px; display: block; text-indent: -25px; }
	.multiSelectOptions label.checked { background: #e6e6e6; }
	.multiSelectOptions label.selectAll { border-bottom: 1px dotted #ccc; font-weight: bold; }
	.multiSelectOptions label.hover { background: #cfcfcf; }
	
	/* Notifications */
	div.alert, div.confirm, div.notice { color: #000; margin-bottom: 1em; padding: 0.5em 1em 0.5em 43px; }
	div.alert *, div.confirm *, div.notice * { margin: 0; }
	div.alert .mute, div.confirm .mute, div.notice .mute { font-size: 1em; }
	div.alert h6, div.confirm h6, div.notice h6 { font-size: 1em; font-weight: normal; }
	div.alert li, div.confirm li, div.notice li { background: none; padding: 0; }
	div.alert ul, div.confirm ul, div.notice ul { list-style: disc outside; margin-left: 2em; }
	
		/* Alerts */
		.alert { color: #e30013; }
		div.alert { background: #ffd4d4 url(/images/admin/notify-alert.gif) no-repeat 10px 0.5em; border: 3px solid #dd9898; }
		
		/* Confirmations */
		div.confirm { background: #d8ffd4 url(/images/admin/notify-confirm.gif) no-repeat 10px 0.6em; border: 3px solid #9edd98; }
		
		/* Notices */
		div.notice { background: #fff6d3 url(/images/admin/notify-notice.gif) no-repeat 10px 0.5em; border: 3px solid #ffe27e; }
	
	/* Options */
	.options-h, .options-v { list-style: none; }
	td .options-h, td .options-v { margin: 0; }
	.options-h input, .options-v input { margin-bottom: -0.05em; }
	.options-h img { border-bottom: 3px solid #fff; padding: 5px; vertical-align: middle; }
	.options-h li, .options-v li { background: none; clear: both; margin-bottom: 0.3em; padding: 0; }
	.options-h li { display: inline; margin-right: 0.7em; white-space: nowrap; }
	.options-v li { padding-left: 25px; text-indent: -25px; }
	.options-v li p { margin: 0; text-indent: 0; }
	
	/* Search */
	.search { float: right; padding-top: 0.5em; }
	.search .txt { padding: 0.3em 0.2em; width: 17em; }
	.search label { color: #a53e3b; font-weight: bold; font-size: 1.2em; }
	.search * { vertical-align: middle; }
	
	/* Sign in */
	.signin .btns { margin-left: 25%; }
	.signin .form th { width: 25%; }
	
	/*--- Suggestions ---*/
	.suggestions { position: relative; }
	.suggestions div { position: absolute; background-color: #fff; border: 1px solid #000; }
	.suggestions div p { margin: 0.3em 0 0.3em 0.5em; font-size: 0.8em; color: #666; }
	.suggestions div ul { width: 200px; }
	.suggestions div ul a { padding-left: 0.5em; display: block; }
	.suggestions div ul li { padding: 0; background: none; }
	.suggestions .highlighted, .suggestions a:hover { color: #fff; background-color: #1f5271; }
	
	/* Text boxes */
	.any { color: #aaa; }
	.c2l .txt, .c2r .txt, .c3l .txt, .c3m .txt, .c3r .txt { position: relative; width: 95%; }
	#content-tertiary input { font-size: 1em; }
	#content-tertiary .txt { width: 95%; }
	textarea.txt { font-size: 1em; padding: 0.3em 0 0 0.3em; width: 98%; }
	.txt { width: 75%; }
	.txt-med { margin-right: 1em; width: 47%; }
	.txt-sm { width: 7em; }
	.txt-tiny { width: 3em; }
	
	.txt, input.txt-sm, input.txt-med, input.txt-tiny {
		background: #fff url(../images/field-bg.gif) repeat-x 0 0;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #d7d7d7;
		border-right: 1px solid #d7d7d7;
		border-top: 0;
		padding: 0.3em;
	}
	
	/* TinyMCE */
	.mceToolbarContainer { position: static; }
	.mceEditorContainer td { padding: 0; }
	.mceEditor { width: 98% !important; }
	.mceContentBody { background: #fff; font-size: 0.8em; min-height: 0; padding: 0.5em; text-align: left; }
	.mceContentBody a { color: #5d859d !important; }

/*--- Header ---*/
#header { background: url(../images/header-bg.gif) no-repeat 0 0; padding: 1.5em 1.5em 0.7em; }
#identity, #tagline { float: left; margin-right: 2.5em; }
#tagline { background: url(../images/tagline.gif) no-repeat 0 0; height: 33px; margin-top: 9px; text-indent: -9999em; width: 293px; }

/*--- Highlight ---*/
.highlight { background: #6f0500 url(../images/highlight-bg.gif) repeat-x 0 0; color: #d29b99; padding: 1em 1.5em 0.5em; }
.highlight p { margin-bottom: 1em; }

.highlight a,
.highlight em,
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6,
.highlight strong {
	color: #fff;
}

/*--- Home ---*/
.home .calendar table { margin-bottom: 0.5em; }
.home #content-secondary { font-size: 1em; }
.home #content-tertiary h3 { border: 0; padding: 0; }
.home h2, .home p.mute { margin: 0; }
.home hr { margin-top: 0; }

/*--- Icons ---*/
.icon { background-repeat: no-repeat; background-position: 0 50%; line-height: 1; margin-right: 0.25em; padding: 3px 0 3px 22px; white-space: nowrap; }
.icon-admin { margin: 0 0.2em; vertical-align: middle; }
img.icon, img.file-icon { border: 0; margin: 0 4px -3px 0; padding: 0; }

  /* Individual icons */
  .email { background-image: url(/images/shared/icon-email.gif); }
  .facebook { background-image: url(/images/shared/facebook.png); }
  .feed { background-image: url(/images/shared/icon-feed.gif); }
  .mini-add { background-image: url(/images/admin/icon-mini-add.gif); }
  .mini-delete { background-image: url(/images/admin/icon-mini-delete.gif); }
  .mini-event { background-image: url(/images/shared/icon-cal.gif); }
  .mini-edit { background-image: url(/images/admin/icon-mini-edit.gif); }
  .mini-reorder { background-image: url(/images/admin/icon-mini-reorder.gif); }
  .print { background-image: url(/images/shared/icon-print.gif); }
  .spell { background-image: url(/images/shared/icon-spell.gif); }
  .no { background-image: url(/images/shared/icon-no.gif); }
  .yes { background-image: url(/images/shared/icon-yes.gif); }

/*--- More links ---*/
.more { background: url(../images/bullet.gif) no-repeat 0 0.65em; padding-left: 1.5em; }

/*--- Muted text ---*/
.mute { font-size: 0.85em; }
.mute, .info a, .mute a { color: #7f8183; }
#content-secondary .mute, #content-tertiary .mute { font-size: 1em; }
td .mute, th .mute { font-size: 1em; }
fieldset .mute { font-size: 0.95em; }

/*--- Navigation ---*/
#nav {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	margin: 0;
	padding: 1em 0;
	text-transform: uppercase;
}

#nav a { border-left: 1px solid #e6e6e6; color: #6d6e71; padding: 0.5em 1.75em; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
#nav li { background: none; display: inline; padding: 0; }
#nav li.current a { color: #e4221b; }
#nav li.first a { border-left: 0; }

	/* Secondary navigation	*/
	#content-tertiary #nav-secondary h3 { border: 0; margin-bottom: 0.5em; }
	#nav-secondary { font-size: 1.2em; }
	#nav-secondary a { text-decoration: none; }
	#nav-secondary a:hover { text-decoration: underline; }
	#nav-secondary li { background: none; border-top: 1px dotted #cac4ab; padding: 0.4em 0; }
	#nav-secondary li li { background: url(../images/bullet.gif) no-repeat 0 0.5em; border: 0; padding: 0 0 0 1.25em; }
	#nav-secondary li.current strong { color: #000; }
	#nav-secondary ul { margin: 0.25em 0 0.5em; }

/*--- Paging ---*/
.pages { margin: 1.75em 0; text-align: center; }
.pages a { border: 1px solid #babcbe; text-decoration: none; }
.pages a:hover { background: #fdf9e5; }
.pages a, .pages strong { padding: 0.3em 0.8em 0.4em; }
.pages strong { color: #fff; background: #6f0500; }
.pages li { background: none; display: inline; padding: 0; }

/*--- Profile bar ---*/
#profile { color: #c59897; float: right; font-size: 0.9em; padding: 2em 0 1em; }
#profile a { color: #ecd7d6; }
#profile .btn { font-size: 1em; margin: 0; padding: 0.1em 0.6em 0.2em; }
#profile .fields { margin: -1.5em 0.5em 0; width: 15em; }
#profile li { background: none; display: inline; margin-right: 1em; padding: 0; }
#profile .txt { border-color: #6f0500; }
#profile p { float: left; }
#profile p, #profile ul { margin: 0; }
* html #profile .txt { padding-bottom: 0.25em; padding-top: 0.25em; }
* + html #profile .txt { padding-bottom: 0.25em; padding-top: 0.25em; }

/*--- Related info ---*/
.related { clear: both; }
.related dt { color: #7f8183; width: 19%; float: left; margin: 0 0 0 0; padding: .5em; text-align: right; font-weight: normal; }
.related dd { float: left; width: 77%; margin: 0 0 0 0; padding: .5em; }

/*--- Search results ---*/
.docType { color: #000; font-size: 0.7em; font-weight: bold; margin-left: 0.3em; text-transform: uppercase; white-space: nowrap; }
#search-results { margin-bottom: 1em; }
#search-results h2 { font-size: 1.3em; margin: 1em 0 0; }
#search-results h2 a { color: #446377; }
#search-results p, #search-sort { margin: 0; }
#searchPages { margin-top: 2em; text-align: center; }
#searchPages a { padding: 0.5em; }
#searchPages li { background: none; display: inline; margin: 0 0.2em; padding: 0; }

/*--- Second and tertiary content (sidebars) ---*/
#content-secondary, #content-tertiary { font-size: 0.9em; }
#content-secondary h3 { background: #FCF5D4; color: #a53e3b; font-size: 1.3em; font-weight: bold; padding: 0.25em 0.5em; }
#content-secondary dt { margin-top: 1em; }
#content-tertiary h3 { border-top: 1px solid #eae5cf; color: #a53e3b; font-size: 1.3em; font-weight: bold; }
#content-tertiary hr { background: #e9e0b5; color: #e9e0b5; }

/*--- Sequencing ---*/
.sequence { list-style: none; line-height: 1.4; }
.sequence .call-r { margin-top: 0; }

.sequence li {
	background: #f5f5f5;
	border: 1px solid #ddd;
	cursor: url(/images/shared/grab.cur), move;
	height: 1%;
	margin-bottom: 1px;
	padding: 0.3em 0.5em 0.4em;
}

.sequence-single li { cursor: default; }

/*--- Snippets ---*/
.snippet {
  border: 2px solid #ddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #888;
  font-size: 13px;
  line-height: 1.3;
  padding: 8px 12px 10px;
  word-wrap: break-word;
}

.snippet:hover { color: #000; }

/*--- Sorting options ---*/
.sort { font-size: 0.8em; margin-bottom: 1.5em; }

.sort a, .sort li, .sort p, .sort select, .sort strong, .sort ul {
	background: none;
	border: 0;
	display: inline;
	font-size: 1em;
	margin: 0 0.9em 0 0;
	padding: 0;
}

/*--- Summary lists ---*/
.c2l .summaries dt, .c2r .summaries dt { border: 0; padding-top: 0; }
.summaries dt { border-top: 1px solid #dfdfdf; clear: both; font-size: 1.2em; line-height: 1.3; margin: 1.25em 0 0.25em; padding-top: 0.65em; }

	/*--- Recommended ---*/
  .picks dt { background: url(/images/tab-content-bg.gif) repeat-x 0 0; border: 0; }
  
  /*--- Thumbnail lists ---*/
	img.thumb, .thumblist img { border: 1px solid #ddd; }
	.thumblist dd, .thumblist dt { padding-left: 75px; }
	.thumblist img { float: left; margin: 0.25em 0 1em -75px; text-align: center; }

/*--- Toggle links ---*/
.toggle { background-position: 0 50%; background-repeat: no-repeat; padding-left: 20px; }
.tog-close { background-image: url(../images/shared/icon-minus.gif); }
.tog-open { background-image: url(../images/shared/icon-plus.gif); }

/*--- vCards ---*/
.vcard { margin-bottom: 1.5em; }
.vcard .adr, .vcard .fax, .vcard .org, .vcard .street-address, .vcard .tel, .vcard .url { display: block; }
.vcard .org { font-weight: bold; }
