/*
Theme Name: Castanet
Author: Kitka
Author URI: http://www.kitka.com.au
*/

header, section, footer, aside, nav, article, figure { 
	display: block;
}
img { 
	border: 0; 
}
body {
	color: #373737;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
}
#outer {
	max-width: 960px;
	height: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px dotted #efefef;
}

header {
	height: 160px;
}
.logobox {
	float: left;
	height: 160px;
	width: 300px;
	padding-left: 15px;
}
.sociallinks {
	float: right;
	width: 200px;
	padding: 10px;
}
nav {
	height: 60px;
	width: 100%;
	font-size: 130%;
	clear: both;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d3e0e5;
}

#mobilenav, #menu-icon {
	display: none;
}


#main {
	
}
#main:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
#content {
	padding-left: 25px;
	padding-right: 25px;
}
#sidebar {
	width: 200px;
	float: right;
	padding-left: 25px;
	padding-bottom: 50px;
}
footer {
	height: 100px;
	clear: both;
	padding-top: 20px;
	padding-left: 25px;
	font-size: 80%;
	color: #CCC;
}

.hidetext {
	display: none;
}
.alignleft { 
	float: left;
	padding-right: 15px;
}
.alignright { 
	float: right;
	padding-left: 15px;
}
a img {
	border: 0px;
	border: none;
}
hr {
	background-color: #dddddd;
	height: 1px;
	border: 0px;
	clear: both;
}
h1, h2, h3 {
	margin: 0px;
	color: #528297;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
h1 {
	font-size: 130%;
	color: #ed0b70;
	font-weight: 500;
}
h2 {
	font-size: 120%;
	color: #528297;
	font-weight: 500;
}
h3 {
	font-size: 110%;
	color: #528297;
	font-weight: 500;
}



p {
	font-size: 85%;
	line-height: 140%;
	margin: 0px;
	padding: 0px 4px 10px 4px;
}
li {
	font-size: 85%;
	line-height: 140%;
}

a:link, a:visited {
	color: #ed0b70;
	text-decoration: none;
}
a:hover {
	color: #ed0b70;
	text-decoration: underline;
}
label {
	float: left;
	width: 100px;
	display: block;
}
input, textarea {
	font-size: 100%;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #dedede;
}
textarea {
	height: 55px;
}
.partnerlogo {
	padding: 25px;
	float: right;
	width: 140px;
	clear: right;
	text-align: center;
}
sub i {
	display: none;
}