/*
THEME NAME: URCL Oasis (2008)
THEME URI: http://www.tinymachine.net
DESCRIPTION: A theme designed for URC Learning and based on the Sandbox theme by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
VERSION: 1.0
AUTHOR: <a href="http://tinymachine.net">Mihira Jayasekera</a>
AUTHOR URI:
*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*
Company:	URC Learning
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background-color: #f7f4f0;
	font-family: Verdana, sans-serif;
}
em {
	font-style: italic;
}
abbr {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}
span.dateline abbr {
	border-bottom: none;
}
/* @end */

/* @group Layout */
div#hd, div#bd, div#ft, h1.page-heading {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* Head */
img#logo {
	float: left;
	display: inline;
}
div#home-feature-photo {
	clear: both;
	overflow: hidden;
	width: 940px;
	height: 181px;
}
div#home-feature-photo img {
	margin-top: 10px;
}

div#inside-feature-photo {
	height: 41px;
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
}

div#home-feature-text {
	background: #690 url(images/green-fade.gif) repeat-x 0 0;
	text-align: center;
	color: #c8d9a6;
	min-height:125px;
/*	height:auto !important;
	height:125px; */
/*	overflow: hidden; */
}
div#home-feature-text p {
	line-height: 145%;
	margin-bottom: 8px;
}
div#home-feature-text a:link, div#home-feature-text a:visited {
	color: #c8d9a6;
	text-decoration: underline;
}
div#home-feature-text a.bold:link, div#home-feature-text a.bold:visited {
	color: #fff;
	text-decoration: underline;
}
div#home-feature-text a:hover {
	text-decoration: none;
}
div#home-feature-text a.bold:hover {
	text-decoration: none;
}

/* Body */
div#bd {
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 10px;
	width: 930px;
	background: url(images/body-bkg.gif) repeat-y 0 0;
	margin-top: 10px;
}
div#left-col {
	width: 508px;
	float: left;
	display: inline;
}
div#left-col p {
	font-size: 92%;
	color: #66605a;
	line-height: 150%;
	/* margin-bottom: 20px; */
	margin-bottom: 10px;
}
div#comments p, div.comments-box-inner div.left p {
	overflow: auto;
}
div#left-col ul, div#left-col ol  {
	font-size: 92%;
	color: #66605a;
	line-height: 150%;
	/* margin-bottom: 20px; */
	margin-bottom: 10px;
	margin-left:25px;
}
div#left-col ul  {
	margin-left:1.5em;
}
div#left-col ul li {
	list-style:square;
	padding-left: 0px;
	margin-bottom: 5px;
}
div#left-col ol li {
	list-style:decimal;
	padding-left: 0px;
	margin-bottom: 5px;
}

div#center-col {
	width: 180px;
	margin-left: 35px;
	float: left;
	display: inline;
}
div#right-col {
	width: 192px;
	float: right;
	display: inline;
}

div#center-col p, div#right-col p {
	font-size: 85%;
	color: #66605a;
	line-height: 140%;
	margin-bottom: 10px; /* */
}
div#center-col ul {
	font-size: 85%;
	line-height: 140%;
	margin: -5px 0 15px;
	padding-left:15px;
	color: #66605a;
}
div#center-col ul li {
	list-style-type:square;	
}
body#inside div#center-col p.short-para {
	margin-bottom: 5px;
}
div#center-col a:link {
	color: #5b7f03;
	text-decoration: none;
}
div#center-col a:visited {
	color: #70427A; /* purple */
	text-decoration: none;
}
div#center-col a:hover {
	text-decoration: underline;
}

div#left-col p.description {
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 140%;
	color: #66605a;
}
body.archive div#left-col p.description {
	/* margin-bottom: 15px; mj */
	margin-bottom: 10px;
}
div#left-col p.description img {
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}
div#left-col p.note {
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 140%;
	color: #66605a;
	font-style: italic;
}
div#left-col p.note strong {
	font-style: italic;
}

