/* 		RESET		 */

* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}

/* 		DOCUMENT		 */
body {
	font-size: 100%;
	width: 940px;
	margin: auto;
	background-color: #fafcf6;
	color: #333333;
	font-family: sans-serif;
	background-image: url(/interface/images/bg.png);
	background-repeat: repeat-x;
}
ol, ul {
	list-style-position: inside;
}
li {
	font-size: 13px;
}
a {
	outline: none;
}
p {
	font-size: 13px;
	margin: 0 0 10px 0;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 40px 0;
	text-align: center;
	line-height: 40px;
}
h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 20px 0;
}

div#header {
	padding: 20px 0;
	margin: 0 0 20px 0;
}

ol#navigation {
	overflow: hidden;
	list-style-type: none;
}

ol#navigation li {
	float: right;
	margin: 0 20px 0 0;
	padding: 21px 0 0 0;
}
ol#navigation li a {
	background-image: url(/interface/images/icons.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	color: #333333;
	font-size: 24px;
	text-decoration: none;
	font-family: Georgia, serif;
	display: block;
	padding-left: 45px;
}
ol#navigation li#blog a {
	background-position: 0 -67px;
}
ol#navigation li#contact a {
	background-position: 5px -128px;
}
ol#navigation li#home {
	float: left;
	padding: 0;
}
ol#navigation li#home a {
	background: 0;
	padding: 0;
}



div#content {
	overflow: hidden;
}


div#top_section {
	overflow: hidden;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 40px 0;
}
ol#work {
	list-style-type: none;
	height: 277px;
	width: 500px;
	overflow: hidden;
	margin: 0 40px 0 0;
	float: left;
}
ol#work li {
	background: 0 !important;
}

p.calltoaction {
	margin: 25px 0 0 0;
	float: left;
}
p.calltoaction a {
	margin: 20px 0 0 120px;
}


a#contact_button {
	background-image: url(/interface/images/button.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	width: 113px;
	height: 34px;
	background-position: 0 -40px;
}
a#contact_button:hover {
	background-position: -120px -40px;
}
a#contact_button:active {
	background-position: -240px -40px;
}


div#moneyback {
	float: left;
	width: 200px;
	padding: 0 25px 0 0;
	text-align: center;
}
div#moneyback p {
	text-align: left;
	margin: 20px 0 0 0;
}

div#twitter {
	border-top: 1px solid #cccccc;
	margin: 25px 0 0 0;
}
div#twitter p {
	margin: 0;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
}

div#quotes {
	border: 1px solid #cccccc;
	border-width: 0 1px;
	float: left;
	width: 400px;
	margin: 0 25px 0 0;
	padding: 0 25px;
}

ul#testimonials {
	margin: 20px 0 0 0;
}
ul#testimonials li {
	list-style-type: none;
	height: 115px;
	padding: 0 0 0 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#testimonials li p {
	margin: 0 0 10px 0;
}

div#news {
	float: left;
	width: 238px;
}
div#news a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	display: block;
	margin: 20px 0 0 0;
}
div#news a:hover {
	color: #2996c7;
}
div#news span {
	color: #999999;
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px;
}


form#contact {
	margin: 20px 212px;
	width: 516px;
}
form#contact label {
	color: #333333;
	font-family: Georgia, serif;
	font-size: 14px;
	display: block;
	margin: 0 0 20px 0;
}
form#contact label input,
form#contact label textarea {
	display: block;
	border: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #7c7c7c;
	outline: 0;
	padding: 5px;
	font-size: 14px;
	margin: 5px 0 0 0;
	width: 500px;
	-moz-box-shadow: 0 1px 1px #cccccc inset;
	-webkit-box-shadow: 0 1px 1px #cccccc inset;
	box-shadow: 0 1px 1px #cccccc inset;
}
form#contact label textarea {
	height: 200px;
}
form#contact input[type="submit"] {
	background: 0;
	border: 0;
	background-image: url(/interface/images/button.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	width: 113px;
	height: 34px;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	font-size: 0;
	display: block;
	margin: auto;
}
form#contact input[type="submit"]:hover {
	background-position: -120px -40px;
}
form#contact input[type="submit"]:active {
	background-position: -240px -40px;
}
/*
form#contact input[type="submit"] {
	float: right;
	cursor: pointer;
	border: 0;
	background: 0;
	color: #ffffff;
	background: #2EACE1;
	background: -moz-linear-gradient(top, #2EACE1 0%, #2071A4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2EACE1), color-stop(100%,#2071A4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2EACE1', endColorstr='#2071A4',GradientType=0 );
	padding: 10px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-size: 12px;
	
	*margin: 0 0 0 310px;
}
*/

div#footer {
	clear: both;
	margin: 100px 0 0 0;
	text-align: center;
	font-size: 11px;
	background-color: #2c2a25;
	color: #fbf9ef;
/* 	height: 120px; */
	overflow: hidden;
}
div#footer p.vcard {
	float: left;
	padding: 25px;
	margin: 0;
	border-right: 1px dotted #5e5445;
	width: 175px;
	text-align: left;
}







/* 		Dwarf Fortress		 */
@font-face {
	font-family: "Munro";
	src: url(/interface/munro.ttf);
}
body.df {
	background-image: none;
	background-color: #000000;
	color: #ffffff;
	font-family: "Munro";
	font-size: 120%;
	font-weight: normal;
}
body.df a {
	color: #000080;
}
body.df h1,
body.df h2,
body.df ol#navigation li a {
	font-family: "Munro";
	font-weight: normal;
	color: #ffffff;
}
body.df img.dwarf {
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 0;
}




