@import url("./css/menu.css");

/* CSS Document */
body {background:#000000 url('./images/background_body.jpg'); height:100%; margin:0px; padding:0px; background-attachment: fixed}

/*-------- design style --------*/
.template_style
{
	width: 860px;
	margin:auto;
}

.header_top
{
	background: #B28D35;
	border: 1px outset;
	text-align:right;
	vertical-align: middle;
	color: #d9b766;
	padding-right: 3px;
}


.header_top a, a:hover, a:visited, a:active
{
	color: #745711;
	text-decoration: underline;
}

.header
{
	padding-right: 3px;
	width:100%;
	background:url(images/background_header.jpg) no-repeat;
}

.content_bg
{
	background: url(images/background_content.jpg);
	background-repeat: repeat-y;
	height:100%;
}


.content
{
	background: url(images/background_content_transition.jpg);
	background-repeat: no-repeat;
	width:100%;
}

.footer
{
	background: #B28D35;
	font-family:Times New Roman
	font-weight:bold;
	border: 1px outset;
	text-align:right;
	vertical-align: middle;
	color: #d9b766;
	padding-right: 3px;
}

.footer a, a:active, a:visited
{
	color: #745711;
	text-decoration: underline;
}

.breadcrumb a
{
	text-transform:uppercase;
	text-decoration:none;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:10px; margin:0px; }
.LeftPane{ padding:10px;  width:10em; margin:0px; }
.RightPane{ padding:10px; width:10em; margin:0px; }


/*-------------- Search SkinObject Styles --------------*/
.search_style{float:right; padding:8px 0px 0px 0px;}
.search_bg{padding-right:2px;}
.search_bg Input{color: #43494D;}

div.SearchContainer{display: inline; width: 200px; background: lime url(images/background_search.gif) no-repeat; white-space: nowrap;}
div.SearchBorder{width: 200px; height: 20px; border: solid 1px #e0e0e0; position:absolute; right:35px; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0px 5px; position:relative; display: block;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{background: transparent; float: left; z-index: 10; border: 0px; width:150px; height:18px; margin-left:3px;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; font-size:12px; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

/* **** HOME PAGE OVERRIDES *** */
.home_container
{
	width:100%;

}

.HomeTopPane, .HomeBottomPane
{ 
	padding:10px; margin:0px; 
}
.HomeContentPane
{ 
	background-image: url(images/background_home_recent_sermons.jpg);
	padding:5px;
	margin:0px; 
	width:230px;
	padding-top: 40px;
}
.HomeLeftPane
{ 
	background-image: url(images/background_home_left_pane.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 374px;
}

.HomeRightPane
{ 
	background-image: url(images/background_home_recent_sermons.jpg);
	padding:5px;
	width:300px;
	margin:0px;
	overflow: auto;
	height: 100%;
	padding-top: 40px;
}

