/* ------------------------ Defaults -------------------------- */



html, body, header, #content, footer, #footer-main, img, #toplinks, #horizontal01, #horizontal02, #horizontal03, #textbox, #nav-main, .post  {

	border: 0px auto;
	margin: 0px auto;
	outline: 0px auto;
	padding: 0px auto;
	clear: both;

}



a img {
	
}





h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0 auto;
	padding: 0 auto;
}





h1 {
	font-size: 275%;
	font-weight: 500;
	line-height:100%;
}



h2 {
	
	font-size: 125%;
	font-weight: 200;
	text-transform:uppercase;

}





p {
	margin-bottom: 1em;	
	margin-top: 0em;
}

em {
	font-weight: 700;
	color: #6cb9b0;
}

ul, li {

	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	list-style-position:inside;

}



hr {	
	border : 0;
	background-color: #eee;
	height: 1px;
}



/* ------------------------ Structure ------------------------ */

html {
    position: relative;
    min-height: 100%;
}

body {
	
	color: #fff;
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-weight: 200;
	line-height: 1.625;
	text-align: center;
	width: 100%;
	margin: 0 0 113px 0;
	background: url(http://risen.hulo.ca/wordpress/wp-content/uploads/2012/10/background01.jpg) no-repeat center #000;


}


header {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 1px 0;
	
	text-align: center;	
	text-transform:uppercase;
	font-weight: 100;
	font-size: 100%;

	background-color: #111;
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#222));
   	background-image: -webkit-linear-gradient(top, #111, #222); 
   	background-image:    -moz-linear-gradient(top, #111, #222);
  	background-image:     -ms-linear-gradient(top, #111, #222);
 	background-image:      -o-linear-gradient(top, #111, #222);
	
	position: fixed;
  	top: 0;	

		
}




#container {
	text-align: center;
	width:100%;
	height: 100%;
	color: #fff;	
	
	
}



#content {
	width:980px;
	padding: 10px 10px 10px 10px;
	
	text-align:left;
	font-size: 90%;
	
}

#entrytext {
	padding: 20px 0 0 0;
}


.post {
	height: 200px;
}


footer {
	background: url(http://risen.hulo.ca/wordpress/wp-content/uploads/2012/10/footer02.jpg);
	text-align: center;
	position: absolute;
    	left: 0;
   	bottom: 0;
   	height: 113px;
    	width: 100%;
}



#address {

	float:left;

	color:#fff;

	padding: 0px 10px 10px 10px;

	margin: 0 auto;

	height: 100%;

}







/* ---------------------- Alignment ----------------------------- */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.625em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.625em;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/* ------------------------ Links ---------------------------------*/

a {
	color: #003366;
	text-decoration: none;
}



a:focus,
a:active,
a:hover {
	color: #7175c2;
}





/* ------------------------- Main Nav ----------------------------------*/


#nav-main {
	width: 1000px;
	clear: both;
	display: block;
}

#nav-main ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;	
}

#nav-main li {
	float: left;
	position: relative;
		margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav-main a {
	color: #eee; 
	display: block;
	line-height: 200%;
	padding: 0 .6em;
	text-decoration: none;
}


#nav-main ul ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: -22px 0 0 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
	color: #000;

	padding: 0 0 0 0;

}

#nav-main ul ul ul {

	left: 100%;
	top: 0;

}

#nav-main ul ul a {

	background: url(http://risen.hulo.ca/wordpress/wp-content/uploads/2012/10/trans85.png);
	border-bottom: 1px dotted #555;
	color: #000;
	height: auto;
	line-height: 1.4em;
	padding: 5px 0 5px 0;
	width: 200px;

}

#nav-main li:hover > a {
	color: #eee;
}

#nav-main a:focus  {

}


#nav-main ul ul :hover > a {

	background: #eee; 
}

#nav-main li:hover a {  

    	color:#094085; 
}



#nav-main ul li:hover > ul {

	display: block;

}

#nav-main .current_page_item > a,

#nav-main .current_page_ancestor > a {


	color: #850909 /* #FF9900 */;

}





/* --------- Custom Banner ----------------*/



h1.banner {

	color: #fff;

	font-size: 50px;

	font-weight: bold;

}



h3.banner {

	color: #fff;

	font-size: 30px;

	font-weight: 100;

}



a.banner {

	text-decoration:none;

}



strong.banner {

	font-weight: 500px;

}



p.banner {

	font-size: 15px;

	color: #fff;

}



img.banner {

	float:right; 

	width:300px; 

	height:333px;

	padding: 10px 60px 0px 0px;

}



/* ------- Footer ----------- */




hr.footer {

	margin:-1px;

	}



