/*-----------------------------------------------------
	reset
-----------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #91836b; 
	background-color: #f6ecda;
	height: 100%;
}

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

a {
	color: #69810e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------
	Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html]
-----------------------------------------------------*/

.clearfix:after, .columns:after, .formElementRow:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .columns, .formElementRow {display: block;}

/*-----------------------------------------------------
	layout: columns common
-----------------------------------------------------*/

.column1 {
	float: left;
	width: 240px;
	border-right: 1px solid #d2c7b4;
	padding-right: 24px;
}

.column2 {
	float: left;
	padding-left: 16px;
	width:  140px;
}


/*-----------------------------------------------------
	layout: canvas and container
-----------------------------------------------------*/

#canvas {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	min-height: 570px;
}

#container {
	width: 480px;
	padding-left: 400px;
	height: 570px;
	background: transparent url(../images/photo.jpg) no-repeat scroll 0 0;
	margin: -285px 0 0 -440px;
	position: absolute; 
	top: 50%; 
	left: 50%;
}

/*-----------------------------------------------------
	layout: header
-----------------------------------------------------*/

.header {
	padding: 36px 0 20px 0;
	margin-bottom: 24px;
	background: transparent url(../images/pin.png) no-repeat scroll bottom right;
}

.header h1.column1 {
	border-right: 0px none;
	font-family: Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2em;
	color: #6d3b23;
	font-weight: normal;
}

.header h2.column2 {
	line-height: 20px;
	padding-top: 13px;
	font-weight: normal;
}


/*-----------------------------------------------------
	layout: body
-----------------------------------------------------*/

.body ul.column1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.body .column2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.line {
	height: 15px;
	font-size: 10px;
	line-height: 10px;
	border-bottom: 1px solid #d2c7b4;
	margin-bottom: 15px;
}

.line div {
	width: 31px;
	height: 31px;
	margin-left: 250px;
	background-color: #f6ecda;
}

/*-----------------------------------------------------
	layout: links
-----------------------------------------------------*/

.body li {
	background: transparent url(../images/icons.png) no-repeat scroll 0 4px;
	padding-left: 24px;
}

.body li.blog 			{ background-position: 0 4px; }
.body li.gallery 		{ background-position: 0px -26px; }
.body li.cv 			{ background-position: 0px -56px; }
.body li.blip 			{ background-position: 0px -86px; }
.body li.facebook 		{ background-position: 0px -116px; }
.body li.phone 			{ background-position: 0px -146px; }
.body li.skype 			{ background-position: 0px -176px; }
.body li.mail 			{ background-position: 0px -206px; }


