/*  
Theme Name: McKinlay Kidd
Theme URI: http://www.seescotlanddifferently.co.uk/
Description: McKinlay Kidd WordPress theme 
Version: 1.0
Author: Ben Ellis
Author URI: http://www.hungrybrowser.co.uk/

	McKinlay Kidd v1.0
	http://www.seescotlanddifferently.co.uk/

	This theme was designed and built by Ben Ellis,
	whose blog you will find at http://www.hungrybrowser.co.uk/blog/

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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

/* Styles basic HTML tags */

	body 
	{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: #666666;
	font: 13px "Trebuchet Ms", Verdana, Arial, sans-serif;
	line-height: 18px;
	text-align: center;
	}
	
	a
	{
	font-weight: normal;
	color: #008EB1;
	text-decoration: none;
	}
	
	a:visited
	{
	color: #5D539D;
	text-decoration: underline;
	}
	
	a:active
	{
	color: #CC3300;
	text-decoration: underline;
	}
	
	a:hover
	{
	color: #85C9DA;
	text-decoration: underline;
	}
	
	acronym
	{
	border-bottom: 1px #999999 dashed;
	cursor: help;
	}
	
	h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, h5, h5 a
	{
	text-decoration: none;
	clear:both;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
	
	h1, h1 a, h1 a:visited
	{
	font-size: 20px;
	color: #3FA8C8;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	font-weight: normal;
	}
	
	h2, h2 a, h2 a:visited
	{
	font-size: 15px;
	color: #5D539D;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 15px 0px 0px 0px;
	}
	
	h3, h3 a, h3 a:visited
	{
	font-size: 14px;
	color: #333333;
	margin: 0px 0px 5px 0px;
	}
	
	h4, h4 a, h4 a:visited
	{
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 5px 0px;
	}
	
	h5, h5 a, h5 a:visited
	{
	font-size: 11px;
	color: #999999;
	}
	
	p
	{
	margin: 0px 0px 15px 2px;
	}
	
	strong
	{
	color: #333333;
	}
	
	label
	{
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	padding: 1px 5px 3px 5px;
	font-size: 11px;
	background-color: #F3F3F3;
	}
		
	code 
	{
	font: 11px 'Courier New', Courier, Fixed;
	}
	
	cite a
	{
	color: #333333;
	font-weight: bold;
	}
	
/* Styles the main structure of the page */

	#page 
	{
	position: relative;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	}
	
	/* Header area (includes logo) */
	#header
	{
	height: 230px;
	}

	#header h1 a
	{
	position: absolute;
	top: 10px;
	left: 40px;
	width: 370px;
	height: 140px;
	}

	#header h1 a span
	{
	display: none;
	}
	
	/* Description (part of logo area) */
	h2.description
	{
	position: absolute;
	top: 20px;
	right: 40px;
	margin: 0px;
	font-size: 18px;
	text-decoration: none;
	color: #002D73;
	width: 250px;
	text-align: right;
	font-weight: normal;
	}
	
/* Styles the left content area */

	.narrowcolumn 
	{
	padding: 0px 0px 0px 0px;
	margin: 17px 300px 0px 40px;
	}

	.widecolumn 
	{
	padding: 0px 0px 0px 0px;
	margin: 17px 300px 0px 40px;
	}
	
/* Styles the right content area */
	
	#sidebar
	{
	position: absolute;
	right: 40px;
	top: 253px;
	width: 225px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif
	}

	#sidebar form 
	{
	margin: 0px 0px 30px 0px;
	}
	
	#sidebar ul,
	#sidebar li
	{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}
	
	#sidebar li
	{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 2px;
	}
	
	#sidebar ul li:before 
	{
	content: "\00BB \0020";
	}
	
	#sidebar div
	{
	margin: 0px 0px 2px 0px;
	padding: 12px 10px 12px 10px;
	}
	
	#sidebar p
	{
	margin: 0px 5px 10px 0px;
	line-height: 14px;
	}
	
	#sidebar q
	{
	margin: 0px 5px 10px 0px;
	line-height: 14px;
	font-style: italic;
	}
		
	#sidebar h2
	{
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6EBCD2;
	padding: 3px 0px 1px 5px;
	font-weight: normal;
	}
	
	#sidebar img
	{
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	padding: 5px;
	}
	
	.floatLeft
	{
	margin: 0px 8px 1px 0px;
	float: left;
	}
	
/* Styles the page navigation */

	ul.navigation,
	ul.navigation li
	{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
	
	ul.navigation
	{
	margin: 0px 0px 10px 0px;
	}
	
	ul.navigation li
	{
	display: inline;
	}

/* Styles the breadcrumb trail */

	ul.breadcrumb,
	ul.breadcrumb li
	{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
	
	ul.breadcrumb
	{
	margin: 0px 0px 10px 0px;
	}
	
	ul.breadcrumb li
	{
	display: inline;
	font-weight: bold;
	}
	
	ul.breadcrumb li a
	{
	font-weight: normal;
	}
		
/* Styles the footer */
	
	#footer
	{
	margin: 20px 300px 0px 35px;
	clear: both; 
	}
	
	#footer ul
	{
	width: 95%;
	clear: both; 
	}
	
	#footer ul, 
	#footer li
	{
	display: inline;
	margin: 0px;
	font-size: 11px;
	}
	
	#footer li
	{
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px 2px 0px;
	margin: 0px 0px 0px 0px;
	height: 16px;
	float: left;
	border-top: 1px #EEEEEE solid;
	}	
	
/* Styles the components that make up each weblog entry */

	/* Date */
	.date
	{
	font-size: 11px;
	color: #333333;
	display: block;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 2px 0px;
	}
	
	/* The post container */	
	.post
	{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	/* The post meta info: comments, etc. */
	.postmetadata
	{
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	}
	
	/* Comments meta info: date etc. */
	.commentmetadata
	{
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12px;
	color: #999999;
	}
	
	/* Comments list */
	ol.commentlist
	{
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	}
	
	ol.commentlist li
	{
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #F2EFE7 solid;
	}
	
	/* Alternate the background colour of the comments */
	.alt
	{
	background-color: #F8F5F1;
	}
	
/* Styles Form Elements */
	
	form 
	{
	margin: 0px;
	}
	
	/* Paragraphs */
	form p
	{
	font-size: 11px;
	}
	
	/* Form fields */
	.textInput,
	select,
	textarea 
	{
	border: 1px #CCCCCC solid;
	width: 400px;
	padding: 1px 2px 2px 2px;
	font: 11px "Lucida Sans Unicode", "Lucida sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFE6;
	color: #666666;
	margin: 0px;
	}
	
	.textInput:hover,
	.textInput:focus,
	select:focus,
	textarea:hover,
	textarea:focus
	{
	border-color: #999999;
	background-color: #FFFFCC;
	color: #333333;
	}
	
	#sidebar .textInput
	{
	width: 125px;
	}
	
	/* Submit buttons */
	.submit
	{
	color: #FFFFFF;
	border: 1px #9E7EB2 solid;
	padding: 0px 5px 1px 5px;
	cursor: pointer;
	font-size: 11px;
	background-color: #AD92BE;
	}
	
	.submit:hover, 
	.submit:focus
	{
	background-color: #8F6AA7;
	border-color: #612C86;
	color: ##612C86;	
	}
	
/* The rest of this stuff is left over from the original word press file */

	#wp-calendar #prev 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;
		}
	
	/* 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 */
	
	.entry ul li:before
	 {
		content: "\00BB \0020";
		}
	
	
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}