body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	font: 14px/25px "Georgia", serif;
}
h1, h2, h3, h4, label {
	font-family: "Georgia", serif;
	font-weight: normal;
}
span.fancy {
	font-family: "Baskerville", "Constantia", "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
	font-style: italic;
	color: #BF003B;
	font-weight: normal;
	text-transform: lowercase;
}
span.delimeter {
	font-family: "Baskerville", "Constantia", "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
	position : relative;
	color: #BF003B;
}
span.bullet {
	font-family: "Baskerville", "Constantia", "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
	font-size: 22px;
	position : relative;
	top : 0.10em;
	padding-right: 4px;
	color: #BF003B;
}
h1, h2, p, ul, ol, table {
	margin-bottom: 25px;
}
/* layout
****************************************************************************/

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding: 0px;
}
/* bar
****************************************************************************/

#bar {
	position: relative;
	background: #000;
	border-bottom: 4px solid #333;
	padding-top: 4px;
}
/* logo
****************************************************************************/

#bar a#logo {
	position: absolute;
	top: 0;
	right: 2px;
	padding-left: 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 50px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
}
/* nav
****************************************************************************/

ul#nav {
	margin: 0;
	padding: 0px;
}
ul#nav li {
	float: left;
	margin-right: 20px;
	list-style: none;
}
ul#nav a {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	margin: 12px 0 12px 0;
	color: #fff;
	border: none;
}
ul#nav li.last a {
	padding: 0 12px;
	background: #000;
}
ul#nav a:hover, ul#nav a:focus {
	color: #33C;
}
ul#nav li.active a:hover, ul#nav li.active a:focus {
	color: #fff;
}
ul#nav li.active a {
	padding: 0 12px;
	font-weight: bold;
	color: #33C;
}
/* intro
****************************************************************************/

#intro {
	background: #F3F3F3;
	border-bottom: 4px solid #808080;
	margin: 0px;
	padding: 0px;
}
#intro h1 {
	font-size: 42px;
	padding: 40px 0 50px;
	width: 80%;
	text-align: center;
	color: #333;
	line-height: normal;
	margin: 0px auto 0;
}
/* content
****************************************************************************/

#content {

  padding: 39px 0 75px 0;

}
#content.with-intro {
	border-top: 1px solid #D4D9DC;
	padding-top: 50px;
}
#content h1 {
	font-size: 30px;
}
#content h2 {
	font-size: 26px;
	color: #717C83;
}
#content h3 {
	color: #999;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0px;
}
#content a {
	color: #33C;
	text-decoration: none;
}
#content a:hover {
	color: #666;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}
#content a.button {
	display: block;
	float: left;
	background: #25262E;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;

	padding: 0 13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	border: none;
	margin-bottom: 25px;
}
#content a.button:hover {
	background-color: #336;
	background-image: none;
}
#content a.button-alt {
	margin-bottom: 25px;
	display: block;
	float: left;
	background: #959EA4;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;

	padding: 0 13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	border: none;
}
#content a.button-alt:hover {

	background: #BF003B;
	color: #fff;
}
#content a.button-attn {
	margin-bottom: 25px;
	display: block;
	float: left;
	background: #BF003B;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-decoration: none;

	padding: 0 13px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	border: none;
}
#content a.button-attn:hover {

	background: #25262E;
	color: #fff;
}
#content .notes .inner {
	margin-left: 25px;

}
#content .notes .section {
	padding: 25px 0 1px 0;

}
#content #title {
		margin-bottom: 25px;
}
#content #title h2 {
	color: #666;

}
#content #title a {
	margin-bottom: 0;
	margin-left: 10px;
}
#home-text {
	float: left;
	width: 53%;
	

}
#news {
	float: right;
	width: 47%;
}
/* work
****************************************************************************/

#project {
	position: relative;
}
#project #screenshots {
	display: block;
	border: 1px solid #ddd;

	margin-bottom: 25px;
	width: 718px;
}
#project #screenshots img {
	display: block;
}
#project #transport {
	position: absolute;
	top: 0;
	left: 75%;
	padding-left: 25px;
}
#project #transport a.button {
	margin-bottom: 0;
	margin-right: 12px;
}
#project .text {
	width: 75%;
}
#project .notes {
	float: right;
	width: 25%;
	position: absolute;
	top: 81px;
	right: 0;
}
#project h2 {
	line-height: 25px;
	color: #717C83;
	width: 75%;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/* homepage
****************************************************************************/

