@charset "UTF-8";


/* --- RESET (from the blueprint-framework)--- */

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;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a { outline: none; }
legend, caption { display: none; }


/* --- BASE --- */

body {
	background: #fff;
	color: #000;
	font: 0.78em Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	letter-spacing:0.01em;
	text-align: left;
	background-image: url(images/bg01.gif);
 }


div.container{
	background-color:white;
	height:273px;
	margin: 20px 0 0 0;
	}
#content{
	display: inline;
	float: left;
}
.starter-image {
	display:block;
	float:left;
	}

.personal-info{
	padding: 30px 0 0 0;
	width: 700px;0
	}

p{
	margin: 16px 0 0 0;
	}

#tags{
	margin: 10px 0 0 0;
	float: left;
}

ul.taglist li{
	float: left;
	list-style-type: none;
	font-style:italic;
	color:#333;
	margin-right: 5px;
}

#linktowork{
	float: left;
	font-style:italic;
	margin-top: 0px;
}

H1.bigname {
	font-size: 24px;
	line-height: 24px;
	font-family: Helvetica, Arial,  sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:-3px;
	}
	
H2.subline{
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 13px;
	letter-spacing: 0px
	}

.smallname {
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 14px;
	line-height: 12px;
	}

a:link, a:visited {
	font-weight: bold;
	color: #d3571f;
	text-decoration:none;
}

a:hover{
	font-weight: bold;
	color: #d3571f;
	text-decoration:none;
	border-bottom: 1px dotted;
}

a:link.outgoing, a:visited.outgoing {
	font-weight: bold;
	color: #444;
	text-decoration:none;
}

a:hover.outgoing{
	font-weight: bold;
	color: #666;
	text-decoration:none;
	border-bottom: 1px dotted;
}

.button{
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	}
.button a:link, .button a:visited{
	display: block;
	background: #d3571f;
	color: white;
	padding-right: 6px;
	padding-bottom: 4px;
}
.button a:hover{
	display: block;
	background: #149bd6;
	color: white;
	padding-right: 6px;
	border: 0;
}


/*   WORK    */

div.head-info{
	background-color:white;
	padding: 0 0 10px 20px;
	}

table{
	margin: 30px 0 0 0;
	background-color:#FFF;
	 }
	 
td {
	padding: 20px;
	vertical-align: top;
	}

a.image{
	border-bottom: 0;
	}

#footer{
	margin: 40px 0;
	padding:10px;
	text-align:center;
	height: 30px;
	background-color:#FFF;
	}
