/**
 * Colada - Stylesheet
 * Copyright Matthias Vandermaesen, 2010,
 * DON'T STEAL - BE INSPIRED
 */
 
/* Eric Meyers' Browser reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group sticky footer */

html, body  {
  height: 100%;
}
#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
	padding-bottom: 200px;
}  /* must be same height as the footer */

#footer {
  position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* @end */

/* @group general */

body {
  background: #300f00;
  color: #f9941b;
  font: 100% Arial, "sans serif";
  line-height: 1.5;
}

div#main {
  margin: 50px 0 0 80px;
  width: 860px;
}
  
/* @end */

/* @group page lay out */

h1 {
  height: 30px;
  position: relative;
  width: 360px;
}

h1 span {
  background: url('../images/header.gif') top left no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}

div#main p.intro {
  margin: 50px 0;
  font-size: 1.20em;
}

div#main p.intro a {
  border-bottom: 1px solid #ffbd6e;
  color: #f9941b;
  text-decoration: none;
}

div#main p.intro a:hover {
  border-bottom: 1px solid #f9941b;
}

div#main h2 {
  height: 25px;
  margin-bottom: 15px;
  position: relative;
  width: 60px;
} 

div#main h2 span {
  background: url('../images/work.gif') top left no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}

div#main table.work tr td {
  padding: 10px;
}

div#main table.work {
  margin-bottom: 50px;
}

div#footer {
  background: #150600;
}

div#find-me {
  margin: 20px 0 0 80px;
  width: 240px;
  float: left;
}

div#find-me h2 {
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 60px;
}

div#find-me h2 span {
  background: url('../images/find-me.gif') top left no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}

div#i-like ul,
div#find-me ul {
  margin-left: 60px;
}

div#i-like ul li,
div#find-me ul li {
  display: inline;
}

div#contact-me,
div#i-like {
  float: left;
  margin: 20px 0 0 60px;
  width: 240px;
}

div#contact-me {
  width: 300px;
}

div#i-like h2 {
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 60px;
}

div#i-like h2 span {
  background: url('../images/i-like.gif') top left no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;  
}

div#contact-me h2 {
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  width: 80px;
}

div#contact-me h2 span {
  background: url('../images/contactme.gif') top left no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
}

div#contact-me p {
  margin-left: 100px;
}

/* @end */