
/** GLENFERRIE DERMATOLOGY - MAIN STYLE SHEET **/
/** CARBON DATA SOLUTIONS - http://www.carbondata.com.au  **/

/* RESET STYLES - NULLIFY DEFAULT STYLESHEETS */

html { overflow-y: scroll; }
body { margin: 0; border: 0; padding: 0; font-size: 62.5%; line-height: 100%; font-family: 'Lato', Arial, sans-serif; background-color: #202020; }
h1, h2, h3, h4, h5, h6, p { margin: 0; border: 0; padding: 0; font-size: 1.0em; line-height: 1.0em; font-size: 10px; line-height: 10px; font-weight: 400; font-weight: normal;  }
table, tr, td, th { margin: 0; border: 0; border-collapse: collapse; padding: 0; font-size: 1.0em; line-height: 1.0em; font-size: 10px; line-height: 10px; }
ul, ol, li { list-style: none; margin: 0; border: 0; padding: 0; }
a { text-decoration: none; }
a:link, a:visited, a:focus, a:hover { color: #000000; }
/* .bold { font-weight: 700; } */
.clearBoth { float: left; clear: both; }
.containWidth { margin-left: auto; margin-right: auto; padding-left: 8px; padding-right: 12px; /* max-width: 1024px; */ min-width: 208px; }
.super { font-size: 0.7em; line-height: 1.0em; vertical-align: super; }
.sub { font-size: 1.0em; line-height: 1.0em; vertical-align: sub; }



/** COMMON STYLES **/

.containWidth {
	
	min-width: 296px; max-width: 936px;
	overflow: hidden;
	}

@media all and (max-width:400px) {
	.containWidth { padding-left: 12px; padding-right: 12px; }
	}

@media all and (min-width:401px) {
	.containWidth { padding-left: 44px; padding-right: 44px; }
	}

/********** HEADER **********/

.header {
	background-color: #ffffff;
	}

#header {
	padding-top: 8px; padding-bottom: 8px;
	overflow: hidden;	
	}

.headerLogo {
	display: block;
	height: 85px;
	width: auto;
	}

@media all and (max-width:480px) { .headerLogo { float: left; clear: both; } }
@media all and (min-width:481px) { .headerLogo { float: left; clear: left; } }

.headerTelephone {
	font-family: 'BrandonGrotesqueBoldRegular';
	margin-top: 17px;
	color: #e7540e;
	font-size: 2.2em;
	line-height: 1.0em;
	}

.headerTelephone a:link, .headerTelephone a:visited {
	color: #e7540e;
	}

.headerTelephone a:hover, .headerTelephone a:active, .headerTelephone a:focus {
	color: #f6b221;
	}

@media all and (max-width:480px) { .headerTelephone { float: left; clear: both; } }
@media all and (min-width:481px) { .headerTelephone { float: right; clear: right; } }

.navigation {
	margin-top: 8px;
	}
	
@media all and (max-width:600px) { .navigation { float: left; clear: both; } }
@media all and (min-width:601px) { .navigation { float: right; clear: right; } }	
	
.navigation li {
	font-family: 'BrandonGrotesqueMediumRegular';
	float: left;
	clear: none;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.0em;
	color: #6f6f6e;
	text-transform: uppercase;
	}
	
@media all and (max-width:600px) { .navigation li { float: left; clear: both; } }
@media all and (min-width:601px) { .navigation li { float: left; clear: none; } }	
	
.navigation li a {
	display: block;
	padding: 10px 8px 7px 8px;
	color: #6f6f6e;
	}
	
.navigation li a:hover, .navigation li a:focus {
	background-color: #f6b221;
	color: #000000;
	}

.navigation li a.selected {
	color: #ffffff;
	background-color: #e7540e;
	}
	
/********** BANNER ************/

#banner {
	max-width: 640px;
	}

#banner p {
	text-align: center;
	color: #f6b221;
	font-family: 'BrandonGrotesqueLightRegular';
	font-size: 1.8em;
	line-height: 1.2em;
	}

.banner {
	padding-top: 12px;
	padding-bottom: 12px;
	}	

/********** FOOTER **********/


