/*    
Theme Name: lighthouse-wp-2
Description: A custom theme designed for Lighthouse Christian Fellowship. 
Author: Benjamin Ness
Version: 2.0 

*/ 

body {
	background-color:#ded8c0;
	margin:0;
	padding:0;
	font-family:"Calibri";
	font-size:12px;
	}

p {
	font-family:Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height:1.3em;
	text-align:left;
	}

td {
	font-family:Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	}
	
a:link {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
a:visited {
	color:#000000;
	text-decoration:underline;
	}
	
a:active {
	color:#000000;
	text-decoration:underline;
	}

a.header	{ color: white; font-size: 22px; font-family:"Calibri"; font-weight:bold; text-decoration:none; }
a.sidebar	{ color: #362923; font-size: 19px; font-family:"Calibri"; font-weight:bold; text-decoration:none; margin:15px 0 15px 0; }

tr.header1 	{ background-color:  #362923; }
tr.body1 	{ 
	background-color:  #bbb291;

 }
tr.body2 	{ background-color:  #362923; }
tr.footer1 	{ background-color:  #bbb291; }

td.header2	{ color: white; font-size: 32px; font-family:"Calibri"; font-weight:bold; }
td.footer	{ color: #362923; font-size: 16px; font-family:"Calibri"; }
td.bodytext	{ color: #362923; font-size: 20px; font-family:"Calibri"; }
td.text		{ color: white; font-size: 14px; font-family:"Calibri"; }

div.visible	{ display: visible; }
div.hidden	{ display: none; }

.mainTitle {
        font-size:36px;
        font-weight:bold;
	margin:15px 0 15px 0;
        }

.body1 h4 {
        font-size:24px;
        font-weight:bold;
	margin:15px 0 15px 0;
        }
	
/*image placement*/

img.alignright {float:right; margin:0 0 1em 1em}

img.alignleft {float:left; margin:0 1em 1em 0}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 1em 1em}

a img.alignleft {float:left; margin:0 1em 1em 0}

a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	
/* misc. */
.clear {
	clear:both;
	}

.clearRight {
	clear:right;
	height:5px;
	}
	
.center {
	text-align:center;
	}
	
.alignLeft {
	text-align:left;
	}

.alignRight {
	text-align:right;
	}
.floatRight {
	float:right;
	}

/* make sure no images have borders */

img { border:0; }

