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

body {
	background-color: #fff;
	font-family: Palatino, "Palatino Linotype", "Palatino Opentype", Georgia, serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #333333;
	margin-left: 30px;
	}

:focus {
	outline: 0;
	}
	
.asciiart {
	line-height: 7px;
	letter-spacing: 2px;
	font-family: "Courier New", "Courier", "mono";
	font-size: 9px;
	color: #999999;
	}
	
	
#container {
	width: 960px;
	text-align: left;
	margin-bottom: 60px;
	position: absolute;
	top: 130px;
	}
	
#header {
	width: 960px;
	text-align: left;
	margin-bottom: 0px;
	position: absolute;
	top: 5px;
	}
	
#footer {
	width: 960px;
	text-align: right;
	margin-bottom: 0px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
	
h1 {
	font-weight: normal;
	line-height: 120%;
	font-size: 32px;
	text-shadow: #ffffff 1px 1px 1px;
	-webkit-text-stroke: 1px transparent;
	}
	
@media only screen and (max-device-width: 480px) { h1 { -webkit-text-stroke: 0 black;}}

h2 {
	font-weight: normal;
	line-height: 0%;
	font-size: 50px;
	text-shadow: 1px 1px 1px #fff;
	-webkit-text-stroke: 1px transparent;
}

@media only screen and (max-device-width: 480px) { h2 { -webkit-text-stroke: 0 black;}}


.logolightgrey {
	color: #999999
	}
	
em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	}
	
.block1 {
	float: left;
	display: block;
	width: 300px;
	margin-right: 15px;
	margin-bottom: 40px;
	}
	
.block2 {
	float: left;
	display: block;
	width: 645px;
	margin-right: 0px;
	margin-bottom: 20px;
	}
	
.block3 {
	float: right;
	display: block;
	width: 630px;
	margin-right: 15px;
	margin-bottom: 50px;
	}
	
.work1 {
	float: left;
	display: block;
	width: 230px;
	margin-right: 13px;
	margin-bottom: 50px;
	}
	
.work2 {
	float: left;
	display: block;
	width: 230px;
	margin-right: 0px;
	margin-bottom: 50px;
	}
	
.wide1 {
	float: left;
	display: block;
	width: 645px;
	margin-right: 0px;
	margin-bottom: 50px;
	}
	
.clear {
	clear: both;
	}
	
#header2 {
	width: 960px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: 0px;
	}
	
div.navblock {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 400;
	}
	
div.navblock a {
	color: rgb(32, 32, 32);
	text-decoration: none;
	padding: 2px 3px;
	border-bottom: none;
	}
	
div.navblock a:hover {
	color: #CC0099;
	text-decoration:underline
	}
	
div.navblock a.active {
	color: #CC0099;
	}
	
div.navblock1, div.navblock2, div.navblock3, div.navblock4 {
	border-left: 1px solid #ccc;
	width: 110px;
	float: left;
	padding-left: 10px;
	padding-top: 25px;
	font-size: 13px;
	line-height: 150%;
	}
	
a {
	color: #CC0099;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	text-decoration: none;
	}
	
a:link {
	color: #CC0099;
	}


/* Grey Text Selection */

::selection {
	background: #E6E6E6; /* Safari */
	}
::-moz-selection {
	background: #E6E6E6; /* Firefox */
	}

/* Contact Form */

.commentBox {
	overflow:auto;
	display:block;
	margin-bottom:10px;
	}

.commentBox label {
	width:70px;
	padding:10px 25px 0 0px;
	text-align:right;
	display:block;
	clear:both;
	float:left;
	font: 13px Palatino, "Palatino Linotype", "Palatino Opentype", Georgia, serif;
	color: #333333;
	}

.commentBox input, .commentBox textarea {
	float:left;
	border: 1px solid #DFDFDB;
	width:275px;
	font: 13px Palatino, "Palatino Linotype", "Palatino Opentype", Georgia, serif;
	color: #666;
	background: #FFF;
	padding: 10px;
	margin-left:0px;
	}

.commentBox input:focus, .commentBox textarea:focus {
	border:1px solid #B7B7AE;
	}

.commentBox #submit {
	width:145px;
	border:1px solid #DFDFDB; 
	font:  13px Palatino, "Palatino Linotype", "Palatino Opentype", Georgia, serif;
	color: #666666;
	background: #ffffff url(files/images/submit.gif) no-repeat 115px 10px;
	}

.commentBox #submit:hover {
	border:1px solid #b2b2a8; 
	color: #CC0099;
	background: #ffffff url(files/images/submit.gif) no-repeat 115px 10px;
	text-decoration:underline;
	cursor:pointer;
	}