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

a:link {
	color:#222;
	text-decoration:none;
	outline:0;
}
a:visited {
	color:#222;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#222;
	text-decoration:underline;
	outline:0;
}
a:active {
	color:#222;
	text-decoration:underline;
	outline:0;
}
.article {
	display:inline-block;
	width:210px;
	padding-right:15px;
	height:250px;
	float:left;
}
body {
	font-family:'Roboto Condensed', sans;
	background-position:center;
	background-size:cover;
	background-color:#fff;
	color:#222;
}
#close {
	position:absolute;
	background-color:hsla(0,0%,100%,0.40);
	color:#FFF;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	right:0px;
	top:100px;
	width:230px;
	height:15px;
	text-align:center;
	cursor:pointer;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#close:hover {
	color:#61D4D2;
	text-decoration:none;
}
#contact {
	background-color:#61D4D2;
	color:#222;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
	line-height:2.1em;
	width:130px;
	height:40px;
	text-align:center;
	position:absolute;
	top:40px;
	margin-left:625px;
	cursor:pointer;
	border-radius:5px;
}
#contact:hover {
	text-decoration:none;
	color:#FFF;
}
.contactinfo {
	width:210px;
	margin:10px auto;
	font-size:21px;
	font-weight:bold;
	text-align:center;
}
#content {
	display:none;
}
a.email {
	color:#222;
}
a.email:hover {
	color:#fff;
	text-decoration:none;
}
#feature {
	background-color:#61D4D2;
	width:100%;
	min-width:800px;
	height:300px;
}
#form {
	display:none;
	position:fixed;
	top:0;
	left:50%;
	margin-left:170px;
	width:230px;
	height:115px;
	background-color:#61D4D2;
	z-index:3;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#header {
	width:100%;
	height:125px;
}
h1 {
	font-family:bree-serif, serif;
	font-size:2.5em;
	display:inline-block;
	margin:12px 0px 0px 0px;
}
h2 {
	font-weight:400;
	display:inline-block;
	margin:0;
}
h3 {
	font-family:bree-serif, serif;
	display:inline;
	color:#222;
}
h4 {
	color:#222;
	font-size:1.8em;
	display:inline-block;
	margin:30px 0px 0px 0px;
}
hr {
	margin:10px 0px;
	border-top:solid 1px #222;
}
.sample {
	width:475px;
	height:250px;
	float:left;
}
.samp {
	margin-left:28px;
}
.slideframe {
	background-color: #61D4D2;
	margin-top:5px;
}
#title {
	width:800px;
	margin:0 auto;
	color:#222;
}
#loading {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-color:#FFF;
	text-align:center;
	padding-top:150px;
}
#main {
	width:800px;
	margin:0 auto;
}
#footer {
	height:50px;
}
#legal {
	text-align:right;
	font-size:.7em;
	font-weight:700;
	color:#61D4D2;
}
p {
	color:#222;
}
.project {
	width:700px;
	height:250px;
	margin:25px 50px;
	float:left;
}
#projects {
	width:800px;
	margin:0 auto;
}
.concept {
	list-style-type:none;
	margin:0px;
}
.conceptnav {
	color:inherit;
	display:inline;
	font-weight:bold;
	padding:5px 0px;
	height:20px;
	outline:0;
}
.ui-state-default {
	background-color:none;
	color:#DADDE2;
	outline:0;
}
.ui-state-active {
	background-color:#FFF;
	color:#61D4D2;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	outline:0;
}
.conceptfeature {
	position:relative;
	margin:4px 0px 0px 40px;
	width:380px;
	height:175px;
	background-color:#FFF;
	padding:20px;
}
.conceptbutton {
	padding:5px 15px;
	height:20px;
}
.conceptbutton:hover {
	text-decoration:none;
}
.concepttab {
	position:absolute;
	margin-left:210px;
	width:500px;
	height:250px;
}
a.visit {
	font-weight:bold;
	padding:5px 15px;
	height:20px;
	text-transform:uppercase;
	background-color:#FFF;
	border-radius:5px;
}
a.visit:hover {
	color:#61D4D2;
	text-decoration:none;
}