@charset "utf-8";
/* CSS Document */

html{
	font: 140%/1.4 'Allura', cursive;
}
h1{
	font-size: 190%;
	color: #CCC;
}
h2{
	font-size: 170%;
	color: #CCC;
}
body{
	background: url(../images/desk_bg.jpg) repeat;
}
#wrapper{
	background: url(../Images-Unoptimised/leather-texture-bg.jpg) repeat-y;
	min-height: 800px;
	min-width: 960px;
	max-width: 960px;
	margin: 20px auto;
	padding-bottom: 20px;
	position: relative;
	-webkit-box-shadow: -6px -2px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    -6px -2px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         -6px -2px 5px rgba(0, 0, 0, 0.75);
	border-left: 10px solid #151314;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div#header{
	width: 100%;
	background: url(../images/leather-strap.png) repeat-x bottom;
}
div#header #coffee{
    position: relative;
    z-index: 1;
    right: 90px;
    top:  -50px;	
}
div#header #patch{
	position: absolute;
    right: 50px;
    top: 75px;
    z-index: 0;
}
h1.tagline {
    position:  relative;
    left:  40px;
    bottom: 50px;
}
h2.tagline {
    position:  relative;
    left:  250px;
    bottom:  90px;
}
#stitchesTop{
	background: url(../Images-Unoptimised/stitches-top-bottom.png) repeat-x;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 10px;
}
#stitchesRight{
	background: url(../Images-Unoptimised/stitches-side.png) repeat-y;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
}
#stitchesBottom{
	background: url(../Images-Unoptimised/stitches-top-bottom.png) repeat-x;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 10px;
}
#stitchesLeft{
	background: url(../Images-Unoptimised/stitches-side.png) repeat-y;
	width: 20px;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
}
div#portfolio{
	background: rgb(0,0,0);
	margin: 20px 50px;
	padding: 10px 20px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.twitter-share-button {
    position: absolute;
    top:  140px;
    left:  60px;
}
div.fb-like {
    left: 60px;
    position: absolute;
    top: 180px;
}
#linked {
    left: 60px;
    position: absolute;
    top: 220px;
}
#phone{
	/*position: absolute;
	right: 6em;
	top: 20em;*/
	float: right;
	position: relative;
	right: 30px;
}
#clock{
	color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 800;
    position: absolute;
    top: 86px;
	left: 157px;
	-moz-text-shadow: 0 0 3px rgb(255, 255, 255);
	-webkit-text-shadow: 0 0 3px rgb(255, 255, 255);
	-o-text-shadow: 0 0 3px rgb(255, 255, 255);
	text-shadow: 0 0 3px rgb(255, 255, 255);
}
