/* Grafica London CSS Version 3 */

/* Please feel free to use any of the techniques used herein, but please change the look and feel to suit your own needs. */

/* Basic Reset CSS - based on Eric Mayer's Reset CSS */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles */

:focus {
	outline: 0;
}

/* remember to highlight inserts */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic CSS */

html, body {
	font-family: Corbel, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}

p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.5;
}

/*p + p {
	text-indent: 1em;
	margin-top: 0;
	}*/
	
p.small {
	font-size: 0.875em;
	color: #666666;
}

h1 {
	font: bold 2em/2 Corbel, Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	background-color: inherit;
	margin: 0 0 5px 0;
	}

h2 {
	font: bold 1.5em/2 Georgia, Constantia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #666666;
	background-color: inherit;
	margin: 0 0 -5px 0;
}

h3 {
	font: bold 1.125em/2 Georgia, Constantia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #666666;
	background-color: inherit;
	margin: 0 0 -5px 0;
	}
	
a {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990033;
	background-color: #fff;
	text-decoration: underline;
}

img {
	border: 0;
}



/* Layout CSS */

#wrapper {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #fff;
	margin: 70px auto 20px;
	width: 760px;
	color: #000;
}

#masthead {
	margin: 10px auto;
	width: 700px;
}

#nav {
	height: 22px;
	width: 780px;
	font: normal 12px/20px Gotham, Corbel, Tahoma, Verdana, sans-serif;
	background: #000;
	margin: 1px 0 0 0;
	padding: 2px 0 5px 0;
	top: 10px;
	left: 0;
	letter-spacing: 0.1em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	color: #666;
	background-color: transparent;
}

#nav li {
	float: left;
	margin: 0;
	height: 20px;
	padding: 0 0 0 1px;
	position: relative;
}

#nav a {
	

/*float: left;*/
	display: block;
	width: 0.1em;
	padding: 3px 40px 6px 40px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	height: 17px;
	color: #fff;
	background-color: transparent;
}

#nav a:hover {
	color: #bbbbbb;
	background-color: transparent;
}

/*#nav li em {
	font-family: Corbel, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -35px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	}*/

#nav > ul a {
	width: auto;
}

/* hide from IE Mac \*/

#nav a {
	float: none;
}

/* end IE Mac hiding */

#home #homenav a,
#about #aboutnav a,
#work #worknav a,
#blog #blognav a {
	padding-bottom: 6px;
	color: #ff6a00;
	background-color: transparent;
}

#content {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 40px;
	float: left;
	font: 0.75em/1.4em Corbel, Tahoma, Verdana, Helvetica, sans-serif;
}

#fullWidth {
	width: 100%;
}

#fullWidth p {
	width: 85%;
}

#leftContent {
	float: left;
	width: 300px;
	margin-right: 10px;
	padding-right: 20px;
}

#content #rightContent {
	float: right;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 80px;
}

#content #rightContent img {
	border: 0;
}

#content #rightContent p {
	text-align: center;
}

.pics {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 80px;
	border: 0;
	width: 350px;
	height: 242px;
}

.pics img {
	width: 350px;
	height: 242px;
	top: 0;
	left: 0;
}

.picsWho {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 76px;
	border: 0;
	width: 354px;
	height: 440px;
}

.picsWho img {
	width: 354px;
	height: 440px;
	top: 0;
	left: 0;
	border: 0;
}

.clearing {
	clear: both;
}

#content .gallery {
	margin: 30px 10px 10px -4px;
	clear: both;
	width: 85%;
	text-align: center;
	font-size: 10px;
	color: #888;
}

#content .gallery a {
	background: white;
}

#content .photo {
	padding: 7px;
	vertical-align: middle;
}

#factsheets {
	margin: 30px 10px 10px -4px;
	clear: both;
	width: 85%;
	text-align: center;
	font-size: 1em;
	color: #888;
	list-style-type: none;
}

#factsheets li {
	float: left;
	margin: 5px 5px 5px 5px;
}

#factsheets li a {
	text-decoration: none;
}

#factsheets li img {
	border: 1px solid #000;
}

#footer {
	background-color: inherit;
	color: white;
	line-height: 1.4em;
	font-size: 0.6em;
	font-family: Corbel, Tahoma, sans-serif;
	margin: 0 auto;
	width: 680px;
}

#footer p {
	margin-top: 10px;
}

#footer a {
	color: white;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}