@import url("reset.css");

/* Colours */

body, a {
	color: #666;
}

a:hover {
	color: white;
	background-color: #ff8800;
}

em, em a, strong {
	color: #ff8800;
/* 	font-weight: bold; */
/* 	background-color: #eee; */
}

p.date, div#project-navigation p {
	color: #ff8800;
}

h2 a{
	border-bottom: 2px solid #999;
}

h2 a:hover{
	border-bottom-color: #333;
}

h3 a{
/* 	background-color: white; */
	border: 1px dashed #ff8800;
}

h3 a:hover{
	border-color: #333;
}

a {
	border-bottom: 0px;
	background-color: #eee;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

a name {
	border: none;
	background-color: none;
}

#navigation li {
	background-color: #eee;
}

#navigation li a:hover{
	color: #eee;
	background-color: #ff8800;
}

/* Typography */

body { 
	font-family: "Helvetica", "Calibri", "Arial", sans-serif;
	line-height: 1.5;
	font-weight: normal;
	font-size: medium; 
}

code {
	font-family: Consolas, monospace;
	font-size: smaller;
}

#navigation li, #navigation li a {
	text-decoration: none;
}
p, em, div.description { font-size: medium; font-style: normal;}
ul li { font-size: x-large; font-weight: bold;}
ol li { font-size: medium; font-style: normal; font-weight: normal; list-style:disc}
h1 { font-size: 13px; font-weight: normal; }
h1 strong { font-weight: normal; text-transform: none; display: block; letter-spacing: 0px; }
h2 { font-size: 26px; margin: 0px; font-weight: normal; letter-spacing: 0.02em; }
h3 { font-size: 22px; margin-bottom: 0.25em; margin-top: 1em; font-weight: normal; letter-spacing: 0.01em; }
p.date { font-size: 11px; letter-spacing: 0.03em; }
a { text-decoration: none; }
p#project-count, p#gallery-count { text-align: right; }
p#gallery-count span { letter-spacing: 0.08em; }
p#footer { font-size: x-small; }

/* Layout */

body { padding: 10px 0px 40px; text-align: center; }
div#container { margin: 0px auto; width: 860px; padding: 5px 20px; text-align: left; /*background: url('/images/grid-bg.gif') 20px 0px;*/ }

.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }

p { margin: 0px 0px 5px; }

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

ul li { margin: 0px 0px 3px; }
ul#navigation, ul.projects { list-style: none; padding: 0px; margin: 0px; }
ul#navigation { margin: 0px 0px 0px 20px; }
ul#navigation li, ul.projects li { clear: both; }
ul.projects li { float: left; padding: 0px 0px 8px; }

#navigation li, #navigation li a {
	list-style-type: none;
	padding: 2px;
	border: none;
	margin: 0;
	margin-left: 2px;
	display: block;
}

#navigation li a:hover{
	margin-left: 2px;
	margin-right: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#navigation li:first-child {
	padding-top: 4px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
}

#navigation li:last-child {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom: 4px;
}


p#footer { margin: 0px 0px 0px 260px; display: inline; }

p.date { text-align: right; padding: 14px 20px 0px 0px; }
div.description p { clear: both; }
div.description h2 { padding: 0px 0px 15px; }

div#images { clear: both; padding: 30px 0px 0px 70px; }
div.description div#images { padding: 0px 0px 0px 0px; }
div#images img { margin: 0px 0px 10px; }
p#project-count, p#gallery-count { margin: 2px 20px 0px 0px; }
p#gallery-count span { margin: -1px 0px 0px; display: block; }
div#project-navigation { margin: 0px 0px 0px 20px; }
div#project-navigation p, div#gallery-navigation p { margin: 0px 0px 1px; }

div#image-wrapper { overflow: hidden; width: 560px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 560px; }

img.project-thumb { padding: 0px 10px 5px 0px; float: left; display: none; }
