/* ---------- @ Structure -----------*/

#home #main,
#home #content-wrapper {
	width: 933px !important;	
}

#home #main {
	background: none;
	padding: 0;
}

#home #content-wrapper {
	background: url(images/bg_content-wrapper_home.png) 275px repeat-y;
	padding: 0;
}

#home #content-highlight {
	overflow: hidden;
	background: url(images/bg_content_home.png) 122px 110px no-repeat;
	padding:0;
}

#home #intro {
	padding: 16px 0 16px 10px;
	margin-bottom: 20px;
}

#home #content {
	width:620px;
	margin-right: 5px;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}

#home #sidebar {
	width: 270px;
	padding:30px 5px 20px 7px;
	}


/* ---------- @ Features -----------*/

#home .entry {
	padding: 0;
}

#home #content .col h3 {
	font-size: 1.2em;
	margin: 8px 0 0;
	color: #533a26;
}

#home #content .col p {
	margin: 5px 0 15px;	
}

#home #content .cols {
	font-size: .9em;
}

#home #content .col img {
	margin: 0 auto 5px;	
}



/* ---------- @ News Area -----------*/

#headlines {
	height: 200px;
	overflow: auto;
	margin-right: 7px;
}

#headlines li {
	background: url(images/icon_news.png) no-repeat;
	padding:0 0 8px;
	margin-bottom: 8px;
	text-indent: 18px;
}

.widget li a.more, .widget li a.more:visited {
	color: #ffe794;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #006291;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ffde6b;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}