div.flash-player {
	margin-bottom: 10px;
}
div.audio-box {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
div.audio-box p.time {
	color: #666666;
	font-size: 85%;
	margin-bottom: 0!important;
	float: left;
	display: inline;
}
div.audio-box p.time span {
	color: #9f968b;
}
div.audio-box p.download {
	font-size: 85%;
	margin-bottom: 0!important;
	float: right;
	display: inline;
}
div.audio-box p.download a:link {
	color: #5b7f03;
}
div.audio-box p.download a:hover {
/*	text-decoration: none; */
}

p.comments-topics {
	font-size: 85%;
	border-top: 1px dotted #D5D1CA;
	padding-top: 8px;
}
p.comments-topics img {
	margin-top: 3px;
	margin-bottom: -7px;
	/* margin-left: 15px; */
}
p.comments-topics span {
	color: #999;
}
p.comments-topics a.commentlink {
	background-color: #eceae7;
	padding: 4px 8px 6px; /* MJ update */
	margin-right: 15px;
}
p.comments-topics a:link {
	color: #006284;
}
p.comments-topics a:visited {
	color: #70427A; /* purple */
}
ul.topics-list-horizontal {
	margin-left: 0 !important;
}
ul.topics-list-horizontal li {
	display:inline;
	line-height:2.5;
}
p.comments-topics span.cat-links a, ul.topics-list-horizontal li a { /* MJ */
	background-color: #DDEAF0;
	padding: 3px 8px 5px; /* MJ update */
	border-bottom: 1px solid #a1c3d2;
	border-right: 1px solid #a1c3d2;
	border-top: 1px solid #e1ecea;
	line-height:2.22;
	white-space: nowrap;
}
p.comments-topics span.cat-links a:hover, ul.topics-list-horizontal li a:hover { /* MJ */
	background-color: #D0E6F4;
	text-decoration: none;
}
p.comments-topics span.cat-links a:active, ul.topics-list-horizontal li a:active { /* MJ */
	background-color: #D0E6F4;
	padding: 3px 8px 5px; /* MJ update */
	border-top: 1px solid #a1c3d2;
	border-left: 1px solid #a1c3d2;
	border-bottom: 1px solid #e1ecea;
	border-right: none;
	line-height:2.22;
	white-space: nowrap;
}
p.comments-topics a.topics:link {
	text-decoration: none;
}
p.comments-topics a.topics:visited, ul.topics-list-horizontal li a:visited {
	color: #70427A; /* purple */
	text-decoration: none;
}

div#left-col p.share-this { /* added 10/8/08 by MJ */ 
	margin:4px 0 40px; 
	padding-top:6px; 
	border-top: 1px dotted #D5D1CA;
}
div#left-col p.share-this a:link, div#left-col p.share-this a:visited { /* added 10/8/08 by MJ */
	color:#1c749b;
}

p.more-episodes {
	margin-top: -18px;
/*	border-top: 1px solid #d9d9d9; */
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0;
	font-weight: bold;
}
p.more-episodes a:link {
	color: #1c749b;
}
p.more-episodes a:hover {
	text-decoration: underline;
}

p.feeds {
	margin: 10px 0;
	font-size: 85%;
	color: #706455;
	line-height: 18px;
}
p.feeds a {
	padding: 3px 0;
}
p.feeds a:link {
	color: #1c749b!important;
	text-decoration: none;
}
p.feeds a:visited {
	color: #70427A!important; /* purple */
}
p.feeds a:hover {
	text-decoration: underline;
}
p.feeds a.rss-feed {
	background: url(images/rss-icon.png) no-repeat 0 50%;
	background-size: 16px 16px;
	padding-left: 17px;
}
p.feeds a.itunes-feed {
	background: url(images/itunes-icon.png?v=2018-08-02) no-repeat 0 50%;
	background-size: 16px 16px;
	padding-left: 19px;
}
div#center-col p.feeds {
	line-height: 180%!important;
}

