@charset "UTF-8";


/*	Carousel
---------------------------------------------*/

.carousel #featured-area {
	background: url(../../images/tutorial-bg.png) no-repeat;
	width: 950px;
	height: 300px;
	position: relative;
	padding: 16px 0px 0px;
	z-index: 1;
}
.carousel .pics {
	width: 890px;
	height: 235px;
	margin: 15px 30px 20px 30px;
}
.carousel #featured-area .box {
	width: 560px;
	display: block;
	z-index: 4;
	height: 210px;
	padding: 15px 40px 20px 290px;
}
.carousel ul#nav {
	clear:both;
	float: right;
	list-style-type: none;
	position: absolute;
	right: 145px;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 5px;
}

.carousel ul#nav li {
	float: left;
	border: none;
	height: 15px;
	margin-right: 5px;
}
.carousel ul#nav li a  {
	border: none;
	color: #999;
	font-size: 11px;
}
.carousel ul#nav li a:hover  {
	border: none;
	color: #990000;
}
.carousel ul#nav li a.activeSlide  {
	border: none;
	color: #312820;
}


.carousel #featured-area .rotation-buttons {
	width: 80px;
	height: 45px;
	position: absolute;
	bottom: 0px;
	right: 60px;
}
.carousel #featured-area a#prev-item, .carousel #featured-area a#next-item {
	width: 40px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: auto;
	left: auto;
	top: auto;
}
.carousel #featured-area a#prev-item {
	right: 40px;
	background-image: url(../../images/tutorial-bg-buttons.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: auto;
}
.carousel #featured-area a:hover#prev-item {
	right: 40px;
	background-image: url(../../images/tutorial-bg-buttons.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: auto;
}
.carousel #featured-area a#next-item {
	right: 0px;
	background-image: url(../../images/tutorial-bg-buttons.png);
	background-repeat: no-repeat;
	background-position: right top;
	left: auto;
}
.carousel #featured-area a:hover#next-item {
	right: 0px;
	background-image: url(../../images/tutorial-bg-buttons.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: auto;
}



/*	Carousel
---------------------------------------------*/
#slider_image {
	position: absolute;
	left: 80px;
	z-index: 200;
	bottom: 0px;
	width: 260px;
}
#slider_image img {

}

.carousel #featured-area .box h2 {
	font-size: 18px;
	color: #8a673a;
	text-align: left;
	margin-bottom: 20px;
}
.carousel #featured-area .box p {
	margin-bottom: 10px;
	left: 0px;
	top: 40px;
	text-align: justify;
	overflow: hidden;
	z-index: 300;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
}


/*	Carousel below panels
---------------------------------------------*/
#panels_container {
	margin: 20px auto;
	width: 890px;
	position: relative;
}
#right_panel  {
	width: 600px;
	float: right;
	padding: 0;
}
#right_panel p {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
	font-size: 14px;
	line-height: 18px;
}
.fb-like-box {
	float: left;
}
.fb-share-box {
	float: left;
	padding-top: 3px;
	padding-right: 8px;
}
#left_panel  {
	padding: 0;
	width: 260px;
	float: left;
}
#right_panel h2.sub_title   {
	color: #8a673a;
	margin: 15px 0 10px;
	padding: 0;
	font-size: 21px;
}
#left_panel h2 {
	color: #8a673a;
	margin: 0 0 10px;
	padding: 0;
	font-size: 21px;
}
/*	Carousel menu
---------------------------------------------*/
.carousel_menu {
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.carousel_menu ul {
	padding: 0;
	margin: 0 0 10px;
	padding: 1px 0 0;
	border-top: 1px dotted #91817b;
	list-style-type: none;
}
.carousel_menu ul li {
	padding: 0 0 1px 0;
	margin: 0;
	border-bottom: 1px dotted #91817b;
}
.carousel_menu ul li a {
	display:block;
	color:#990000;
	font-size:14px;
	text-decoration:none;
	line-height: 16px;
	text-align: left;
	padding: 10px 24px 3px 10px;
}
.carousel_menu ul li a:hover {
	color:#312820;
	background-color: #FFF;
}
.carousel_menu ul li a:visited {
	color:#990000;
	background-image: url(../../images/blog-visited_check.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.carousel_menu ul li .date {
	color: #86817b;
	padding: 2px;
	display: block;
	font-size: 12px;
}
