<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Photologger
Author: Emma Kitchen
Author URI: http://www.ekitchen.org.uk
Theme URI: http://www.ekitchen.org.uk/photologger
Description: Photologger is a minimalist theme that is ideal for photo blogs, magazines &amp; portfolios.  Custom Background, Custom Header, Twitter, Facebook and Youtube links, Spacious, customiseable, clean, and very fast to load.
Version: 1.02
Tags: white, light, one-column, fixed-width, featured-images, custom-background, custom-header, custom-menu, photoblogging, microformats
License: GNU General Public License v2.0
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
*/
html, body { 
	margin:0;
	padding:0;
	text-align:center;
} 
#pagewidth { 
	width:976px;
	text-align:left;
	margin:0px auto 20px auto;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
} 

#header { 
	position:relative;
	width:966px;
	display:block;
	padding:0px;
	margin:0px 5px 0px 5px;
	overflow:hidden;
	min-height:34px;
} 
#header h1 { 
	margin:9px 0px 7px 0px;
	width:880px;
	padding:0px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 2px;
	float:left;
	font-family:arial;
	text-transform:uppercase;
}
#header h1 a { 
	color:#000000;
	text-decoration:none;
}
#header h1 a:hover { 
	color:#666666;
	text-decoration:none;
}

#twitter { 
	width:20px;
	float:right;
	position:relative;
	height:20px;
	display:block;
	margin:7px 0px 7px 7px;
}
#twitter h5 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	clear:both;
	height:20px;
	width:20px;
}
#twitter h5 a { 
	display:block;
	height:20px;
	width:20px;
	background:url(img/twitter.png) top left no-repeat;
}
#twitter h5 a:hover { 
	display:block;
	height:20px;
	width:20px;
	background-position:-20px 0px;
}
#twitter h5 span { 
	display:none;
} 

#youtube { 
	width:20px;
	float:right;
	position:relative;
	height:20px;
	display:block;
	margin:7px 0px 7px 7px;
}
#youtube h5 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	clear:both;
	height:20px;
	width:20px;
}
#youtube h5 a { 
	display:block;
	height:20px;
	width:20px;
	background:url(img/youtube.png) top left no-repeat;
}
#youtube h5 a:hover { 
	display:block;
	height:20px;
	width:20px;
	background-position:-20px 0px;
}
#youtube h5 span { 
	display:none;
} 

#facebook { 
	width:20px;
	float:right;
	position:relative;
	height:20px;
	display:block;
	margin:7px 0px 7px 7px;
}
#facebook h5 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	clear:both;
	height:20px;
	width:20px;
}
#facebook h5 a { 
	display:block;
	height:20px;
	width:20px;
	background:url(img/fb.png) top left no-repeat;
}
#facebook h5 a:hover { 
	display:block;
	height:20px;
	width:20px;
	background-position:-20px 0px;
}
#facebook h5 span { 
	display:none;
} 

#headerimage { 
	width:966px;
	display:block;
	padding:0px;
	margin:0px 5px 0px 5px;
	overflow:hidden;
	border:0px;
	float:left;
} 
#headerimage img { 
	width:966px;
	height:221px;
	padding:0px;
	margin:0px;
	border:0px;
} 

#headermenu { 
	width:966px;
	margin:0px 5px 0px 5px;
	padding:0px;
	height:30px;
	overflow:hidden;
	background:url(img/menu.gif) top center no-repeat;
	clear:both;
	display:block;
	float:left;
} 

#headermenu ul { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	height: 29px;
}
#headermenu ul li { 
	float: left;
	font-family: arial;
	font-size: 12px;
	margin: 0;
	padding: 9px 0px 9px 0px;
	background: inherit;
	border: 0px;
	font-weight:normal;
}
#headermenu ul li a, #headermenu ul li a:link { 
	margin: 0;
	padding: 9px 10px 9px 10px;
	color: #666666;
	border: 0px;
	text-decoration: none;
}
#headermenu ul li a:hover { 
	color: #000000;
}


#maincol { 
	float: left;
	display:inline;
	position: relative;
	width:970px;
	padding:0px 3px 0px 3px;
	word-wrap: break-word;
}


