body {
	font-family: "Nobile", arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}
p {
	min-height: 30px;
	margin-top: 20px;
}
a {
	color: white;
}
a:hover {
	text-shadow: none;
}
#wrapper {
	position: relative;
	top: 30px;

}
.section {
	font-weight: bold;
	font-size: 24px;
	color: #c6c6c6;
	background-color: #555555;
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, rgb(85,85,85)),
	    color-stop(1, rgb(65,65,65))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(85,85,85) 2%,
	    rgb(65,65,65) 100%
	);
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 40px;
	text-shadow: -2px 2px 0 #444444;
}

li.workpiece {
	display: block;
	float: right;
}

.arrow {
	width: 0;
	height: 0;
	border-top: 110px solid #c6c6c6;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	margin-top: -110px;
	left: -80px;
}
#nav {
	margin-top: 48px;
	font-size: 1.7em;
	line-height: 1.1em;
	color: #c6c6c6;
}
li.navitem {
	cursor: pointer;
	position: relative;
	padding: 4px;
	margin-bottom: -8px;
}

#fancybox-title-main a{
    color: #dfdfdf;
    margin: 0px 20px;
    text-decoration: none;
}
#fancybox-title-main a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

a.fancybox {
	float: left;
	display: block;
	margin: 6px;
	border: 1px solid #c6c6c6;
}

a.fancybox:hover {
	border-color: white;	
}

p#workcaption{
	font-size: 0.8em;
}

.tempclipper {
	position: absolute;
	height: 80px;
	margin-top: 10px;
	top: -10px;
}
.tempclipper li.navitem {
	padding: 4px 0px;
}
#nav li.navitem.current {
	color: #dfc36f;
}
.contact_form input, .contact_form textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	clear: both;
	padding: 6px;
	margin-bottom: 10px;
	color: #787878;
}
.shadow {
	box-shadow: -2px 2px 6px #232323;
	-moz-box-shadow: -2px 2px 6px #232323;
	-webkit-box-shadow: -2px 2px 6px #232323;
	color: black;
}
.contact_form input.button {
	border: 1px solid white;
	cursor: pointer;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.95, rgb(255,255,255)),
	    color-stop(0, rgb(198,198,198))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 95%,
	    rgb(198,198,198) 0%
	);
}
.contact_form input.button:active {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.31, rgb(224,224,224)),
	    color-stop(1, rgb(198,198,198))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(224,224,224) 31%,
	    rgb(198,198,198) 100%
	);
}
.contact_form input.button:hover {
	
}
.twitter {
	font-size: 16px;
	line-height: 20px;
	min-height: 50px;
}
.tweet {
	margin-top: 44px;
}
.twitter a{
	color: white;
	text-decoration: none;
	clear: both;
}
.twitter .tweetinfo {
	float: right;
}
#emailResponse {
	position: fixed;
	display: block;
	left: 50px;
	width: 100%;
	height: 120px;
	top: -2000px;
	color: white;
	background-color: black;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter:alpha(opacity=0);
	font-size: 30px;
	align: center;
	text-align: center;
	padding: 20px 10px;
}
#emailResponse:hover {
	border: 2px solid white;
	left: 48px;
	margin-top: -2px;
	box-shadow: -2px 2px 6px #232323;
	-moz-box-shadow: -2px 2px 6px #232323;
	-webkit-box-shadow: -2px 2px 6px #232323;
	
}
.progressbars {
	width: 600px;
	margin: 0 auto;
}
.pbars{
    background-color:#c6c6c6;
    color: #555555;
    border:1px solid #000000;
    float:left;
    height:40px;
    margin: 0px 8px;
    width:180px;
    opacity:0.7;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
	display: block;
    }
.bar1{
    -webkit-animation-delay: .1s;
 }
.bar2{
    -webkit-animation-delay: .2s;
}
.bar3{
    -webkit-animation-delay: .3s;
}
@-webkit-keyframes loading{
    0%{-webkit-transform: scale(1); opacity:1;}
    50%{-webkit-transform: scale(0.85); opacity:0.4;}
    100%{-webkit-transform: scale(0.85); opacity:1;}
}
#logo {
	cursor: pointer;
}