/* Colours */

a {
}
em { 
}

/* Typography */

body {
	font-family: Monaco, Helvetica, Arial, sans-serif;
	font-size: .67em;
	line-height: 1.3em;
	background:url(http://www.seanbatchelor.com/blog/wp-content/themes/one_theme/images/br.gif) no-repeat fixed bottom left;
}
ul li, p, em {
font-style: normal;
}

h1, h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
line-height:1.4em;
text-transform:lowercase;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.3em;
line-height:1.8em;
text-transform:lowercase;
}

a:link {
	color: #C00;
	text-decoration:none;
	}
	
a:visited {
	color: #C00;
	text-decoration:none;
	}

a:hover {
	color:#CC0000;
	text-decoration:underline;
	}


/* Layout */

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

#left-col {
width: 240px;
margin:10px 0;
float: left;
}

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

.col.date {
margin-top:5px;
}

.col .col {
margin: 0px;
}

.one {
width: 60px;
}

p {
margin: 0 0 5px;
}

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

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

em.three { 
margin: 0px 0px 0px 0px; 
}

div#navigation {
margin: 0; 
}
div#navigation ul { 
list-style: none; 
padding: 0px 20px 0px 0px; 
margin: 0px; 
}
div#navigation ul li {
margin: 0px 0px 8px; 
}
div#navigation ul li.selected { 
color: #F00; 
text-indent: 0; 
}
div#navigation ul li.selected a {
border: 0px;
}
div#navigation ul li em { 
display: block; 
margin: 30px 0px 0px; 
}

div#content { 
margin:10px 0 0 20px;
}

div#media { 
clear: both; 
padding: 10px 0px 0px 60px; 
}
div.media { 
margin: 0px 0px 10px; 
}
div.home div#media { 
padding: 0px 0px 0px 60px; 
}
div.description div#media { 
padding: 0px 0px 0px 0px; 
}
p#gallery-count, div#gallery-navigation { 
display: none; 
}

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; 
}

#footer { 
margin: 0px 0px 0px 320px; 
display: inline;
padding:5px 0 0;
}
p#footer em { 
display: block; 
}

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; 
}