@CHARSET "ISO-8859-1";

div.stack_mainPage{
	background: url(../../images/stack/mainShadow.png) no-repeat 245px 20px;
}

div.stack_lftCol{
	width: 250px;
}

div.stack_rgtCol{
	width: 550px;
}

div.stack_lftCol div.padder{
	padding: 20px 20px 20px 40px;
}

div.stack_rgtCol div.padder{
	padding: 20px;
}

h2{
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
}

.tplOneCol .tplMainCol{
	padding: 20px 0px 20px 0px;	
}

/**
 * Articles
 */

ul.event_list{
	width:100%;
	/*margin-left: -14px;*/
}

ul.event_list li{
	display:block;
	margin: 1em 0 1em 0;
	height:57px;
	padding:0px;
	vertical-align:middle;
}

ul.event_list a,
ul.event_list a:link,
ul.event_list a:visited {
	color: #333;
	text-transform:uppercase;
	font-size: 90%;
	vertical-align:middle;
	display:inline;
	float:left;
	position:absolute;
	top:25%;
}

ul.articles_list li{
	display: block;
	margin: 2.5em 0 2.5em 0;
	vertical-align: middle;
}

ul.articles_list li div.articles_image{
	float: left;
    margin: 0 10px 0 0;
}

ul.articles_list li div.articles_image img {
    width: 120px;
}

div.fruits_lift ul.articles_list li div.articles_image img{
	width: 100px;
}

.articles_date {
    color: gray;
}

ul.articles_list li div.articles_readMore a{
	text-decoration: underline;
}


ul.articles_list h3 {
	text-transform:uppercase;
	font-size:16px;
}
ul.articles_list p{
	color: #333;
	margin: 0;
	font-size: 1em;
}

ul.articles_list a,
ul.articles_list a:link,
ul.articles_list a:visited{
	color: #333;
}

div.event_date {
	float:left;
	display:inline;
	text-align:center;
	background-color:#ffc60d;
	width:54px;
	height:54px;
	color:#FFF;
}

span.event_dateDay {
	font-size:40px;
	display:block;
	
	text-align:center;
}

span.event_dateMonth {
	font-size:12px;
	display:block;
	
	margin-top:-10px;
	text-align:center;
}

div.event_title {
	height:57px;
	vertical-align:middle;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	padding:5px;
	position:relative;
    width: 140px; /* MV: Fixed multiple lines bug */
}


/**
 * Slideshow
 */
div.classic_galleryHeader{
	display: none;
}

div.classic_galleryFooter{
	display: none;
}

/**
 * Blog
 */

.stack_blog{
	float: left;
	width: 50%;
}

.stack_blog ul{
	list-style-type: none;
}

.stack_blog ul li{
	background-image: none;
	padding: 0 10px 0 0;
}

.stack_blog .blog_authorImage{
	float: left;
}

.stack_blog .blog_title{
	font-weight: bold;
	margin-bottom: 5px;
	float: right;
	width: 70%;
}

.stack_blog .blog_htmlContent{
	float: right;
	width: 70%;
}

.stack_blog a,
.stack_blog a:link,
.stack_blog a:visited{
	color: inherit;
}

.stack_gallery{
	float: left;
	width: 50%;
}

#blog_latestArticles ul li{
	border: 0;
	background-color: #99e071;
	padding:10px;
}

.blog_title a,
.blog_title a:hover,
.blog_title a:visited {
	color: #FFF;
}


.blog_title {
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:5px;
}

.hv_leftcontContent .blog_title {
    color: #333;
}

.blog_authorName {
	color:#FFF;
}

.blog_authorImage {
	float:right;
	width:67px;
	margin:0px 0px 5px 5px;
}

.blog_authorImage img{
	border:1px solid #60b430;
}

.blog_htmlContent a,
.blog_htmlContent a:hover,
.blog_htmlContent a:visited {
	color: #60b430;
}


/**
 * Gallery
 */

.stack_gallery{
	float: left;
	width: 50%;
}

.stack_gallery ul{
	list-style-type: none;
	display: block;
}

.stack_gallery ul li{
	float: left;
	background-image: none;
	padding: 0 5px 0 0;
}

/**
 * Bible
 */

.stack_bible{
	margin-top: 10px;
}

.stack_bible ul{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.stack_bible ul li{
	background-image: none;
	padding: 0;
}

