
/* main-print.css --------------------------------------------------------------------------------------------------------------------------------------------------------------------------


	- RESET
	- GENERIC CLASSES
	- TYPOGRAPHY
	- FORM
	- TABLE
	- LAYOUT
		- HEADER
		- MAIN NAV
		- CONTENT
			- BODY
		- FOOTER




*/



/* --------------------------------------------------------------------------------------------------------------------------------------------------------  GENERIC CLASSES     	*/

/* text transform */ 	.tt-n{text-transform: none;}.tt-u{text-transform: uppercase;}.tt-l{text-transform: lowercase;}
/* text font weight */ 	.tw-n{font-weight:normal;}.tw-b{font-weight:bold;}


/* centered */ 		.i-c{display: block;margin-left: auto;margin-right: auto;}
/* img right */ 	.ir-5{float: right;padding: 0;margin: 0 0 10px 5px;border:0;}.ir-10{float: right;padding: 0;margin: 0 0 15px 10px;border:0;}.ir-15{float: right;padding: 0;margin: 0 0 10px 15px;border:0;}.ir-20{float: right;padding: 0;margin: 0 0 15px 20px;border:0;}
/* img left */ 		.il-5{float: left;padding: 0;margin: 0 5px 10px 0;border:0;}.il-10{float: left;padding: 0;margin: 0 10px 15px 0;border:0;}.il-15{float: left;padding: 0;margin: 0 0 15px 20px;border:0;}.il-20{float: left;padding: 0;margin: 0 20px 25px 0;border:0;}

/* background color */ .bkg-c-lightgrey{background-color:#f2f2f2;}

.bottom-border-black{
	margin: 0;
	padding: 0;
	border: 0;	
}

.bottom-border-dotted-grey{
	margin: 0;
	padding: 0;
	border: 0;	
}

.top-border-dotted-grey{
	margin: 0;
	padding: 0;
	border: 0;	
}

.border-top-dotted{
	margin: 0;
	padding: 0;
	border: 0;
}


.uppercase{
	text-transform: uppercase;	
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------  TYPOGRAPHY     	*/



body {
   background: white;
   font-size: 12pt;
   line-height: 15pt;
   font-weight: normal;
   font-family: "Times New Roman", Times, serif;
   color: black;
}

h1, h2, h3, h4, h5{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 30px 0 20px 0;	
	border-bottom: 1px solid black;
}

h1{
	font-size: 15pt;
	margin: 0;
}

h1:first-child{
	margin-top: 0;
}

h1#main-heading{
	float: none;
	margin: 12px 0 0 0;
	padding: 7px 0;
	position: static;	
	font-size: 13pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}


h2{
	font-size: 14pt;
	
	padding: 0;
}

h2:first-child{
	margin-top: 0;	
}

h3{
	font-size: 13pt;
	
	padding: 0;
}

h3:first-child{
	margin-top: 0;
}

h4{
	font-size: 12pt;
	
}

h1.arial, h2.arial, h3.arial, h4.arial, h5.arial{
	font-family:Arial, Helvetica, sans-serif;
		
}

p{
	margin: 10px 0;
	text-align: justify !important;
}

p.heading{
	font-family: Georgia, "Times New Roman", Times, serif;	
}

p.heading-larger{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.5em;
	line-height: 1.35em;
}

blockquote{
	padding: 0 15px;
	font-style: italic;
}

ul, ol{
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul ol, ol ul{
	margin-top: 5px;
	margin-bottom: 0;
}

li{
	margin-bottom: 10px;
}

ul li{
	list-style-type: disc;
}

ol li{
	list-style-type: decimal;
}


a, a.btn{
	font-size: 10pt !important;
	font-weight: normal;
	text-transform: none;	
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   
}

a[href^="/"]:after {
   content: " (http://www.facetoday.com.au" attr(href) ") ";
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------  TABLE    	*/

table{
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

table tr{
	
}

table th,table td{
	padding: 10px;
	text-align: left;
	border: 1px solid black;
	vertical-align: top;
}

table.tabledefault th,table.tabledefault td{
	border: 0;	
}

table th{
	font-weight: bold;
}

table td{
	
}

table thead th{
	
}

table tbody th{
	
}

table tbody td{
	
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------------  LAYOUT    	*/

.wrapper{
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: white;	
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------  HEADER     */

#header{
	
	background: white;	
	text-align: right;
	
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 10px;
}

#header .top{
	position: relative;
	height: auto;
	min-height: 10px;
	padding: 0;
	margin: 0;
	
}

#header .logo{
	float: none;
	display: block;	
	width: 45px;
	height: 41px;
	overflow: hidden;
	text-indent: 0;
	margin: 0;
	padding: 0;
	
}

#header .logo img{
	display: inline;	
}

#header .phone{
	float: none;
	display: inline;
	font-size: 14pt;
	font-weight: normal;	
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	
}

#header .social{
	display: none;
}

