/* -------------------------------------------

TITLE : Clowntown
URL:  http://www.clowntown.com.au

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION : Print Styles
 
------------------------------------------ */


#container { width: 100%	}
	
	#banner { width: 100%; }
		
		#logo {}
		
			#logo img {
				border: 0;
				width: 150px;
				height: 150px;
				}
	
	#photoBanner {
		display: none;
		height: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		}
	
	#contentWrapper { width: 100%; }
	
		#nav, #navul, #navul li, #navul li a  {
				display: none;
				height: 0;
				padding: 0;
				font-size: 0;
				line-height: 0;
				}
				
		#content {
			margin: 0;
			width: 100%;
			}

			#redBox, #redBoxInner, #redBoxInner h2, #redBoxInner h3, #redBoxInner p,
			#redBoxInner td, #redBoxInner li, #redBoxInner p, #redBoxInner a {
				display: none;
				height: 0;
				padding: 0;
				font-size: 0;
				line-height: 0;
				}

			#contentHomeWrapper {
				width: 100%;
				margin: 0;
				padding: 0;
				}

	#footer {
		width: 100%;
		padding: 60px 0 0 25px;
		}
		
		.footerLogos {
			display: none;
			height: 0;
			padding: 0;
			font-size: 0;
			line-height: 0;
			}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

#stats {
	display: none;
	height: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	}

/* ------------------------------------------
 TEXT FORMATTING
------------------------------------------ */

p, td, li {
	font: 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

p {	margin: 0 0 20px 0; }

hr {
	border: none;
	color: #fff;
	border-top: 1px solid #9dbbd2;
	padding: 0 0 10px 0;
	width: 100%;
	}

#content ul {
	margin-bottom: 0;
	padding-bottom: 12px;
	margin-top: 0;
	padding-top: 0;
	}
	
#content li {
	list-style-image:url(/persistent/templateimages/tick.gif);
	padding: 0 0 8px 0;
	}	

/* ------------------------------------------
 HEADINGS
------------------------------------------ */

h1 {
	font: normal 24px "Snap ITC", Ravie, Jokerman, Kristen ITC, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4490cb;
	margin: 0;
	padding: 0 0 20px 0;
	}

h2 {
	font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #f02420;
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	}

h3 {
	font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9fcf67;
	margin: 5px 0 10px 0;
	}


/* ------------------------------------------
  LINKS
------------------------------------------ */

a, a:link, a:visited, a:active { color: #0096dc; }
a:hover { text-decoration: none; }


.imgleft {
	float: left;
	margin: 0 15px 15px 0;
	}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
	}

.imgWithBorder { border: 1px solid #f2eeeb; }

.greyText { color: #9b9b9b; }
.greyText strong, strong.greyText, .greyText b, b.greyText { color: #66a5d5; }
.greyText a { color: #9b9b9b;}
