/*--------------------------------------------------------------------------------------------
	General
--------------------------------------------------------------------------------------------*/
.clear{
	clear: both;
}

body {
	font: 62.5% Proxima, sans-serif;
	color:#333333;
	font-weight: 300;
}

@font-face {
	font-family: Proxima;
	font-weight: 400;
	src: url('http://carterdigital.com.au/css/font/ProximaNova-Light.otf');
}

@font-face {
	font-family: Proxima;
	font-weight: 700;
	src: url('http://carterdigital.com.au/css/font/ProximaNova-Bold.otf');
}

*::selection {
	background:#504f4f;
	color:#fff;
}

*::-moz-selection {
	background:#0a3947;
	color:#fff;
}

*::-webkit-selection {
	background:#0a3947;
	color:#fff;
}

/*--------------------------------------------------------------------------------------------
	TYPOGRAPHY
--------------------------------------------------------------------------------------------*/

h1, h2 {
	font-family: museo-slab, serif;
	font-weight: 100;
	font-size: 3em;
	line-height: 1.14em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.75em;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1em 0 0.5em;
}

h4 {
	
}

p, li {
	font-size: 1.8em;
	line-height: 1.6em;
}

p {
	margin: 0 0 1em;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #df3528;
}


span.marker {
	height: 1px;
	width: 40px;
	display: block;
	position: absolute;
	left: 0;
	margin-left: -60px;
	top: 50%;
	margin-top: -1px;
	background: #fa9568;
}

.right span.marker {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -60px;
}

/*--------------------------------------------------------------------------------------------
	Lists
--------------------------------------------------------------------------------------------*/
ul {
	display: block;
	padding: 0;
	margin: 0;
}

ol {
	list-style:outside disc;
	padding-left:14px;
}

.section li,
.content li {
	display: block;
	background: url(li000000.png) 0 10px no-repeat;
	padding-left: 20px;
}


/*--------------------------------------------------------------------------------------------
	Tables
--------------------------------------------------------------------------------------------*/
table,tr,td,th {
	vertical-align: top;
}

table {
	width:100%;
}

td,th {

}


/*--------------------------------------------------------------------------------------------
	Forms
--------------------------------------------------------------------------------------------*/
form {
	display: block;
	position: relative;
}

form .field {
	display: block;
	position: relative;
	padding-bottom: 10px;
	
}

form .field label {

}

form .field input[type="text"] {
	
}

form .field textarea {

}

form .field input[type="submit"] {

}

form .field input[type="submit"]:hover {

}

form .field.error label {

}

form .field.error label.error {
	display: none !important;
}