/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * general.css
 */

/**
 * site-specific HTML elements
 */
 
h1, h2, h3, p, li {
	color: #FFFFFF;
}
 
/* main-content h2 */
#main-content h2 {
	clear: both;
	font-size: 24px;
}
#main-content h2 span {
}
#main-content h2 a {
	display: block;
}

/* main-content h3 */
#main-content h3 {
	clear: both;
	font-size: 20px;
}
#main-content h3 span {
}
#main-content h3 a {
}

/* main-content h4 */
#main-content h4 {
	font-size: 16px;
}
#main-content h4 span {
}
#main-content h4 a {
}

/* p, ul, li,  */
#main-content p {
	margin-bottom: 10px;
	line-height: 1.4em;
}


a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * .image-link
 * When a:hover has a background colour, use this .image-link class so
 * that <img> tags surrounded by <a></a> tags will not have a background
 * color on hover, and will have the following properties 
 */
a.image-link:hover {
	background: none !important;
}
a.image-link img {
}
a.image-link img:hover {
}




/**
 * repeated 'article/item' item types (usually encompassing .image and .text)
 */
.article,
.search-result,
.blog-entry,
.download-item,
.store-item,
.client {
}
.image {
}
.image img {
}
.text {
}
.text p.summary {
}
.text p.date {
}
.text p.comments {
}

/* article comments */
#comments {
	clear: both;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
#comments textarea {
}
#comments .comment {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 1px 10px;
	background-color: #ececec;
	min-height: 60px;
}
#comments .comment img {
	float: left;
	margin: 0px 10px 10px 0px;
}
#comments .comment .controls {
	clear: both;
}
#comments #post-comment .controls {
}

/* .multipage-controls */
#main-content .multipage-controls {
	margin: 0px 0px 0px 0px;
	float: left;
}
#main-content .multipage-controls a,
#main-content .multipage-controls select.page_length {
}
#main-content .multipage-controls a {
	margin: 0px 2px 0px 1px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	font-weight: normal;
}
#main-content .multipage-controls a,
#main-content .multipage-controls select.page_length {
	border: 1px solid #808026;
	color: #000000;
}
#main-content .multipage-controls a:hover {
	text-decoration: none;
	background-color: #e8e8c8;
}
#main-content .multipage-controls a.currentpage,
#main-content .multipage-controls a.currentpage:hover {
	background-color: #caca9e;
}
#main-content .multipage-controls span {
	display: none;
}
#main-content .multipage-controls select.page_length {
	margin: 0px 0px 0px 6px;
	width: 50px;
}


/**
 * payment-cards
 */
#payment-cards {
	clear: both;
}
#payment-cards img {
}


/**
 * custom selectors
 */

/* layout */
.header {
}
.footer {
}
.panel {
}
.column {
}
/* content types */
.assistance {
}
.page-description {
}
.description {
}
.error {
	color: #FF0000;
}
.explanation {
}
.question {
}
.answer {
}
.summary {
}
.warning {
}
.reference {
}
.date {
}
/* specific content types */
.signature {
}
.copyright {
}
.disclaimer {
}
.caption {
}
.foot-note {
}
/* where i am and where can i go */
.breadcrumb {
}
.navigation {
}
.progress {
}
.action {
}
.direction {
}
.anchor {
	display: none;
}
/* states */
.pinned {
}
.current {
}
.selected {
}
/* ranks and numerical orders */
.primary {
}
.secondary {
}
.tertiary {
}
.single {
}
.double {
}
.triple {
}
.first {
}
.last {
}
.odd {
}
.even {
}


/* miscellaneous */
.clear-float {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
