@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: print.css
* Version: 1.0.0 (2009-01-09)
* Website: www.couchcreative.com.au
* Author: Dhruv Raniga
* Description: Handles the print layout.
    ------------------------------------------------------------------------------------*/


/*
[Color codes]

*/

/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, Verdana;
 	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e0dfd7;
}

p {
	font-size: 0.75em;
	line-height: 1.38em;
	color: #666;
	padding-bottom: 12px;
	margin: 0;
}

a {
	color: #94938e;
	text-decoration: none;
}

a:hover {
	color: #d9d8d0;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/
	
#header {
	height: 100px;
	border-bottom: 1px solid #606060;
	margin-bottom: 10px;
	padding: 0 20px;
}

.logo {
	display: none;
}

.logo_print {
	float: left;
	display: inline;
	margin-top: 40px;
}

	
	
/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/
	
#container {
	width: 975px;
	margin: 0 auto; 
	text-align: left;
}

#banner {
	height: 375px;
	background: #000;
}

#blocks {
	height: 16.56em;
	margin: 10px 0 20px 0;
}

.news {
	display: inline;
	float: left;
	width: 275px;
	height: 15.3125em;
	margin-right: 15px;
	padding: 10px 20px;
}

.blog {
	display: inline;
	float: left;
	width: 275px;
	height: 15.3125em;
	margin-right: 15px;
	padding: 10px 20px;
}

.about {
	display: inline;
	float: left;
	width: 275px;
	height: 15.3125em;
	margin: 0;
	padding: 10px 20px;
}

#column1, #column2, #column3 {
	display: inline;
	float: left;
	width: 285px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#column4 {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#printPreview {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#preview {
	display: none;
}

.intro {
	clear: both;
	padding: 0 20px;
}

#content {
	clear: both;
}

#footer {
	display: none;
}


/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

/*Sifr*/
h1 {
	font-size: 1.75em;
	color: #4c4d4c;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: -10px;
}

/*Sifr*/
h2 {
	font-size: 1.63em;
	color: #4c4d4c;
	text-align: left;
	text-transform: uppercase;
	
}

/*Sifr*/
h3 {
	font-size: 1.63em;
	color: #d9d8d0;
	line-height: 1.25em;
	padding-bottom: 10px;
}

h4 {
	font-size: 0.88em;
	color: #333;
	font-weight: normal;
	padding-bottom: 2px;
}

h5 {
	font-size: 0.75em;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}

h6 {
	font-size: 0.75em;
	color: #333;
	font-weight: normal;
}
	
	
/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/
	
#blocks a, #content a {
	color: #d9d8d0;
	background: #000;
	padding: 2px 0;
	text-decoration: none;
}

#blocks a:hover, #content a:hover {
	color: #000;
	background: #d9d8d0;
	padding: 2px 0;
	text-decoration: none;
}

#content ul {
	list-style-image: url(/images/tick.png);
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 15px;
}

#content li {
	font-size: 0.75em;
	line-height: 1.38em;
	color: #94938e;
	margin: 0;
}
	
	
/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

.menu {
	display: none;
}
	
	
/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.tagline {
	float: left;
	width: 610px;
	margin-bottom: 10px;
}

.item {
	float: left;
	display: inline;
	margin: 20px;
}

.right {
	text-align: right;	
}

.download {
	display: inline;
	float: right;
	margin-bottom: 10px;
	padding: 0 20px;
}

.clearfloat { 
	clear:both;
}

.imghide {
	display: inline;
}

#map {
	width: 610px;
	height: 475px;
	margin-bottom: 10px;
}

