/*
 * EFCA Today (http://www.efcatoday.org/)
 *  by Journey Group, Inc. (http://www.journeygroup.com) and PharrOut (http://pharrout.com/)
 */

/*
 * Reset -- A good starting ground that's not as intrusive as Eric Meyer's or Yahoo's.
 */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, img, form, fieldset, table {
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/*
 * Fontspring font
 
 * --- STILL NEED THIS: see http://www.efcatoday.org/site/feature/blessings-in-small-packages
 */
@font-face {
	font-family: 'GnuolaneRegular';
	src: url('/fonts/regular/gnuolane_rg-webfont.eot');
	src: local('?'), url('/fonts/regular/gnuolane_rg-webfont.woff') format('woff'), url('/fonts/regular/gnuolane_rg-webfont.ttf') format('truetype'), url('/fonts/regular/gnuolane_rg-webfont.svg#webfont') format('svg');
	font-weight:normal;
	font-style: normal;
}

@font-face {
	font-family: 'GnuolaneBook';
	src: url('/fonts/book/gnuolane_bk-webfont.eot');
	src: local('?'), url('/fonts/book/gnuolane_bk-webfont.woff') format('woff'), url('/fonts/book/gnuolane_bk-webfont.ttf') format('truetype'), url('gnuolane_bk-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
 * General stuff and some typography.
 */

::selection { background:#333333; color:#ffffff; /* Safari and Opera */ }
::-moz-selection { background:#333333; color:#ffffff; /* Firefox */ }

::selection:window-inactive {background:#aaaaaa;}

body { background-color:#444; color: #444; font: 16px/20px Georgia, Times, serif; }
	body.feature {background-color:#e7e5e5;}
#main { background: #e7e5e5 url('http://www.efcatoday.org/images/theme/leaf.png') no-repeat 100% -114px; min-width:1000px; }
	body.feature #main { background:none; padding-top:0; }
h1, h2, h3, h4, h5, h6 {
	font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2","Lucida Grande",Arial,sans-serif;
	text-transform:uppercase;
}
	h1 { font-size:26px; font-size:1.5rem; }
	h2 { font-size:22px; font-size:1.375rem; }
	h3 { font-size:20px; font-size:1.25rem; }
	h4 { font-size:18px; font-size:1.125rem; }
p, ul, ol, dl, form {
	font-size:16px;
	line-height:22px;
	margin:0 0 20px 0;
}
	ul, ol { padding:0 0 0 3em; }
	
a { color:#003e9c; text-decoration:underline; }
	a:hover {text-decoration:none;}
hr { border:0; border-top:10px solid #ccc; }

.sans-serif-hd {font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2",Helvetica,sans-serif;}
.sans-serif {font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif;}
.serif {font-family:Georgia,Times,serif;}

.gnuolane { font-family:'GnuolaneRegular','Lucida Grande',Arial,sans-serif !important; }


/*
 * 12-column grid system based on 940px total width and 20px gutters.
 */
.columns { margin: 0 auto; width: 940px; }
.column { float: left; margin: 0 0 0 20px; }
	.column.first { clear: left; margin: 0; }
	.width-1 { width: 60px; }
	.width-2 { width: 140px; }
	.width-3 { width: 220px; }
	.width-4 { width: 300px; }
	.width-5 { width: 380px; }
	.width-6 { width: 460px; }
	.width-7 { width: 540px; }
	.width-8 { width: 620px; }
	.width-9 { width: 700px; }
	.width-10 { width: 780px; }
	.width-11 { width: 860px; }
	.width-12 { margin: 0; width: 940px; }

	.clear {
		background: none;
		border: 0;
		clear: both !important;
		display: block;
		float: none !important;
		font-size: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
	

/*
 * Admin links
 */
#system-tray, .admin-tabs { position:fixed; top:45px; right:0; z-index:50; }
.admin-tabs {top:100px;}
	#system-tray a, .admin-tabs a {
		display:block;
		background-color:#333;
		color:#ccc;
		border:2px solid #ccc;
		border-right:none;
		text-decoration:none;
		margin-bottom:10px;
		padding:7px 10px 8px 10px;
		
		-moz-border-radius-topleft:8px;
		-moz-border-radius-bottomleft:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-bottom-left-radius:8px;
		border-top-left-radius:8px;
		border-bottom-left-radius:8px;
		
		-moz-box-shadow:-3px 3px 5px rgba(0,0,0,0.5);
		-webkit-box-shadow:-3px 3px 5px rgba(0,0,0,0.5);
		box-shadow:-3px 3px 5px rgba(0,0,0,0.5);
	}
		#system-tray a:hover, .admin-tabs a:hover {background-color:#222;}



/*
 * Entry-related things.
 */
.entry-list {  }
	.entry-list .entry-title { font: 16px Georgia, Times, serif; text-transform: none; }
	.entry-list .entry-subtitle { font-size: 16px; letter-spacing: normal; text-transform: none !important; color: #003e9c !important; }
	.entry-list .entry-date { font-size: 12px; color:#000; }
	.entry-list ul { margin: 0; }
	.entry-list li { margin-top: 21px; }
		.entry-list li:first-child { margin-top: 0; }
	.entry-list-h {  }
		.entry-list-h .entry { float: left; margin-left: 36px; width: 252px; }
			.entry-list-h .entry:first-child, .entry-list-h .entry.first {margin-left:0;}
		.tertiary .entry-list-h .entry { margin-bottom:24px; margin-left: 92px; }
			.tertiary .entry-list-h .entry:first-child, .tertiary .entry-list-h .entry-1, .tertiary .entry-list-h .entry-4, .tertiary .entry-list-h .entry-7, .tertiary .entry-list-h .entry-10, .tertiary .entry-list-h .entry-13 { margin-left: 0; clear:left; }
		.tertiary .entry-subtitle { color: #fff !important; }
		.entry-list-h .entry-title { display: inline; }
	.entry-list-v {  }
		.entry-list-v .entry { padding: 5px 0 25px 0; }
		.entry-list-v .entry-title { display: inline; line-height: 16px; }
.entry {  }
	.article .entry.recent { margin-bottom: 47px; }
	
	.entry-title { font:normal 30px/32px Georgia, Times, serif; text-transform: none; font-style:normal !important; }
		
	.entry-subtitle, .entry-subtitle p { color: #f57b20; font-style:italic; text-transform: none !important; }
	.article .entry-subtitle, .articles .entry-subtitle { font-style:normal; line-height: 1.2em; }
		.article .entry-subtitle em {color:#f57b20;}
	.article table {margin-bottom:24px;}
		.article table th, .article table td { border-bottom:1px solid #ccc; padding:6px; text-align:left; }
			.article table td { font-size:13px; padding:6px 12px; }
	.article .footlink, .article .foottarget { color:#d25a2e; font-size:18px; text-decoration:none; }
		.article .footlink:hover {color:#999;}
	.entry-thumbnail { display: block; }
	.entry-meta { padding: 30px 0; }
		.entry-meta.bordered { padding: 10px 0; }
		.entry-meta a { text-decoration: none; }
		.entry-meta em { color: #9f9e9e; }
		.entry-date { display:inline-block; font-size:16px; font-size:1rem; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2","Lucida Grande",Arial,sans-serif; margin-bottom:10px; text-transform:uppercase; }
		.entry-category { color:#9f9e9e; letter-spacing:0px; line-height:22px; }
			.entry-category.video { background: url('http://www.efcatoday.org/images/theme/camera.png') no-repeat 87px 0; padding-right: 26px; }
			.entry-category.inline { margin-right: 5px; }
			.entry-category > a { color: #000; text-decoration: none; }
		.entry-author { color:#444; font-size:16px; font-size:1rem; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2","Lucida Grande",Arial,sans-serif; white-space:nowrap; }
			.entry-author a { color: #444;}
	.entry-content { padding-bottom: 5px; }
		.entry-content h2, .entry-content h3, .entry-content h4 { margin-bottom: 16px; margin-top: 24px; text-transform: none; }
		.entry-content .orange-text {color:#f57b20;}
		.entry-content .indent {padding-left:40px;}
		.entry-content .expandable { margin-bottom:32px; overflow:hidden; zoom:1; }

	/*
	 * Article Sidebar
	 */
	#article-sidebar { padding-bottom: 30px; }
		#article-sidebar .content { border-top:16px solid #f57b20; padding:20px 30px; }
			#article-sidebar h3.sidebar-title { font: normal normal normal 24px/28px Georgia, Times, serif; font-style: normal !important; margin-bottom:20px; text-transform: none; }
	
	.article .entry-list .fixed { position:fixed; top:30px; width:300px; }
	.article .entry-list .absolute { position:absolute; width:300px; }
	
	.sidebar-pusher a { background-color:#fff; color:#444; display: block; position:relative; text-decoration:none; }
		.sidebar-pusher a h4 { background-color:#f57b20; color:#fff; font-size:18px; padding:7px 16px; }
			.sidebar-pusher a:hover h4 {background-color:#de6c17;}
		.sidebar-pusher a p { font-size:14px; line-height:1.2em; margin:0; padding:16px 64px 16px 16px; }
		.sidebar-pusher a span.arrow {background:url(http://www.efcatoday.org/images/theme/arrow-down-white.png) no-repeat 0 0 #f57b20; bottom:16px; display:block; height:30px; position:absolute; right:16px; width:30px; }
			.sidebar-pusher a:hover span.arrow {background-color:#de6c17;}
	
	#article-sidebar, .ad-wrapper {margin-bottom:30px;}
	
/*
 * Individual article tweaks
 */
 .theater-as-church .entry-author {display: block;}


/*
 * Form-related things.
 */
form {}
	input, label, textarea { background: #fff; border: 0; font-size: 16px; height: 20px; padding: 3px; }
	input, textarea { border-bottom: solid 2px #C2C1C1; }
	label { display: inline-block; width: 75px; }
	.textarea { border: solid 2px #C2C1C1; height: auto; }
/*
	.search { position: relative; }
		.search input { background: #fff url('http://www.efcatoday.org/images/theme/mag-glass.png') no-repeat 5px 50%; border: 0; padding: 3px 29px 3px 26px; width: 241px; }
			.search input:focus {outline:none;}
		.search .submit { background: #444 url('http://www.efcatoday.org/images/theme/arrow-right.png') no-repeat; height: 26px; position: absolute; left: 274px; top: 0; width: 26px; z-index: 100; }
*/
			.submit.black { background-color: #444; color: #fff; height: auto; padding: 5px 10px; }
	.tertiary form { margin-bottom: 40px; }
	
	
	/* custom video icon */
	.li-video-icon {background:url('http://www.efcatoday.org/images/theme/nav-video-icon.gif') no-repeat 180px 5px; }



/*
 * Object-oriented CSS?  Or something like that.
 */
 
.aside { background:#e7e5e5; font-style:italic; padding:12px 24px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	    -ms-border-radius:5px;
	        border-radius:5px;
}
.accordion .trigger {background:url('http://www.efcatoday.org/images/theme/accordionOpenClose.gif') no-repeat 4px 4px transparent; padding-left:30px; }
	.accordion .fold { display:none; overflow:hidden; }
	.accordion .open { background-position:4px -20px; }
		.accordion p { display:block; margin-bottom:20px !important; padding-left:30px !important; }
.actions { font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","Lucida Grande",Arial,sans-serif; font-size:18px; font-size:1.125rem; }
	.actions > li {margin-right:20px;}
		.next-previous-actions > li {margin-right:46px;}
		.share-actions > li { margin-left:20px; margin-right:0; }
	.actions a { display: block; height: 20px; line-height: 20px; padding-left: 26px !important; text-decoration: none; }
		.tertiary .actions a { color: #e7e5e5; }
			.tertiary .actions a:hover { color: #fff; }
		.content .actions a { color: #9f9e9e; height: 24px; line-height: 24px; padding-left: 30px; }
			.content .actions a:hover { color: #444; }
	.actions .letters a { background: url('http://www.efcatoday.org/images/theme/letter.png') no-repeat 0 50%; }
	.actions .print a { background: url('http://www.efcatoday.org/images/theme/printer.png') no-repeat 0 50%; }
	.actions .share a { background: url('http://www.efcatoday.org/images/theme/megaphone.png') no-repeat 0 50%; }
	.content .actions { margin-top: 20px; padding-bottom: 20px; }
		.content .actions a { font-size:16px; font-size:1rem; }
			.content .actions .previous a { background: url('http://www.efcatoday.org/images/theme/arrow-left.png') no-repeat 0 50%; }
			.content .actions .discuss a { background: url('http://www.efcatoday.org/images/theme/chat-bubble-gray.png') no-repeat 0 50%; }
			.content .actions .print a { background: url('http://www.efcatoday.org/images/theme/printer-gray.png') no-repeat 0 50%; }
			.content .actions .share a { background: url('http://www.efcatoday.org/images/theme/megaphone-gray.png') no-repeat 0 50%; }
				.at300bs { background-image: none !important; width: 1px; margin-left: -3px; }
.active { color: #000; }
.ad, .internal-ad { background: #ccc; width: 100%; }
	.ad img, .internal-ad img { display: block; }
.bio { color:#999; font-style:italic; font-size:13px !important; }
	.bio em {font-style:normal;}
.bordered { background: url('http://www.efcatoday.org/images/theme/border-h-dotted.png') repeat-x; }
	img.bordered, table.bordered { border: 2px solid #000; }
	.bordered.bottom { background-position: 0 100%; }
	.border-solid { background:none; border-bottom:2px solid #444; }
	hr.bordered { background-position:0 100%; border:none; height:3px; margin-bottom:20px; clear:both; }
.button { background: #ccc; color: #fff; padding: 10px 20px; text-transform: uppercase; }
.caps {
	font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2","Lucida Grande",Arial,sans-serif;
	/* font-family: 'GnuolaneRegular', 'Lucida Grande', Arial, sans-serif; */
	text-transform: uppercase;
}
.caption {  }
	.caption p { color:#f57b20; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","Lucida Grande",Arial,sans-serif; font-size:18px !important; font-size:1.125rem !important; margin:10px 15px 20px 30px; }
	.caption.right p { margin:10px 30px 20px 15px; }
	.caption span.photo-credit { color: #444 !important; display:block; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","Lucida Grande",Arial,sans-serif; font-size:16px !important; font-size:1rem !important; margin: 6px 0px 8px 0px; }
	.caption.left {  margin: 0 20px 0 -30px;  }
	.caption.right { margin: 0 -30px 0 20px; }
.centered { margin: 0 auto; }
.dotless { list-style: none; padding: 0; }
.flat { list-style: none; margin: 0; padding: 0; }
	.flat > li { float: left; }
	.flat > li:first-child { margin-left: 0 !important; }
.floatLeft { float:left; margin:0 20px 20px 0; }
.floatRight { float:right; margin:0 0 20px 20px; }
.footNote { font-style:italic; font-size:13px !important; }
	.footNote em {font-style:normal;}
	.footNote sup {color:#f57b20;}
.hidden { display: none; }
.info { padding: 20px; }
	.info.success { background: #c8ffb9; }
	.info.notice { background: #fdffb9; }
	.info.error { background: #f9c0c0; }
.inline { display: inline; }
.inside {  }
.left { float: left; }
.more { font-size:16px; font-size:1rem; font-weight:normal; color:#444; }
.popout { border: 2px solid #000; padding: 20px; }
.right { float: right; }
.section {}
	.primary {}
	.secondary { background: #d3d1d1; padding: 23px 0; }
	.tertiary { background: #444; color: #fff; padding: 10px 0; }
		.tertiary .related { color: #9f9e9e; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","ronnia-condensed-1","ronnia-condensed-2","Lucida Grande",Arial,sans-serif; /* font-family: 'GnuolaneRegular', 'Lucida Grande', Arial, sans-serif; */ margin: 10px 0px; padding: 0; }
		.tertiary a { color: #fff; }
.shadow { background-color:#9f9e9e; background-color:rgba(170, 170, 170, 0.6); /* ie will ignore this one */ display:block; position:relative; left: -4px; top: 4px; width: 100%; }
	.shadow > div, .shadow > a, .shadow > img, .shadow > blockquote, .shadow > input { display: block; left: 4px; margin-bottom: 0; position: relative; top: -4px; }
	.shadow > .submit { top: -4px; }
	.shadow.up { position: relative; top: -110px; }
.submit {cursor:pointer;}
.text-centered { text-align: center; }
.textless { display: block; overflow: hidden; text-indent: -9999px; }
.wrap:after { clear: both; content: ''; display: block; }
.wrap { zoom: 1; }


/*
 * Header
 */
#header { background:#fff url('http://www.efcatoday.org/images/theme/leaf.png') no-repeat 100% 0; border-bottom:4px solid #c2c1c1; color:#000; height:auto; min-width:1000px; margin:0; padding:20px 0 0; position:relative; width:100%; z-index:10; }
	body.feature #header {background-image:none;}
	
	.site-title-mask { background:#aaa url('http://www.efcatoday.org/images/theme/efca-today-logo-maskr.png') no-repeat -5px -4px; height:30px; width:164px; }
		.site-title-mask a { display:block; height:30px; width:150px; }	
	
	.site-description { font-size: 14px; margin: 9px 0 0 0; }
		.site-description a { color: #f57b20; text-decoration: none; }
			.site-description sup {font-size:10px;}
	
	#secondary-links { float:right; margin-top:10px; }
		/* #secondary-links .last {float:right;} */
		#secondary-links a {background:url(http://www.efcatoday.org/images/theme/hd2-icons.gif) no-repeat 0 1px; color:#000; display:block; font-size:13px; margin-right:20px; padding:2px 0 2px 32px; text-decoration:none; text-transform:uppercase; }
			.wf-active #secondary-links a { font-size:18px; margin-right:27px; }
			#secondary-links a:hover {text-decoration:underline;}
			#secondary-links a.rss-link { background-position:0 -34px; }
			#secondary-links a.back-issues-link { background-position:0 -67px; margin-right:0; }
	
	#nav { background:#fff; background:rgba(255,255,255,0.7); border-top:1px solid #c2c1c1; margin:15px 0 0; }
		#navigation { border-right:1px solid #c2c1c1; margin:0; }
		
		#nav .menu-item { margin:0; position:relative; }
			#nav .menu-item a { border-color:#c2c1c1; border-style:solid; border-width:0 0 0 1px; color:#000; display:block; font-size:15px; line-height:1em; padding:12px 44px 12px 20px; position:relative; text-decoration:none; }
				#nav .menu-item a.expanded { background:#bbb; border-color:#bbb; color:#fff; z-index:100; }
					#nav .menu-item a.expanded .arrow-down-mask { background-color:transparent !important; background-position:-4px -43px; }
				#nav .menu-item a .arrow-down-mask,
				#nav .menu-item a .search-glass-mask { background:#bbb url('http://www.efcatoday.org/images/theme/hd2-mask-sprite.png') no-repeat -4px -8px; display:block; height:22px; position:absolute; top:10px; right:6px; left:auto; width:29px; }
					#nav .menu-item a .search-glass-mask { background-position:-40px -6px; top:8px; }
				
			#nav .sub-menu { background:#fff; border-color:#bbb; border-style:solid; border-width:4px 0 0; padding:16px 20px !important; position:absolute; top:39px; width:260px; z-index:99;
				
				   -moz-box-shadow:0 0 8px rgba(0,0,0,0.5);
				-webkit-box-shadow:0 0 8px rgba(0,0,0,0.5);
				        box-shadow:0 0 8px rgba(0,0,0,0.5);
			}
				#nav .sub-menu li { border-color:#c2c1c1; border-style:solid; border-width:1px 0 0; }
					#nav .sub-menu li:first-child {border-width:0;}
					#nav .sub-menu a { border-left:none; padding:10px 0; text-transform:none; }


/*
 * Layout things.
 */

#main {padding-top:40px;}
#content {  }
	#feature {  }
	#related { padding: 20px 0 40px 0; }
		#related .entry-title { font-style: italic; }
	#article { margin-bottom: 30px;}
	.content { background: #fff; padding: 0 30px 30px 30px; }
		.content p, .content ul, .content ol, .content dl { font-size: 14px; line-height: 20px; }
		.content p.last:after { content: ' \25A0'; }
		#content h3.entry-category { color:#000; font-size:22px; font-size:1.375rem; }
#sidebar {  }

#pullquote { position: relative; z-index:100; }
	#pullquote blockquote { padding:20px; border:none; }
	
	
#footer { min-width:1000px; position:relative; text-transform:uppercase; z-index:20; }
	#footer .footer-inner { padding:2px 0; }
	
	#menu-footer { font-size:18px; font-size:1.125rem; letter-spacing:1px; margin:20px 0; }
		#menu-footer li {margin:0;}
			#menu-footer li a { display:block; margin:8px 16px; padding:0; text-decoration:none; }
				#menu-footer li a.first {margin-left:0;}
				#menu-footer li a:hover {color:#939393;}
		
		#footer .vimeo-link, #footer .facebook-link {background:url(http://www.efcatoday.org/images/theme/hd2-social.png) no-repeat -38px 0; height:24px; margin:6px; padding:0; width:24px; }
			#footer .vimeo-link { background-position:0 0; margin-left:20px; }
	
	#footer .copy p { color:#939393; font-size:10px; font-style:italic; letter-spacing:1px; margin:28px 0; text-align:right; }

/*
 * Comments
 */
.comments { padding:20px 0 20px 0; } 
	.comment-form { padding:0 0 10px 0; margin:20px 0 20px 0; }
		.comment-form div { margin:5px 0 5px 0; }
		.comment-form label { color:#9f9e9e; font-family:"myriad-pro-condensed-1","myriad-pro-condensed-2","Lucida Grande",Arial,sans-serif; height:24px; line-height:24px; }
		.comments h3 {margin-bottom:20px;}
		.comment-entry { padding:20px 20px 0 20px; }
		.comment-entry.even { background-color:#e3e3e3; border-top:solid 2px #c1c1c1; border-bottom:solid 2px #c1c1c1; }
		.comment-entry.odd {background-color:#fafafa;}		
		.comment-entry .comment-meta { font-size:12px; font-size:0.75rem; text-align:right; margin:0 -20px 0 -20px; padding:10px; }


/*
 * Page-specific things.
 */

.index {  }
	.index .top-story { position: relative; }
		.index .top-story img { display: block; }
		.index .top-story .ribbon { left: 0; position: absolute; top: 0; }
	.index .top-story .entry-title { font-style: italic; } 
	.index .entry-list .entry-title {  }
	.index .top-story.entry .shadow { margin-bottom: 10px; }
	.index .secondary { margin-top: 20px; }

.back-issue-listing {  }
	.back-issue-listing h3 {margin-top:0;}
	.back-issue-listing img.cover-img {margin-bottom:5px;}
	.back-issue-listing ul { list-style:disc outside; margin-bottom:24px; padding-left:1em; }
		.back-issue-listing ul li {margin-top:5px;}
			.back-issue-listing ul li a {text-decoration:none;}
				.back-issue-listing ul li a:hover {text-decoration:underline;}

/* Letters to the Editor: Listing */
#lte-wrapper {margin-bottom:30px;}
.letters-to-the-editor {  }
	.letters-to-the-editor .entry-meta { padding:20px 30px; }
	.letters-to-the-editor .letter-to-the-editor {margin-top:40px;}
		.letters-to-the-editor .letter-to-the-editor .letter-meta { padding-top:4px; width:220px; }
			.letters-to-the-editor .letter-to-the-editor .letter-meta .lte-label { margin-top:10px; margin-bottom:0; }
		.letters-to-the-editor .letter-to-the-editor .letter-body .content { padding:30px 30px 14px; }
			.letters-to-the-editor .letter-to-the-editor .letter-response { background-color:#e7e5e5; margin-bottom:24px; padding:24px; }

/* Letters to the Editor: FORM */
#letters-to-the-editor-container { height:100%; left:0; top:0; width:100%; position:fixed; display:none; }
	#letters-to-the-editor { left:50%; margin-left:-310px; padding:0; position:absolute; top:15%; width:620px; z-index:101; }
		#letters-to-the-editor .shadowed, #letters-to-the-editor .letter-wrapper { background-color:#fff; padding:30px; }
			#letters-to-the-editor h3 { font-size:1.75em; margin:20px 0 20px; padding:0 0 20px; }
			#letters-to-the-editor label { color:#c2c1c1; font-family:'Lucida Grande', Arial, sans-serif; }
			#letters-to-the-editor textarea { border:2px solid #c2c1c1; height:100px; margin:16px 0; width:550px; }
			#letters-to-the-editor .submit {margin-bottom:0;}
			#letters-to-the-editor .cancel { color:#444; background-color:#e7e5e5; border-bottom:2px solid #c2c1c1; font-family:'Lucida Grande', Arial, sans-serif; line-height:18px; text-decoration:none; }

#overlay { background-color:rgba(0,0,0,0.6); height:100%; left:0; top:0; width:100%; position:fixed; display:none; z-index:30; }

#ie-6not-supported { background-color:#444; color:#fff; text-align:center; position:relative; top:115px; z-index:3; }
	#ie-6not-supported p { border-top:5px solid red; padding:20px; }
	#ie-6not-supported a {color:#aaa;}

