
/*--------------------------------------------------------------------------------

	This style sheet contains styles for formatting the CMS content types.
	
	These class names are associated to each content type within the 'Content 
	types' component of the administration module.

--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	Clear content type
--------------------------------------------------------------------------------*/

div.ct-clear {
	clear: both;
}

/*--------------------------------------------------------------------------------
	Image content type
--------------------------------------------------------------------------------*/

div.ct-image {
	padding: 3px;
	margin: 0 0 10px 0;
	background-color: #998B5E;
}

div.ct-image img {
	border: 1px solid #bcbcbc;
}

div.ct-image div.caption {
	margin: 1px 0 0 0 !important;
	font-size: 0.9em;
	text-align: center;
	color: #47402B;
}

div.ct-image div.aLeft {
	margin-right: auto !important;
	display: table;
}

div.ct-image div.aCenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display: table;
}

div.ct-image div.aRight {
	text-align: right;
	display: table;
}

div.ct-image div.fLeft {
	float: left;
	margin: 0 10px 0 0;
}

div.ct-image div.fRight {
	float: right;
	margin: 0 0 0 10px;
}

/*--------------------------------------------------------------------------------
	Text/image
--------------------------------------------------------------------------------*/

table.ct-textImage {
	border-collapse: collapse;
}

table.ct-textImage td {
	vertical-align: top;
}

table.ct-textImage th.image {
	padding: 0 10px 0 0;
}

table.ct-textImage td.image {
	padding: 0 0 0 10px;
}

/*--------------------------------------------------------------------------------
	Back to top link
--------------------------------------------------------------------------------*/

a.ct-backToTop {
	clear: both;
	float: right;
}

a.ct-backToTop:hover {
}

a.ct-backToTop span {
}

/*--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

-->