* { margin: 0; padding: 0; }

	body { min-height: 100.01%; line-height: 1em; }
	
	#imageFadeContainer {
		position:relative;
		top:0;
		left:0;
		width: 620px;
		height: 300px;
		overflow: hidden;
		margin-bottom: 14px;
	}
	
	#imageFadeContainer #container {
		white-space: nowrap;
		width: 10000px;	
	}

	#imageFadeContainer img {
		display: inline;
		margin: 0;
		padding: 0;
	}

        .form-element.form-hide,
	.form-important {
	   display: none;
        }

        .form-element.form-type-checkbox label,
        .form-element.form-type-radio label {
	   display: inline;
        }

        .form-float-left {
	   float: left;
        }
	
	.form-element.form-float-left {
           padding-right: 10px;
        }

	div.church-subscriptions #content .form-type-states legend {
	    display: none;
	    margin: 0;
	    padding: 0;
	}

	div.church-subscriptions #content .form-type-states .form-type-label {
	    float: left;
	    width: 140px;
	    padding-right: 10px;
	}
	
	div.church-subscriptions #content .form-type-states .form-type-select {
	    float: left;
	}

	html {
		height: 100%;
		margin-bottom: 1px;
		background: #8f0000 url(/images/html_bg.gif) no-repeat 50% 50%;
	}

	body {
		font-size: 75%;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		line-height: 1em;
		background: transparent;
		text-align: left;
		background: #000 url(/images/body_bg.png) repeat-x 50% 0px;
	}
	
		h1, h2, h3, h4, h5, h6 {
			color: #8f0100;
			font-family: "Minion Pro", Cambria, Georgia, sans-serif;
		}
		
		h1 {
			font-size: 2em;
			line-height: 1.8333em;
		}
		
		h2 {
			font-size: 1.5em;
			line-height: 1.2222em;
		}
		
		h3 {
			font-size: 1.25em;
			line-height: 1.4667em;
		}
		
		h4, h5, h6 {
			font-size: 1em;
		}
	
		a {
			color: #8f0100;
			text-decoration: none;
			outline: none;
			_position: relative;
		}
		
		#content a:hover {
			border-bottom: 1px solid #b80000;
		}
		
		a.more { text-decoration: underline; }
		
			a img {
				border: none;
			}
			
		.clear { clear: both; }
		
		.clear-left { clear: left; }
		
		.clear-right { clear: right; }
		
		.form-text, .form-textarea, .comment-form input, .comment-form textarea, .input-text, .input-textarea {
			font-size: 1em;
			color: #b2b2b2;
			padding: 3px 2px;
			border: 1px solid #dadada;
			border-top-color: #7c7c7c;
			background: #fff url(/images/input_bg.gif) repeat-x 0px 0px;
			line-height: normal;
		}
		
		.word-count {
			padding-left: 280px;
		}
	
		#header, #wrapper {
			width: 934px;
			margin: 0 auto;
		}

		#header {
			background: transparent url(/images/header_bg.png) no-repeat 260px 0px;
			height: 103px;
			position: relative;
		}
		
			#header #logo {
				display: block;
				width: 1000px;
				height: 103px;
				position: absolute;
				top: 0px;
				right: 700px;
				background: transparent url(/images/logo.png) no-repeat 100% 50%;
			}
			
			#header #header-ad {
				display: block;
				width: 300px;
				height: 100px;
				position: absolute;
				top: 0px;
				left: 634px;
			}
			
			#header #print_header {
				display: none;
			}
			
		#navigation {
			height: 23px;
			width: 100%;
		}
		
			#navigation ul {
				list-style: none;
				margin: 0 auto;
				height: 23px;
				float: right;
			}
			
				#navigation ul li {
					float: left;
					_display: inline;
				}

				#navigation ul li.nav-home {
				}

				#navigation ul li.nav-pca-news {
					float: left;
					margin-right: 0;
				}
				
					#navigation ul li a {
						display: block;
						height: 23px;
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: 50% 0px;
						border: none;
					}

					#navigation ul li.selected a, #navigation ul li.ancestor a, #navigation ul li a:hover {
						background-position: 50% -23px;
					}
					
					#navigation ul li.nav-home a {
						width: 50px;
						background-image: url(/images/nav_home.png);
					}

					#navigation ul li.nav-arts-culture a {
						width: 120px;
						background-image: url(/images/nav_arts-culture.png);
					}

					#navigation ul li.nav-ordinary-life a {
						width: 111px;
						background-image: url(/images/nav_ordinary-life.png);
					}

					#navigation ul li.nav-pca-news a {
						width: 81px;
						background-image: url(/images/nav_pca-news.png);
					}

					#navigation ul li.nav-pca-people a {
						width: 92px;
						background-image: url(/images/nav_pca-people.png);
					}

					#navigation ul li.nav-in-the-church a {
						width: 111px;
						background-image: url(/images/nav_in-the-church.png);
					}

					#navigation ul li.nav-in-the-world a {
						width: 105px;
						background-image: url(/images/nav_in-the-world.png);
					}
			
		#wrapper {
		}
		
			#wrapper p {
				margin-bottom: 1em;
			}
			
			.column {
			}
			
			#left {
				float: left;
				width: 560px;
				_overflow: hidden;
				color: #646464;
				background: #fff;
				padding: 0 30px 22px;
				_margin-right: 10px;
				position: relative;
			}
			
			#home #left {
				color: #fff;
				background: transparent;
				width: 620px;
				padding: 0;
			}
			
				#left .article_hero {
					margin-bottom: 1em;
					margin-left: -30px;
					_margin-right: -30px;
					position: relative;
					min-height: 20px;
					_height: 20px;
					_overflow: visible;
				}

				#left #category_name {
					display: none;
				}
				
				.arts-culture #left #category_name, .ordinary-life #left #category_name, .pca-people #left #category_name, .in-the-church #left #category_name, .pca-news #left #category_name, .in-the-world #left #category_name {
					display: block;
					margin-bottom: 0.8333em;
				}

				#arts-culture #left #category_name, #ordinary-life #left #category_name, #pca-people #left #category_name, #in-the-church #left #category_name, #pca-news #left #category_name, #in-the-world #left #category_name {
					display: none;
				}
				
					#left #category_name a, #right div.category_name a {
						padding: 5px 5px 2px;
						margin-bottom: 1em;
						font-family: "Minion Pro", Cambria, Georgia, serif;
						font-weight: bold;
						letter-spacing: 0.1em;
						background: #8f0100;
						color: #fff;
						text-transform: uppercase;
						border: none;
					}
				
				#left p.byline {
					text-transform: uppercase;
				}
				
					#left .archive_item p.byline {
						margin-bottom: 0;
					}
					
				#left .archive_item {
					min-height: 100px;
					_height: 100px;
					padding-left: 95px;
				}
				
					#left .archive_item .item_thumb {
						float: left;
						margin: 0.5em 10px 10px -95px;
					}
				
			#right {
				margin-left: 634px;
				_margin-left: 0px;
				width: 300px;
				color: #3f3f3f;
			}
			
					#left div h2, #right div h2 {
						font-size: 1em;
						font-weight: normal;
						text-transform: uppercase;
						margin-bottom: 0.5em;
					}
					
					#right div h2 {
						color: #8b5c29;
					}
					
					#left p, #left li, #right p, #right li, #left .public_content, #left .member_content, #left div.comments-msg, div.confirm, #left div.comment div.actions, #left div.comment div.body_text {
						line-height: 1.8333em;
					}
					
					#left p, #right p, #left .public_content, #left .member_content, #left div.comments-msg, div.confirm, #left div.comment div.actions, #left div.comment div.body_text {
						margin-bottom: 1.8333em;
					}

					#left li, #right li {
						margin-bottom: 0.5em;
					}
					
					#left li.sidebar-block, #right li.sidebar-block, #right #logout li {
						list-style: none;
					}
					
					#right li.sidebar-block {
						margin-bottom: 0;
					}
					
			#content .paged_navigation { text-align: center; position: relative; padding: 0 118px; width: 324px; }

				#content .paged_navigation span { margin: 0 0.5em; }
				
				#content .paged_navigation p { margin: 0; }

					#content .paged_navigation span a { font-weight: normal; }

						#content .paged_navigation span span.selected a { font-weight: bold; }

				#content .paged_navigation .prev_link { position: absolute; left: 0px; width: 100px; text-align: left; border: none; }

				#content .paged_navigation .next_link { position: absolute; left: 460px; width: 100px; text-align: right; border: none; }


			.heroshots.ad-block-1 {
			    width: 300px;
			    height: 250px;
			}
				
			.heroshot {
				position: relative;
				margin-bottom: 14px;
			}

			.heroshot_shadow {
				background: transparent url(/images/heroshot_shadow.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/heroshot_shadow.png', sizingMethod='scale');
				position: absolute;
				left: 0px;
				top: 0px;
				width: 620px;
				height: 17px;
				z-index: 10000;
			}

				.heroshot_navigation {
					background: transparent url(/images/heroshot_navigation_bg.png);
					_background: #000;
/*
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/heroshot_navigation_bg.png', sizingMethod='scale');
*/
					_filter: alpha(opacity=80);
					padding: 12px;
					font-size: 0.8em;
					position: absolute;
					left: 0px;
					bottom: 0px;
					width: 596px;
					z-index: 1000;
				}
			
					.heroshot_navigation ul {
						list-style: none;
						text-align: right;
						_position: relative;
						z-index: 1010;
					}
				
						.heroshot_navigation ul li {
							font-weight: bold;
							padding: 3px 6px;
							display: inline;
							_position: relative;
						}

						.heroshot_navigation ul li.selected {
							background: #8f0000;
						}

							.heroshot_navigation ul li a {
								color: #fff;
								_filter: alpha(opacity=100);
								_position: relative;
							}
							
			.search {
				margin-bottom: 14px;
				_margin-bottom: 12px;
			}
			
				.search .form-text {
					width: 260px;
					margin: 14px 8px 0 0;
					padding: 3px 2px 2px;
				}
				
				.search .form-submit {
					width: 26px;
					position: relative;
					top: 3px;
				}
				
			#navigation .search {
				margin: -1px 0 0;
				position: relative;
				float: left;
			}
			
				#navigation .search .form-text {
					margin: 0 8px 0 0;
					width: 194px;
					font-size: 77%;
					padding: 2px 1px 1px;
				}
				
				#navigation .search .form-submit {
					top: 4px;
				}
				
			#right .surveys {
				background: #fff;
				color: #000;
				padding: 14px;
			}
			
				#right .surveys .category_name {
					text-transform: uppercase;
					margin-bottom: 0.222em;
					color: #999;
				}
				
				#right .surveys .kill {
					display: none;
				}
				
					#right .surveys .surveys_wrapper h2 {
						color: #000;
						font-size: 1.25em;
						text-transform: none;
					}
					
					#right .surveys .surveys_wrapper div.clear {
						display: none;
					}

					
					#right .surveys .surveys_wrapper .form-element {
						margin-bottom: 1em;
					}
	
					#right .surveys .surveys_wrapper fieldset {
						border: none;
						width: auto;
						_width: 262px;
						_overflow: hidden;
					}
	
					#right .surveys .surveys_wrapper .form-type-submit {
						margin-bottom: 0;
					}

        
					#right .surveys .form-results .response_wrapper .response {
						border: 1px solid;
      						background-color: #EEEEEE;
      						height: 10px;
	                                        margin-bottom: 10px;
					}

					#right .surveys .form-results p {
						margin: 0;
					}

        				.input-submit, div.comment-form div.actions input {
						border: none;
						border-bottom: 1px solid #8f0000;
						*overflow: visible;
						background: transparent;
						color: #8f0000;
						cursor: pointer;
						font-size: 1em;
						padding: 0;
						width: auto;
					}
				
						#right .surveys form input.input-radio {
							display: none;
						}
						
						#right .surveys form .form-type-radio label {
							padding-left: 20px;
							background: #fff url(/images/radio_unchecked.gif) no-repeat 0px 0px;
							width:252px;
							display: block;
							margin-bottom: 1em;
							min-height: 13px;
							_height: 13px;
						}
		
						#right .surveys form .form-type-radio label.checked {
							background-image: url(/images/radio_checked.gif);
						}
				
			#latest_news {
				padding: 14px;
				background: #fff url(/images/latest_news_bg.gif) no-repeat 100% 0px;
			}
			
				#latest_news ul {
					list-style-position: outside;
					list-style-image: url(/images/li_arrow.gif);
					padding: 0 0 0 16px;
				}

					#latest_news ul li {
						font-weight: bold;
					}

						#latest_news ul li span.meta {
							font-weight: normal;
							font-style: italic;
						}

				#latest_news p, #latest_news li {
					font-size: 1em;
				}
				
				#latest_news p {
					margin-bottom: 0;
				}

				#latest_news li a {
					color: #3f3f3f;
				}

				#latest_news p a {
					color: #b70000;
				}
				
				#latest_news h2, #latest_news p {
					margin-left: 16px;
				}
				
				#login, .newsletter-subscribe_sidebar {
					background: #abc469 url(/images/login_bg.png) no-repeat 0px 0px;
					padding: 70px 0 0 0;
					position: relative;
					color: #3f3f3f;
				}

				.newsletter-subscribe_sidebar {
					background: #abc469 url(/images/newsletter_bg.png) no-repeat 0px 0px;
					padding-top: 35px;
				}

				#login a, .newsletter-subscribe_sidebar a {
					color: #3f3f3f;
				}
				
					.newsletter-subscribe_sidebar .clear {
						clear: none;
					}
					
					.newsletter-subscribe_sidebar .name {
						display: none;
					}
				
					#login .description {
						width: 90px;
						padding-right: 14px;
						position: absolute;
						top: 40px;
						left: 196px;
					}
					
						#login .description p {
							font-size: 1em;
							line-height: normal;
						}
				
					#login form, #logout, .newsletter-subscribe_sidebar form {
						background: transparent url(/images/login_form_bg.png) repeat-y 100% 0px;
						padding: 14px;
					}
					
					.newsletter-subscribe_sidebar form {
						background: transparent;
						padding: 0 14px;
					}
					
					.newsletter-subscribe_sidebar form {
						padding-bottom: 4px;
					}
					
					#logout {
						background-color: #abc469;
					}

						#login form .form-text, .newsletter-subscribe_sidebar form .input-text {
							width: 110px;
							margin-right: 4px;
							margin-bottom: 8px;
						}
						
						.newsletter-subscribe_sidebar form .input-text {
							width: 188px;
						}

						#login form .form-submit, .newsletter-subscribe_sidebar form .form-submit {
							position: relative;
							top: 3px;
						}

						#login form p {
							margin-bottom: 0;
							font-size: 1em;
						}

			#content .buttons {
				background: #f6f1db;
				padding: 14px 14px 0;
				_width: 272px;
			}
				
				#home #content .buttons {
					background: #fff;
				}
			
				#content .buttons .left {
					width: 138px;
					float: left;
					_margin-right: 11px;
				}
				
				#content .buttons .left img {
					margin-bottom: 14px;
				}
				
				#content .buttons .left .adblock-freeissue {
					padding-bottom: 14px;
				}

					#content .buttons .left .adblock-freeissue img {
						margin-bottom: 0;
					}
				
				#content .buttons a {
					border: none;
				}
				
				#content .buttons .right {
					width: 120px;
					margin-left: 152px;
					_margin-left: 0;
				}
				
				.form-element {
					margin: 5px 0px;
				}
	 
				.form-element label {
					display: block;
					float: left;
					width: 145px;
					padding-right: 10px;
					text-align:right;
				}
				
				.newsletter-subscribe_sidebar .form-element label {
					width: 5em;
				}
				
				.form-type-checkbox label {
					display: inline;
					float: none;
					width: auto;
					padding: 0;
				}

                                .form-type-select select {
				    min-width: 4em;
				}

				    

	        .form-element.shipping-same {
	             font-size: .95em;
	             padding-bottom: 10px;
				padding-top: 10px;
	        }

	        fieldset.form-element,
	        fieldset.form-element legend {
	             padding: 0px;
	             border: none;
	        }

			fieldset.form-element fieldset.billing-address {
	             border: none;
				 margin-left: -5px;
			}

			fieldset.form-element fieldset.billing-address legend {
				display: none;
			}

	        fieldset.form-element legend {
	        	font-weight: bold;
	        }

	        fieldset.form-element fieldset,
	        fieldset.form-element fieldset legend,
	        fieldset.form-type-payment,
	        fieldset.form-type-payment legend {
	             padding: 5px;
	             border: 1px solid #DDDDDD;
	        }

	        .form-element.prefix {
	             display: none;
	        }

  	        fieldset.form-element fieldset {
  	        	margin-bottom: 1em;
  	        }

	        fieldset.form-type-payment fieldset {
	             border: 0;
	             padding-left: 10px;
	        }

                fieldset.form-type-payment .form-type-label {
		    width: 140px;
		}

                fieldset.form-type-payment .form-type-select {
		    width: 4em;
		}

                .form-element.subscribe-total {
		    margin-bottom: 15px;
		}

                .form-element.country-label {
		    font-size: .75em;
		}
	 
	        fieldset.form-element {
	        	margin-left: -10px;
	        	width: 480px;
	        }

	        fieldset.shipping {
	             border: 1px solid #DDDDDD;
	        }

	 		fieldset.form-element {
		   	padding: 10px;
       	}

		#footer {
			background: #8f0000 url(/images/footer_bg.png) repeat-x 50% 0px;
			padding: 1.5em 0;
			font-size: 0.8em;
			line-height: 1.5em;
			text-align: center;
			color: #fff;
			width: 100%;
			margin-bottom: -1px;
			clear: both;
		}
		
			#footer a {
				color: #fff;
			}
			
		#content .adblock {
		
		}
		
			#content .adblock a, #content .adblock a:hover {
				border: none;
			}

		#content .adblock-1 {
			width: 620px;
			margin: 14px 0 14px -30px;
			text-align: center;
			background: #fff;
		}
		
			#home #content .adblock-1 {
				margin-left: 0;
			}
		
		#content .adblock-2 {
			width: 300px;
			height: 250px;
			text-align: center;
			margin-bottom: 14px;
		}
		
			#home #left div.sidebar {
				padding: 14px;
				margin-bottom: 14px;
				_width: 273px;
				_height: auto;
			}
		
			#home #left div.left, #home #left div.right {
				width: 303px;
			}
			
			#home #left div.left {
				float: left;
				*margin-right: 11px;
			}
			
			#home #left div.right {
				margin-left: 317px;
				*float: left;
				*margin-left: 0;
				_width: 301px;
			}
		
			#home #left div.pca-news_sidebar {
				background: transparent url(/images/bg_orange.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_orange.png', sizingMethod='scale');
				border: 1px solid #8b5c29;
			}
	
			#home #left div.arts-culture_sidebar {
				background: transparent url(/images/bg_green.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_green.png', sizingMethod='scale');
				border: 1px solid #46520b;
			}
	
			#home #left div.in-the-world_sidebar {
				background: transparent url(/images/bg_brown.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_brown.png', sizingMethod='scale');
				border: 1px solid #5a3d1c;
				margin-bottom: 0px;
			}
	
			#home #left div.right_sidebar {
				background: transparent url(/images/bg_huntergreen.png);
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_huntergreen.png', sizingMethod='scale');
				border: 1px solid #313622;
			}
			
					#home #left div.right_sidebar div.ordinary-life_sidebar div.item {
						padding-left: 12px;
						background: transparent url(/images/news_arrow.png) no-repeat 0px 0.5em;
						_background: transparent url(/images/news_arrow.gif) no-repeat 0px 0.5em;
						margin-bottom: 14px;
					}
	
				#home #left div.sidebar div.category_name {
					margin-bottom: 0.222em;
				}
	
					#home #left div.sidebar div.category_name a, #home #left div.right_sidebar div.ordinary-life_sidebar p.read_more a {
						color: #d5cea5;
						border-bottom-color: #d5cea5;
						line-height: 17px;
					}
					
					#home #left div.sidebar h2 {
						font-size: 1.25em;
						line-height: 1.4667em;
                                                margin-top:10px;
					}
					
					#home #left div.sidebar h2, #home #left div.sidebar h2 a {
						color: #fff;
						border-bottom-color: #fff;
						text-transform: none;
					}
					
					#home #left div.sidebar .item_thumb {
						float: left;
						margin: 0.5em 10px 0 0;
						width: 85px;
						height: 65px;
						overflow: visible;
					}
	
					#home #left div.sidebar p {
						margin: 0;
						min-height: 70px;
						_height: 70px;
						_overflow: visible;
						line-height: 1.55em;
						color: #d5cea5;
					}
					
						#home #left div.right_sidebar div.ordinary-life_sidebar p {
							min-height: 0;
							_height: auto;
						}
						
		#right div.archive_sidebar {
			background: #f6f1db;
			padding: 14px;
		}
		
		#home #left div.archive_sidebar {
			padding: 0 50px 0 0;
			width: 253px;
			background: transparent url(/images/archive_bracket.gif) no-repeat 100% 0px;
		}
		
		#home #left div.archive_sidebar p {
			margin-bottom: 0;
			line-height: 1.35em;
		}
		
		#home #left div.archive_sidebar div.item {
			margin-bottom: 14px;
		}
		
			#right div.archive_sidebar p {
				margin-bottom: 0;
				font-size: 0.9em;
			}

			#left div.archive_sidebar div.category_name, #right div.archive_sidebar div.category_name {
				padding: 4px 0 0;
				margin-bottom: 1em;
				font-family: "Minion Pro", Cambria, Georgia, serif;
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 0.1em;
			}

			#right div.archive_sidebar li.item {
				margin-left: 14px;
				color: #8f0000;
			}

			#right div.archive_sidebar h2, #right div.archive_sidebar h2 a {
				color: #333;
				text-transform: none;
				font-weight: bold;
				font-size: 1em;
			}
			
			#right div.archive_sidebar h2 a:hover {
				border: none;
				text-decoration: underline;
			}
			
	#home #left div.media_sidebar {
		position: relative;
		border: 1px solid #5a3d1c;
		padding: 0;
		min-height: 200px;
		_height: 200px;
		_overflow: visible;
		background: transparent url(/images/bg_brown.png);
		_background: #4e3316;
		color: #111;
	}
	
		#left div.media_sidebar ul li, #left div.media_sidebar ul li div.sidebar, #home #left div.media_sidebar ul li div.sidebar, #left div.media_sidebar ul li h2 {
			display: inline;
			list-style: none;
			padding: 0;
		}

	#left div.media_sidebar ul {
		padding: 0 10px;
	}
	
	#left div.media_sidebar object {
		margin: 0.5em auto 1em;
	}
	
	#left div.media_sidebar h2 {
		margin: 14px 0 14px 14px;
		_border-right: 4px solid #4f3316;
	}

		#left div.media_sidebar ul li {
			border-bottom: none;
		}
		
			#left div.media_sidebar ul li h2 {
				padding: 3px 4px;
				background: #5a3d1c;
				margin: 0;
			}

			#left div.media_sidebar ul li h2.selected {
				background: #867c6a;
			}
			
			#left div.media_sidebar ul li div.items {
				float: left;
				padding: 4px;
				width: 273px;
				margin: 0 0 14px;
				background: #867c6a;
				min-height: 106px;
			}

				#left div.media_sidebar ul li div.items p, #left div.media_sidebar ul li p.feed_link, #home #left div.media_sidebar ul li div.items p, #home #left div.media_sidebar ul li p.feed_link {
					line-height: 1.55em;
					margin-bottom: 1em;
					position: relative;
					min-height: 0px;
					_height: auto;
					color: #111;
				}
				
				#left div.media_sidebar ul li p.feed_link {
					padding-left: 20px;
					background: transparent url(/images/rss.gif) no-repeat 0px 2px;
				}

				#left div.media_sidebar ul li span.teaser {
					font-style: italic;
				}

				#left div.media_sidebar ul li div.items a {
					color: #111;
					border-bottom-color: #333;
					font-weight: bold;
				}
				
		#left .feed_list .item {
			padding-left: 20px;
			background: transparent url(/images/rss.gif) no-repeat 0px 0px;
			padding-top: 1px;
		}
		
			#left .feed_list .item h2 {
				margin-bottom: 0;
			}
				
		#login-wrap {
			clear: both;
			padding: 3em 0 5em;
			background: #fff;
			margin-top: 23px !important;
			width: 100% !important;
		}
			
			#login-wrap div.error {
				width: 6.2cm;
				margin: 1em auto;
			}

			#login-form-container {
				width: 6.2cm;
				margin: 0 auto;
			}
		
				#login-form-container form {
					float: none !important;
				}
				
			#comment_form_wrapper label, div.comment label {
				font-weight: bold;
				display: block;
				width: 100px;
				float: left;
			}
			
			.comment-form div.important {
				display: none;
			}
			
			.comment-form input, .form-element .input-text {
				width: 300px;
				color: #333;
			}
			
			.comment-form textarea, .form-element .input-textarea {
				width: 300px;
				height: 5em;
				font-family: inherit;
				font-size: 1em;
				color: #333;
			}
			
		#left #comment_form_wrapper {
			margin-top: 3.6666em;
		}
			
			div.confirm {
				color: #fff;
				background: #8f0100;
				padding: 10px;
				font-weight: bold;
				text-align: center;
			}
			
				#left div.article_hero div.confirm {
					width: 600px;
				}

		#left div.comment div.actions {
			padding-bottom: 1em;
			margin-bottom: 1em;
			border-bottom: 1px solid #bcbcbc;
		}
			
			#left div.comment p {
				margin-bottom: 0;
				clear: left;
			}
			
			#left div.comment div.body_text {
				margin-left: 100px;
				margin-bottom: 0.5em;
			}

			
				#left div.comment p br, #left div#comment_form_wrapper p br {
					display: none;
				}

				#left div.comment div.actions a {
					margin-left: 2em;
				}

		#left div#comment_thread_wrapper {
			padding-top: 1.8333em;
			margin-top: 1.8333em;
			border-top: 1px solid #646464;
		}
				
			#left div.comment div.comment-replies div.comment p, #left div.comment div.comment-replies div.comment div.body_text, #left div.comment div.comment-replies div.comment div.actions {
				padding-left: 3em;
			}

				#left div.comment div.comment-replies div.comment-form input {
					margin-bottom: 1.8333em;
				}

					#left div.comment div.comment-replies div.comment-form div.actions input {
						margin-bottom: 0;
					}
					
		span.search_url, #about p.byline { display: none; }