.postcontainer { 
	height:218px;
	width:190px;
	float:left;
	overflow:hidden;
	margin:2px 2px 2px 2px;
}
.postimage { 
	height:130px;
	width:190px;
	margin:0px 0px 2px 0px;
	display:block;
	overflow:hidden;
	background-color:#EEEEEE;
}
.postimage img { 
	height:130px;
	width:190px;
	padding: 0px;
	float:left;
	overflow:hidden;
	margin:0px;
	border:0px;
}
.postimage img:hover { 
	border:0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.posttitle { 
	height:55px;
	width:190px;
	margin:0px 0px 2px 0px;
	display:block;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	background:url(img/post_title.png) top center no-repeat;
	text-align:center;
	font-size: 12px;
	color: #666666;
	word-wrap: break-word;
	font-family:arial;
}
.posttitle a { 
	text-decoration:none;
	color: #000000;
	vertical-align:middle;
}
.posttitle a:hover { 
	text-decoration:none;
	color: #666666;
}
.postdetails { 
	width:190px;
	margin: 0px 0px 2px 0px;
	height:125px;
	overflow:hidden;
}
.postheader { 
	width:190px;
	margin: 0px 0px 0px 0px;
	overflow-x:hidden;
}
.postexcerpt { 
	width:190px;
	margin: 0px 0px 0px 0px;
	overflow-x:hidden;
}
.postbutton { 
	height:24px;
	width:190px;
	padding: 0px;
	float:left;
	overflow:hidden;
	margin:0px;
	background:url(img/read_more.gif) top left no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #666666;
}
.postdate { 
	height:17px;
	width:99px;
	padding: 4px 0px 0px 6px;
	float:left;
	overflow:hidden;
	margin:0px;
}
.postreadmore { 
	height:17px;
	width:65px;
	padding: 4px 20px 0px 0px;
	float:right;
	text-align:right;
	display:inline;
	overflow:hidden;
	margin:0px;
}
.postreadmore a { 
	color: #666666;
	text-decoration:none;
}
.postreadmore a:hover { 
	color: #000000;
	text-decoration:none;
}



#pageheader { 
	margin: 20px 20px 20px 20px;
	padding: 0px;
}
#pageheader h1 { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pageheader h1 a { 
	text-decoration: none;
} 
#pageheader h1 a:hover { 
	text-decoration: none;
	color:#333333;
} 

#pagecontent { 
	margin: 20px 20px 20px 20px;
	padding: 0px;
	font-size: 13px;
	font-family:arial;
	color:#666666;
} 
#pagecontent h1 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pagecontent h1 a { 
	text-decoration: none;
} 
#pagecontent h1 a:hover { 
	text-decoration: none;
	color:#333333;
} 
#pagecontent h2 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pagecontent h3 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pagecontent h4 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
}
#pagecontent h5 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pagecontent h6 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	clear: both;
	color:#000000;
	text-transform:uppercase;
} 
#pagecontent p { 
	font-size: 13px;
	font-family:arial;
	line-height: 1.7em;
	margin: 0px 0px 20px 0px;
	color:#666666;
}
#pagecontent p a:hover { 
	text-decoration: none;
}
#pagecontent a { 
	color: #000000;
}
#pagecontent a:hover { 
	text-decoration: none;
}
#pagecontent ul { 
	font-size: 13px;
	line-height: 1.7em;
	clear: left;
}
#pagecontent ol { 
	font-size: 13px;
	line-height: 1.7em;
	clear: left;
}

.postfooter { 
	clear:both;
}

.divider { 
	width:966px;
	margin:0px auto 0px auto;
	padding:0px 5px 0px 5px;
	height:1px;
	display:block;
	background:url(img/divider.gif) top center no-repeat;
	clear:both;
}


#postnavigation { 
	width:966px;
	padding:0px 5px 0px 5px;
}
#previousposts { 
	width:483px;
	height:26px;
	display:block;
	float:right;
	clear:right;
	text-align:right;
}
#previousposts a { 
	width:463px;
	height:17px;
	background:url(img/previous.gif) top right no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	padding: 6px 20px 6px 0px;
	display:block;
	float:right;
	clear:right;
	text-align:right;
	overflow-x:hidden;
}
#previousposts a:hover { 
	color:#000000;
	text-decoration:none;
}
#nextposts { 
	width:483px;
	height:26px;
	display:block;
	float:left;
	clear:left;
	text-align:left;
}
#nextposts a { 
	width:463px;
	height:17px;
	background:url(img/next.gif) top left no-repeat;
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	padding: 6px 0px 6px 20px;
	display:block;
	float:left;
	clear:left;
	text-align:left;
	overflow-x:hidden;
}
#nextposts a:hover { 
	color:#000000;
	text-decoration:none;
}



