/* 
    Created on : 13-Nov-2009, 15:27:25
    Author     : stephen.jones
    Description:
        This style sheet is for all the content area
		produced by SimplicityCMS, please keep these
		styles in this style sheet.
*/


.block-wrap {
	clear: both;
}

.block-image-wrapper {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.block-image-wrapper p {
	text-align: left;
}

.image-wrapper {
	float: left;
	padding: 0;
	overflow: visible;
}

.image-wrapper a {

}

.image-caption {

}

.download-icon {
	float: left;
	margin:  0 5px 0 0;
}

.empty-block-content {
	
}

.block-image-wrapper-right {
	width: 66%;
	float: left;
	margin: 0 0 10px 0;
}

.block-image-wrapper-left {
	width: 66%;
	float: right;
}


.image-right {
	float: right;
	margin: 0 0 20px 0;

	width: 200px;

	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.image-left {
	float: left;
	margin: 0 0 20px 0;

	width: 200px;

	background-repeat: no-repeat !important;
	background-position: center left !important;
}

.image-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.image-wrapper ul li {
	display: block;

}

.image-wrapper ul li a img {
	border: 0;
}

.block-news-wrapper {
	overflow: auto;
	margin: 10px 0 0 0;
}

.news-image-left {
    float: left;
}

.block-news-text-wrapper {
    float: right;
    width: 500px;
}

.news-index-link, .news-page-nav {
	clear: both;
}

.news-archive-title, .news-archive-shortdate, .news-archive-readmore {
	float: left;
	margin: 10px 20px 10px 0;
}

.block-content {
	clear: both;
}

.clear {
	clear: both;
}


