@charset "UTF-8";
/* Oncology Holding Page CSS


___.   .__                 __             .__        __                
\_ |__ |  | _____    ____ |  | __ __  _  _|__| _____/  |_  ___________ 
 | __ \|  | \__  \ _/ ___\|  |/ / \ \/ \/ /  |/    \   __\/ __ \_  __ \
 | \_\ \  |__/ __ \\  \___|    <   \     /|  |   |  \  | \  ___/|  | \/
 |___  /____(____  /\___  >__|_ \   \/\_/ |__|___|  /__|  \___  >__|   
     \/          \/     \/     \/                 \/          \/       

blackwinter.com.au

 */


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#header {
	
	height: 1em; 
	background-color:#ffffff; 
	color:#ffffff; 
	position:relative; 
	z-index:1;	
	
}

#wrapper {
	
	height: 100%; 
	margin: 0 0 -12em 0; 
	color:#000000; 
	overflow:auto;	
	
}

#content {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding: 80px 0 0 0;
}

#logo {
	
	width: 319px;
	height: 255px;
	background: url('../images/logo.jpg') top left no-repeat;
	float: left;
}

#text {
	
	width: 290px;
	float: right;
	text-align: left;
	padding: 189px 0 0 0;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	color: #636467;
	font-size: 18px;
	background: url('../images/logo-text.jpg') top left no-repeat;
}

span.name {
	
	font-weight: 600;	
	font-size: 22px;
	
}


span.business {
	
	display: none;
	
}

#footer {
		
	background-color: #33bcad;
	height: 12em; 
	color:#ffffff; 
	position:relative; 
	z-index:1;
	
}

#footer-strip {
	
	height: 8px;
	background-color: #f0f184;	
	
}


#footer-container {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding: 20px 0 0 0;
}

#footer-content-left {
	
	font-size: 14px;	
	text-align: left;
	width: 290px;
	float: left;
	
}

#footer-content-right {
	
	font-size: 14px;	
	text-align: left;
	width: 298px;
	height: 138px;
	float: right;
	background: url(../images/form-bg.jpg) top left no-repeat;
	margin: 10px 0 0 10px;
	padding: 8px 0 0 0;
	
}

form p { position: relative; margin: 3px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}

form fieldset {

	border: 0;	
	padding: 0;
	margin: 0 0 0 8px;
	
}

form fieldset p input {
	display: block;
	padding: 0 0 0 10px;
	width: 274px;
	height: 38px;
	margin: 0;
	background: url(../images/field-bg.jpg) top left no-repeat;
	border: 0;
	cursor: text;
	color: #333;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

form fieldset p label {
	width: 280px;
	display: block;
	margin: 12px 0 0 12px;
	padding: 0;
	color: #868686;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

form fieldset p label {
	color: #777;
}

input.submit {
	
	margin: 0 0 0 8px;	
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */

html, body {
    margin: 0;
    padding: 0;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 18px;
}


#wrapper {
	
	width: 320px;
	
}

#content {
	width: 320px;	
	padding: 0 0 0 0;
}

#logo {
	
	width: 320px;
	height: 200px;
	background: url('http://osm.net.au/images/iphone-logo.jpg') top left no-repeat;
	display:block;
	float: left;
}

#text {
	
	width: 307px;
	height: 140px;
	text-align: left;
	padding: 0 0 0 13px;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	color: #636467;
	font-size: 18px;
	
	
}

span.name {
	
	font-weight: 600;	
	font-size: 22px;
	
}


span.business {
	
	display: none;
	
}

#footer {
		
	background-color: #33bcad; 
	color:#ffffff; 
	display: block;
	
	width: 320px;
	
}

#footer-strip {
	
	height: 8px;
	background-color: #f0f184;	
	
}


#footer-container {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding: 20px 0 0 0;
	
}

#footer-content-left {
	
	font-size: 14px;	
	text-align: left;
	width: 290px;
	padding: 0 13px 0 13px;
	
}

#footer-content-right {
	
	font-size: 14px;	
	text-align: left;
	width: 298px;
	height: 138px;
	background: url(../images/form-bg.jpg) top left no-repeat;
	margin: 10px 0 0 10px;
	padding: 8px 0 0 0;
	
}

form p { position: relative; margin: 3px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}

form fieldset {

	border: 0;	
	padding: 0;
	margin: 0 0 0 8px;
	
}

form fieldset p input {
	display: block;
	padding: 0 0 0 10px;
	width: 274px;
	height: 38px;
	margin: 0;
	background: url(../images/field-bg.jpg) top left no-repeat;
	border: 0;
	cursor: text;
	color: #333;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

form fieldset p label {
	width: 280px;
	display: block;
	margin: 12px 0 0 12px;
	padding: 0;
	color: #868686;
	font-family: 'Lekton', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

form fieldset p label {
	color: #777;
}

input.submit {
	
	margin: 0 0 0 8px;	
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- 
@media only screen 
and (min-width : 1824px) {
/* Styles 
} */

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}