/* Using a customized version of Eric Meyer's CSS Reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 99%;
	/*font-family: Arial;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1.2;
}

ol, ul {
	margin-left: 25px;
}

:focus {
	outline: 0;
}

html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #3d4247;
}
/* end reset */

/* jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
   Copyright (c) 2009 Niall Doherty
   This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

.coda-slider, .coda-slider .panel {
	width: 980px
}

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 980px
}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px
}

.coda-slider .panel-wrapper {
	padding: 20px
}

.coda-slider p.loading {
	padding: 20px;
	text-align: center
}

.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}

.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}

.coda-slider .panel {
	display: block;
	float: left
}

.coda-slider .panel-container {
	position: relative
}

.coda-nav-left, .coda-nav-right {
	float: left
}

.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}


body {
	margin: 0;
	padding: 0;
	color: #3d4247;
	font-weight: 300;
	background: #3E3F42 url(../images/body-bg.jpg) repeat-x;
	font: 85% 'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, Geneva, Lucida, Arial, sans-serif;
	opacity: 0.9999;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
}

/* MAIN PAGE ELEMENTS */

#skip {
	position: absolute;
	top: -3000px;
	left: -3000px;
	padding: 0.75em 0.5em;
	z-index: 20;
	color: #272727;
	font-size: 0.9em;
}

#skip a:focus {
	top: 0;
	left: 0;
}

#skip a:link, #skip a:active, #skip a:visited {
	color: #272727;
	text-decoration: none;
	background-color: #272727;
}

#skip a:hover {
	color: #fff;
	text-decoration: none;
}

#intro {
	position: absolute;
	top: -3000px;
	left: -3000px;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#header {
	/*background: #3d4247 url(../images/header-bg.jpg) repeat-x;*/ 
	height: 174px;
	position: relative;
}

#logo {
	position: absolute;
	top: 45px;
	left: 190px;
}

#strapline {
	position: absolute;
	top: 116px;
	left: 182px;
}

#coda-nav-1 {
	min-height: 80px;
	margin: 0;
	padding-top: 15px;
}

#nav li {
	list-style-type: none;
	float: left;
	width: 19%;
	text-align: center;
	padding-bottom: 20px;
}

#nav li.active {
	background: transparent url(../images/active-nav-bg.jpg) center bottom no-repeat;
}

#nav li a {
	text-decoration: none;
	color: #c0c0c0;
	font-size: 1em !important;
	line-height: 0.8;
}

#nav li a span {
	display: block;
	margin-top: 2px;
}

#contentwrap {
	background: #fff url(../images/content-bg.jpg);
}

#content {
	width: 1000px;
	margin: 0 auto;
	min-height: 200px;
	padding: 20px 20px 20px 0;
}

#smallnav {
	width: 120px;
	padding: 20px 0;
	margin: 0 auto;
}

#smallnav a {
	margin-right: 6px;
	text-decoration: none;
}

#footer {
	background: -moz-linear-gradient(center top , #3E3F42, #36383A) repeat scroll 0 0 transparent;
	height: 40px;
}

#footer div {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#footer p {
	color: #c2c9d3;
	font-size: 1em;
	margin-top: 1em;
	text-shadow: 0 1px 1px black;
}

/* GENERIC PAGE ELEMENTS */

p, li {
	font-size: 1.1em;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6, legend {
	color: #43464a;
	font-family: "museo-sans-1","museo-sans-2","Helvetica Neue","Helvetica","Arial";
	font-weight: 300;
	text-shadow: 0 1px 1px white;
}

h2 {
	font-size: 2em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #aaa;
}

h2.subheading {
	margin-top: 2em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

a:link,
a:active,
a:hover,
a:focus,
a:visited {
	color: #3d4247;
	text-decoration: underline;
}

a img {
	border: none;
}

div.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}

/* Contact form */

#contact-panel form {
	padding-top: 2em;
}

#contactform input.normal,
#contactform textarea {
	background-color: #fff;
}

