

								/* Primary Layout */

html {
   background-color: #222222;
}

/*body {
	background: #e8e8e8 url('/img_/back_grad.jpg') repeat-x bottom left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	font-family: serif;
	color: #484848;
}*/

body {
	background: #8ac2e1 url('/img_/snow.jpg') repeat bottom left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	font-family: serif;
	color: #484848;
}

#navcontainer {
	background: #222222;
	height: 36px;
	border-bottom: 2px solid #e8e8e8;
}

#nav {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	width: 440px;
}

#banner {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
}

#container {
    width: 915px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: transparent;
    /* border: 1px solid red; */
}

#drop_shadow {
	background: transparent url('/img_/shadow_back.png') repeat-y top center;
	padding: 25px 25px 0px 25px;
}

#content {
	background: transparent;
	min-height: 400px;
	padding-bottom: 25px;
    text-align: left;
	/*border: 1px solid orange;*/
}

#margins {
	background: transparent;
	margin-right: 50px;
	margin-left: 50px
}

#footer {
	background-color: #222222;
	text-align: center;
	margin: 0;
	padding: 0;
    height: 36px;
    color: #e8e8e8;
}

#footer p {
	display: block;
	font: small-caps .75em/1.5em arial;
	margin: 0px;
	padding-top: 5px;
}

								/* INDEX SPECIFIC LAYOUT STYLES */
								/* CONTAINER 1 */

#container_1 {
    width: 915px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #fff;
    /* border: 1px solid red; */
}

#ndx_content {
	background: transparent;
	margin: 0px 0px 0px 8px;
	padding-bottom: 5px;
    text-align: left;
	/* border: 1px solid green; */
}

#ndx_rght {
	float: right;
    text-align: center;
    padding: 8px 0px 0px 0px;
    margin: 8px 8px 0px 0px;
	background: transparent url('/img_/floral_bckgnd_texture.png') repeat;
	height: 202px;
	/* border: 1px solid purple; */
}

#ndx_rght ul, #ndx_rght ul li, #ndx_rght ul li a, #ndx_rght ul li a img {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	line-height: 110%;
}

#pageleft {
	width: 700px;
	height: 210px;
	padding-top: 8px;
	/* border: 1px solid blue; */
}

								/* CONTAINER 2 */

#container_2 {
    width: 915px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    text-align: center;
    background-color: #fff;
}

								/* CONTAINER 3 */

#container_3 {
    width: 915px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    text-align: center;
    background-color: #fff;
}

								/* AUDIO & SERVICES PAGE LAYOUT COLUMNS */

#colright {
    float: right;
    text-align: center;
    padding: 0px;
    margin: 20px 10px 0px 20px;
    width: 250px;
}

#colleft {
    width: 60%;
    padding: 0px;
	margin-left: 25px;
}

#colleft li {
	background: transparent; 
}

								/* CONTENT */
								/* INDEX - CONTAINER 2 - CONTENT */

#ndx_addbox {
	padding: 10px;
	background: transparent;
	font: small-caps .75em arial;
	color: #fff;
	text-align: center;
}

.ndx_addbox_sub {
	padding-top: 10px;
	width: 190px;
}

#c2_b1 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

#c2_b2 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

#c2_b3 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;;
}

#c2_b4 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

								/* INDEX - CONTAINER 3 - CONTENT */

#ndx_addbox {
	padding: 10px;
	background: transparent;
	font: small-caps .75em arial;
	color: #fff;
	text-align: center;
}

.ndx_addbox_sub {
	padding-top: 10px;
	width: 190px;
}

#c3_b1 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

#c3_b2 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

#c3_b3 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;;
}

#c3_b4 {
	background: transparent url('/img_/blk_sq.png') no-repeat center center;
	min-height: 220px;
	width:222px;
}

								/* SITE-WIDE CONTENT */
								/* TEXT STYLES */
.xxlargeText, .header1 {
	font-size: 2.5em}

.xlargeText, .header2 {
	font-size: 2em}

.largeText, .header3 {
	font-size: 1.5em}

.mediumText, .header4 {
	font-size: 1.25em}

.normalText {
	font-size: 1em}

.smallText {
	font-size: .875em}

.xsmallText {
	font-size: .75em}

.xxsmallText {
	font-size: .625em}

.smallcaps, .header1, .header2, .header3 {
	font-variant: small-caps;
}

p {
    line-height: 150%;
}

p.firstlet:first-letter {
    color: #484848;
    font-size: 2em;
    font-variant: normal;
}

p.firstline:first-line {
    color: #484848;
    font-size: 2.5em;
    font-variant: small-caps;
}

.indent {
        text-indent: 20px;
}

								/* LINK STYLES */

a:link {
	color: #0082d2;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0082d2;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #0082d2;
	background: transparent;
	text-decoration: none;
}

a:active {
	color: #0082d2;
	background: transparent;
	text-decoration: underline;
}

								/* ADMIN LINKS */

a.admin_link, a.admin_link:link {
	color: #222222;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

a.admin_link:visited {
	color: #222222;
	background: transparent;
	text-decoration: none;
}

a.admin_link:hover {
	color: #0082d2;
	background: transparent;
}

a.admin_link:active {
	color: #222222;
	background: transparent;
	text-decoration: none;
}

a.notyet, img.notyet {
    filter:alpha(opacity=30); 
    -moz-opacity: 0.3; 
    opacity: 0.3;
}

								/* MISC STYLES */

.ss_desc {
	width: 350px;
	height: 475px;
	padding: 20px;
	border: 1px dashed #000;
	background: #fff;
}

img {
	border: none;
}

.bottom_space {
	padding-bottom: 5px;
}

.bottom_space2 {
	padding-bottom: 10px;
}

.bottom_space3 {
	padding-bottom: 15px;
}

.redbar {
	color: #808080;
	background: transparent;
	margin: 0;
	padding: 0 1%;
	font-size: .689em;
}

.red {
	color: #c8c8c8;
	background: transparent;
}

.hide {
	display: none;
}

.space {
	clear: both;
	font: normal 1px/2px sans-serif;
    background-color: transparent;
	margin: 0px;
	padding: 0;
}

/* #title_img {
	text-align: left;
} This id is not doing anything. It offers control 
over the placement of the title images */


								/* AUDIO PAGE BOX STYLES */

#abox {
    background: #fff url('http://www.bcfellowship.com/img_/background/radio.jpg') no-repeat bottom right;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    border: 1px dashed #222222;
    text-align: center;
}

#abox a, #abox a:link {
	color: #808080;
	background: transparent;
	font: normal 1em/2em verdana;
	text-decoration: none;
}

#abox a:visited {
	color: #808080;
	background: transparent;
	text-decoration: none;
}

#abox a:hover {
	color: #0082d2;
	background: transparent;
}

#abox a:active {
	color: #808080;
	background: transparent;
	text-decoration: none;

}

#aboxcontent {
	font: normal .75em verdana;
    margin: 10px;
    text-align: left;
    background: transparent;
    min-height: 300px;
    margin-bottom: 150px;
}