/* 

CLASSES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 7. classes  --------- */

/* float-clearing rules */
.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
.errorRed {
	font-size:1.1em;
		color: #c80000;
		}
.messageGreen {
		color: #017201;
		}
		
/* rounded corners */
.round-5 {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
/* other misc classes */
.hidden,.hide {
		display:none;
		}
div.pageBreak {
	clear:both;
	width:100%;
	height:1px;
}

div.pageBreak.line {
	border-bottom: 1px solid #262642;
	margin-bottom: 20px;
}

span.readmore {
	font-size:0.8em;
	margin-left:20px;
	}
.blueBg {
	background: #151537;
1	border: 1px solid #5b5b71;
	}

h3 span.enlarge {
	float:right;
	font-size:0.75em;
	line-height:2em;
}