#contactform input.normal:focus,
#contactform textarea:focus {
	background-color: #fbfd70;
}

#contactform label,
#contactform input,
#contactform textarea {
	width: 20em;
	float: left;
	margin: 0 0 1em 0;
	display: block;
	text-align: left;
	font-size: 1.2em;
}

#contactform label {
	width: 15em;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	text-align: right;
}

#contactform label.narrowlabel {
	width: 10em;
}

#contactform textarea {
	height: 11em;
}

#contactform input.button {
	width: auto;
}

#contactform br {
	clear: left;
}

p.formerror {
	float: left;
	font-size: 1em;
	font-style: italic;
	color: #fbfd70;
	margin: 0 3em 0 1em;
	padding: 0;
}

/* HOME PAGE */
#promo {
	float: right;
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
	width: 332px;
	height: 290px;
	z-index: 10;
	border: 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f3f4f4;
	border-color: #f3f4f4;
}

#promoimage {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: transparent url(../images/promo-sirenic.jpg) no-repeat right bottom;
	width: 322px;
	height: 270px;
	z-index: 20;
	opacity: 0.99;
	text-indent: -3000em;
}

/* GENERIC BOXES */

.key-content {
	margin-bottom: 20px;
	margin-left: 60px;
	margin-top: 25px;
	padding: 20px 35px 35px 20px;
}

.box {
	border: 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.feature-box {
	background-color: #f9fafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(#f0f2f2));
	background: -moz-linear-gradient(top, #f9fafa, #f0f2f2);  
	border-color: #c5c5c9;
	text-shadow: white 0px 1px 1px;
	margin-right: 5px;
}

.feature-box p {
	color: #333;
	text-shadow: white 0px 1px 1px;
}

.feature-box h3 {
	padding: 0px;
	color: #a9a9a9;
}

/* CV PAGE */

div.cv {
	position: relative;
}

#cv-download {
	position: absolute;
	top: 0;
	right: 0;
	width: 199px;
	margin-top: 10px;
	padding: 10px 15px 0 10px;
}

#cv-download p {
	font-size: 1em;
}	

p.cvlink {
	padding-left: 22px;
	background: url(../images/pdficon_small.gif) no-repeat 0 0;
}

#cv-download p.readerlink {
	margin-bottom: 2em;
}

td h2 {
	margin-bottom: 0;
	border-bottom: none;
}

td {
	padding: 5px 0;
	font-size: 1.1em;
}

td p {
	font-size: 1.1em;
}

#ShadowBox td {
	padding: 0;
}

td p.jobtitle {
	text-transform: uppercase;
	font-weight: 200;
	font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", "Helvetica", "Arial";
	color: #000;
	text-shadow: 0 1px 1px white;
	font-size: 13px;
}

td.jobdetails {
	padding: 0 0 15px 30px;
}

td.jobdetails p {
	padding-top: 0;
	margin-top: 0;
}

/* RECENT PROJECTS PAGE */

#portfolio h3 {
	font-size: 1.6em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #aaa;
}

#project-menu {
	float: left;
	margin: 2em 2em 0 0;
	padding: 0;
	width: 199px;
}

#project-menu ul {
	margin: 0 0 3em 0;
}

#project-menu ul li {
	list-style: none;
	list-style-image: none;
	margin: 0 0 0.5em -2em;
	font-size: 1.2em;
}

#project-menu ul li a {
	padding: 0 0 1em 2em;
}

#projectholder {
	float: left;
	width: 715px;
	margin-top: 2em;
}

#projectholder div.box {
	float: right;
	background-color: #272727;
	border-color: #272727;
	width: 336px;
	height: 316px;
	margin-left: 2em;
}

#projectholder div.box a img {
	padding: 5px;
}

#projectholder img.inline {
	margin: 0; 
	padding: 0; 
	float: none; 
	vertical-align: middle;
}

p.sitelink {
	background: transparent url(../images/go-button.jpg) left center no-repeat;
	padding: 0 0 0 1.5em;
}
