/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
}

/* Links */
a {
	text-decoration: none;
	1color: #A56F38; 
	color: #0000FF;
}
a:hover {
	1background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}


#row {
	padding-bottom: 3px;
	font: normal 13px Arial, sans-serif;
	color: #000;
	1letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	line-height: 25px;
}

#searchheader {
	padding-bottom: 10px;
	font: normal 1.8em Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
}

#maindirectorypage {
	padding-bottom: 10px;
	font: normal 13px Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: center;
	
}

#churchname {
	font: normal 18px Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding: 0px; margin: -5px 0px -30px 0px;
	color: #336699;
	1border-bottom: 1px solid #EBEBEB;
	1background: #F5F5F5;
	
}

#nolistings {
	font: normal 2.5em Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #800;
	padding: 20px;
	
}

#maindirectorypage {
	padding-top: 30px;
	font: normal 1.8em Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
}

#fieldname {
	font: bold 1em Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #800;
	
}

#adminheader {
	font: bold 18px Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #fff;
	background: #800;
	padding: 10px;
	width: 100%;
	
}

#admintable {
	width: 70%;
	
}

/* form elements

#field {
	background: #000000;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
	width: 800px;
}



