* {
	margin: 0 auto;
	padding: 0 auto;
}

body {
	background: #efeeed url('images/bg.jpg') repeat left top;
}

h2 {
	font-family: 'Ultra', Georgia, serif;
	font-size: 48px;
}

a {text-decoration:none;}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#header {
	width: 600px;
	margin-bottom: 25px;	
}

#logo {
	display: inline;
	padding-right: 5px;
	margin-left: 30px;
}

#heading {
	border-left: 1px solid black;
	display: inline;
	text-shadow: 0px 3px 2px white;
	width: 350px;
	padding-left: 35px;
	margin-top: 15px;
	float: right;
	color: rgba(0,0,0,.85);
}

#banner {
	width: 347px;
	height: 45px;
	background: url('images/banner.png') no-repeat;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 14px;
	color: white;
	letter-spacing: 0.05em;
	text-indent: 67px;
	padding-top: 7px;
}

#portfolio {
	width: 637px;
	height: 304px;
	border: 15px solid white;
	margin-top: 25px;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#portfolio:before, #portfolio:after {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 10px;
width: 70%;
max-width: 637px; /* avoid rotation causing ugly appearance at large container widths */
height: 55%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg);
}

#portfolio:after {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); 
}

#portfolio img { position:absolute; left:0; top:0; }

#quoteleft {
	background: url('images/left_quote.png') no-repeat;
	width: 72px;
	height: 56px;
	margin-top: 10px;
	position: absolute;
	left: -105px;
}

#quoteright {
	background: url('images/right_quote.png') no-repeat;
	width: 72px;
	height: 56px;
	margin-top: 10px;
	position: absolute;
	right: -105px;
	top: 0px;
}


#twitter {
/*  height:120px;*/
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	padding-left: -50px;
	padding-bottom: 25px;
}

#tweet li {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 20px;
	color: #8b8b89;
	text-shadow: 0px 2px 1px white;
	font-style: italic;
	list-style: none;
}

#tweet li a {
	text-decoration: none;
	font-weight: bold;
	color: #8b8b89;
}

.username a{
	font-size: 10px;
	font-style: normal;
	font-weight: 100px;
}

.date a{
	font-size: 10px;
	font-style: normal;
	font-weight: 100px;
}

#footer {
	background: url('images/footer.png') repeat-x top left;
	padding-bottom:50px;
	margin-top:50px;
	position: relative;
	height: 215px;
	width: 100%;
}

#footercontent {
	width: 668px;
	margin-left: auto;
	margin-right: auto;
}

#social {
	font-size: 12px;
	font-family: 'Droid Serif', Georgia, serif;
	float: left;
	margin-top: 40px;
	font-weight: bolder;
}

#social p {
	color: #8b8b89;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	font-weight: lighter;
	text-shadow: 0px 1px 2px white;
}

#contact {
	height: 115px;
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	color: #8b8b89;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 10px;
	text-shadow: 0px 1px 2px white;
}

#dribbble {
	font-size: 12px;
	font-family: 'Droid Serif', Georgia, serif;
	float: right;
	margin-top: -128px;
	font-weight: bold;
	position:relative;
}

#dribbbled li {
  position: relative;
	list-style: none;
	display: inline;
	margin-right: 6px;
}

#dribbbled img {
	border: 1px solid #8b8b89;
	-webkit-box-shadow: 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
	max-height: 78px;
	max-width: 102px;
}

#dribbbled img:hover {
	border: 1px solid #ea4c88;
}

#dribbbled {
	position: absolute;
}

#dribbble p {
	text-indent: 95px;
	color: #8b8b89;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	font-weight: lighter;
	text-shadow: 0px 1px 2px white;
}
