/*   
Theme Name: YearBlog
Theme URI: http://www.yearblog.co.uk
Description: An attempt at blogging for a whole year.
Author: 36Flavours
Version: 1.0
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #666;
}
a {
	color: #0099cc;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#content a:hover {
	border-bottom: 1px dotted #0099cc;
}
#container {
	width: 810px;
	margin: 0 auto;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0099cc;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}
p, object {
	line-height: 20px;
	margin-bottom: 15px;	
}
pre {
	margin-bottom: 15px;
	width: 100%;
	overflow: auto;	
}

/* Header */

#header {
	margin-bottom: 75px;
}
#header h1 a {
	display: block;
	width: 115px;
	height: 95px;
	background: #0099cc url(images/logo.png) center center no-repeat;
}
#header h1 a span {
	display: none;
}

/* Columns */

#content {
	width: 100%;
	overflow: hidden;
}
#column-one {
	width: 325px;
	float: left;
	margin-right: 70px;	
}
#column-two {
	width: 225px;
	margin-right: 70px;
	float: left;
}
#column-three {
	width: 120px;
}

/* Sidebars */

ul.sidebar {
	float: left;
	list-style: none;
}
ul.sidebar li.widget {
	margin-bottom: 20px;
}
ul.sidebar h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
}
ul.sidebar li.widget_text h2 {
	color: #0099cc;
	text-transform: none;
	width: 80%;
	font-size: 16px;
}
ul.sidebar li ul {
	list-style: none;	
}
ul.sidebar li ul li {
	margin-bottom: 5px;
	color: #CCC;
}
ul.sidebar li ul li a,
ul.sidebar li.widget_tag_cloud div a {
	color: #666;	
}
ul.sidebar li ul li a:hover,
ul.sidebar li.widget_tag_cloud div a:hover,
ul.sidebar li.widget_recent_entries a {
	color: #0099cc;	
}

/* Comment Form */

#commentform p {
	margin-bottom: 8px;	
}
#commentform label {
	display: block;
	margin-bottom: 3px;	
}
#commentform label small {
	color: #999;
	font-size: 11px;
}
#commentform textarea,
#commentform input,
#s {
	width: 217px;
	border: 1px solid #e4e4e4;
	padding: 4px;
	font: inherit;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666;
}
#commentform textarea {
	height: 150px;
}
input#submit,
#searchsubmit {
	background-color: #0099cc;
	border: none;
	padding: 5px 10px;
	color: white;
	width: auto;
	font-size: inherit;
	cursor: pointer;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#searchsubmit {
	padding: 4px 8px;
}

/* Search Box */

ul.sidebar #searchform label,
ul.sidebar #searchsubmit {
	display: none;
}
#s {
	padding-left: 19px;
	width: 200px;
	background: white url(images/search.gif) 2px center no-repeat;
}
.sidebar #s {
	width: 95px;	
}

/* Comment List */

ol.commentlist {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 0;
	border-top: 1px solid #f5f5f5;
}
ol.commentlist li {
	padding: 10px 0 0;
	border-bottom: 1px solid #f5f5f5;
}
ol.commentlist li.odd {
	border-color: #e4e4e4;
}
ol.commentlist .bypostauthor {
	color: #666;	
}
ol.commentlist .comment-author {
	margin-bottom: 3px;
}
ol.commentlist .comment-author cite {
	font-weight: bold;
	font-size: 16px;
}
ol.commentlist img.avatar {
	float: right;
}
.commentmetadata {
	margin-bottom: 15px;
}
.commentmetadata a {
	font-size: 9px;
	color: #999;
}
.commentmetadata a:hover {
	border-bottom: 0;	
}
ol.commentlist li.bypostauthor {
	background: #ffffcc;
	padding: 10px 10px 0;
}

/* Post / Entry */

.wp-post-image {
	margin-bottom: 15px;
}
body.blog .post {
	margin-bottom: 40px;	
}
h3 a {
	color: #666;	
}
#content h3 a:hover {
	border-color: #666;	
}
.post-edit-link {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	background: #0099cc;
	padding: 0 2px;
	border: none;
}
#content a.post-edit-link:hover {
	border: none;
	color: #0099cc;
	background: none;
}
.postmetadata {
	margin-top: 20px;
}
.post ol,
.post ul {
	padding: 0 0 10px 35px;
	margin: 0;
}
.post ol li,
.post ul li {
	margin: 0 0 5px;
	padding: 0;
}
.post p.first {
	font-weight: bold;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Photostream */

.flickr a,
#content .flickr a:hover {
	border: none;	
}

/* Misc. */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin: 20px 0;
}

/* Footer */

#footer {
	margin: 80px 0 40px;
}
