/*------------------------------------------------
Grafik - master style sheet
Author: Grafik - www.grafik.com.au
-----------------------------------------------*/

/*
===== CONTENTS =====

	last-updated: 21 June 2009;

	1: universal reset 
	2: html and body
	3: typography
	4: lists
	5. links
	6: images	
	7: layout

====================
*/


/*
= 1. universal reset ---------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}
ul, 
ol {
	list-style: none;
}
img {
	border:none;
}

/*
= 2. html & body ---------------------------------- */
html {
	background: transparent url(../images/cardboard.jpg);
	background-position: fixed;
}

body {

}

/*
= 3. typography ---------------------------------- */

/* =h1 */
h1 {
	
}
h1 a {
	display: block;
	background: transparent url(../images/grafikLogo.png) no-repeat;
	width: 410px;
	height: 377px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 15px 10px;
}

/* =h2 */
h2 {
	
}


/* =h3 */
h3 {
		
}


/* =h4 */
h4 {
	
}

/* =p */
p.rebrand {
	text-indent: -9999px;
	width: 336px;
	height: 150px;
	background: transparent url(../images/rebrandText.png) no-repeat;
	float: left;
	margin: 90px 0 0 60px;
}

/* =strong/b/em/i */
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

div.vcard p {

}

p.credit {

}

p.credit a {

}

p.credit {

}

/*
= 4. lists ---------------------------------- */

ul {
	
}

ol {
	
}

li {
	
}


/*
= 5. links ---------------------------------- */
a {
	outline: none;
}
a:link, 
a:visited {
	
}
a:hover,
a:active {

}
a img {
	border: none;
}

p.rebrand a{
	background: transparent url(../images/rebrandText.png) no-repeat bottom;
	display: block;
	clear: left;
	margin-top: 132px;
	height: 38px;
}

/*
= 5.1 navigation ----------------------------- */


/*
= 6. images ---------------------------------- */

img {
	
}

/*
= 7. layout ---------------------------------- */

div#wrapper {
	width: 960px;
	margin: 108px auto;
	background: transparent url(../images/cross.png) no-repeat 530px 390px;
	padding-bottom: 220px;
}

div#content {
	
}

div.vcard {
	/*text-indent: -9999px;
	background: transparent url(../images/contact.png) no-repeat;*/
	width: 329px;
	height: 101px;
	clear: left;
	margin: 20px 0 0 490px;
}

.adr {
	text-indent: -9999px;
	background: transparent url(../images/contact.png) no-repeat;
	height: 43px;
	width: 329px;	
	display: block;
}

.tel {
	text-indent: -9999px;
	background: transparent url(../images/contact.png) no-repeat 0px -43px;
	height: 21px;
	width: 329px;	
	display: block;
}

.email{
	text-indent: -9999px;
	background: transparent url(../images/contact.png) no-repeat 0px -64px;
	height: 21px;
	width: 329px;
	display: block;	
}

a.web {
	text-indent: -9999px;
	background: transparent url(../images/contact.png) no-repeat 0px -85px;
	height: 16px;
	width: 329px;
	display: block;
}
