/*
------------------------------------------------------------------------------
Colours
------------------------------------------------------------------------------

Lime Green #adcd37
Orange #fa5735
Emerald #37ac72
Off-white #f0e9d3
Dark Brown #272727


/*
------------------------------------------------------------------------------
Main Styles
------------------------------------------------------------------------------
*/

html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1em;
	background-color: #272727;
	-webkit-text-size-adjust: 100%;
}
body, div, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, address, pre, 
dl, dt, dd, ol, ul, li,	 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	color: #f0e9d3;
	font-family: "Bitter", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
button, input, select, textarea {
	margin: 0;
	color: #352f2d;
	font-family: "Bitter", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
	display: block;
}

/* Block Elements */

h1, h2, h3, h4, h5, h6, dl, ul, ol, li, p {
	margin-bottom: 10px;
	line-height: 1.2em;
}

/* Lists */

ul, ol {
	padding-left: 25px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
	margin-bottom: 5px;
}

/* Links */

a {
	color: #37ac72;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Images */

img {
	border: none;
	vertical-align: baseline;
}

/* Tables */

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	line-height: 1.2em;
}
th {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* Forms */

form ul.fieldset {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
form ul.fieldset li {
	margin-bottom: 10px;
}
fieldset {
	border: none;
}
label {
	display: block;
	margin-bottom: 2px;
}
input, 
select {
	vertical-align: middle;
}
form li.text input, 
input[type="text"], 
input.text {
	padding: 4px;
}
form li.file input, 
input[type="file"], 
input.file {
}
form li.radio input, 
input[type="radio"], 
input.radio {
	vertical-align: text-bottom;
}
form li.checkbox input, 
input[type="checkbox"], 
input.checkbox {
	vertical-align: bottom;
}
form li.button input, 
form li.submit input, 
input[type=button], 
input[type=submit],	 
input.submit, 
input.button,
button {
	cursor: pointer;
}
textarea {
	overflow: auto;
	padding: 4px;
}
form li.input text, 
input[type="text"], 
input.text, 
textarea {
	border: none;
	background-color: #f0e9d3;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
	 -khtml-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
	   -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
	     -o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
	        box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
}

/* Form Errors */

form ul.errorlist {
	padding-top: 5px;
	padding-left: 0;
	list-style-type: none;
}
form ul.errorlist li {
	margin-bottom: 0;
	color: #ca965d;
}
form li.error label {
	color: #ca965d;
}

/*
------------------------------------------------------------------------------
Library Styles
------------------------------------------------------------------------------
*/

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden; 
} 
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
