html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	text-shadow: 0px 0px 1px rgba(0,0,0,0); /* Force Chrome to antialias fonts */
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

body {
	font-family: "Arial", sans-serif;
	background-color: #eee;
	background: #fff -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: #fff -moz-linear-gradient(top, #eee, #fff);
	height: 100%;
}

#rapper,
.message {
	width: 980px;
	background-color: #fff;
	margin: 20px auto;
	border: 1px solid #eee;
	padding: 40px;
	-webkit-box-shadow: 0 0 20px #dbdbdb;
	-moz-box-shadow: 0 0 20px #dbdbdb;
	box-shadow: 0 0 20px #dbdbdb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.message {
	padding: 20px;
	width: 1020px;
}

	.message p {	margin: 0 }

.hide {
	position: absolute;
	left: -10000px;
}

a {
	color: #424242;
}

h1 {
	font-size: 45px;
	color: #424242;
	letter-spacing: 0.02em;
	margin: 0 0 20px 0;
	font-family: "adelle-1";
	line-height: 140%;
}

	h1 span,
	h1 em {
		color: #5c5c5c;
		font-style: normal;
	}

	h1 .name {
		font-size: 115%;
	}

	.first.name {
		color: #5a3a39;
	}

	.last.name {
		color: #3a4c5a;
	}

	header {
		margin-bottom: 40px;
	}

	header p {
		font-size: 20px;
		font-family: "Georgia"
	}

	p, li {
		font-size: 16px;
		margin-bottom: 8px;
	}

	p a { color: #3a4c5a }
	p a:hover { text-decoration: none }

	h2,
	h3,
	h4 ,
	legend{
		color: #526675;
		font-family: "adelle-1";
		margin-bottom: 10px;
	}

	h2 a,
	h3 a,
	h4 a {
		text-decoration: none;
	}

	h2 a:hover,
	h3 a:hover,
	h4 a:hover {
		text-decoration: underline;
	}

/**
 * Portfolio
 */
.portfolio {
	float: left;
	position: relative;
	width: 620px;
	height: 280px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 2px;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
	white-space: nowrap;
	margin-bottom: 30px;
}

.portfolio li {
	position: absolute;
	top: 2px;
	left: 2px;
	display: none;
}

.portfolio li:first-child {
	display: block;
}

	/*.portfolio img {
		display: block;
		padding: 2px;
		width: 194px;

	}*/

	.portfolio .attribution {
		position: absolute;
		bottom: 10px;
		right: 10px;
		padding: 10px;
		background-color: #fff;
		border: 1px solid #eee;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 10px #fff;
		-webkit-box-shadow: 0 0 10px #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

/**
 * Form styles
 */
#contact {
	float: right;
	margin-bottom: 30px;
}

label {
	margin-bottom: 10px;
	display: block;
}

input {
	height: 30px;
}

input,
textarea {
	padding: 8px;
	width: 300px;
	display: block;
	font-size: 18px;
	margin-top: 5px;
	border: 3px solid #ddd;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	height: 75px;
}

fieldset { border: 0 none }
	legend { font-size: 25px }

input[type=submit] {
	border: 0;
	width: 100%;
	border-top: 1px solid #fff;
	background: #8a8a8a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#8a8a8a));
	background: -moz-linear-gradient(top, #ffffff, #8a8a8a);
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #000000;
	font-size: 13px;
	font-family: "Georgia", serif;
	text-decoration: none;
	vertical-align: middle;
	outline: 0;
}
input[type=submit]:hover {
	border-top-color: #2e2e2e;
	background: #2e2e2e;
	color: #ccc;
}
input[type=submit]:active {
	border-top-color: #000000;
	background: #000000;
}

div.error {
  background-color: #fff;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: #fff -moz-linear-gradient(top, #fff, #eee);
  padding: 10px;
  border: 1px solid #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #fff, inset 0 0 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px #fff, inset 0 0 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px #fff, inset 0 0 1px rgba(0,0,0,0.5);
  width: 270px;
}

/**
 * Footer
 */
footer {
	clear: both;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

	footer li {
		list-style-type: none;
	}

	footer #twitter li {
		margin-bottom: 15px;
	}

	footer li a { text-decoration: none }
	footer li a:hover { text-decoration: underline }

	footer section {
		display: inline;
		zoom: 1;
		display: inline-block;
		vertical-align: top;
		width: 460px;
		margin-right: 20px;
	}

	footer section:last-child {
		margin-right: 0;
	}

/**
 * Modal form
 */
.modal {
		background-color:#fff;
		display:none;
		width:350px;
		padding:15px;
		text-align:left;
		border:2px solid #333;
		opacity:0.8;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		-moz-box-shadow: 0 0 50px #ccc;
		-webkit-box-shadow: 0 0 50px #ccc;
		box-shadow: 0 0 50px #ccc;
	}

	.modal h2 {
		background:url(/img/global/info.png) 0 50% no-repeat;
		margin:0px;
		padding:10px 0 10px 45px;
		border-bottom:1px solid #333;
		font-size:20px;
	}

/**
 * Twitter widget overrides
 */
.twtr-ft,
.twtr-hd {
  display: none;
}

.twtr-widget .twtr-tweets  .twtr-tweet {
  border-bottom: 0;
  margin-bottom: 10px;
}

#rapper .twtr-widget .twtr-tweets  .twtr-tweet p {
  color: #424242!important;
}

.twtr-doc {
  width: auto!important;
}

#rapper .twtr-bd {
  padding: 0;
}

#rapper .twtr-timeline {
  height: auto;
}
