/**
 * FRONT PAGE STYLE
 */
 
 /* Temporary home page styling */

#primary #node-1 {display: none;} 
#primary h1.page-title {display: none;}
 
 
 
/* Jcarousel scroller */
#block-views-front_page_promotion-block_1 {margin-bottom: 20px;}
#block-views-front_page_promotion-block_1 .jcarousel-container {
	width: 696px;
}
#block-views-front_page_promotion-block_1 ul {
	margin: 0;
	padding: 0;
}
#block-views-front_page_promotion-block_1 li,
#block-views-front_page_promotion-block_1 li.jcarousel-item {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	height: 319px; 
	width: 696px;
}

#block-views-front_page_promotion-block_1 .node {
	height: 319px; 
	width: 696px;
	overflow: hidden;
	position: relative;
}
#block-views-front_page_promotion-block_1 .node a.read-more {
	height: 0 !important; 
	line-height: 1;
	margin: 0;
	overflow: hidden !important;
	padding-top: 22px;
	width: 92px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url(images/read-more.png) 0 0 no-repeat;
}

#block-views-front_page_promotion-block_1 .node h2.node-title {
	padding-left: 360px;
	color: #0b16a3;
	font-family: Georgia,Times,"Times New Roman",serif;
	margin: 10px 0;
	font-weight: normal;
}
#block-views-front_page_promotion-block_1 .node .content {
	padding-left: 370px;
	height: 230px;
	overflow: hidden;
	color: #414141;
}

#block-views-front_page_promotion-block_1 .jcarousel-prev,
#block-views-front_page_promotion-block_1 .jcarousel-next {
	height: 0 !important; 
	line-height: 1;
	margin: 0;
	overflow: hidden !important;
	padding-top: 21px;
	width: 44px;
	display: block;
	position: absolute;
	bottom: 10px;
	background-image: url(images/prev-next.png);
	cursor: pointer;
}

#block-views-front_page_promotion-block_1 .jcarousel-prev {left: 10px; background-position: 0 0;}
#block-views-front_page_promotion-block_1 .jcarousel-next {left: 60px; background-position: -44px 0;}

/* Divider */
#content-post {
	background: url(images/front-divider.jpg) 0 0 no-repeat;
	padding-top: 130px;
}