.footer {
	padding-top: 28px;
	padding-bottom: 28px;
	}

#footer {
	overflow: hidden;
	}
	
#footer h2 {
	/* MEDIUM */
	font-family: 'BrandonGrotesqueMediumRegular';
	color: #ffffff;
	font-size: 2.0em;
	line-height: 1.0em;
	padding-bottom: 16px;
	background-image: url('../images/common/orangeBackground.jpg');
	background-repeat: no-repeat;
	background-size: 72px 2px;
	background-position: 0% 100%;
	margin-bottom: 14px;
	font-weight: 400;
	}

#footer .contactDetails {
	max-width: 296px;
	margin-bottom: 24px;
	}

#footer .contactDetails li {
	font-family: 'BrandonGrotesqueRegularRg';
	color: #cccaca;
	border-bottom: 1px solid #6f6f6e;
	font-size: 1.5em;
	line-height: 1.0em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 28px;
	}
	
#footer .contactDetails li a:link, #footer .contactDetails li a:visited {
	color: #cccaca;
	}	

#footer .contactDetails li a:hover, #footer .contactDetails li a:active, .contactDetails li a:focus {
	color: #ffffff;
	}	
	
.footer .doctorName {
	font-family: 'BrandonGrotesqueRegularRg';
	color: #ffffff;
	font-size: 1.7em;
	line-height: 1.3em;
	margin-top: 8px;
	max-width: 296px;
	
	}







.footer .downloadLink {
	
	text-align: center;
	font-family: 'BrandonGrotesqueMediumRegular';
	color: #ffffff;
	font-size: 2.0em;
	line-height: 2.0em;
	margin-top: 12px;  	
	}

.footer .downloadLink a {
	display: block; width: 100%; height: 100%;
	}

.footer .downloadLink a:link, .footer .downloadLink a:visited  {
	background-color: #e7540f;
	color: #ffffff;
	}

.footer .downloadLink a:hover, .footer .downloadLink a:active, .footer .downloadLink a:focus {
	color: #000000;
	background-color: #f6b221;
	}
	
	
@media all and (max-width:720px) {
	.footer .downloadLink { width: 100%; clear: right; float: right; margin-bottom: 12px;  }
	
		
	}
	
@media all and (min-width:721px) {
	.footer .downloadLink { margin-left: 320px; margin-bottom: -28px;  }	
	}	
	
	
	
	
	

#footer .contactDetails	li {
	background-position: 0px 5px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	}

.footerAddress { background-image: url('../images/common/iconMapMarker.png'); }
.footerTelephone { background-image: url('../images/common/iconPhoneHandset.png'); }
.footerFax { background-image: url('../images/common/iconPrintFax.png'); }
.footerEmail { background-image: url('../images/common/iconEnvelope.png'); }

.footerMap {
	background-color: #626262;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: right center;
	}

.footerMap a {
	display: block;
	width: 100%;
	height: 100%;		
	}

@media all and (max-width:480px) {
	.footerMap {
		/* background-image: url('../images/common/mapSquare.jpg'); */
		/* background-image: url('../images/common/map2Square.jpg'); */
		background-image: url('../images/common/map2016square.jpg');
		background-position: center center;
		margin-top: 24px;
		height: 208px;	
		}
	}


@media all and (min-width:481px) and (max-width:720px) {
	.footerMap {
		/* background-image: url('../images/common/mapSquare.jpg'); */
		/* background-image: url('../images/common/map2Square.jpg'); */
		background-image: url('../images/common/map2016.jpg');
		background-position: center center;
		margin-top: 24px;
		height: 208px;	
		}
	}









@media all and (min-width:721px) {
	
	#footer h2 {
		float: left;
		clear: left;
		width: 296px;	
		}
	
	
	#footer ul.contactDetails {
		float: left;
		clear: left;
		width: 296px;
		}
	
	#footer p.doctorName { 
		float: left;
		clear: left;
		width: 296px;
		margin-bottom: 14px;
		}
	
	.footerMap {
		margin-left: 320px;
		height: 264px;
		clear: none;
		/* background-image: url('../images/common/mapLong.jpg'); */
		/* background-image: url('../images/common/map2Long.jpg'); */
		background-image: url('../images/common/map2016.jpg');
		}
		
	}

