/*
-------------------------------------------
Author:   	Thomas Zarzecki
Site:  		www.innate.com.au
Location:	Sydney Australia
Date:		2009
-------------------------------------------
 */

/* Global Reset */

body, div, 
table, th, td, 
ul, li, ol, dd, form, a, img, 
p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	border:0;
	line-height:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	color:#8A9A9A;	
	}
	
li {
	list-style:none;
	}	
	

	
/* Body Background */	

body {

	padding:20px;
	background:#293838;
	/* background:#293938  url(images/bg-page.jpg) top left fixed;*/
	padding-left:208px;
	}
	
/* Links */

a,
a:visited {
  color:#69B819;
  }

a:active,  
a:hover {
  color:#7CD521;
  }	
  

 /*
-------------------------------------------
Typography
-------------------------------------------
 */ 
 
p {
	line-height:1.2em;
	margin-bottom:5px;
	} 

h1 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	color:#476669;
	line-height:1em;
	margin-bottom:5px
	}
	
h2 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#61949C;
	line-height:1.2em;
	margin-bottom:5px

	}
	
h3 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#5E8D94;
	line-height:1.2em;
	}		


h4 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#339966;
	line-height:1.2em;
	}

 
 /*
-------------------------------------------
Specific Element Styles
-------------------------------------------
 */ 
 
h1.intro { /* Hide Intro from web version */
	position:absolute;
	text-indent:-9999px;
	}
	

.nav { /* =code in ie-style for MSIE 6 */
	position:fixed;
	top:20px;
	left:20px;
	width:168px;
	}
	
.nav ul a {
	display:block;
	background:#303F3F;
	padding:5px 10px;
	margin-bottom:1px;
	}	
	
.nav ul a.contact { /* =code in ie-style for MSIE */
	background:#303F3F url(images/bg-email.gif) 10px 4px no-repeat;
	text-indent:-9999px;
		}
		
.nav ul a.contact:hover {
	background-image: url(images/bg-email_dn.gif);
	}	
			
.blurb {
	padding:5px;
	background:#273333;
	}	
	
	
.nav ul a.LinkedIn {
	padding:5px 0;
	text-align:center;
}
	
	
/* Content Group */	


.content-group {
	position:relative;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #273535;
	line-height:0;
	width:603px;
	background:#2F3E3E url(images/bg-folio-group.jpg) bottom left repeat-x;
	}	
	
.content-group img {
	float:right;
	margin:0 0 5px 5px;
	background:#303F3F;
	}
	
.content-group .description {
	padding-bottom:100px;
	}	
	
.pic {
	padding:4px;
	border:1px solid #293838;
	}		
	
.content-group h3,
.description li {
	margin-bottom:5px;
	}	

/* Folio Group */

.folio-group {
	position:relative;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #273535;
	line-height:0;
	width:603px;
	background:#2F3E3E url(images/bg-folio-group.jpg) bottom left repeat-x;
	}

.folio-group img {
	float:left;
	margin:0 1px 1px 0;
	}	

.images { /* Div and dimension needed to contain floated images in WinIE */
	width:603px;
	}
	
.images:after { /* Div and following fullstop needed to contain floated images in standard complient browsers */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}	
	
.description {
	padding:5px;
	background:#2D3B3B;
	}	

a.link-top {
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	background:#2A3737 url(images/bg-link-top.gif) top left no-repeat;
	text-align:center;
	vertical-align:middle;
	padding:2px 10px 4px 20px;
	}
	
a.link-top:hover {
	background-image:url(images/bg-link-top_dn.gif);
	}		
	
.meta,
.meta a,
.meta a:visited {
	color:#5C6C6C;
	}
	
.meta a,
.meta a:visited {
	padding-left:13px;
	background:url(images/bg-arrows-thin.gif) 2px 0.5em no-repeat;
	color:#5C6C6C;
	}

.meta a:hover {
	color:#7CD521;
	background-image:url(images/bg-arrows-thin_dn.gif);
	}
	
.footer {
	margin:10px 0;
	color:#5C6C6C;
	font-size:10px;
	}	