.password-wrapper {
    clear: white;
    margin-top: 23px !important;
    padding: 1em 3em;
    background-color: white;
}

.password-wrapper label {
    padding: 3px;
    width: 40px;
    display: block;
    float: left;
}

.password-wrapper .field {
    padding: 5px 0;
    clear: both;
}

.password-wrapper .subtitle {
    margin: 0 0 20px 0;
}

.password-wrapper .error {
    color: red;
}

ul.church_subscription_type {
    clear:both;
    display:block;
    width:100%;
    height:30px;
    margin:10px 0 20px 0;
}
ul.church_subscription_type li {
    list-style:none;
    float:left;
}
ul.church_subscription_type li.difference a {
    background:transparent;
    font-size:90%;
}
ul.church_subscription_type li a {
    display:block;
    background:#850900;
    padding:3px 5px;
    color:#fff;
    margin-right:10px;
    border:0;
}
div.church-subscriptions #content ul.church_subscription_type li a:hover {
    border-bottom:0;
    background:#400500;
}
div.church-subscriptions #content ul.church_subscription_type li.difference a {
    color:#858585;
}
div.church-subscriptions #content ul.church_subscription_type li.difference a:hover {
    background:transparent;
    color:#333;
}

div.church-subscriptions #content form fieldset {
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin-bottom:20px;
}
div.church-subscriptions #content form fieldset fieldset {
    padding:0;
    border:0;
    margin:0;
}
div.church-subscriptions #content form legend {
    padding: 5px;
    border: 1px solid #DDDDDD;
}
div.church-subscriptions #content form div.form-type-radio {
    margin-bottom:10px;
    margin-left:150px;
}
div.church-subscriptions #content form input.input-radio {
    float:left;
    margin-right:10px;
}

