/* @override http://www.townsvilleyachtclub.com.au/css/style.css */

html {
	overflow-y:scroll;
	background-color: #dde0fd;
}

body {
	font-family:"Century Gothic", Verdana;
}

div.header {
	display: block;
	width: 100%;
	background-image: url('../img/header-bg.png');
	background-repeat: repeat-x;
	height: 394px;
}


div.page.wrapper {
	display: block;
	width: 100%;
	background-image: url('../img/wide-banner-bg.jpg');
	background-repeat: repeat-x;
	background-position: center 180px;
}


div.page.wrapper div div.wrapper {
	display: block;
	width: 972px;
	margin: auto;
	overflow: hidden;
}

div.header p.copyright {
	float: right;
	color: #ffffff;
	font-size: 10px;
	padding-right: 15px;
	margin-top: -1px;
}

a.logo-link {
	display: block;
	width: 420px;
	padding-top: 12px;
}

div.contentArea {
	background-image: url('../img/body-bg.png');
	padding-bottom: 70px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	
}





#primaryNav li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	display: block;
	float: left;
	padding: 0px 15px ;
	font-size: 18px;
}
ul#primaryNav li{
	display: inline;
}
ul#primaryNav {
	margin-top: -5px;
}

#primaryNav li a:hover,
#primaryNav li a.active {
		background-image: url('../img/nav-arrow.png');
		background-repeat: no-repeat;
		background-position: top center;
}


div.footer{
	margin-top: -64px;
	position: relative;
}



#duplicateNav li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 39px;
	display: block;
	float: left;
	padding: 0px 15px ;
	font-size: 18px;
}
#duplicateNav {
	
}

#duplicateNav li{
	display: inline;
}

#duplicateNav li a:hover,
#duplicateNav li a.active {
		background-image: url('../img/footer-nav-arrow.png');
		background-repeat: no-repeat;
		background-position: bottom center;
}

div.footer p.copyright {
	color: #7977af;
	font-size: 11px;
	padding-left: 15px;
	margin-top: -1px;
	display: block;
	position: absolute;
	top: 45px;
}

div.primary-content {
	padding: 15px;
	width: 650px;	
	float: left;
	min-height: 400px;
}

div.primary-content h1 {
	font-size: 24px ;
	color: #1e1c6b;
	line-height: 28px;
}
div.primary-content h2 {
	font-size: 18px ;
	color: #7977af;
	padding-left: 15px;
	line-height: 22px;
	margin-bottom: 22px;
	font-style: italic;
}

div.primary-content p {
	font-size: 14px ;
	color: #1e1c6b;
	padding-left: 15px;
	line-height: 18px;
	margin-bottom: 18px;
}

div.primary-content ul li {
	font-size: 14px ;
	color: #1e1c6b;
	padding-left: 15px;
	line-height: 18px;
	margin-bottom: 18px;
	list-style: disc;
	list-style-position: inside;
}



div.primary-content ul.secondaryNav li{
	list-style: none;
	margin: 0px;
	font-size: 16px;
	padding: 0px;
	list-style-position: none;
	line-height: 20px;
	
}

ul.secondaryNav {
	overflow: hidden;
	margin-top: -15px;
	margin-bottom: 15px;
	padding-left: 5px;
}

ul.secondaryNav li{
	display: inline;
}




ul.secondaryNav li a{
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
	color: #1e1c6b;
	text-transform: lowercase;
}



ul.secondaryNav li a.active{
	font-weight: bold;
}

ul.secondaryNav li a:hover{
	text-decoration: underline;
}

div.primary-content h3 {
	font-size: 16px ;
	color: #7977af;
	padding-left: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
}
strong{
	font-weight: bold;
}

/* @group Membership Form */

input#submit {
	margin-bottom: 10px;
}





#container fieldset.contact-details label {
	width: 170px;
	display: block;
	float: left;
	line-height: 31px;
	font-size: 14px;
}

#container fieldset.contact-details input{
	width: 280px;
	border: 1px solid #7977af;
	margin-bottom: 20px;
	padding: 5px;
	margin-right: 90px;
	height: 20px;
}

#container fieldset.contact-details textarea{
	width: 280px;
	border: 1px solid #7977af;
	margin-bottom: 18px;
	padding: 5px;
	margin-right: 90px;
}

#container fieldset.contact-details div {
	width: 300px;
	margin-bottom: 18px;
	padding: 3px 5px;
	margin-right: 190px;
	display: block;
	margin-left: 160px;
}

legend {
	}

#container h4 {

	font-size: 16px ;
	color: #7977af;
	line-height: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
}

form#membershipForm legend{
	display: block;
	padding-bottom: 20px;
}

div.primary-content form {
	background-color: #ffffff;
	border: 2px solid #7977af;
	padding: 15px;
	position: relative;
}



form fieldset{
	padding-bottom: 20px;
}

form fieldset.radio-section legend {
	padding-bottom: 20px;
}

form fieldset.constituation {
	padding: 0px;
	margin: 20px 0px 40px 0px;
}


div.primary-content form fieldset p {
	font-size: 14px ;
	color: #1e1c6b;
	padding-left: 0px 15px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* @end */

form label.error,
#container fieldset.contact-details label.error {
	color: red;
	display: block;
	margin-top: -50px;
	margin-left: 172px;
	width: 155px;
	position: absolute;
	right: 0px;
	font-size:14px ;
	line-height: 16px;
	padding-top: 6px;
	
	
}

/* @group weather widget */
div.aside.box {
	display: block;
	width: 250px;
	
	border: solid 2px #1e1c6b;
	background-color: #ffffff;
	
margin-top: 20px;
font-size: 12px;
padding-bottom: 20px;
}

#links-box {
	padding-top: 20px;
	padding-bottom: 0px;
}

.aside.box h2 {
	background-color: #0f319e;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
	
}

#links-box ul {
	padding: 0px 0px;
	font-size: 16px;
	line-height: 20px;
}
#links-box ul li{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 20px;
	display: list-item;
}

#links-box a{
	color: #000000;
}

.aside.box div {
	display: block;
	width: 200px;
	margin: auto;
}

div.right-col {
	float: right;
}


/* @end */


div.facebook-box{
	padding-top: 20px;
	border: 0px solid black;
}

ul#tides{
	margin: -5px 0px;
}

#tides li {
	padding: 5px 25px;
	font-size: 14px;
}

#tides li a{
	color: #000000;
	text-decoration: none;
}

#tides li a:hover{
	text-decoration: underline;
}

div.js-gallery{
	padding-left: 10px;
}

div.js-gallery a{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	position: relative;
}

div.js-gallery img{
	max-width: 140px;
	max-height: 140px;
	position: relative;
	text-align: center;
	border: #0f319e 5px solid;
}

div.js-gallery a:hover img{
	max-width: 140px;
	max-height: 140px;
	position: relative;
	text-align: center;
	border: #7977af 5px solid;
}