#header .email{
	display: none;
}

#top-nav{
	display: none;
	
}

#header .bottom{
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}

#header .bottom #bottom-nav{
	display: none;	
}

#header .bottom .main-img{
	display: block;
	margin: 0;
	padding: 0;	
	width: 100%;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------  BODY     */

#body{
	padding: 0;
	margin: 0;
}

#body.after-heading{
	padding-top: 40px;
	clear: left;
}



#body h1 span, #body h2 span, #body h3 span, #body h4 span{
	background: transparent;
	color: black;	
}


/* -----------------------------------------------------------------------------------------------  ALL COLUMNS      */

.all-columns .body-left{
	display: none;
}

.all-columns .body-middle{
	float:none;	
	width: auto;
}

.all-columns .body-right{
	float: none;	
	width: auto;
}

/* -----------------------------------------------------------------------------------------------  TWO COLUMNS     */

.two-columns .body-left{
	display: none;
}

.two-columns .body-middle{
	float:none;	
	width: auto;	
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------------------------------------------  TWO COLUMNS LEFT     */

.two-columns-left .body-left{
	display: none;
	
}

.two-columns-left .body-middle{
	float:none;	
	width: auto;
	margin: 0;
	padding: 0;
		
}

/* -----------------------------------------------------------------------------------------------  TWO COLUMNS LEFT     */

.two-columns-right .body-middle{
	float:none;	
	width: auto;
	margin: 0;
	padding: 0;
		
}

.two-columns-right .body-right{
	float: none;	
	width: auto;
	margin: 0;
	padding: 0;
	
}


/* -----------------------------------------------------------------------------------------------  TWO COLUMNS LEFT     */

.two-columns-centered .body-left{
	display: none;
		
}

.two-columns-centered .body-middle{
	float: none;	
	width: auto;
	margin: 0;
	padding: 0;
	
}



/* -----------------------------------------------------------------------------------------------  LEFT NAV     */


#left-nav{
	display: none;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------  CONTENT     */

#content{

}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------  FOOTER     */

#footer{
	padding: 0;
	margin: 0;
	background: #252525;	
}

#footer-nav{
	display: none;
}

#footer .social{
	display: none;	
}

#footer .disclaimer{
	border-top: 1px solid black;
	padding-top: 10px; 		
}

#footer .disclaimer p{
	
	color: #fcfcfc;
	margin: 3px 0;
	padding: 0;
	font-size: 9pt;
	font-weight: normal;
	float: none;
	text-align: left;
	text-align: center;
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------------  OVERLAY     */


#fallback{
	display: none;	
}

.overlay{
	
	display: none;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------  PAGINATION     */


.pagination{
	display: none;	
}




/* --------------------------------------------------------------------------------------------------------------------------------------------------------  SINGLE-POST     */


#single-post{
	margin: 20px 0;	
	
}

#single-post h2{
	font-size: 1.3em;	
	line-height: 1.15em;
	margin: 5px 0 8px 0;
	clear: both;
}

#single-post h2 a{
	color: black;
	text-decoration: none;	
	
	
}

#single-post h2 a:hover{
	text-decoration: underline;	
}

#single-post h3{
	display: none;
}

#single-post .post-body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.4em;	
	
}

#single-post img{
	max-width: 100%;	
}



#single-post .links{
	display: none;	
}