.drop-cap {  }

.drop-cap:first-letter { float: left; font-size: 6em; line-height: 85%; padding-top: 8px; _padding-top: 0px; font-family: Georgia, serif; margin-right: 4px; clear: left; }

#content .public_content .sidebar, #content .public_content .sidebar-right, #content .member_content .sidebar, #content .member_content .sidebar-right {
	font-family: georgia, times, serif;
	float: left;
	margin: 1em 1em 1em 0;
	display: block;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 1em 0.5em;
	width: 45%;
}

#content .public_content .sidebar-right, #content .member_content .sidebar-right {
	float: right;
	margin: 1em 0 1em 1em;
}

#content .public_content blockquote, #content .member_content blockquote {
	font-family: georgia, times, serif;
	font-style: italic;
	font-weight: normal;
	color: #9c201e;
	font-size: 110%;
	line-height: 1.62em;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding: 1em 0.5em;
	margin: 0 1em 1em 0;
	width: 45%;
	float: left;
}

#content .credit {
	color: #8b5c28;
	font-family: helvetica, arial, sans-serif;	
	font-size: 0.9em;
	margin: 1.2em 0 0;
	font-style: normal;
}

#content .public_content blockquote p, #content .public_content .sidebar p, #content .public_content .sidebar-right p, #content .member_content blockquote p, #content .member_content .sidebar p, #content .member_content .sidebar-right p { margin: 0; }