div.hr {
	border-top: 1px solid #d9d9d9;
	height: 1px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 18px;
	clear: both;
}
div.comments-box div.hr {
	border-top: 1px solid #D5D1CA;
}
span.dateline {
	font-family: Georgia, serif;
	margin-right: 8px;
	color: #000;
	line-height: 180%;
}
a.sermon-link {
	font-family: Georgia, serif;
	font-size: 108%;
	line-height: 160%;
}
p.more-sermons a:link {
	color: #1c749b!important;
}

div#right-col h4, div#right-col p {
	padding-left: 12px;
	padding-right: 12px;
}
div#right-col a:link {
	color: #1c749b;
	text-decoration: none;
}
div#right-col a:hover {
	/* color: #666666; */
	text-decoration: underline;
}

div.big-number {
	width: 40px;
	font-size: 323%;
	margin-top: -12px;
	font-family: Georgia, serif;
	color: #a59584;
	font-weight: normal;
	float: left;
	display: inline;
}
div.big-number-content {
	width: 440px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}
div.big-number-content h3 {
	margin: 0 0 10px 0!important;
}

div.big-number-content div.location-col {
	width: 46%;
}


p.float-left {
	float: left;
	width: 49%;
	display: inline;
}
p.float-right {
	float: right;
	text-align: right;
	width: 49%;
	display: inline;
}


/* Footer */
div.looking-church-box {
	background-color: #f1ede7;
	border-top: 1px solid #dbd8d3;
	border-bottom: 1px solid #dbd8d3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 15px;
}
div.location-col {
	width: 31%;
	margin-right: 2%;
	float: left;
	display: inline;
}
div.location-col a:link {
	color: #1c749b;
	text-decoration: none;
}
div.location-col a:visited {
	color: #70427A; /* purple */
	text-decoration: none;
}
div.location-col a:hover {
	text-decoration: underline;
}
div.location-col p strong {
	font-family: Georgia, serif;
}
div.location-col p {
	font-size: 85%;
	color: #706455;
	line-height: 150%;
}

div.comments-box {
	background: url(images/comments-top-line.gif) repeat-x top center #eae4da;
	padding: 20px 15px 20px 15px;
}
div.comments-box-inner {
	background: url(images/comments-box-divider.gif) repeat-y 522px 0;
}
div.comments-box div.left {
	width: 508px;
	float: left;
	display: inline;
}
div.comments-box div.right {
	width: 372px;
	padding-left: 10px;
	float: right;
	display: inline;
}

div.comments-box p.comment-head {
	color: #706455;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
div.comments-box p.comment-head strong {
	color: #544235;
}
div.comments-box p.comment-head a {
	font-family: Georgia, serif;
	font-size: 110%;
}
div.comments-box p.comment-head a:link {
	color: #5B7F03;
	text-decoration: none;
}
div.comments-box p.comment-head a:visited {
	color: #70427A; /* purple */
	text-decoration: none;
}
div.comments-box p.comment-head a:hover {
	text-decoration: underline;
}
div.comments-box p {
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 15px;
	color: #706455;
}
div.comments-box p a:link {
	color: #1c749b;
	text-decoration: none;
}
div.comments-box p a:hover {
	text-decoration: underline;
}

div.comments-box div.right div.left {
	width: 170px;
}
div.comments-box div.right div.right {
	width: 170px;
	float: right;
	display: inline;
}
div.comments-box div.right div.faqs-box p {
	margin-bottom: 0!important;
	font-family: Georgia, serif;
}
div.comments-box div.right div.faqs-box ul {
	font-size: 85%;
	margin-bottom: 15px;
}
div.comments-box div.right div.faqs-box ul li {
	padding: 2px 0;
}

div#left-col p.comment-byline {
	font-size: 85%;
	font-family: Georgia, serif;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #000;
}
div#left-col p.comment-byline span {
	font-size: 114%;
	font-family: Verdana, sans-serif;
	color: #544235;
	font-weight: bold;
	margin-left: 8px;
}

