@charset "utf-8";

/* Import the different Module styles */
@import "lp_home.css";
@import "lp_subpage.css";
@import "lp_nav.css";
@import "lp_sermons.css";
@import "lp_subpage-noside.css";
@import "lp_photogallery.css";
@import "lp_forms.css";
@import "lp_events.css";
@import "lp_subnav.css";
@import "lp_contact.css";
@import "lp_service_info.css";
@import "lp_login.css";

/**********************
 * Minimal reset
 **********************/
html,body,div,dl,dt,dd,ul,ol,li.h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin:  0;
    padding: 0;
}


/**********************
 * Set the HTML styles
 **********************/
* {
	outline: none;
}
html {
	height: 100%;
	margin-bottom: 1px;
	background: #414141 url(../images/html_bg.jpg) 28px top repeat;
}

body {
	font-size: 70%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/body_bg.jpg) top left repeat-x;
}

p {
	color: #aaaaaa;
	line-height: 1.7em;
	font-size: 1.1em;
	margin: 10px 0px 15px 0px;
}

a, a:visited, a:active {
	color: #0076a3;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #2298c5;
}

a img {
	border: 0px;
}

hr {
	border: 0px;
	border-top: 1px solid #707070;
	clear: both;
}

h2 {
	font-size: 2.4em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

h3 {
	color: #0076a3;
	font-size: 1.4em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	margin: 16px 0px;
}

h5 {
	color: #f7941d;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 11px 0px;
}

h6 {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

ul, ol {
	font-size: 1.1em;
	/*padding-left: 40px;*/
}

ul, ul li {
	color: #aaaaaa;
	list-style: disc;
}

ol, ol li {
	color: #61ACEC;
	list-style: decimal;
}

ul li, ol li {
    margin-left:    1.5em;
}

/*classes*/
div.loading {
    padding:0 0 0 55px;
    background: transparent url( '../images/loading.gif' ) no-repeat 5px 5px;
    line-height: 16px;
    color: #aaa;
}
.half {
	width: 50%;
}

.threequarters {
	width: 65%;
}

.quarter {
	width: 35%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}

.hide {
	display: none;
	visibility: hidden;
}

.clearfix:after {
    content:    '.';
    display:    block;
    height:     0;
    clear:      both;
    visibility: hidden;
}

.clearfix {
    _zoom:      1;              /* triggers hasLayout         */
    _display:   block;          /* resests display for IE/Win */
    display:    inline-block;   /* for IE/Mac                 */
}

/**********************/
/* Set universal layout styles
/**********************/
#outter_wrapper {
	background: transparent url(../images/body_bg.jpg) top left repeat-x;
	width: 100%;
	float: left;
}

#lp_wrapper {
    position:   relative;
	width:      974px;
	margin-left: auto;
	margin-right: auto;
}
