/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

li {
	list-style-type: none;
}

/*--- page layout framework ------------*/

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	font-size: 76%;
	text-align: center;
	color: #766969;
	background: #fff url("/img/bgtile.png") 0 0 repeat-x fixed;
}

div#top {
	margin: 1.5em auto 0 auto;
	width: 77em;
	height: 22px;
}

div#tl, div#tr {
	width: 38.5em;
	height: 22px;
}

div#tl {
	float: left;
	background: transparent url("/img/shadow_topleft.png") 0 0 no-repeat;
}

div#tr {
	float: right;
	background: transparent url("/img/shadow_topright.png") right 0 no-repeat;
}

div#tile {
	margin: 0 auto;
	width: 77em;
	background: transparent url("/img/shadowtile_left.png") 0 0 repeat-y;
}

div#container {
	padding: 0 2.5em;
	background: transparent url("/img/shadowtile_right.png") right 0 repeat-y;
}

div#contact {
	float: right;
	margin-top: -8em;
	color: #a08e8e;
}

div#contact p {
	text-align: right;
	margin-bottom: 0.5em;
	padding-right: 2em;
}

div#contact p.email {
	background: transparent url("/img/email.png") right 0.5em no-repeat;
}

div#contact p.cellphone {
	background: transparent url("/img/cellphone.png") right center no-repeat;
}

div#contact a {
	color: #a08e8e;
	text-decoration: none;
}

div#contact a:hover {
	color: #000;
	text-decoration: underline;
}

div#featured {
	margin: 1.8em 0;
	height: 185px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #efeded url("/img/loader.gif") center center no-repeat;
}

div#featured div {
	height: 185px;
	overflow: hidden;
	display: none;
}

div#featured p {
	position: absolute;
	margin: 0;
	padding: 0.5em 2em 0.5em 1em;
	bottom: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	font-size: 0.8em;
	background: transparent url("/img/opaque_20.png") 0 0 repeat-x;
}

div#featured p em {
	color: #ed1651;
	font-style: normal;
}

div#bio, div#skills, div#clients {
	float: left;
	width: 22em;
	margin-right: 3em;
	text-align: right;
}

div#bio {
	width: 20em;
}

div#skills, div#clients {
	width: 23em;
}

div#clients {
	margin: 0;
}

div#bio p, div#skills p, div#clients p {
	margin-top: 0.4em;
	text-align: right;
}

div#showcase, div#getintouch, div#photography {
	padding: 1em 0;
	border-top: 2px solid #e9e5e5;
}

p.intro {
	float: left;
	width: 45em;
	font-size: 0.9em;
	color: #a08e8e;
}

p.instruction {
	font-size: 0.9em;
	color: #a08e8e;
}

a#cv {
	float: right;
	display: block;
	padding: 0;
	width: 112px;
	height: 24px;
	text-indent: -300em;
	background: #fbe3ea url("/img/downloadCV.png") 0 0 no-repeat;
	outline: none;
}

a#cv:hover {
	background: #fbe3ea url("/img/downloadCV.png") 0 -24px no-repeat;
}

/*--- showcase ------------*/

div#showcase {
	margin-top: 1em;
}

div#showcase h2 {
	float: left;
	width: 12.5em;
}

img.thumb {
	width: 120px;
	height: 120px;
	vertical-align: middle;
	border: 1px solid #dddada;
}

img.thumbactive {
	width: 120px;
	height: 120px;
	vertical-align: middle;
	border: 1px solid #a79595;
}

/*--- getintouch ------------*/

div#getintouch {
	margin-bottom: 1.5em;
}

div#getintouch h2 {
	float: left;
	width: 12.5em;
}

img#portrait {
	float: left;
	clear: both;
	width: 140px;
	height: 209px;
	margin-top: 2em;
	left: 0;
	margin-right: 3.1em;
	border: 2px solid #dddada;
}

div#getintouchinfo {
	float: left;
}

div#getintouchinfo p.intro {
	float: none;
	margin-top: -1.5em;
}

div#getintouchinfo p#title {
	font-size: 1.1em;
}

div#getintouchinfo p.email {
	margin-bottom: 0.5em;
	padding-left: 2em;
	background: transparent url("/img/email.png") 0 0.5em no-repeat;
}

div#getintouchinfo p.cellphone {
	padding-left: 2em;
	color: #910028;
	background: transparent url("/img/cellphone.png") 0 center no-repeat;
}

p.result {
	color: #000;
	font-weight: bold;
}

form#contactFrm {
	width: 56.7em;
}

label#msgLabel {
	display: none;
}

fieldset#details, fieldset#msg {
	float: left;
}

fieldset#msg {
	margin-left: 1.5em;
}

form#contactFrm button {
	margin-top: 0.5em;
	width: 108px;
	height: 24px;
	text-indent: -300em;
	background: #f6cfda url("/img/sendmsgBtn.png") 0 0 no-repeat;
	border: none;
}

form#contactFrm button:hover {
	background: #f6cfda url("/img/sendmsgBtn.png") 0 -24px no-repeat;
}

/*--- photography ------------*/

div#photography h2 {
	float: left;
	width: 12.5em;
}

div#photography p.intro {
	margin-top: -0.2em;
}

div#photos {
	margin: 0.5em 0 1.8em 0;
	padding: 1.2em 0 1.2em 1.2em;
	background-color: #efeded;
}

div#photos a {
	display: block;
	width: 84px;
	height: 84px;
	float: left;
	margin-right: 0.95em;
	padding: 9px 0 0 9px;
	background-color: #fff;
	border: 1px solid #dddada;
}

div#photos a:hover {
	border: 1px solid #a79595;
}

div#photos a img {
	vertical-align: middle;
}

a#flickr {
	text-decoration: none;
}

/*--- footer ------------*/

div#footer {
	height: 6em;
	background: transparent url("/img/gillstrawberry_logo_footer.png") center 0 no-repeat;
}

div#footer p {
	margin: 2.5em 0 0 0;
	padding: 0.6em 0 0 0;
	width: 35.5em;
	font-size: 0.8em;
	color: #a08e8e;
	border-top: 1px solid #dddada;
}

div#footer p#copyright {
	float: left;
}

div#footer p#credit {
	float: right;
	text-align: right;
}

/*--- element defaults ------------*/

p, li, dd, legend, input, label, textarea, table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 1em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}

span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	text-decoration: underline;
	color: #ed1651;
}

a:visited {
	text-decoration: none;
	color: #ed1651;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/*--- headings ------------*/

h1, h2 {
	font-family: "Century Gothic", "Avant Garde", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: normal;
	line-height: 1em;
}

h1 {
	margin: 0 auto;
	width: 275px;
	height: 106px;
	padding: 0;
	font-size: 3.5em;
	text-indent: -300em;
	background: transparent url("/img/gillstrawberry_logo.png") 0 0 no-repeat;
	overflow: hidden;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	display: inline;
}

/*--- forms ------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 8em;
	clear: left;
	margin-right: 1em;
	padding: 0.3em 0;
	text-align: left;
	color: #910028;
}

input, textarea {
	width: 18em;
	margin-bottom: 0.5em;
	padding: 0.4em;
	color: #766969;
	background-color: #efeded;
	border: none;
}

input:focus, textarea:focus {
	color: #910028;
	background-color: #f0dbe1;
}

textarea {
	width: 26.5em;
	height: 9.3em;
	line-height: 1.3em;
	overflow: auto;
}

/*--- miscellaneous ------------*/

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div#special_projects div.hr {
	border-bottom: 1px solid #dddada;
	height: 1px;
	line-height: 1px;
	margin: 0 0 1em 1em;
}