/*CSS STYLE SHEET FOR exenux*/

/*BEGIN COLOUR SCHEME COLOURS
_______________________________*/

.fuji_red { color: #FF3116 }/*highlight colour*/
.fuji_green { color: #7EC7B4 }/*main theme colour*/
.strong_green { color: #347766 }/*stronger analogue to the theme, suitable for headlines etc.*/
.pastel_green { color: #C5E5DD }/*lighter analogue to the theme, suitable for backgrounds etc.*/
.text_dark_green { color: #245447 }/*dark shade used for black text*/
.border_colour { color: #C6B37E }/*triadic complimentary colour (khaki), suitable for borders & rules etc.*/
/*NOT USED*/
.pastel_red { color: #FFCCCC }
.photomart_blue { color: #333399 }


/*END COLOUR SCHEME COLOURS
_______________________________*/


/*BEGIN PAGE LAYOUT STYLES
_______________________________*/

div#main {
	width: 444px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	padding: 12px;
}

#landingpage_signupbutton {
	text-align: center;
	margin: 12px;
}

#standshot {
	margin-top: 12px;
	border: 1px solid #C6B37E;/*border_colour*/
}

/*END PAGE LAYOUT STYLES
_______________________________*/


/*BEGIN FORM LAYOUT STYLES
_______________________________*/

#exenux_form {
	margin-top: 24px;
}

label {
	float: left;
	width: 144px;
	text-align: right;
	margin-right: 12px;
	margin-bottom: 6px;
}

input, textarea, select {
	float: left;
	margin-bottom: 6px;
}

#exenux_form br {
	clear: left;
}

.controlButton {
	float: none;
}

.swpp_logo {
	margin: 12px;
}


/*END FORM LAYOUT STYLES
_______________________________*/


/*BEGIN COLOUR, TYPE & BACKGROUND STYLES
_______________________________*/

* {
	margin: 0px;/*remove default margins*/
	font-family: arial, helvetica, sans-serif;
}

body {
	text-align: center;
	color: #245447;/*text_dark_green*/
	background: #347766;/*strong_green*/
	line-height: 120%;
}
div#main {
	border: solid thin #C6B37E; /*border_colour*/
	background: white;
}

div#main h1 {
	color: #347766; /*strong_green*/
	margin-bottom: 12px;
}

div#main h2 {
	margin-top: 24px;
	margin-bottom: 6px;
	line-height: 120%;
}

div#main h3 {
	margin: 12px;
	margin-bottom: 6px;
}

div#main h4 {
	margin-top:12px;
	margin-bottom: 12px;
}

.object {
	margin-top: 12px;
	margin-bottom: 12px;
}

div#main .smallprint {
	line-height: 110%;
	font-size: 12px;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
}

/*begin form styles*/
#exenux_form {
	background: #C5E5DD; /*pastel_green*/
	padding-top: 12px;
}

label {
	font-weight: bold;
}

#exenux_form p {
	margin-top: 12px;
	margin-bottom: 6px;
	font-style: oblique;
	color: #347766; /*strong_green*/
	margin-left: 12px;
	margin-right: 12px;
}
/*end form styles*/

p.tint_background {
	background: #C5E5DD; /*pastel_green*/
	padding: 12px; 
	color: #347766; /*strong_green*/
}

/*END COLOUR, TYPE & BACKGROUND STYLES*/
