/*
Theme Name: Steves Hardy
Theme URI: http://wordpress.org/
Description: This is Steves first theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.5
Author: Steve Hardy based on Michael Heilemann
Author URI: http://www.steve-hardy.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 Steve Hardy,
	whose blog you will find at http://www.steve-hardy.co.uk/blog

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

*/



/* Begin Typography & Colors */
body	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url('/_resources/styles/images/bgi_body.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	/* background-color: #7AC5CD; */
	/* background-color: #005500; */
	background-color: #004a62;
	
	color: black;
	text-align: center;
	}

#page	{
	background-color: #ffff00;
	text-align: left;
	/* The background image is in the “header.php” template */
	}


div#ContentColumnTopBorder	{
	
	background-image: url('/_resources/styles/images/bgi_content-column-top-border');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width:100%;
	height:14px;
	}





div#header	{

	width:100%;
	background-image: url('/_resources/styles/images/bgi_header.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top:7px;
	height:76px;
	color:white;
	/* border:1px solid #ff0000; */
	}

div#header h1,
div#header h2
	{
	color:white;
	text-align:center;
	
	margin-top:0;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
	}

div#header h1
	{
	font-size:3em;
	margin-bottom:0;
	}

div#header h1 a
	{
	text-decoration:none;
	color:white;
	}

div#header h1 a:hover
	{
	color:yellow;
	}

div#header h2
	{
	font-size:1.5em;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 97px;
	width: 740px;
	}

#content	{
	/* font-size: 1.2em; */
	/* margin-top:10px; */
	}
.narrowcolumn .entry p,
.widecolumn .entry p,
.narrowcolumn .entry li,
.widecolumn .entry li

	{
	font-size: 1.3em;
	line-height: 1.5em;
	}

.widecolumn	{
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata	{
	text-align: center;
	}

.alt	{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer	{
	background: url('/_resources/styles/images/bgi_footer.jpg') no-repeat bottom center;
	border: none;
	}

small	{

	font-size: 1.1em;
	line-height: 1.5em;
	}

#headerimg .description	{
	font-size: 1.2em;
	text-align: center;
	}


#headerimg .description
	{
	text-decoration: none;
	color:black;
	}

#wp-calendar caption,
cite
	{
	text-decoration: none;
	}


.entry p a:visited	{
	color: #b85b5a;
	}

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

.commentlist li	{
	font-weight: bold;
	}

.commentlist li .avatar
	{ 
	float: right;
	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;
	}



.commentmetadata	{
	font-weight: normal;
	}

small,
/*#sidebar ul ul li,
#sidebar ul ol li, */
.nocomments,
.postmetadata,
blockquote,
strike
	{
	color: #777;
	}

code
	{
	font: 1.1em 'Courier New', Courier, Fixed;
	}

div#content acronym,
div#content abbr,
div#content span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

div#content p a
	{
	color: #06c;
	text-decoration: none;
	}

div#content p a:hover
	{
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a,
#wp-calendar #next a
	{
	font-size: 9pt;
	}

#wp-calendar a
	{
	text-decoration: none;
	}

#wp-calendar caption
	{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th
	{
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */








/* Begin Structure */
body
	{
	margin-top:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	}

#page
	{
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	
	width: 758px;
	}

#header	{
	/* background-color: #73a0c5; 
	margin: 0;
	padding: 0;
	height: 98px;
	width: 100%;
	border:1px solid #ff0000; */
	}

#headerimg	{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	
	/*  height: 130px; */
	width: 100%;

	}

.narrowcolumn	{
	float: left;
	
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;

	padding-top:0;
	padding-right:10px;
	padding-bottom:20px;
	padding-left:25px;
	
	width: 490px;
	/* border-right: 2px solid #efefef; */
	/* border:1px solid #0000ff; */
	}

.widecolumn	{
	float: left;
	margin-top:5px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;

	padding-top:10px;
	padding-right:10px;
	padding-bottom:20px;
	padding-left:25px;

	/* border-right: 2px solid #efefef; */
	/* border-left: 2px solid #efefef; */

	width: 490px;
	}

.post p	{
	margin: 0 0 40px;
	
	margin-top:0;
	margin-right:0;
	margin-bottom:8px;
	margin-left:0;
	
	text-align: justify;
	}

.post hr
	{
	display: block;
	}

.widecolumn .post
	{
	margin: 0;
	}

.narrowcolumn .postmetadata
	{
	padding-top: 5px;
	}

.widecolumn .postmetadata
	{
	margin: 30px 0;
	}

.widecolumn .smallattachment
	{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment
	{
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata
	{
	clear: both;
	}

.clear
	{
	clear: both;
	}

#footer
	{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height:140px;
	clear: both;
	/* border:1px solid #ff0000; */
	}

#footer p
	{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	
	padding-top:8px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	
	text-align: center;
	}
/* End Structure */



/* Begin Headers */
div#content h1
	{
	font-size:2.3em;
	text-align:center;
	color:black;
	padding-top: 5px;
	
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	}


div#content h2	{
	font-size: 1.8em;
	border-top:2px solid #cacaca;

	margin-top:25px;
	margin-right:0;
	margin-bottom:2px;
	margin-left:0;
	
	padding-top:2px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	}




div#content h3	{
	font-size: 1.3em;
	}



div#content h2,
div#content h2 a,
div#content h2 a:visited,
div#content h3,
div#content h3 a,
div#content h3 a:visited
	{
	color: #333;
	text-decoration:none;
	}







div#content h3 {
	padding: 0;
	margin: 30px 0 0;
	}

div#content h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	/* padding: 0 0 0 30px; */
	list-style: disc;
	padding-left: 10px;
	/* text-indent: -10px; */
	}

