@CHARSET "UTF-8";

.timeline {
	width: 100%;
	height: 100%;
}
		
.timeline-scrollbar {
	background: #6D5A53;
	clear: both;
	height: 12px;
	width: 100%;
}

.timeline-scrollbar-handle {
	cursor: pointer;
	background: #ffb100;
	width: 30px;
	height: 12px;
}

.timelined-category-wrapper {
	float: left;
	height: 100%;
	overflow: hidden;
}

.case {
	float: left;
  margin-left: 20px;
	display: block;
	height: 100%;
	padding-top: 25px;
}

.case p {
	margin: 0 0 5px 0;
	/*text-indent: 20px;*/
}
.normalcase, .infotabcase {
	width: 280px;
	margin-right:10px;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	/*font-weight: bold;*/
}
.tabcase {
	display: none;	
	float: left;
	margin:0 20px;
}

.tabcase .case h4 {
	font-size: 30px;	
	margin-bottom: 0;
}

#Photos img {
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
	cursor: pointer;
}

.postpiccase {
	width: 260px;	
}

.objectcase {
	width: 425px;
	vertical-align: middle;
}

.pagecase {
	float: left;
	width: 400px;
	padding-right: 20px;	
}

.simple-article h2 {
	margin: 0;
}

.case img {
	border: none;
	text-decoration: none;	
	position: relative;
}

.case a {
	color: #000;
	font-weight: bolder;
	font-size: 14px;	
	text-decoration: none;
}

.case a:hover {
	color: #333;	
}

.case h4 {
	margin-top: 0;
	font-size: 35px;
	line-height:35px;
	border-bottom: 3px dashed #6d5a53;	
	margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}

.default .title {
	
	border-bottom:3px dashed #6D5A53;
font-size:35px;
line-height:35px;
margin-bottom:15px;
margin-top:0;
text-align:left;
text-transform:uppercase;
}

.default .title a {
	font-size:35px;
}

.timelined-category {
	height: 100%;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.timelined-category div {
	height: 100%;
}

.timelined-category li {
	/*margin: 0 20px;*/
	padding: 0;
	height: 100%;
	float: left;
}
		
.timelined-post {
	float: left;
	height: 100%;
	margin: 15px 20px 0 0;
	width: 300px;
}
	.timelined-post h3 {
		/*font-family: arial;*/
		font-weight: normal;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 300px;
		z-index: 4;
	}
		.timelined-post h3 a {
			/*background: #000;
			color: #fff;*/
			color: #000;
			font-size: 25px;
			text-decoration: none;
		}
		.timelined-post h3 span.subtitle {
			font-size: 16px;
		}
	.timelined-post .clear-title {
		margin-top: 37px;
	}
	.timelined-post .splash {
		/*background: #111111;*/
		border: 0;
		color: #eee;
		display: block;
		height: 200px;
		margin-bottom: 5px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		width: 300px;
	}
		.timelined-post .splash img {
			border: 0;
			height: 200px;
			position: relative;
			width: 300px;
		}
		.timelined-post .splash .loading {
			background: url(../images/ajax-loader.gif) no-repeat 0px 50%;
			color: #444444;
			display: block;
			left: 50px;
			padding-left: 50px;
			top: 90px;
			position: absolute;
		}
	.timelined-post .date {
		font-size: 18px;
		font-style: italic;
	}
	.timelined-post .entry {
	}
		.timelined-post .entry p:first-child {
			margin-top: 0;
		}
		.timelined-post .entry a {
			text-decoration: none;
		}
		.timelined-post .entry a:hover {
			text-decoration: underline;
		}

#timelined-post-more a {
	background: url(../images/ajax-loader.gif) no-repeat 0px 50%;
	color: #444444;
	display: block;
	margin-left: 10px;
	margin-top: 130px;
	padding-left: 50px;
	text-decoration: none;
}
		
.timeline-arrow {
	display: block;
	height: 100%;
	width: 30px;
	z-index: 15;
}
.timeline-arrow-left {
	background: url(../images/arrow-left.png) no-repeat bottom left;
	float: left;
	z-index: 15;
}
.timeline-arrow-right {
	background: url(../images/arrow-right.png) no-repeat bottom right;
	float: right;
	z-index: 15;
}

.case img 
{
	width:280px;
}

.no-ajax img
{
  width:40px;
}
.thumbs-inner ul {
  display:inline;
  padding:0;
  margin:0;
}
.thumbs-inner li {
  display:inline;
  margin:0 10px;
}

.timelined-category-wrapper h3
{
	margin-top: 0;
	font-size: 35px;
	line-height:35px;
	border-bottom: 3px dashed #6d5a53;
	text-transform:uppercase;
}

.timelined-category-wrapper img
{
	position:inherit;
	margin-top:15px;
}

#tabs-links
{
	font-weight:bold;
	color:#333333;
	cursor:pointer;
}

.normalcase {
  margin-left:0;
}

