/****************************************************************************************************************
* Copyright 2012 HotHouse Interactive :: www.hothouse.com.au :: All Rights Reserved
* ------------------------------------------------------------------------------------------------------------- *
* PRINT STYLES
*****************************************************************************************************************

1. General
2. Hide Content
3. Custom Styles

****************************************************************************************************************/
/* --------------------------------------------------------------------------------------------------------------
   General
-------------------------------------------------------------------------------------------------------------- */
/* ----- Typography ----- */
body {color: #333;}
body, input, select, textarea {font: 12pt/14pt Arial, Helvetica, sans-serif;}

/* ----- Layout ----- */
.container {width: 100%;}

/* ----- Logo ----- */
#logo-print {display: block; margin-bottom: 10px;}

/* ----- Disclaimer ----- */
.footer .disclaimer {}

/* ----- URL ----- */
.content-text a:link:after,
.content-text a:visited:after,
.content-text a:hover:after,
.content-text a:active:after {border: 1px solid red; content: " (" attr(href) ") "; color: grey; font-style: italic; font-weight: normal;}

/* ----- Content ----- */
/* Grid */
.grid {margin-bottom: 10px;}

/* Lists */
.content-text ul {margin: 0 0 10px 0; padding: 0 0 0 20px;}
	.content-text ul li {list-style: disc outside;}
	.content-text ul li li {list-style-type: circle;}

.content-text ol {margin: 0 0 10px 0; padding: 0 0 0 20px;}
	.content-text ol li {list-style: decimal;}

.content-text dl {margin: 0 0 10px 0;}
	.content-text dl dt {margin: 0; padding: 0; font-weight: bold;}
	.content-text dl dd {margin: 0; padding: 0;}

	
/* --------------------------------------------------------------------------------------------------------------
   Hide Content
-------------------------------------------------------------------------------------------------------------- */
.header,
.nav,
.nav,
.footer {display: none;}

/* --------------------------------------------------------------------------------------------------------------
   Custom Styles
-------------------------------------------------------------------------------------------------------------- */
/* ----- URL ----- */
.w-sample {}