@charset "utf-8";
/* CSS Document */

.slideshow {
	width:656px;
	display:block;
	overflow:hidden;
	background-color:#a85f00;
	height:826px;
}
.slideshow a {
	/*padding:6px;*/
	display:block;
}
.slideshow img{
	border:none
}
#ssbottom {
	height:20px;
	margin-left:222px;
	float:left;
}
.home #halfback {
	height:227px;
	margin-bottom:-227px
}
.left {
	line-height:46px;
	/*margin-left:20px*/
}
.right {
	margin-top:10px;
	height:12px;
	display:block;
	overflow:hidden;
}
.right, #twitter #arrow {
	margin-right:20px
}
.right a, .home .homepost, #twitter #bird, .post p, .post ul, .post .readmore, .comment-meta, .comment-author, .sbbox li a, .about p, #team p, #process p, .contact .col-one {
	font-size:1.2em;
}
.right a {
	border-radius:2.5px;
	-moz-border-radius:2.5px;
	-webkit-border-radius:2.5px;
	margin:0;
	padding:2px 4px;
	background:url(../images/slideshow/inactive-round.png) no-repeat;
	width:7px;
	color:#6b3017;
	display:block;
	overflow:hidden;
	float:left;
	text-indent:-2000px;
}
.right a.activeSlide, #slideshow .right a:hover {
	background:url(../images/slideshow/active-round.png) no-repeat;
	color:#c98147;
}