/* 

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

*/

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

/*	--------------	*/
/* floats & float-clearing & dividers & display rules */
/*	--------------	*/
.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}	
.errorRed {
		color: #c80000 !important;
		}
.messageGreen {
		color: #00c800 !important;
		}
.italic {
		font-style: italic !important;
		}
.fade-in {
		display: none;
		}
.hide {
		display: none;
		}
.inline {
		display: inline;
		}
.block {
		display:block;
}
.left {
		float: left;
		}
.right {
		float: right;
		}
.clear {
		clear: both;
		}
.toggler {
		cursor: pointer;
		}
.hidden {
		display:none;
}
div.sep {
		clear:both;
		width: 100%;
		height: 5px;
}
/*	--------------	*/
/* padding */
/*	--------------	*/
.padding-5 {
	padding:5px;
}
.padding-10 {
	padding:10px;
}
.padding-15 {
	padding:15px;
}
.padding-20 {
	padding:20px;
}
.padding-30 {
	padding:30px;
}
.padding-40 {
	padding:40px;
}
.padding-50 {
	padding:50px;
}
/*	--------------	*/
/* sizes */
/*	--------------	*/
.full {
		width: 100% !important;
	}
.half {
		width: 47%;
	}
.third {
		width: 31%;
	}
.quarter {
		width: 23%;
	}
.two-thirds {
		width: 62%;
	}
.three-quarters {
		width: 70%;
	}
/*	--------------	*/
/* rounded corners */
/*	--------------	*/
.round-5 {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
		behavior: url(/stylesheets/PIE.htc);
		}
.round-10 {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius:10px;
		behavior: url(/stylesheets/PIE.htc);
		}
.round-20 {
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius:20px;
		behavior: url(/stylesheets/PIE.htc);
		}
.round-top {
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius:10px 10px 0 0;
		behavior: url(/stylesheets/PIE.htc);
}
/*	--------------	*/
/*	box shadow */
/*	--------------	*/
/* box shadow
	left top blur spread colour */
.glow {
		-webkit-box-shadow: 0px 0px 2px 1px #ddd;
		-moz-box-shadow: 0px 0px 2px 1px #ddd;
		box-shadow: 0px 0px 2px 1px #444;
1		behavior: url(/stylesheets/PIE.htc);
}
.dropShadLeft {
		-webkit-box-shadow: 2px 0px 3px 1px #c9c8c8;
		-moz-box-shadow: 2px 0px 3px 1px #c9c8c8;
		box-shadow: 2px 0px 3px 1px #c9c8c8;
		behavior: url(/stylesheets/PIE.htc);
}
.dropShadRight {
		-webkit-box-shadow: -2px 0px 3px 1px #c9c8c8;
		-moz-box-shadow: -2px 0px 3px 1px #c9c8c8;
		box-shadow: -2px 0px 3px 1px #c9c8c8;
		behavior: url(/stylesheets/PIE.htc);
}
.shadow {
		-webkit-box-shadow: 0px 0px 10px 5px #c9c8c8;
		-moz-box-shadow: 0px 0px 4px 1px #777;
		-box-shadow: 0px 0px 10px 5px #cecdcd;
		box-shadow: 1px 1px 2px 1px #ccc;
}

.border {
		border: 1px solid #ccc;
		}

/*	--------------	*/
/*	text	*/
/*	--------------	*/
.text-small {
	font-size:0.9em;
}
.text-medium {
	font-size:1.3em;
}
.text-large {
	font-size: 1.6em;
	}
.text-huge {
		font-size:1.9em !important;
}
.text-masive {
		font-size:2.5em !important;
}
.text-centre {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-white {
	color:#fff !important;
}
.text-blue {
	color:#7eb0cb !important;
}
.text-red {
	color:#af0319 !important;
}
.text-yellow {
	color:#FFC526 !important;
}
.text-green {
	color:#70be46 !important;
}
.bold {
	font-weight:bold;
}
/*	--------------	*/
/*	backgrounds	*/
/*	--------------	*/
.bg-white {
		background:#fff !important;
}
.bg-grey {
		background:#eee !important;
		color:#fff !important;
}
.bg-pink {
	background:#c00965 !important;
}
.bg-pink-pale {
	background:#d77ba9 !important;
}
.bg-teal {
	background:#008080 !important;
}
.bg-teal-pale {
	background:#4ca6a6 !important;
}
.bg-orange {
	background:#ff6600 !important;
}
.bg-orange-pale {
	background:#ff944c !important;
}
/*	--------------	*/
/*	arrows	*/
/*	--------------	*/
a.arrow-yellow {
	background:url(/mainpics/icons/arrow-right-yellow.png) 0 center no-repeat;
	padding-left:20px;
	text-decoration:none;
	border:none !important;
}
.arrow-down-left {
	background:url(/mainpics/icons/arrow-down-left.png) 0 0 no-repeat;
	width:56px;
	height:72px;
}
/*	--------------	*/
/*	resource types 	*/
/*	--------------	*/
span.resource-type {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #C00965; 
	color: #fff;
	text-align: center;
	line-height: 1.3;
}