#featured {
	margin-left: -50px;
	
}
* html #featured {
	width: 1010px;
}
#featured .project {
	width: 50%;
	float: left;
}
#featured .project .inner {
	margin-left: 50px;
}
#featured a.screenshot {
	display: block;
	padding: 0;
	border: 1px solid #ddd;

}
#featured a.screenshot img {
	display: block;
}
#featured h3 {
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	float: left;
	color: #000;
}
#featured div.text {
	clear: left;
	color: #717C83;
	font-size: 13px;
}
/* cols
****************************************************************************/

#cols {
	margin-left: -25px;
}
* html #cols {
	width: 985px;
}
#cols .col .inner {
	padding-left: 25px;
}
#cols:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* contact page
****************************************************************************/

#details {
	float: right;
	width: 24%;
}
#contact-form {
	float: left;
	width: 70%;
	background: #F3F4F5;
	padding: 10px;

}
#contact-form form {
	margin: 25px 30px !important;
}
#contact-form .error {
	color: #FF0056;
}
#contact-form .error h4 {
	font-size: 18px;
	padding-bottom: 5px;
}
#contact-form .error ul {
	margin-bottom: 0;
}
#contact-form .error li {
	margin-left: 20px;
	list-style: disc;
}
#contact-form form ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contact-form form legend {
	display: block;
	font-size: 22px;
	color: #666;
	padding: 5px 0;
	width: 100%;
	display: none;
}
#contact-form form label em {
	color: #33C;
}
#contact-form form fieldset {
	margin: 0;
}
#contact-form form {
	margin: -5px 0;
}
#contact-form form li {
	padding: 5px 0;
}
#contact-form form label {
	display: block;
	font-size: 16px;
	padding-bottom: 1px;
	color: #666;
}
#contact-form form input.text {
	width: 50%;
}
#contact-form form textarea {
	width: 100%;
}
#contact-form form input.text, #contact-form form textarea, #contact-form form select {
	line-height: 22px;
	margin: 0;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	margin-bottom: 10px;
}
#contact-form form div.prompt {
	font-style: italic;
}
#contact-form input.button {
	margin: 25px 0 30px;
	display: block;
	float: left;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 18px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	border: none;
	cursor: pointer;
	background: #000;
}
#contact-form input.button:hover {
	background-color: #33C;
	background-image: none;
}
/* projects
****************************************************************************/

#projects {
	margin-left: -45px;
}
* html #projects {
	width: 1005px;
}
#projects .project {
	float: left;
	width: 33.33333%;
	padding-bottom: 40px;
}
#projects .project .inner {
	margin-left: 45px;
}
#projects a.screenshot {
	display: block;
	border: 1px solid #ddd;

}
#projects a.screenshot img {
	display: block;
}
#projects h2 {
	font-size: 16px;
	color: #999;
	margin-bottom: 6px;
	line-height: 26px;
	font-weight: normal;
}
/* legal
****************************************************************************/

#legal {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Verdana", sans-serif;
	background: #000000;
	border-top: 4px solid #333;
	color: #fff;
	font-size: 13px;
	background: #000;
}
#legal .wrap {
	
  padding-top: 22px;
}
#legal a {
	color: #fff;
	text-decoration: none;
}
#legal .credits {
	float: left;
}
#legal .copy {
	float: right;
}
/* self-clearing floats
****************************************************************************/

/* compliant browsers */
.wrap:after, .section:after, ul#nav:after, #featured:after, #title:after, #projects:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ie5+6/win only */
* html .wrap, * html .section, * html ul#nav, * html #featured, * html #title, * html #projects {
	height: 1%;
}
/* ie7/win only */
*:first-child+html .wrap, *:first-child+html .section, *:first-child+html ul#nav, *:first-child+html #featured, *:first-child+html #title, *:first-child+html #projects {
	min-height: 1px;
}
/* stick footer to bottom
****************************************************************************/

html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	margin-bottom: -79px;
	position: relative;
	height: auto !important; /* Everything except IE6 */
	height: 100%; /* IE6 */
}
.clearfooter {
	height: 79px; /* 75px + 4px border */
	clear: both;
}
#legal {
	height: 75px;
	position: relative;
}
#home-text ul {
	margin: 8px;
	padding: 8px;
}
#cols .col .inner ul {
	margin: 8px;
	padding: 8px;
}
#content .wrap .rule {
	height: 2px;
	border-top: 2px solid #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .wrap .imagerightblog {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content .wrap .clear {
	clear: both;
}
