@charset "utf-8";
/* CSS Document */
<!--

.typography a, .typography a:visited
{
text-decoration:underline;
color:#4f3b05;
}
.typography a:hover
{
text-decoration:underline;
color:#136cab;
}
.typography p
{
color:#222222;
}
/*********** Content Heading Font and Color **********/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {	
	font-family:"Trebuchet MS", Trebuchet, Verdana, tahoma, Arial;
	line-height: 100%;
	font-weight:normal;
	letter-spacing:1px;
	color:#fbfeba;
	}
/************ Content Heading Sizes *************/
.typography h1 {
	font-size: 25px;
	display:block;
	width:100%;
	border-bottom:dotted 1px #000000;
	padding:0px 0 0 10px;
	 }
.typography h2 { font-size: 20px; }
.typography h3 { font-size: 18px; }
.typography h4 { font-size: 16px; }
.typography h5 { font-size: 14px; }
.typography h6 { font-size: 11px; }
/****************Gallery*************************/
.hidethis 
{
	visibility:hidden; 
    width: 0px;
    height: 0px;
}
/****************Blog*************************/
.typography#fefcbblog
{
border:0px solid #00ff00;
float:left;
}
.typography#fefcbblog p 
{
color:#4f3b05;
font-size:11px;
}
.typography#fefcbblog hr
{
border:1px dotted #4f3b05;
}
.typography#fefcbblog #topic
{
color:#4f3b05;
font-size:11px;
}
.typography#fefcbblog span#topic
{
color:#ca9504;
font-size:14px;
}
.typography#fefcbblog #title
{
color:#4f3b05;
font-size:11px;
}
.typography#fefcbblog span#title
{
color:#ca9504;
font-size:14px;
}
.typography#fefcbblog #author
{
color:#4f3b05;
font-size:11px;
}
.typography#fefcbblog span#author
{
color:#ca9504;
font-size:14px;
}
.typography#fefcbblog #dateposted
{
color:#4f3b05;
font-size:11px;
}
.typography#fefcbblog span#dateposted
{
color:#ca9504;
font-size:14px;
}
.typography#fefcbblog #heading, .typography#fefcbblog #heading h2
{
color:#4f3b05;
font-family:"Trebuchet MS", Trebuchet, Verdana, tahoma, Arial;
font-size:18px;
}
.typography#fefcbblog a
{
text-decoration:none;
font-size:11px;
}
/********************Announcement******************/
.typography p 
{
color:#222222;
font-size:13px;
text-align:justify;
}
.typography#anounce_date
{
color:#4f3b05;
font-size:11px;
font-weight:bold;
}
.typography span#announce_date
{
color:#ca9504;
font-size:14px;
font-weight:normal;
}
.typography#text
{
color:#4f3b05;
font-size:13px;
text-align:justify;
/*vertical-align:text-top;*/
}
.typography#announce-text
{
color:#4f3b05;
font-size:11px;
}
.typography span#announcetitle
{
color:#4f3b05;
font-size:11px;
font-weight:bold;
}
/******************SERMONS****************/
.typography#title
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#ca9504;
}
.typography#text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#136cab;
}
.typography#sermon_date
{
color:#4f3b05;
font-size:11px;
font-weight:normal;
}
.typography span#sermon_date
{
color:#ca9504;
font-size:14px;
font-weight:normal;
}
.typography span#sermontitle
{
color:#4f3b05;
font-size:11px;
font-weight:bold;
}
.typography a.download-sermon, .typography a.download-sermon:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#4f3b05;
}
.typography a.download-sermon:hover
{
color:#136cab;
}