.gutter {
	border-top: 1px solid #6f6f6e;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 40px;
	overflow: hidden;
	clear: both;
	}

.gutter p {
	color: #ffffff;
	}

.gutter p a:link, .gutter p a:visited {
	color: #ffffff;
	} 
	
.gutter p a:hover, .gutter p a:active, .gutter p a:focus {
	color: #ffffff;
	text-decoration: underline;
	}

.copyright { float: left; clear: left; }
.topLink { float: right; clear: right; }

/********** AFFILIATES **********/

.affiliates {
	background-color: #ffffff;
	}

#affiliates {
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden;
	}

.affiliate a	{
	display: block;
	width: 100%;
	height: 100%;
	}

.affiliate img {
	display: block;
	width: auto;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	}

.affiliate1 img {
	display: inline-block;
	width: auto;
	height: 68px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	}

.affiliates a img { border: 0px !important; border-style: none !important; }

@media all and (max-width:600px) { .affiliate { float: left; clear: none; width: 50%; } #affACD, #affBAD, #affANZ, #affPDA { margin-top: 12px; } }
@media all and (min-width:601px) and (max-width:804px) { .affiliate { float: left; width: 33.333%; } #affBAD, #affANZ, #affPDA { margin-top: 12px; } }
@media all and (min-width:805px) { .affiliate { float: left; clear: none; width: 25%; } }

@media all and (min-width:600px) { .affiliate1 { display: inline-block; clear: none; width: 50%; } }
@media all and (min-width:601px) { .affiliate1 { display: inline-block; clear: none; width: 35%; } }
@media all and (min-width:805px) { .affiliate1 { display: inline-block; clear: none; width: 25%; } }

/***************** CONTENT *****************/

.content {
	background-color: #f8f8f8;
	}

.normalWrap h1 {
	/* MEDIUM */
	font-family: 'BrandonGrotesqueMediumRegular';
	font-size: 3.2em;
	line-height: 1.0em;
	border-bottom: 1px solid #ededed;
	padding-top: 28px;
	padding-bottom: 28px;
	margin-bottom: 24px;
	}

.normalWrap h2 {
	/* MEDIUM */
	font-family: 'BrandonGrotesqueMediumRegular';
	font-size: 2.0em;
	line-height: 1.0em;
	padding-bottom: 14px;
	background-image: url('../images/common/orangeBackground.jpg');
	background-repeat: no-repeat;
	background-size: 72px 2px;
	background-position: 0% 100%;
	margin-bottom: 14px;	
	}

.normalWrap h3 {
	/* MEDIUM */
	font-family: 'BrandonGrotesqueMediumRegular';
	font-size: 1.6em;
	line-height: 1.0em;
	}

.normalWrap p {
	padding-bottom: 14px;
	}

.normalWrap p.regular {
	/* REGULAR */
	font-family: 'BrandonGrotesqueRegularRg';
	font-size: 1.4em;
	line-height: 1.2em;
	color: #6f6f6e;
	font-weight: 400;
	}

.normalWrap p.bold {
	/* BOLD */
	font-family: 'BrandonGrotesqueBoldRegular';
	font-size: 1.4em;
	line-height: 1.2em;
	color: #6f6f6e;
	font-weight: 400;
	}

.normalWrap p.light {
	/* LIGHT */
	font-family: 'BrandonGrotesqueLightRegular';
	font-size: 1.6em;
	line-height: 1.2em;
	color: #6f6f6e;
	}

.normalWrap p.quote {
	/* QUOTE */
	font-family: 'Times', 'Times New Roman', 'Georgia', serif;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #e7540e;
	font-style: italic;
	font-weight: 400;
	}

.normalWrap p a:link, .normalWrap p a:visited {
	color: #e7540e;
	} 	

.normalWrap p a:hover, .normalWrap p a:active, .normalWrap p a:focus {
	color: #f6b221;
	} 	
		
.normalWrap .warning .quote {
	color: red;
	}

.normalWrap .confirmation .quote {
	color: green;
	}	
