/* TYPOGRAPHY.CSS
PROJECT: THE MEGAs
v1
------------------------------------------------*/


body {
	font-size:76%;
	font-family:arial, san-serif;
	text-align:left;
	color:#333;
	}



/* =Headings
------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size:3em;
	line-height:1.2em;
	font-family:Georgia, serif;
	font-weight:bold;
	text-align:left;
	color:#005685;
	}

h2 {
	font-size:2.5em;
	}

h3 {
	font-size:1.65em;
	color:#D60065;
	padding-bottom:0.3em;
	}

h4 {
	font-size:1.2em;
	}

h5 {
	font-size:1.1em;
	}

p {
	font-size:1.1em;
	line-height:1.5em;
	text-align:left;
	padding:0 0.5em 1em 0;
	}

small {
	font-size:1em;
	color:#999;
	}

strong {
		font-size:1.1em;
	}
cite {
	font-size:1em;
	line-height:140%;
	font-weight:bold;
	}

/* =primary-col
---------------------------------------------------*/
p.large-paragraph {
	font-size:1.8em;
	color:#666666;
	padding-top:10px;
	}

h1.section-head, h2.item-head {
	line-height:120%;
	}

h1.section-head {
	text-indent:-9999px;
	}
.primary-2-col h2, .categories-index {
	font-size:2em;
	padding-bottom:0.1em;
	}
	/* coloured pink*/
.primary-2-col h2.alternate
{
	color:#D60065;
}

.col-main h2 {
	font-weight:400;
	color:#D60065;
	}

.col-second p.current, .current {
	color:#999;
	}

.current {
	font-size:0.9em;
	}
	
h1.section-head {
	color:#D60065;
	text-indent:-9999px;
	margin:10px 0 10px 0; /* NG edit 24/09/09 changed from: margin:10px 0 10px 10px; */
	}

h2.item-head, h3.item-head {
	border-bottom:1px dashed #ccc;
	color:#D60065;
	margin:0 10px 10px;
	padding-bottom:10px;
	}

h2.item-head {
	color:#005685;
	}

h2.item-head-small {
	font-size:2.4em;
	line-height:120%;
	color:#D60065;
	margin:0 10px 10px;
	padding-bottom:10px;
	}

h3.item-title {
	font-size:1.9em;
	color:#D60065;
	padding-bottom:0.3em;
	}

h2.section-description {
	font-size:1.1em;
	line-height:130%;
	color:#D60065;
	padding-bottom:1em;
	}

h2.contact-details {
	font-size:1.7em;
	}


.free-to-enter {
	color:#9B0056;
	text-align:left;
	font-weight:bold;
	}


/*col-ident
------------------------------------------------*/
.col-ident h4,.primary-3-col-second h4 {
	font-family:arial, sans-serif;
	line-height:1.5em;
	}

.col-ident p {
	font-family:Georgia, serif;
	font-size:1.1em;
	line-height:1.5em;
	text-align:left;
	padding-bottom:0;
	}



/* global styles
--------------------------------------------------*/
.align-left {
	text-align:left;
	}

.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
	
.resultMessage
{
	text-align:left;
	color: Red;
	font-weight:bold;
}
