﻿@import url("layout.css");



/************************************* GLOBAL CSS******************************/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/layout/RPC_bgrd_med.jpg");
	/*background-color: #9900FF;*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#keep_together{
	width: 1300px;


}

#side_logo  {
	float: left;
	margin-top: -10px;
	margin-left: 60px;
			
}

#container {
	float: left;
	width: 1130px;
	margin-top: -16px;
	border-right: 5px solid #ccccff;
	border-bottom: 2px solid #725972;
	background-color: #fff;
}

#header {
	width: 1010px;
	margin-left: 60px;
	background-image:url('../images/layout/header_background.gif');
	padding-left: 7px;
}

#player {	
	width: 1000px;
	height: 250px;
	background-color: #000;
}






#menu_bar {
	width: 1000px;
	height: 32px;
	background-image:url('../images/layout/menu_bar.gif');
	
	padding-left: 2px;
	
	
}


#content_default {
	/*float: left;
	background-color:lime;*/
	width: 93%;
	padding-top: 20px;
	padding-left: 2%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content {
	/*float: left;
	background-color:lime;*/
	width: 990px;
	padding-top: 20px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.image_holder{
	
	margin: 5px;
}



#clear {
	
	clear: both;
}


/*********************** FOOTER *********************/


#footer {
	text-align: center;
	clear: both;
	width: 95%;
	margin-left: 17px;
	border: 1px dotted #d8bfd8;
}



#footer p {
	color: #808080;
}

#footer a {
	color: #503750;
	text-decoration: underline;
}

#footer a:hover {
	color: #402640;
	text-decoration: none;
}

a {
	color: #402640;
	text-decoration: underline;
}

a:hover {
	color: #dfb8df;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

/************************* END FOOTER ***********************************/

/************************************* HOME PAGE*******************************************/

#content_left {
	float: left;
	width: 47%;
	/*background-color:fuchsia;*/
	text-align:justify;
	
}

#home_page_title {
	
	text-align:center;
	
}

#content_right {
	float: right;
	width: 47%;
	/*background-color:lime;*/
	margin-right: 1%;
	text-align:center;
}

#church_pic  {
	
}

#image_link  {
	
	margin-bottom: 10px;
	
}

#title  {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
}

#dividing_bar  {
	float: left;
	width: 5px;
	height: 450px;
	margin-left: 18px;
	margin-right: 1px;
	/*background-image:url('../images/layout/section_divider.jpg');*/
	
}
#div_bar_image {
	width: 100%;
	height: 100%;
}

.flyer {
	margin-top: 5px;
}

#hbc_left {
	float: left;
	width: 200px;
	padding-top: 50px;
}

#hbc_right {
	float: right;
	width: 270px;
	
}

/************************************* LOCATION PAGE*******************************************/

#google_map {
	float:right;
	margin-right: 160px;
	margin-top: -150px;
	
}



/****************************************ABOUT US PAGE *************************************/


#congregation_pic_holder  {
	float: left;
	margin-right: 30px;
	padding: 5px;
	padding-left: 40px;
	width: 420px;
	text-align: center;
	
}

#about_us_history   {
	float: right;
	width: 490px;
	padding-top:20px;
}

#about_us_bible  {
	margin-top: 30px;
	padding-top: 30px;
	float: left;
	width: 490px;
}

#session_pic_holder{
	float: right;
	width: 359px;
	padding-right: 40px;

}

#about_us_church{
	margin-top: 35px;
	margin-bottom: 40px;
	padding-left: 60px;
	padding-right: 80px;
}




/****************************************ACTIVITIES PAGE *************************************/

#activ_headers  {
	
	padding-left: 30px;
	font-weight: 900;
	
}

#activity_sub_header   {
	padding-left: 60px;
}

#activity_content  {
	padding-left:120px;
}


/************************************ANNOUNCEMENTS PAGE ********************************************/


#announcement_icon_holder  {
	vertical-align: top;
	width: 66px;
}

#announcement_date_holder  {
	
	width: 134px;
	vertical-align: top;
	font-weight: 900;
}

#announcement_time_holder {
	vertical-align: top;
	text-align: center;
	color: blue;
	width: 70px;
}

#announcement_content_holder {
		vertical-align: top;

	
}

#separator {
	color: #9A00FF;
}

/************************************OUR PASTOR PAGE ********************************************/

#pastor_img {
	float: right;
	margin-top: -50px;
	margin-right: 60px;
	width: 260px;
}

#pastor_content {
	padding-left: 20px;
	float: left;
	margin-bottom: 50px;
	width: 590px;
}





/************************************BOOK FAIR PAGE ********************************************/


#samples {
	margin-left:   80px;
	font-weight: 900;
}

#left_content  {
	vertical-align: middle;
	
	width: 380px;
}
#right_content  {
	vertical-align: middle;
	width: 380px;
}