#footer { 
	margin: 10px auto 0px auto;
	padding:0px 5px 0px 5px;
	text-align:center;
	display:block;
	width:966px;
	word-wrap: break-word;
	font-family:arial;
	font-size:12px;
	color:#666666;
	clear:both;
}
#footer p { 
	font-family:arial;
	font-size:12px;
	letter-spacing:2px;
	color:#666666;
}
#footer a { 
	color:#666666;
}
#footer a:hover { 
	text-decoration:none;
	color:#000000;
}
#footer h2 { 
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	margin:5px 0px 0px 0px;
	padding:0px;
	color:#000000;
	letter-spacing: 2px;
}

#footerleft { 
	float:left;
	width: 480px;
	overflow-x:hidden;
	margin:0px;
}
#footerright { 
	float:right;
	width: 480px;
	display:inline;
	overflow-x:hidden;
	margin:0px;
}
.footerwidget { 
	width: 480px;
	clear:both;
	margin:0px 0px 20px 0px}

#footertext { 
	margin: 20px auto 20px auto;
	padding:20px 0px 10px 0px;
	display:block;
	text-align:center;
	font-size:11px;
	display:block;
	width:966px;
	height:60px;
	word-wrap: break-word;
	clear:both;
	color:#AAAAAA;
}
#footertext p { 
	color:#AAAAAA;
	font-size:11px;
}
#footertext a { 
	color:#AAAAAA;
}
#footertext a:hover { 
	text-decoration:none;
	color:#666666;
}

#footer ul { 
	padding: 0px 0px 0px 0px;
	margin: 5px auto 15px auto;
	list-style: none;
	width:480px;
	list-style: none;
	clear:left;
	text-align:center;
}
#footer ul li { 
	margin: 0px 0px 0px 0px;
	display: block;
	text-align:center;
}
#footer ul li a { 
	display: block;
	padding: 6px 5px 6px 10px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-decoration:none;
}
#footer ul li a:hover { 
	text-decoration:none;
	color:#000000;
}
#footer ul li ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 5px auto;
	list-style: none;
	list-style: none;
	clear:left;
	text-align:center;
}
#footer ul li ul li { 
	margin: 0px 0px 0px 0px;
	display: block;
	text-align:center;
}
#footer ul li ul li a { 
	display: block;
	padding: 6px 5px 6px 30px;
	margin: 0px;
	vertical-align: bottom;
	text-decoration:none;
}
#footer ul li ul li a:hover { 
	text-decoration:none;
}
#footer ul li ul li ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 5px auto;
	list-style: none;
	list-style: none;
	clear:left;
	text-align:center;
}
#footer ul li ul li ul li { 
	margin: 0px 0px 0px 0px;
	display: block;
	text-align:center;
}
#footer ul li ul li ul li a { 
	display: block;
	padding: 6px 5px 6px 60px;
	margin: 0px;
	vertical-align: bottom;
	text-decoration:none;
}
#footer ul li ul li ul li a:hover { 
	text-decoration:none;
}
#footer ul li ul li ul li ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px auto 5px auto;
	list-style: none;
	list-style: none;
	clear:left;
	text-align:center;
}
#footer ul li ul li ul li ul li { 
	margin: 0px 0px 0px 0px;
	display: block;
	text-align:center;
}
#footer ul li ul li ul li ul li a { 
	display: block;
	padding: 6px 5px 6px 90px;
	margin: 0px;
	vertical-align: bottom;
	text-decoration:none;
}
#footer ul li ul li ul li ul li a:hover { 
	text-decoration:none;
}



#calendar_wrap { 
	width: 230px;
	overflow: hidden;
	clear: both;
	margin:20px auto 20px auto;
	text-align:center;
}

