/*
-webkit-border-bottom-left-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
	-moz-border-radius-bottomleft : 60px;
	-moz-border-radius-bottomright: 60px;
*/

@font-face {
  font-family: '01_tama';
  font-style: normal;
  font-weight: normal;
  src: local('01_TAMA'), url('../fonts/01_tama.ttf') format('truetype');
}

body {
	background-color: #E1E1E1;
	background-image: url(./system/css/imgs/fade_main.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


a,a:link,a:visited {
	sfont-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 15px;
	line-height: 14px;
	font-weight: 300;
	color: #ACACAC;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996633;
}

#left_side_links a, #left_side_links a:link, #left_side_links a:visited {
	display:block;
	width:97%;
	border:#000000 thin solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;	
}

#left_side_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996633;
	cursor:pointer;
	
}
#main_box {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #666666;
	background-color: #FFFFFF;
	padding-bottom: 25px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #6E6E6E;
	-webkit-border-radius:20px;
	-moz-border-radius: 20px;
	
	-webkit-box-shadow: 4px 5px 6px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}


#main_content_rules {
	width: 94%;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 11px;
	-webkit-border-radius:13px;
	font-family:'Tahoma', Verdana, "Arial Black";
	font-size:20px;
	color:#000;
	border: 0px solid #CCCCCC;
	margin-top: 16px;
	position: relative;
	display: block;
	margin-left: 11px;
}

#main_content_rules img {
	-webkit-border-radius:13px;
	-moz-border-radius: 13px;
	border : 1px solid #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

#ministries_img img {
	border: 0px solid #FFF;
	-webkit-box-shadow: 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-border-radius:13px;
	-moz-border-radius: 13px;
}
#staff_div img {
	-webkit-border-radius:13px;
	-moz-border-radius: 13px;
	float:left;
	margin:13px;
	border : 1px solid #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	width:180px;
	max-width:240px;
}



#break_it {
	clear: both;	
}

hr {
	-webkit-box-shadow: 3px 2px 4px #555;
	height:5px;
	-webkit-border-radius : 4px;
}
#church_title {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 48px;
	text-shadow: 3px 2px 6px #000;
	-webkit-text-stroke: 1px #000;
	font-weight: 800;
	color: #F5F5F5;
	line-height: 30px;
	padding-bottom: 11px;
}

#background_for_church_title {
	background-color: #575757;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	

	
}

#hands_reaching {
	background-image: url(./system/css/imgs/hands-reaching-2_cropped.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 223px;
	width: 491px;
	border: 1px solid #000000;
	
}
#across_from_hands_reaching {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 16px;
	line-height: 15px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #52410D;
	text-align: right;
	vertical-align: middle;
	text-indent: 10px;
	padding-right: 10px;
	text-shadow:0px 0px 8px #eee;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
}

li {
	list-style:hebrew;
	padding: 2px;
	width: 150px;
	border: 1px solid #666666;	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	display:block;
	
}
li:hover, li:hover a {
	background-color:#996633;
	cursor:pointer;
	color:#fff;
}

ul {
	padding-right: 15px;
}

#intro_text {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #858585;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#brdr {
	border: 1px solid #000000;
}
#sermon_tbl_top {
	border: 5px double #543710;
	color: #FFFFFF;
	background-color: #543710;
	font-family: "Century Gothic", "Lucida Console", Tahoma, Verdana;
	font-weight: 800;
}
#sermon_tbl_body {
	border: 1px groove #666666;
}

#other_sites a, #other_sites a:link, #other_sites a:visited {
	color: #6B6B6B;
	display: block;
	width: 200px;
	border: 2px groove #AAAAAA;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 6px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 17px;
	font-weight: 400;
	line-height: 16px;
}

#other_sites a:hover {
	color: #FFFFFF;
	background-color: #58330A;
	cursor:pointer;
}
#title_worthy {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 20px;
	line-height: 19px;
	font-weight: 900;
	color: #333333;
}



#admin_spot {
	z-index:2;
	width:300px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-webkit-box-shadow: 3px 3px 7px #000;
	-moz-box-shadow: 3px 3px 7px #000;
	display:block;
	padding: 5px;
	border: 1px solid #000000;
	position: absolute;
	left: 74%;
	top: 4px;
	background-color:#fff;
}
#admin_spot a, #admin_spot a:link, #admin_spot a:visited {
	color: #6B6B6B;
	display: block;
	width: 200px;
	border:1px solid #000;
}
#admin_spot a:hover {
	color:#fff;
}
	