div.faqs-box li a {
	font-family: Verdana, sans-serif;
}
div.faqs-box a:link {
	text-decoration: none;
	color: #1c749b;	
}
div.faqs-box a:visited {
	text-decoration: none;
	color: #70427A!important; /* purple */
}
div.faqs-box a:hover {
	text-decoration: underline;
}

table.podcast-list {
	width: 100%;
}
table.podcast-list td {
	border-bottom: 1px solid #D5D1CA;
	padding: 5px 0 5px 0;
}
table.podcast-list td.podcast-name {
	width: 150px;
	font-family: Georgia, serif;
	font-size: 108%;
}
table.podcast-list p {
	margin: 0!important;
}

div#bottom-nav {
	background: url(images/bottom-nav.gif) no-repeat bottom center #d1cabf;
	border-top: 1px solid #ddd7cd;
	padding: 20px 0;
	margin-bottom: 20px;
}
div#bottom-nav div.left {
	width: 510px;
	float: left;
	display: inline;
}
div#bottom-nav div.right {
	width: 382px;
	float: right;
	display: inline;
}
div#bottom-nav ul#bottom-nav-top {
	text-align: center;
	font-size: 100%;
	font-family: Georgia, serif;
	padding-bottom: 10px;
	border-bottom: 2px solid #cac2b5;
	margin: 0 15px 10px 15px;
}
div#bottom-nav ul#bottom-nav-top li {
	display: inline;
	padding: 0 5px;
}
div#bottom-nav ul#bottom-nav-top a:link, div#bottom-nav ul#bottom-nav-top a:visited {
	color: #1f718d;
	text-decoration: none;
}
div#bottom-nav ul#bottom-nav-top a:hover {
	text-decoration: underline;
}

div#bottom-nav ul#bottom-nav-bottom {
	text-align: center;
	font-size: 85%;
	margin: 0 15px;
}
div#bottom-nav ul#bottom-nav-bottom li {
	display: inline;
	padding: 0 3px;
}
div#bottom-nav ul#bottom-nav-bottom a:link, div#bottom-nav ul#bottom-nav-bottom a:visited {
	color: #7e7365;
	text-decoration: none;
}
div#bottom-nav ul#bottom-nav-bottom a:hover {
	text-decoration: underline;
}

div#bottom-nav form label {
	display: block;
	font-size: 93%;
	color: #706455;
	margin-bottom: 10px;
}
div#bottom-nav form input.txt {
	margin-right: 5px;
	width: 300px;
	float: left;
	display: inline;
}

p.copyright {
	text-align: center;
	font-size: 77%;
	margin-bottom: 10px;
	line-height: 140%;
	color: #9f968b;
}
p.copyright a:link, p.copyright a:visited {
	color: #9f968b;
	text-decoration: underline;
}
p.copyright a:hover {
	text-decoration: none;
}
p.copyright strong {
	color: #706455;
}

/* @end */

/* @group Nav */
/* Top Nav */
ul#top-nav {
	width: 500px;
	padding-top: 22px;
	text-align: center;
	font-size: 85%;
	float: left;
	display: inline;
}
ul#top-nav li {
	display: inline;
}
ul#top-nav li a {
	padding: 0 10px;
	border-right: 1px solid #d3d2a6;
}
ul#top-nav li.last a {
	border-right: none!important;
}
ul#top-nav a:link, ul#top-nav a:visited {
	color: #847a6d;
	text-decoration: none;
}
ul#top-nav li.active a:link, ul#top-nav li.active a:visited {
	color: #141313;
}
ul#top-nav a:hover {
	text-decoration: underline;
}

/* Main Nav */
div#nav-shadow {
	width: 940px;
	height: 3px;
	background: url(images/nav-btm-shadow.gif) repeat-x 0 0;
	overflow: hidden;
}
div#nav {
	min-height:79px;
	height:auto !important;
	height:79px;
	
	width: 940px;
	background: url(images/nav-bkg.gif) repeat-x 0 0 #006284;
	margin: 0;
	overflow: hidden;
}
div#nav ul {
	width: 940px;
	height: 79px;
	background: url(images/nav-tree.gif) no-repeat top right;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav a {
	display: block;
	text-align: center;
	height: 79px;
	font-size: 85%;
	float: left;
	display: inline;
}
div#nav a span {
	font-size: 138.5%;
	font-family: Georgia, serif;
	margin-top: 15px;
	margin-bottom: 1px;
	display: block;
	color: #fff;
}

