
/* DefaultTheme Styles HTML tags such as Body, Headings, Links, Ordering list and Un-ordered List */

/* Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme */

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #666666;
}
p {
	font-size: 90%;
	color: #666666;
	text-align:justify;
}
h1 {
	font-size: 105%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #CC6600;
}
h2 {
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0 1em 0 1em;
}
h3 {
	font-size: 85%;
	color: #CC6600;
}
h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 75%;
	color: #CC6600;
	border-bottom: 1px dotted #CC6600;
	display: inline-block;
}
h5 {
	text-transform: uppercase;
	font-size: 100%;
	color: #666666;
}
h6 {
	font-size: 90%;
}
blockquote {
}
a:visited {
	color: #999999;
}
a:link {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active { 
	color: #999999;
}
input, select {
}
#cPC ol {
	font-size: 75%;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
}
#cPC ol li {
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
}
#cPC ol b, #cPC ol strong {
}
#cPC ol li li {
	list-style-type: upper-alpha;
}
#cPC ol li li li {
	list-style-type: upper-roman;
}
#cPC ol li li li li {
	list-style-type: lower-roman;
}
#cPC ol li a, 
#cPC ol li a:hover {
	text-decoration: underline;
}
#cPC ol li a:visited {
	text-decoration: none;
}
#cPC ul {
	text-transform: inherit;
	font-size: 90%;
	margin: 0 0 0 20px;
	list-style-type: square;
	
}
#cPC ul b, #cPC ul strong {
}
#cPC ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#cPC ul li li {
}
#cPC ul li li li {
}
#cPC ul li li li li {
}
#cPC li a {
	text-decoration: underline;
}
li a:visited {
	text-decoration: none;
}
#cPC li a:hover {
	text-decoration: underline;
}
#cPC li li a {
	text-decoration: underline;
}


/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

.ListHolder {
	position: relative;
	margin: 0.8em;
	width: auto;
	height: auto;
	clear: both;
	display: inline-block;
	z-index: 0;
}

.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0.1em 0.4em;
	border: 1px solid #CCCCCC;
	background: #E4E7E4;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0;
		padding: 0;	
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 110%;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 105%;
		font-weight: bold;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0 0 0 0.3em;
		border: 1px solid #B2B9B0;
	}
	

	/* Title */
		.ListTitle {
			font-weight: bold;
			margin: 0.3em 0;
			padding: 0;
			float: none;
			text-decoration: none;
					
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: none;
			}


	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 70%;
			margin: 0 0 0.2em 0;
		}

	/* Summary */
		.ListSummary {
			font-size: 100%;
			line-height: 1.6em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.ListSummary a {
			color: #999999;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: left;
			clear: left;
			display: none;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: right;
			clear: right;
			display: none;
		}

	/* List EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
			border-bottom: 1px solid #B2B9B0;
		}
		

