@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);
@import url('https://fonts.googleapis.com/css?family=Aclonica');

*{font-family: 'Merriweather Sans', sans-serif; color:#585858; font-size:10pt;}
body {margin:0;}

.title {font-family: 'Aclonica', sans-serif; font-size:28px;}
a.home:link, a.home:visited {
	font-family:verdana;
    background-color:#0DA1BB;
    color: white;
    padding: 14px 25px;
	font-size:13pt;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


a.home:hover, a.home:active {
    background-color: #093B58;
}


.footer {
    margin-top:180px;
   
    width: 100%;
	height:300px;
   background: url(images/footer.jpg);
   
}

a {color:blue;}
a.links_inner {font-family:verdana; font-size:14px; color:blue;}

a.tel {text-decoration:none; font-family:Arial;}
a.mail {text-decoration:none;}

p.churchname {font-size:20px; font-family:arial; color:#CC6600;  display:inline; font-weight:bold;}

p.servicetime {font-size:16px; font-weight:bold; display:inline;}

span.time {font-family:arial;}

h1{font-size:18px}

ul  li {margin-bottom: 10px;}

input[type=text], [type=email] {font-family:arial; border: none; border-bottom: 1px solid lightgrey;  background:#FCF1FD; padding:10px; font-size:16px;}
input[type=text]:focus , [type=email]:focus  {outline: none; background:#fff;}
fieldset {border:1px dotted #F0DBF2; } 
fieldset.findchurch {padding:15px;  width:400px; background:cornsilk;}     
legend {font-size:16px; font-weight:bold;}