/* original nav item widths

div#nav li#n-one a {
	width: 164px;
}
div#nav li#n-two a {
	width: 138px;
}
div#nav li#n-three a {
	width: 160px;
}
div#nav li#n-four a {
	width: 144px;
}
div#nav li#n-five a {
	width: 138px;
}

*/

div#nav li#n-one a {
	width: 156px;
}
div#nav li#n-two a, div#nav li#n-three a, div#nav li#n-four a, div#nav li#n-five a {
	width: 147px;
}

div#nav a:link, div#nav a:visited {
	color: #9EBECB; /* lt. blue */
	text-decoration: none;
}
div#nav a:hover {
	background: url(images/nav-over-bkg.gif) repeat-x 0 0;
}
div#nav a:active, div#nav li.active a:link, div#nav li.active a:visited {
	background: url(images/nav-active.gif) repeat-x 0 0;
}

/* Right Column Nav */
ul#topics-nav {
	font-size: 85%;
	border-top: 1px solid #c4dbe5;
	margin-bottom: 12px;
}
ul#topics-nav a {
	display: block;
	padding: 8px 8px 9px 12px;
	border-top: 1px solid #e1ecf2;
	border-bottom: 1px solid #c4dbe5;
	margin: 0 1px 0 0!important;
	background-color: transparent; /* this fixes spacing issue in IE6 */
	width: 171px;
}
ul#topics-nav a:hover {
	background-color: #d0e6f4; /* lt. blue */;
	text-decoration: none;
}
ul#topics-nav a:visited {
	color: #70427A; /* purple */
}

/* @end */

/* @group Headings */
h1 { }
h1.page-heading {
	margin-top: 10px;
	font-family: Georgia, serif;
	font-size: 369%;
	color: #a59584;
	font-weight: bold;
	text-indent: 6px;
	padding-bottom: 10px;
	border-bottom: 2px solid #cec4ba;
}
h2 {
	color: #5b7f03;
	font-size: 138.5%;
	font-family: Georgia, serif;
	font-weight: bold;
	margin: 30px 0 10px;
}
h2.entry-title {
	margin: 0 0 10px;
}
h2 a:link {
	color: #5b7f03;
	text-decoration: none;
}
h2 a:visited {
	color: #70427A; /* purple */
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
body#inside div#left-col h2 {
	font-size: 153.9%;
}
body.archive div#left-col h2 {
	font-size: 123.1%!important;
	font-weight:normal;
/*	margin-bottom: 0!important; */
}
body.search div#left-col h2 {
	margin-top:0!important;
}
body.search div#left-col h3.entry-title {
	margin-top:5px!important;
	padding-top: 0;
	font-weight:normal!important;
}

h3 { 
	font-size: 85%;
	color: #706455;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
}
h3 span {
	font-size: 138.5%;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-right: 5px;
}
h3 span strong {
	color: #006284;
}
body#inside div#left-col h3 {
	font-size: 138.5%;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-right: 5px;
	color: #706455;
	margin: 20px 0 5px 0;
}
body#inside div#left-col h3.comment-head {
	font-size: 123.1%;
}
body.archive div#left-col h3 {
	margin-bottom: 20px!important;
	margin-top: 10px!important;
}

h4 {
	font-size: 123.1%;
	/* color: #006284; blue */ 
	color: #5b7f03;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-bottom: 5px;
}
div#left-col h4 {
	margin: 15px 0 5px;
}

