/* Colours */

a img { border: 0px none; }

body, a { color: #222; } 
em, em a, p.date, div#project-navigation p { color: #999; }
h2 a { border-bottom: 1px solid #ccc; }
a { border-bottom: 1px solid #ccc; }
a:hover { border-bottom: 1px solid #888; }

/* TitleHover */
a.info{ position: relative; /*this is the key*/ z-index: 24; text-decoration: none}
a.info:hover{ z-index: 25; background-color: #000}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
position: absolute; z-index: 25; display: block; top: 5px; width: 112px; 
margin: 11px 0px 0px 0px;
padding: 1px 2px 3px; border: 2px solid #000;
background-color: #000; color: #fff; text-align: left}

/* TitleHover InternetExplorer */
.ie a.info{ position: relative; /*this is the key*/ z-index: 24; text-decoration: none}
.ie a.info:hover{ z-index: 25; background-color: #000}
.ie a.info span{display: none}
.ie a.info:hover span{ /*the span will display just on :hover state*/
position: absolute; z-index: 25; display: block; top: 5px; width: 112px; 
margin: -1px 0px 0px 0px;
padding: 1px 2px 3px; border: 2px solid #000;
background-color: #000; color: #fff; text-align: left}

/* TitleHover Google Chrome */
.chrome a.info{ position: relative; /*this is the key*/ z-index: 24; text-decoration: none}
.chrome a.info:hover{ z-index: 25; background-color: #000}
.chrome a.info span{display: none}
.chrome a.info:hover span{ /*the span will display just on :hover state*/
position: absolute; z-index: 25; display: block; top: 5px; width: 112px; 
margin: 0px 0px 0px -120px;
padding: 1px 2px 3px; border: 2px solid #000;
background-color: #000; color: #fff; text-align: left}

/* TitleHover Safari */
.safari a.info{ position: relative; /*this is the key*/ z-index: 24; text-decoration: none}
.safari a.info:hover{ z-index: 25; background-color: #000}
.safari a.info span{display: none}
.safari a.info:hover span{ /*the span will display just on :hover state*/
position: absolute; z-index: 25; display: block; top: 5px; width: 112px; 
margin: 0px 0px 0px -120px;
padding: 1px 2px 3px; border: 2px solid #000;
background-color: #000; color: #fff; text-align: left}

/* Typography */

body { font-family: "Courier New", Courier; line-height: 1.4; }
ul li, p, em, div.description { font-size: 11px; font-style: normal; }
h1 { font-size: 11px; font-weight: normal; }
h1 strong { font-weight: normal; text-transform: none; display: block; letter-spacing: 0px; }
h2 { font-size: 11px; margin: 0px; font-weight: normal; letter-spacing: 0.00em; }
h3 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial; line-height: 1.2; font-size: 11px; margin: 0px; font-weight: normal; letter-spacing: 0.00em; }
p.date { font-size: 11px; letter-spacing: 0.00em; }
a { text-decoration: none; }
p#project-count, p#gallery-count { text-align: right; }
p#gallery-count span { letter-spacing: 0.00em; }

/* Layout */

body { padding: 20px 0px 40px; text-align: center; background-color:#FFF; background: url('../../images/backd4.gif'); background-attachment:fixed }
div#container { margin: 0px auto; width: 860px; padding: 20px 20px; text-align: left; background-color:#FFF; 
/* background: url('../../images/bg_white.png'); */ } 

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

.index { width: 125px; }
.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 20px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

ul li { list-style: none; margin: 0px 0px 0px; }
ul#navigation, ul.projects { list-style: none; padding: 0px; margin: 0px; }
ul#navigation { margin: 10px 0px 0px 20px; }
ul#navigation li, ul.projects li { clear: both; }
ul#navigation ol { display: none; margin: 0px; padding: 4px 0px 4px 25px; }
ul.projects li { float: left; padding: 0px 0px 8px; display: inline;}

p#footer { margin: 0px 0px 0px 80px; display: inline; line-height: 1.4; }

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

div#media { clear: both; padding: 10px 0px 0px 80px; }
div.media { margin: 0px 0px 10px; }
div.description div#images { padding: 0px 0px 0px 0px; }
div#media img { margin: 0px 0px 10px; }
p#project-count, p#gallery-count { margin: 1px 20px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }
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 5px; }

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

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

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }