/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	font-size: 100%;
	color:#5014c2;
	margin: 0;
	padding:0;
	line-height: 1.166;
	/*text-align: center;*/
	background: url(images/chalk.gif);
}

a:link, a:visited, a:hover {
	color: #5014c2;
	text-decoration: none;
	background-color:#e1e0ff;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #5014c2;
}

h2{
 font-size: 114%;
 color: #5014c2;
 margin-top:1.5em;
}

h3{
 font-size: 100%;
 color: #5014c2;
}

h4{
 font-size: 90%;
 color: #5014c2;
}

h5{
 font-size: 100%;
 color: #5014c2;
}

ul{
 list-style-type: square;
}



	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	float:right;
	width: 65%;
	margin: 0;
	padding: 2% 3% 0 0;
	background-image: url(sermons/images/banner-background.gif);
	background-repeat: no-repeat;
	background-position: top right;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature h4 {
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size: 100%;
	font-style:normal;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}*/



#banner {
	margin-right: auto;
	margin-left: auto;
}