h4 a:link, h4 a:visited {
	color: #006284!important;
	text-decoration: none;
}
h4 a:link span {
	color: #706455!important;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
div.looking-church-box h4 {
	color: #66605a;
	font-weight: normal;
	margin-bottom: 10px;
}
div.looking-church-box h4 strong {
	font-weight: bold;
}
div.looking-church-box h4 a:visited {
	color: #70427A!important; /* purple */
}
div.comments-box h4 {
	color: #66605a!important;
}
div.comments-box h4 {
	margin-bottom: 25px;
}
body#inside div#left-col h4 {
	font-size: 108%;
	/* margin-bottom: 0px; */
}

h5 {
	font-family: Georgia, serif;
	font-size: 93%;
	margin-bottom: 1px;
	color: #706455;
	font-weight:bold;
}
h6 { }
/* @end */

/* @group Text Styles */
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
p.dateline, div#left-col p.dateline {
	font-size: 85%;
	font-family: Georgia, serif;
	margin-bottom: 5px;
	color:#000;
}
body#inside div#left-col p.dateline {
	margin-bottom: 5px;
	color:#000;
}
body.search#inside div#left-col p.dateline {
	margin:25px 0 0;
	padding-bottom:0;
	height:auto;
}


body.archive div#left-col p.dateline {
	margin-top: 20px;
}
/* @end */

/* @group Lists */
ul.center-list {
	font-size: 85%;
	color: #66605a;
	line-height: 140%;
	margin-bottom: 20px;
	font-family: Georgia, serif;
}
ul.center-list li {
	margin: 3px 0;
}
/* @end */

/* @group Forms */
div#top-search {
	margin: 18px 0 0 0;
	width: 255px;
	float: right;
	display: inline;
}
div#top-search input.txt {
	margin: 0;
	width: 190px;
	float: left;
	display: inline;
}
div#top-search input.btn {
	float: right;
	display: inline;
}


div.row, div.submit-row, div.row-text, .form-label {
	clear: left;
	margin: 0;
	padding: 12px 0 20px 0;
	font-size: 92%;
	color: #66605a;
	border-top: 1px solid #DFDDDA;
}
.form-label {
	padding: 0 0 5px 0;
}

div.row-text p {
	margin-left: 110px;
}
div.submit-row {
	padding-left: 110px;
}
div.row label {
	float: left;
	width: 110px;
	padding-top: 4px;
	display: inline;
}
div.row input, div.row textarea {
	font-size: 120%;
	font-family: Verdana, Arial, sans-serif;
}
div.row textarea {
	width: 320px;
}
.txt {
	width: 50%;
/*	border: 1px solid #ccc; */
	padding: 2px;
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	text-decoration: none;
}
a:link {
	color: #1f718d;
}
a:visited {
	color: #70427A; /* purple */
}
a:hover{
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

div#announcement {
	margin: 8px 0 0 0;
	background: #fffce6 url(images/announce_bg.gif) top repeat-x;
	padding: 8px;
	text-align: center;
	border-top: 1px #fc6 solid;
	border-bottom: 1px #fc6 solid;
	color: #423f3b;
	font-size:92%;
}
div#announcement.multi {
	/* text-align: left; */
}
div#announcement span {
	color:#66605A;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}
div#announcement a {
	white-space:nowrap;
}
div#announcement a.more, div#announcement a.more:visited {
	color:#66605A;
}
div#nav-below {
	margin-bottom:50px;
}
p.dateline abbr {
	margin-right: 8px;
	border-bottom: none;
}
p.dateline span.author-name {
	color: #66605a;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin-right: 8px;
}
p.dateline span.comment-count {
	color: #544235;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
div.nav-previous {
	float:left;
}
div.nav-next {
	float:right;
}
div#left-col form {
	margin-top:20px;	
}
div#left-col p.error {
	border-top:1px solid #fc6;
	border-bottom:1px solid #fc6;
	background: #fffce6 url(images/error.gif) 10px 10px no-repeat;
	padding:10px 10px 10px 30px;
	font-weight:bold;
	margin: 15px 0 15px;
}

/* Heidelberg */

#catechism p.footnotes {font-size:85%;}
