/*
Theme Name: Mud In Your Eye
Theme URI: http://www.mudinyoureye.co.uk/
Description: Custom theme designed for MudInYourEye.co.uk.
Version: 1.0
Author: Oliver Green
Author URI: http://www.codeblog.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia', Arial, Sans-Serif;
	color: #333;
	text-align: center;	
	background: url('images/background.png') repeat-y #d7d7d7;
	background-position:center;
	margin:0;
	padding:0;
	}
	
#pagetop {
	width:1019px;
	height:50px;
	margin:auto;
	background: url('images/header_top.png') no-repeat top center;	
}

#page {
	/*border: 1px solid #959596;*/
	text-align: left;
	width:938px;
	margin:auto;
	
}

#header {
	width:936px;
	}
	
#header #headerlinks {
	background-color:#393939;
	width:936px;
	height:31px;
	border: 1px #1c1c1c solid;
	overflow:hidden;
}

#header #headerlinks div {
	border-right:thin #1c1c1c solid;
	float:left;
	padding:9px 14px 11px 14px;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#header #headerlinks .active {
	background-color:#1c1c1c;
}

#header #headerlinks .search_box {
	float:right;
	width:138px;
	margin-right:2px;
	margin-top:5px;
	height:16px;
	color:#CCC;
}

#header #headerlinks #search_button {
	float:right;
	width:32px;
	margin:0px;
	height:16px;
	border:none;
}

#header a:link {
	color:#FFF;
	text-decoration:none;
}

#header a:visited {
	color:#FFF;
	text-decoration:none;
}

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

#headerimg 	{
	position:relative;
	height: 243px;
	width: 938px;
	overflow:none;
	}
	
#header #bloglogo {
	width:584px;
	height:71px;
	position:absolute;
	bottom:0px;
}


.maincolumn {
	float:left;
	font-size:14px;
	width:630px;
	margin-left:15px;
}

.maincolumn h2 {
	font-weight:normal;
	font-size:26px;
	margin-bottom:0px;
}

.maincolumn hr {
	color: #dedede;
	background-color:#dedede;
	border:none;
	height:1px;
}

.maincolumn a:link {
	color:#657f2e;
	text-decoration:none;
}

.maincolumn a:visited {
	color:#657f2e;
	text-decoration:none;
}

.maincolumn a:hover {
	color:#657f2e;
	text-decoration:underline;
}

.maincolumn #postmeta {
	position:relative;
	float:left;
	font-size:12px;
	margin-top:12px;
	margin-bottom:22px;
}

.maincolumn #postmeta hr {
	float:left;
	height:48px;
	width:1px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}

.maincolumn #postmeta #postmeta-content {
	margin:auto;
	width:170px;
	margin-left:20px;
	}
	
.maincolumn #postmeta #social_links {
	float:right;
	margin-top:-5px;
}

.maincolumn #postmeta #meta1 {
	width:209px;
	float:left;
}

.maincolumn #postmeta #meta2 {
	width:206px;
	float:left;
}

.maincolumn #postmeta #meta3 {
	width:170px;
	float:right;
}

#sidebar {
	float:left;
	width:274px;
	font-size:14px;
}

#sidebar a:link {
	color:#333;
	text-decoration:none;
}

#sidebar a:visited {
	color:#333;
	text-decoration:none;
}

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

#sidebar hr {
	color: #dedede;
	background-color:#dedede;
	border:none;
	height:1px;
}

#sidebar li {
	list-style-type:none;
	list-style-image:none;
	list-style-position:inherit;
}

#sidebar ul li ul {
	list-style-type:none;
	list-style-image:none;
	list-style-position:inherit;
	margin:0;
	padding:0;
}

#sidebar h2 {
	font-weight:normal;
	font-size:26px;
	margin-bottom:0px;
	color:#657f2e;
}

.navigation {
	margin-top:10px;
	
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}

.post {
	float:left;	
	width:638px;
	
}

.hentry {
	float:left;	
	width:638px;
}

.postmetadata {
	float:left;	
}

.archive #postmeta {
	margin-top:-7px;	
}

#pagemeta {
	float:left;
	width:638px;
}

#respond {
	float:left;
}

#comments {
	float:left;	
}

.commentlist {
	float:left;	
}

.single {
	/*width:638px;	*/
}

.single h2 {
	/*margin-top:10px;	
	margin-bottom:0px;*/
	color:#657f2e;
}

.archive h2 {
	/*margin-top:10px;	
	margin-bottom:0px;*/
	color:#657f2e;
}

.archive h3 {
	/*margin-top:10px;	
	margin-bottom:0px;*/
	color:#657f2e;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}

#footer {
	margin-top:20px;
	width:918px;
	height:24px;
	float:left;
	background-color:#333;
	color:#FFF;
	vertical-align:middle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top:9px;
	padding-left:20px;
}

#footer a:link {
	color:#FFF;
}

#footer a:visited {
	color:#FFF;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

/* 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;
}
/* End captions */


/* Start Comments */

.commentlist {
	width:630px;
padding:0;
	margin:0;	
}

.commentlist li, #commentform input, #commentform textarea {
	/*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	list-style:none;
	
}

.commentlist li .avatar { 
	float: left;
	margin-right:5px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}

/* End Comments */