.church-subscriptions-callout {
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

v v v v v v v
.heroshots.skyscraper-2,
.heroshots.skyscraper-2-arts-and-culture {
    width: 120px;
    height: 600px;
}

.button-ads {
	margin-top:10px;

}

.form-errors li{
	color:red;
	font-weight:bold;
    text-size:13px;
	display:block;
	background-color:#CCCCCC;
    border:1px solid red;
    padding:7px;
}

.sidebar-right p, .sidebar p {
   padding-bottom:8px;
}


#donation-form .form-element.form-type-amount {margin-top: -50px; margin-left: 170px;}

#donation-form .form-element.form-type-amount input {width: 55px;}

#donation-form .form-element.form-type-radio {
	width: 200px;
}

#donation-form .form-element.form-type-radio label, #donation-form .form-element.form-type-radio input {
	float:right;
}

#donation-form .form-type-amount {
	position:relative;
	width:20px;
	top:-5px;
	_top:-60px;
	left:30px;
}

.form-subscribe-form .form-type-radio {
	width:20px;
} 

.form-subscribe-form .form-type-radio input {
	_margin-left:130px;
}

.heroshots.skyscraper-2,
.heroshots.skyscraper-2-arts-and-culture {
    width: 120px;
    height: 600px;
}

.button-ads {
	margin-top:10px;

}