#wp-calendar { 
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	clear: both;
	width: 210px;
	margin: 6px auto 6px auto;
	padding: 0px 10px 0px 10px;
	text-align:center;
}
#wp-calendar a { 
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
#wp-calendar a:hover { 
	font-family: "arial";
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

blockquote { 
	margin: 20px;
	padding: 8px 8px 8px 15px;
}
blockquote p { 
	background-color: inherit;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.3em;
}
label { 
	background-color: inherit;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}
table#wp-calendar { 
	margin: 0 0 20px;
	width: 140px;
}
code { 
	font-size: 1.2em;
	display: inline;
	padding: 5px 5px 5px 8px;
	margin: 5px 0 15px 0;
}


img.centered { 
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
img.alignright { 
	padding: 4px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft { 
	padding: 4px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter { 
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright { 
	float: right;
	display: inline;
}
.alignleft { 
	float: left;
	display: inline;
}
.alignnone { 
	display: block;
	clear: both;
}


.left { 
	border: 1px solid #cccccc;
	float: left;
	margin: 10px 15px 10px 0;
}
.right { 
	border: 1px solid #cccccc;
	float: right;
	margin: 10px 0 5px 10px;
}
.center { 
	border: 1px solid #aaaaaa;
	margin: 5px auto 12px;
	text-align: center;
}
.textright { 
	text-align: right;
}
.small { 
	font-size: 0.8em;
}
.bold { 
	font-weight: bold;
}
.hide { 
	display: none;
}
.post { 
	margin: 0px;
}
.wp-caption-text { 
	color: #666666;
}
.sticky { 
	color: #666666;
}
.gallery-caption { 
	color: #666666;
}


#comments { 
	clear: both;
}
#comments .navigation { 
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title { 
	color: #666666;
	margin-bottom: 0;
}
h3#comments-title { 
	padding: 24px 0;
}
.commentlist { 
	list-style: none;
	margin: 0;
}
.commentlist li.comment { 
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child { 
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol { 
	margin-bottom: 18px;
}
#comments .comment-body p: last-child { 
	margin-bottom: 6px;
}
#comments .comment-body blockquote p: last-child { 
	margin-bottom: 24px;
}
.commentlist ol { 
	list-style: decimal;
}
.commentlist .avatar { 
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author { 
	
}
.comment-author cite { 
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says { 
	font-style: italic;
}
.comment-meta { 
	font-size: 13px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited { 
	color: #666666;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover { 
	color: #333333;
}
.commentlist .even { 
	
}
.commentlist .bypostauthor { 
	
}
.reply { 
	font-size: 13px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link { 
	color: #666666;
}
.reply a:hover,
a.comment-edit-link:hover { 
	color: #333333;
}
.commentlist .children { 
	list-style: none;
	margin: 0;
}
.commentlist .children li { 
	border: none;
	margin: 0;
}
.nopassword,
.nocomments { 
	display: none;
}
#comments .pingback { 
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback { 
	margin-top: -6px;
}
#comments .pingback p { 
	color: #666666;
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url { 
	font-size: 13px;
	font-style: italic;
}


input[type=submit] { 
	color: #666666;
}
#respond { 
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p { 
	margin: 0;
}
#respond .comment-notes { 
	margin-bottom: 1em;
}
.form-allowed-tags { 
	line-height: 1em;
}
.children #respond { 
	margin: 0 48px 0 0;
}
h3#reply-title { 
	margin: 18px 0;
}
#comments-list
#respond { 
	margin: 0 0 18px 0;
}
#comments-list ul #respond { 
	margin: 0;
}
#cancel-comment-reply-link { 
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required { 
	color: #666666;
	font-weight: bold;
}
#respond label { 
	color: #666666;
	font-size: 13px;
}
#respond input { 
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea { 
	width: 98%;
}
#respond .form-allowed-tags { 
	color: #666666;
	font-size: 13px;
	line-height: 18px;
}
#respond .form-allowed-tags code { 
	font-size: 12px;
}
#respond .form-submit { 
	margin: 12px 0;
}
#respond .form-submit input { 
	font-size: 14px;
	width: auto;
}


.wp-caption { 
	text-align: center;
	padding-top: 4px;
}

.wp-caption-dd { 
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption img { 
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.clearfix: after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix { 
	display: block;
}
/* End hide from IE-mac */</pre></body></html>