/* Slideshow ---------- */


#slideshow {
	position:relative;
	height:565px;
padding:10px;

}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}


/* Text area LEFT ---------- */

.text-holder {
font-size: 17px;
        position:relative;
	float:left;
	width: 510px;
	margin: 0px 10px 5px 0;
	background-color: #161616;
-moz-border-radius:8px;	
-webkit-border-radius:8px;
border-radius:8px;

}
.text-holder ul {
	height: 300px;
	color: #ededed;
	padding: 10px 15px 0px 15px;
}
.text-holder li {
	line-height: 170%;
	letter-spacing: 0.04em;
	font-family: arial;
	font-size: 84%;
}
#header-text {
	font-family: "Georgia", Times, serif;
	padding: 0 0 2px 0;
	font-size: 19px;
}
.decor-3 {
margin: 10px 0 15px 0;
border-top: 1px dashed #a9a9a9;
}


/* Text area RIGHT ---------- */






/* Main content ----------*/


#content {
	margin-top: 10px;
}
a img:hover {
	opacity: 0.8;
}

/* Footer ---------- */


.footer {
	height: 530px;
	margin-top:40px;
	background-color: #0b0b0b;
}
#center-footer {
	margin: 0 auto;
	width: 970px;
}

.title {
	font-size: 19px;
	margin-bottom: 10px;
	font-family:"Georgia", Times New Roman, Serif;
}
#twitter-posts {
	color:black;
	float:right;	
	padding: 20px;
	width: 400px;
	height: 300px;
	background-color: white;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
border-radius:7px;
}
#social-media-links {
	position:relative;
	float:left;

	width:970px;
	padding: 30px 0 0 0;
}
#social-media-links li {

	padding: 10px 10px 0 0;
}
#social-media-icons {
margin-left: 140px;
}
#social-media-icons li {
display:inline;

}
.blog-post {
        position:relative;
	float:left;
	width: 507px;
height:340px;
	margin: 0px 0 5px 0;
	background-color: white;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
border-radius:7px;

}
.blog-post ul {
	height: 300px;
	color: black;
	padding: 10px 15px 0px 15px;
}
.blog-post li {
	line-height: 170%;
	letter-spacing: 0.04em;
	font-family: arial;
	font-size: 84%;
}
.blog-post .header {
	font-family: "Georgia", Times, serif;
	padding: 0 0 2px 0;
	font-size: 19px;

}
.blog-img {
	height: 100px;
        width: 200px;
	background-image: url(../assets/homepage/blog.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin-bottom:9px;
}

#image-month {
float:right;
}

.rss_box {
height: 230px;
}

.rss_date{
font-size: 9px;
}

.rss-item a {
font-size: 14px;
color: black;
}
.rss-item a:hover {
font-size: 14px;
color: #c3a26d;
}
.rss_item {
margin-bottom:13px;
}

.header {
margin-left:13px;
}


#decor-1 {
	height: 16px;
	background-image: url(../assets/homepage/footer_decor-2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#coban {
	font-size:12px;
	margin-top: 30px;
	color: white;
	text-align: center;
	font-family:"Arial", Times New Roman, Serif;
}
.decor-4 {
	margin-top:25px;
	border-top: 1px dashed #525252;
}

#facebook-like {
width: 100px;
height:100px;
}

#keywords li{
display:inline;
}
#keywords {
font-family:"Arial", Times New Roman, Serif;
font-size:11px;
margin-top:10px;
}
#keywords a{
color:white;
}
#keywords a:hover{
color:#c3a26d;
}


