/* @group reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	list-style: none;
	outline: none;
}

/* @end */

/* @group default */

body {
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99c;
	text-shadow: #000 0 1px 3px;
}

strong {
	color: #fff;
}

a {
	color: #ff6;
}

a:hover,
a:focus {
	color: #cc3;
}

a:active {
	color: #fff;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 55px;
	color: #ccf;
}

h3 {
	color: #fff;
	font-size: 16px;
}

img {
	vertical-align: bottom;
}

em {
	font-family: Georgia, serif;
	font-style: italic;
	color: #ccf;
	line-height: 10px;
}

/* @end */

/* @group layout */

html { 
	background: #003 url(../img/texture.png) repeat 0 center;
}

body { 
	background: url(../img/grid.png) repeat center 0;
}

#neutron-creations { 
	background: url(../img/rainbow.png) repeat-x 100% 0;
}

#skiplink,
#logo {
	display: none;
}

/* @group footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #669;
}

/* @end */

/* @group contact */

#contact {
	clear: both;
	height: 365px;
	padding-top: 35px;
	background: url(../img/contact-form.png) no-repeat 0 110px;
	position: relative;
}

#contact h2 { 
	background: url(../img/contact.png) no-repeat 120px 19px;
}

#contact p.text {
	width: 350px;
	height: 40px;
	position: absolute;
	line-height: 40px;
	left: 20px;
	top: 0;
}

#contact p.name {
	top: 131px;
}

#contact p.company {
	top: 178px;
}

#contact p.email {
	top: 225px;
}

#contact p.phone {
	top: 272px;
}

#contact p.website {
	top: 319px;
}

#contact p.text label {
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	text-align: right;
	font-weight: bold;
	color: #336;
	text-shadow: #fff 0 1px 0;
	cursor: text;
}

#contact p.text input {
	position: absolute;
	width: 240px;
	padding: 12px 10px 12px 100px;
	font: 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #669;
	height: 16px;
	z-index: 25; 
	background: url(../img/contact-text.png) no-repeat 0 0;
}

#contact p.text.obl input { 
	background-image: url(../img/contact-text-obl.png);
	width: 210px;
	padding-right: 40px;
}

#contact p.text.val input { 
	background-image: url(../img/contact-text-val.png);
}

#contact p.text input:focus {
	background-position: -350px 0;
}

#contact .message {
	position: absolute;
	top: 131px;
	left: 390px;
}

#contact .message label {
	display: none;
}

#contact .message textarea {
	width: 320px;
	height: 161px;
	padding: 10px 15px;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	background: url(../img/contact-textarea.png) no-repeat;
	color: #669;
	resize: none;
}

#contact .message textarea:focus {
	background-position: -350px 0;
}

#contact .submit {
	position: absolute;
	left: 390px;
	top: 324px;
}

#contact .submit input {
	width: 350px;
	height: 35px;
	padding-bottom: 1px;
	color: #336;
	text-shadow: #ccf 0 1px 0;
	font: bold 14px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../img/contact-submit.png) no-repeat;
	cursor: pointer;
}

#contact .submit input:hover,
#contact .submit input:focus {
	color: #000;
	opacity: .9;
}

#contact .submit input:active {
	background-position: -350px 0;
	padding: 1px 0 0;
	color: #336;
	opacity: 1;
}

::-moz-focus-inner { border: 0; }

#contact .confirmation {
	display: none;
}

#contact.confirmation p {
	display: none;
}

#contact.confirmation p.confirmation {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 110px;
	width: 760px;
	text-shadow: #336 0 1px 0;
	padding-top: 190px; 
	background: url(../img/contact-confirmation.png) no-repeat center 66px;
}

/* @end */

/* @group about */

#about {
	width: 360px;
	float: right;
}

#about h2 {
	background: url(../img/about.png) no-repeat 140px 17px;
}

#about li {
	width: 170px;
	float: left;
	padding-top: 15px;
}

#about p {
	margin-bottom: 10px;
}

#about .mugshot {
	position: relative;
	margin-bottom: 20px;
}

#about .mugshot em {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 132px; 
	background: url(../img/mugshot-overlay.png) no-repeat 0 0;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
}

#about-ben-bodien {
	margin-right: 20px;
}

/* @end */

/* @group services */

#services {
	width: 360px;
	float: left;
	height: 455px;
}

#services strong {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #ccf;
}

#services li {
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	background-position: 0 14px;
	background-repeat: no-repeat;
}

#service-website { 
	background-image: url(../img/website.png);
}

#service-performance { 
	background-image: url(../img/performance.png);
}

#service-consulting { 
	background-image: url(../img/consulting.png);
}

#services h2 { 
	background: url(../img/services.png) no-repeat 130px center;
}

/* @end */

/* @group content */

#content {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

/* @end */

/* @group availability */

#availability {
	width: 760px;
	margin: 10px auto;
	line-height: 50px; 
	background: url(../img/availability.png) no-repeat center center;
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	color: #ff6;
}

#availability strong {
	font-weight: normal;
}

/* @end */

/* @group h1 */

h1 {
	height: 180px;
	width: 800px;
	margin: 0 auto; 
	background: url(../img/h1.png) no-repeat 140px bottom;
}

h1 a {
	display: block;
	width: 490px;
	height: 180px; 
	background: url(../img/h1-a.png) no-repeat 18px 19px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	-webkit-transition: opacity 0.1s linear;
}

h1 a:hover,
h1 a:focus {
	opacity: .9;
}

/* @end */

/* @group vcard */

#vcard {
	width: 760px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	color: #669;
	font-size: 12px;
}

#vcard a {
	color: #ccf;
	text-decoration: none;
}

#vcard a:hover,
#vcard a:focus {
	color: #99c;
	text-decoration: underline;
}

#vcard a:active {
	color: #fff;
}

#vcard strong,
#vcard .fn,
#vcard .url {
	display: none;
}

#vcard li {
	float: left;
	padding-right: 12px; 
	background: url(../img/vcard.png) no-repeat right 13px;
	margin-right: 4px;
}

#vcard .street-address {
	padding-right: 12px; 
	background: url(../img/vcard.png) no-repeat right 0;
	margin-right: 2px;
}

#vcard .email {
	float: right;
}

#vcard .email span {
	display: none;
}

#vcard .tel,
#vcard .email {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

/* @end */

/* @group intro */

#intro {
	height: 245px; 
	padding-top: 10px;
	background: url(../img/intro.png) no-repeat center bottom;
}

#intro div {
	width: 360px;
}

#weare {
	float: right;
	font-size: 20px;
	line-height: 30px;
	padding-top: 6px;
}

#weare p {
	margin-bottom: 10px;
}

#weare strong {
	color: #ccf;
}

#pitch {
	float: left;
	font-size: 24px;
	line-height: 40px;
}

#pitch p { 
	background: url(../img/pitch.png) repeat-x 0 3px;
	color: #ccf;
}

#intro strong {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 10px;
}

/* @end */

/* @end */