html>body .entry li {
	
	margin: 7px 0 8px 10px;
	}

.entry ul li:before,
/* #sidebar ul ul li:before */
	{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




div#sidebar ul li h2	{

	padding-left:2px;
	font-size: 1.2em;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;

	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	
	background-color:#FFE7A9;
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	}


div#sidebar ul,
div#sidebar ul ol
	{
	margin: 0;
	padding: 0;
	}
/*
div#sidebar ul li
	{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-transform:uppercase;
	}
*/
div#sidebar ul p,
div#sidebar ul select
	{
	margin: 5px 0 8px;
	}

div#sidebar ul ul,
div#sidebar ul ol
	{

	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	}

div#sidebar ul ul ul,
div#sidebar ul ol
	{
	margin: 0 0 0 10px;
	}

ol li,
div#sidebar ul ol li
	{
	list-style: decimal outside;
	}

div#sidebar ul ul li,
div#sidebar ul ol li
	{
	font-size: 1.1em;
	font-weight:bold;
	text-align:left;
	text-transform: uppercase;

	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	
	padding-top:1px;
	padding-right:0;
	padding-bottom:1px;
	padding-left:0;

	border-bottom:1px solid #888888;
	}

div#sidebar ul ul li:hover,
div#sidebar ul ol li:hover
	{
	background-color:#FFFFAA;
	
	}

/* Steve Hardys edits START */






div#sidebar ul.MainMenu ul li a	{
	display:inline-block;
	text-decoration: none;
	
	padding-top:0px;
	padding-right:0;
	padding-bottom:0px;
	padding-left:2px;
	
	
	}


div#sidebar ul.MainMenu ul li a:link	{}
div#sidebar ul.MainMenu ul li a:visited	{}
div#sidebar ul.MainMenu ul li a:active	{}
div#sidebar ul.MainMenu ul li a:hover	{color:#ff0000;}





/* Steve Hardys edits END */



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
	{
	padding-top:0;
	padding-right:0;
	padding-bottom:10px;
	padding-left:0;
	
	margin-left: 576px;
	width: 160px;
	/* border:1px solid #ff0000; */
	}

#sidebar form
	{
	margin: 0;
	/* border:1px solid #ff0000; */
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps
	 {
	cursor: help;
	}

div#content acronym,
div#content 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;
	}

hr	{
	display: none;
	}

a img
	{
	border: none;
	}

div.navigation
	{
	display: block;
	height:16px;
	text-align: center;
	font-size:1.3em;

	margin-top:0;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;

	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	/* border:1px solid red; */
	}




/* End Various Tags & Classes */



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Steve Hardys Changes */

