@charset "utf-8";
/* CSS Document */
#content{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px #1f1f1f solid;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	color:#1f1f1f;
	padding-bottom:5px;
	text-indent:20px;
}
#content p{
	font-size:14px;
	color:#1f1f1f;
}
#content section{
	padding:15px 20px 0 40px;
}
#content section:after{
	content:".";
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
#content section img{
	margin-right:20px;
	margin-bottom:20px;
}

#content section a{text-decoration: none;}

#slideshow img
{
	width:280px;
	height:119px;
	float:left;
}

#caption p
{
	text-align: justify;
}

#thumbs
{
	background-color:#0a685f;
	padding: 20px 0 0 20px;
	border:1px solid black;
}

#gallery{margin-left:230px;}

.pagination{text-align:center;color:white;}
.pagination a{color:#D1D1D1;}

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	background: #000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
}
.caption-bottom {

}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
