/* Colours */

body{ background: #F2F2F2; color: #999; }
a { text-decoration: none; color: #777; }
em { color: #999; }
em a { color: #666; }
em.background { color: #BBB; }

/* Typography */

body, input { font-family: Georgia, Times, serif; line-height: 1.5; }
ul li, p, em { font-size: 13px; font-style: normal; letter-spacing: -0.01em; }
h1, h2 { font-size: 13px; font-weight: normal; }
h3 { font-size: 11pt; }
h4 { font-size: 2em; margin: 0; font-family: Georgia, Times, serif; font-style: italic; line-height: 60px; font-weight: normal; }
h5 { font-size: 1.2em; margin: 0; font-family: Georgia, Times, serif; font-style: italic; margin-top: 20px; font-weight: normal; }
a { text-decoration: none; text-align: center; }

/* Nagivation */
.navigation { width: 960px; margin: auto auto; height: 90px; border-bottom: 1px solid #e3e3e3; }
.navigation a { display: inline-block; line-height: 90px; font-family: Georgia, Times, serif; font-style: italic; color: #353535; }
.nav { margin: 0; text-align: center; }
.nav a { border: none; }
.nav p { color: #e3e3e3; display: inline; font-size: 1.4em; }
.home { float: left; font-size: 1.3em; }
.items { float: right; font-size: 1em; }
.items a { padding: 0 25px 0 25px; }
.items a:hover, current { border: none; color: #52c4f4; border-bottom: 1px solid #52c4f4; }


/* Layout */
a.atom-rss { margin: 0px 0px 0px 6px; padding: 2px 3px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }
body { text-align: center; margin: 0; padding: 0;}
div#container { margin: auto; width: 960px; text-align: left; }

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

.one { width: 60px; }
.two { width: 215px; }
.three { width: 220px; float: right; text-align: right; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; float: right; font-size: 14pt; margin-top: 10px; text-align: right; }
.seven { width: 100%; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 100%; }
.twelve { width: 940px; }

h1 em, h2 em { display: block; }

p, h2 { margin: 0px 0px 5px; }
hr { display: block; clear: both; border-style: none; border-bottom: 1px solid #e3e3e3; height: 0px; margin: 0 0 10px; }
a img { border: 0px; }

h2 { overflow: hidden; }
input#filter { display: inline; width: auto; padding: 1px 0px; border: 0px; background: #eee; font-size: inherit; color: inherit; }

div#content ul.project-list { margin-left: 5px; padding: 0px; list-style: none; }
div#content ul.project-list li { margin: 10px 10px 5px 10px; float: left; }
ul.project-list div.thumbnail a { margin: 0; }
ul.project-list div.thumbnail img { border: 1px solid #e3e3e3; }
ul.project-list div.thumbnail img:hover { border: 1px solid #fff; }
ul.project-list div.summary { margin: 0; text-align: center; text-decoration: none; font-size: 10px; float: none;}
#project-content { width: 630px; }

h2.title, div#content p.category, div#content ul.project-list li, div.description, p.para, div#images, div#media { padding: 0; }

div#media { overflow: hidden; }
div.media { margin: 0px 0px 10px; }

div#content div.description { margin: 0px 0px 0px 20px; }
div.description div#media { margin: 0px 0px 10px; border: 0px; padding: 0px; }

/* OTHER STUFF */
#header p {
font-size: 14pt;
color: #aaa;
}
#header a {
color: #aaa;
border-bottom: 1px dotted #aaa;
}
#header a:hover {
color: #222;
border-bottom: 1px dotted #222;
}
#footer {
width: 100%;
height: 150px;
text-align: left;
margin-top: 40px;
margin-bottom: 20px;
}
#footer a {
color: #333333;
font-family: Arial, Helvetica, sans-serif;
}
#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #333333;
}
.ft-column{
float: left;
width: 170px;
height: auto;
margin-right: 50px;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.ft-column img {
margin-top: 30px;
}

.main {
float: left;
width: 650px;
height: auto;
}

.main .project-list {
list-style: none;
height: 370px;
overflow: hidden;
}

.main .project-list li {
width: 214px;
display: inline-block;
}

.projects img {
margin-bottom: 30px;
}

#recent-work {
height: 416px;
overflow: hidden;
}

#sidebar {
float: right;
width: 265px;
height: auto;
}
#sidebar .date {
text-align: right;
}
.summary p {
text-align: left;
font-size: 10pt;
color: #333333;
}

#twitter_update_list {
padding: 0;
}

#twitter_update_list li{
list-style: none;
margin-bottom: 20px;
}

/*Slideshow stuff*/

#slideshow {
    position:relative;
    height:430px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow a.active {
    z-index:10;
}

#slideshow a.last-active {
    z-index:9;
}