/* CSS reset by Eric Meyer 

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	display: none;
}

img {
	display: block;
}


/* =Core setup */

html, body {
	background-color: #0b0b41;
}

body {
	background: #0b0b41 url('../img/body-bg.gif') repeat-x;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 1.33;
	color: white;
	min-height: 492px;
}

#main {
	width: 765px;
	position: relative;
	font-size: 130.1%;
	margin: auto;
}

#main {
	margin-top: 21px;
}

#branding {
	background: #bec5cc url('../img/branding-bg.gif') 50% no-repeat;
	text-indent: -200em;
}

#branding span {
	display: block;
	height: 59px;
	width: 881px;
	margin: auto;
	background: url('../img/jk-chartered-architects.gif') no-repeat;
}

p {
	margin-top: 1em;
}

#header em, 
#content em {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-style: italic;
}

#main strong {
	font-weight: bold;
}

.uc {
	text-transform: uppercase;
}

.wrapper {
	overflow: hidden;
	width: 100%;
}

a {
	text-decoration: none;
	color: #69c;
}

a:visited {
	color: #69c;
	/* color: #5986b3; */
}

a:hover, 
#nav-info a:hover, 
#nav-info:hover a:hover, 
#credit a:hover, 
#credit:hover a:hover {
	color: #b8e500;
	/* color: #cce5ff; */
}

a.current, 
#nav-info a.current, 
#nav-info a.current:hover, 
#nav-info:hover a.current:hover {
	color: white;
}


/* =Navigation */

#nav {
	overflow: hidden;
	width: 765px;
	padding: 21px 0 4px;
	margin: auto;
}

#nav li {
	float: left;
	line-height: 1;
	font-size: 160.1%;
}

#nav a, 
#phone {
	display: block;
	padding: 8px 10px;
	background: url('../img/nav-a-bg.gif') 100% no-repeat;
}

#nav #phone {
	float: right;
	background-image: none;
	padding-right: 0;
}

#nav .first a {
	padding-left: 0;
}

#nav .last a {
	padding-right: 0;
	background-image: none;
}

#nav-sub {
	position: absolute;
	top: 0;
	left: 595px;
	width: 170px;
	font-size: 92.4%;
}

#content-sub {
	position: absolute;
	top: 0;
	left: 425px;
	width: 150px;
	font-size: 92.31%;
}

#nav-sub dd {
	position: absolute;
	top: 0;
	left: -595px;
}

#nav-sub dd, 
.work #content {
	width: 574px;
}

#notable dd a, 
.work #projects a {
	display: block;
	padding-top: 354px;
	color: #00004d;
}

#notable #home2 a {
	background: #8ab8e6 url('../img/home2.jpg') no-repeat;
}

/* 
#notable #home1 a {background: #8ab8e6 url('../img/home1.jpg') no-repeat;}
#notable #home3 a {background: #8ab8e6 url('../img/home3.jpg') no-repeat;}
#notable #home4 a {background: #8ab8e6 url('../img/home4.jpg') no-repeat;}
#notable #home5 a {background: #8ab8e6 url('../img/home5.jpg') no-repeat;}
#notable #home6 a {background: #8ab8e6 url('../img/home6.jpg') no-repeat;}
*/

#work1 a {background: #8ab8e6 url('../img/home1.jpg') no-repeat;}
#work2 a {background: #8ab8e6 url('../img/home2.jpg') no-repeat;}
#work3 a {background: #8ab8e6 url('../img/home3.jpg') no-repeat;}
#work4 a {background: #8ab8e6 url('../img/home4.jpg') no-repeat;}
#work5 a {background: #8ab8e6 url('../img/home5.jpg') no-repeat;}
#work6 a {background: #8ab8e6 url('../img/home6.jpg') no-repeat;}

#notable #home1, 
#notable #home3, 
#notable #home4, 
#notable #home5, 
#notable #home6 {
	display: none;
}

#notable #home1 a:hover, 
#notable #home2 a:hover, 
#notable #home3 a:hover, 
#notable #home4 a:hover, 
#notable #home5 a:hover, 
#notable #home6 a:hover, 
.work #projects a:hover {
	background-color: #b8e500;
}

#notable dd a em, 
.work #projects a em {
	display: block;
	padding: 5px 128px 5px 4px;
	background: url('../img/view-this.gif') 100% 50% no-repeat;
	font-style: normal; /* Just for IE! */
}

#notable dd a:hover em, 
.work #projects a:hover em {
	background: url('../img/view-this-hover.gif') 100% 50% no-repeat;
}

#notable dt, 
#notable li {
	display: block;
	float: left;
	width: 81px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#notable dt a, 
#notable li h3 a {
	display: block;
	height: 81px;
	text-indent: -200em;
}

#project1 a {
	background: transparent url('../img/project1-thumb.jpg') no-repeat;}
#project1 a:hover, 
#project1 .current {
	background: transparent url('../img/project1-thumb.jpg') 0 -162px no-repeat;}

#project2 a {
	background: transparent url('../img/project2-thumb.jpg') no-repeat;}
#project2 a:hover, 
#project2 .current {
	background: transparent url('../img/project2-thumb.jpg') 0 -162px no-repeat;}

#project3 a {
	background: transparent url('../img/project3-thumb.jpg') no-repeat;}
#project3 a:hover, 
#project3 .current {
	background: transparent url('../img/project3-thumb.jpg') 0 -162px no-repeat;}

#project4 a {
	background: transparent url('../img/project4-thumb.jpg') no-repeat;}
#project4 a:hover, 
#project4 .current {
	background: transparent url('../img/project4-thumb.jpg') 0 -162px no-repeat;}

#project5 a {
	background: transparent url('../img/project5-thumb.jpg') no-repeat;}
#project5 a:hover, 
#project5 .current {
	background: transparent url('../img/project5-thumb.jpg') 0 -162px no-repeat;}

#project6 a {
	background: transparent url('../img/project6-thumb.jpg') no-repeat;}
#project6 a:hover, 
#project6 .current {
	background: transparent url('../img/project6-thumb.jpg') 0 -162px no-repeat;}
	
#notable li h3 .current {
	cursor: default;
}

.home #content {
	padding-top: 405px;
}

.compact, 
#nav-sub .compact, 
#content-sub .compact {
	margin-top: 0;
}

#services {
	position: absolute;
	top: 0;
	left: -200em;
}

h1, h2, h3 {
	font-weight: bold;
}

#content h1, 
#nav-sub h2, 
#service-list h3 {
	border-top: 1px solid #4d4d83;
	padding-top: 0.5em;
}

.work #content h2 {
	border: 0;
	padding-top: 0;
	font-size: 100%;
}

#nav-sub h2, 
#service-list h3 {
	margin: 1em 4px 4px 0;
}

#service-list ul li {
	display: block;
	padding: 3px 0;
	color: #a1a1bf;
}

.nowrap {
	white-space: nowrap;
}

#content {
	width: 405px;
	padding-bottom: 8em;
}

.sub #content {
	min-height: 32em;
}

#content h1 {
	font-size: 138.5%;
}

#content h2 {
	border-top: 1px solid #4d4d83;
	margin-top: 1em;
	padding-top: 1em;
}

#content h2, 
.large {
	font-size: 115.4%;
}

#content h3 {
	margin-top: 1.5em;
	color: #a1a1bf;
}

#content .square {
	list-style-image: url('../img/li-square.gif');
}

#content .square li {
	margin-top: 0.5em;
	margin-left: 1.33em;
	color: #a1a1bf;
}

.prompt, 
.note, 
#riba {
	color: #6d6d8d;
}

#riba {
	background: url('../img/riba.gif') no-repeat;
	margin-top: 2em;
	padding-top: 30px;
}

#service-list ul .not-used {
	color: #313161;
}

#nav-info {
	border-top: 1px solid #4d4d83;
	padding: 1em 0 3em;
}

#nav-info ul {
	width: 765px;
	overflow: hidden;
	font-size: 120.1%;
	margin: auto;
	padding-bottom: 1em;
}

#nav-info li {
	float: left;
	margin-right: 1.5em;
}

#nav-info a {
	color: #486a9e;
}

#credit a {
	color: #2a3b70;
}

#nav-info ul:hover a, 
#credit ul:hover a {
	color: #69c;
}

#gallery {
	width: 741px;
	margin: 21px auto 0;
	background: url('../img/translucent-blue-bg.png') no-repeat;
	font-size: 120%;
	padding: 12px;
}

#gallery li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#gallery .prompt {
	clear: left;
}


/***** =Colour *****/



/***** =Colour *****/


/***** =Forms *****/

#contact {
	margin-top: 1em;
}

#contact legend span {
	position: absolute;
	top: 0;
	left: -200em;
}

input, 
textarea {
  font-size: 10pt;
  color: black;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  padding: 3px;
  vertical-align: middle;
  border: 2px inset #003;
  background-color: #e8eff7;
}

input.text:focus, 
textarea:focus {
  border: 2px solid #b8e500;
  background-color: white;
}

input.submit {
  font-weight: bold;
	color: #00004d;
  background-color: #69c;
  padding: 3px;
	margin-top: 3px;
  border: 2px outset #003;
}

input.submit:hover {
  background-color: #b8e500;
  cursor: pointer;
  color: black;
  border: 2px outset #030;
}

label {
	color: white;
	display: block;
	margin-top: 0.3em;
}

#contact label, 
#contact input.submit {
	margin-top: 0.75em;
}

.required {
  font-weight: bold;
}

.required input, 
.required textarea {
  font-weight: normal;
}

.invalid {
  font-weight: bold;
  color: #b8e500;
  margin-bottom: 1em;
}

#content form {
  width: 99%;
}

form .full {
  width: 96%;
}

form .half {
  width: 48%;
}

input.text, 
textarea {
  display: block;
}

#contact label span {
  display: block;
  font-weight: normal;
}

#contact .error {
	color: #b8e500;
	display: block;
}

#contact .no-error {
	display: none;
}

#confirmation {
	background: url('../img/translucent-blue-bg.png') no-repeat;
	padding: 12px;
}