.form-errors li{
	color:red;
	font-weight:bold;
    text-size:13px;
	display:block;
	background-color:#CCCCCC;
    border:1px solid red;
    padding:7px;
}

.sidebar-right p, .sidebar p {
   padding-bottom:8px;
}


#overlay{ 
    background-image: url(/images/lightbox/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(images/lightbox/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="lightbox/overlay.png", sizingMethod="scale");
}

#box{
    background:#FFFFFF;
	margin: 0;
	padding: 0;
    border:6px solid #000000;
	overflow: auto;
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box #boxContents {
	margin-top:12px;
	padding:10px;
}

#donationlightbox, #donationlightbox h2 {
    font-family: "Lucida Grande",Verdana, Helvetica, Arial;
    color:#646464;
    line-height:110%;
    text-align : center;
    font-weight:normal;
}

#box #boxContents {
    background-color: #FFFFFF;
}

#donationlightbox h2{
    margin-top:25px;
    font-size:18px;
    line-height:150%;
}

#donationlightboxbuttons {
    text-align:right;
    margin-top:35px;
    margin-right:50px;
}

#donationlightboxbuttons img{
    float:right;
    border:none;
    margin-left:7px;
    margin-top:-4px;
}

#donationlightboxbuttons a{
    text-decoration:underline;
}

.input-submit, .input-button {
    display:block;
    background-color: #97332A;
    color:#FFFFFF;
    padding:5px;
    border: 1px solid #cccccc;
    margin-left:495px;
    margin-top:10px;
}


div#right div.surveys div.form-type-submit {
    width:100%;
    overflow:hidden;
}

div#right div.surveys .input-submit {
    margin-left:0px;
    float:right;
}

/* Social Icons */
.social-icons {
	margin: 14px 0px 14px 0px;
	text-align: right;
}

.social-icons img {
	height: 40px;
}

/* Stop taking over my hoverstates, #content */
#content .social-icons a:hover {
	border: 0;
	text-decoration: none;
}

.social-icons .facebook {
	margin-left: 14px;
}

.social-icons .twitter {
	margin-left: 14px;
}

.facebook_like {
	text-align: right;
	margin-bottom: 14px;
}

