.style1 {font-size: small}
html, body {
	margin: 0px;
}
body {
	background-color: #FFFFEE;
	font-size: small;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	color: #332211;
	padding: 0px;
	vertical-align: top;
	margin-bottom: 0em; margin-top: 0em; margin-left: 1px; margin-right: 0px; text-indent: 0px;
	z-index: 1;
	line-height: 1.1;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.1em; 
	margin-left: 0.5em;
	line-height: 1.3;
}

UL, OL {
  margin-bottom: 0.7em;
  margin-top: 0.1em;
}

LI {
  margin-bottom: 0em;
  margin-top: 0em;
  line-height: 1;
  margin-left: 0.5em;
}

.whiteonblack { color: #FFFFFF; }
.rowEven {
	background-color: #EEFFDD; 
	height: 1em;
}
.rowOdd {
	background-color: #CCCCFF;
	height: 1em;
}
H1,H2,H3 {
	font-family: "Gill Sans MT", "Gill Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-top: 6px;
	word-spacing: 0.5ex;
	letter-spacing: 0.1ex;
	/* background-color: #F7F0F7; */
}
H1 {
	font-size: xx-large;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
	margin-left: 0.5em;
	list-style-type:square;
	list-style-position:inside;
	color: #b41;
	}

H2 {
	font-size: large;
	font-weight: normal;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	color: #d52;
	}

.floatingbox H2 {
	padding: 0; margin: 0; margin-bottom: 4px;
	border-bottom: thin solid #d52;
}

H3 {
	font-size: medium;
	font-weight: normal;
	margin-bottom: 0.2em;
	color: #FF6633;
	}
.style2 {color: #FF9999}
FORM {
	margin: 0px;
}
.sortColumn, .selectedLetter {
	background-color: #FFEEEE;
}
.highlight {
	background-color: #FFCCCC;
}
.normalrow {
	background-color: #CCCCFF;
}
.normalrowodd {
	background-color: #e7e7FF;
}

.style11 {color: #FF9999; font-size: 8px; }
.style12 {font-size: x-small}


.tabs {
	text-decoration: none;
	margin: 5px;
}

a, a:visited {
	text-decoration: none;
	color: #992200;
	-webkit-transition: all 0.5s linear;
}

a:hover {
	text-decoration: underline;
	color:#FF6622;
	-webkit-transition: all 0.5s linear;
}
.nonmember {
	font-style: italic;
	color: #666666;
}
.membership {
	color: white;
	background-color: black;
	font-size: x-small;
	text-align: center;
}
.topleft {
	background-attachment: fixed;
	background-color: #9999FF;
	/*background-image: url(/img/tl.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}
.topright {
	background-attachment: fixed;
	background-color: #9999FF;
	/*background-image: url(/img/tr.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}

#navbar {
/*	padding-right: 4px; */
	border-spacing: 4px 0px;
	border-collapse: separate;
}

.active_tab {
	font-weight: bold;
	opacity: 1; filter: alpha(opacity=100);
}

.inactive_tab {
	opacity: .85; filter: alpha(opacity=85);
	border-bottom: 1px solid gray;
}

td.tab_about, td.tab_news, td.tab_groups, td.tab_resources, td.tab_mission, td.tab_media, td.tab_forum, td.tab_admin {
	margin: 2px;
}

.rounded_top {
	border: 1px black solid;
	border-bottom: 0px solid black;
	padding: 2px;
	padding-top: 6px; padding-bottom: 5px;
	-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;
}

td.tab_about:hover, td.tab_news:hover, td.tab_groups:hover, td.tab_resources:hover, td.tab_mission:hover, td.tab_media:hover, td.tab_forum:hover, td.tab_admin:hover {
	opacity: 1; filter: alpha(opacity=100);
}

.tab_about {
	background-color: #F0F0F0;
}
.tab_about a {	color: #333333; }

.tab_news {
	background-color: #F7CCCC;
}
.tab_news a {	color: #880000;	}
.tab_groups {
	background-color: #F7EEDD;
}
.tab_groups a {	color: #774400;	}
.tab_resources {
	background-color: #E8E8F7;
}
.tab_resources a {	color: #000088; }
.tab_mission {
	background-color: #EEDDF7;
}
.tab_mission a {	color: #330066;	}
.tab_media {
	background-color: #DDFFDD;
}
.tab_media a {	color: #003300; }
.tab_forum {
	background-color: #CCCCCC;
}
.tab_forum a {	color: #333333; }
.tab_admin {
	background-color: #331111;
}
.tab_admin a {	color: #ddbbbb; }


.main {
	font-size: 120%;
line-height: 1.5;
margin-top: 0.6em;
margin-bottom: 0.6em;
margin-left: 0.2em;
}

.sidebar_title {
	background-image: url("/img/heading_bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	/* background-color: #eee; */
	font-size:small;
	font-weight: bold;
	text-align:center;
	border-radius-top-left: 8px; border-radius-top-right: 8px;
	-webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px;
	border: 1px solid #ccc; border-bottom: 0px solid white;
}

.sidebar_body, .sidebar_more {
	font-size:x-small;
	color:#330000;
	line-height: 1.2em;
	margin: 0;
}
.sidebar_body {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background-color: #eee;
}

.sidebar_body UL {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0;
}

.sidebar_body LI {
	margin-left: 0em;
	padding: 1px;
	border-left: 6px #ccc solid;
	margin-bottom: 2px;
}

.sidebar_body LI:hover {
	border-left-color: black;
}

.sidebar_more {
	text-align: right;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
.sidebar {
	background: white; /* #eeeeee; */
	vertical-align: top;
}


.feature_box {
background-color: #EEEEFF;
color: #110033;
margin: .5em;
}

.feature_box_title {
	color:#330000;
background-color: #DDDDFF;
margin: .5em;
}

.insetbox {
	background: #FFFFFF;
	border: 1px dashed #663300;
	padding: 4px;
}

.title_top, .title_top_dark, .title_top_text_bg {
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 4em;
	background-repeat: repeat-x;
	background-position:left top;
	z-index: 0;
}

.title_top_dark, .title_top_dark_text h1 {	
	color: #331111;
position: relative;
	}
	
.title_top_text_bg {
	background-image: url('/img/trans_bg_brown.png');
}

.title_top_text_bg h1 {
	font-family: "Gill Sans", Optima, Helvetica, Arial;
	font-size: x-large;
	font-weight: bold;
	color: black;
	text-shadow: white 1px 1px 2px;
	opacity: .8; filter: alpha(opacity=80);
	margin: 0px 8px 0px 4px;
	padding-bottom: 1em;
}


	.nonshadow {
position: relative; color: black;
}
.title_top_dark_shadow {
	position: absolute; top: 2px; left: 82px; color: white;
}


.searchbox {
	font-size: x-small; float: right; 
	background-image: url(/img/trans_bg_brown.png);
	color:#333366; text-align:right;
	z-index: 2;
	
	}
.searchbox:hover {
	background-image: url(/img/trans_bg.png);
}
	
input, textarea, button
{
	font-size: 8pt;
	color: #000000;
	font-family: Optima, Tahoma, arial, helvetica, serif;
}

.sidebar_space {
	background: white;
	font-size: 4px;
	line-height: 5px;
}

.understated {
color:#886666;
font-size: 80%;
}
.smaller {
	font-size: 9pt;
}
.footertext { font-size: 80%; color: #666666; }

table.footer {
background-image: url('/img/footer_grad_s.jpg');
background-position: top left;
background-repeat: repeat-x;

margin-top: 10px;
border-top: 1px solid gray;
}
.dl { text-align: right; width: 20px; vertical-align: top; padding-left: 3px; }
.audiocomment {
	font-size: 80%;
	color: #333; font-weight: normal; margin: 0 0 0 0;

}

.audiolisting td a img {
	opacity: 0.2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-mozilla-transition: 0.5s;
}
.audiolisting:hover td a img {
	opacity: 1;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-mozilla-transition: 0s;
}

.mini_audiopassage, .audionotes, .mini_audiotitle, .mini_audiodate {
	/*font-size: x-small; */
	margin: 0px;
	padding: 0px;
}
.mini_audiotitle, .mini_audiodate {
	/* font-size: x-small; */
	font-weight: normal;
}
.mini_audiopassage {
	font-weight: bold;
}

.mini_audiodate {
	text-align: center;
}

.mini_audiodesc {
	overflow: hidden;
	height: 2em;
	padding-left: 1em;
	/* text-overflow: ellipsis;  */
}

.audionotes {	color: #303;
	/* font-size: small; */
}
.invisible {
	display: none;
}

.tracklisting, LI.tracklisting {
	color: #660066;
	font-size: 90%;
	font-style:italic;
}


.navtable {
border:thin #6666FF solid;
}

.navlist {
	margin: 0 0 1em -2em;
}

.jp_snippet {
	margin-left: 2em; margin-top: 0;
}
.jp_heading {
	font-weight:bold; text-align: left; margin-left: 0; margin-bottom:0;
}
.bible {
	color: #663300; font-style: italic; 
}

blockquote { border: thin #dca solid; background-color: #F7F7C7; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px; padding: 4px; margin-left: 5em; margin-right: 5em; 
	padding-bottom: 0.1em;
}

.floatingbox {
	float: right;
	width: 15em; 
	background-color: #dca; 
	padding: 1em; 
	margin: 0.5em;
	z-index: 1;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
font-size: 90%;
border: dashed thin #bb8;
}

.floatingbox ul {
	margin-left: 0.5em;
	padding-left: 1em;
}

.floatingbox ul li {
	list-style: outside square;
	margin: 0;
	color: #553;
	margin-bottom: 0.5em;
} 

em, i, b em, em b {
	color: #611;
}

.smallquote {
	width: 50%;
}

a.popup_link {
border: 2px solid #dd9966;
border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
background-color: #FFEEDD; 
text-transform:uppercase; font-size: 60%; 
padding-left: 1em; padding-right: 1em; vertical-align:middle;
}

a.popup_link:hover {
	color: white;
	background-color: #dd9966;
	text-decoration: none;
}

/*
	Special front page stuff:
*/
.front_page_card {
	float: left;
	width: 300px; height: 426px; 
	position: relative;
	display: block;
}

.front_page_card img {
	top: 0px; position: absolute; left: 0px;
}

#front_page_1 {
	z-index: 0; display: block;
}

#front_page_2 {
	z-index: 1; display: none;
}

img, div, td, table { behavior: url('/i/iepngfix.htc'); }
