/* @override http://adam.shand.net/iki/local.css */

html {
	background-color: whitesmoke;
}

body {
	width: 860px;
	margin: .5em auto;
	
	font-size: 1.2em;
	font-family: "Gill Sans", "Gill Sans MT", Georgia, serif;
	color: darkslategray;
	/* border: 1px solid darkslategray; /* debugging */
}

body a:link, body a:visited {
	color: #212121;
	text-decoration: none;
	border-bottom: 1px dotted;
}
body a:hover {
	color: whitesmoke;
	background: silver;
	border-bottom: 0px;

}

/* BEGIN HEADER */
div.pageheader {
}
div.pageheader a:link, div.pageheader a:visited {
	color: darkslategrey;
	border-bottom: 0px;	
}

div.header {
	/*height: 160px;
	background: url(http://adam.shand.net/images/iki-banner.jpg); */
}
div.actions {
	display: none;
}
div.actions a:link, div.actions a:visited {
	color: darkslategray;
	text-decoration: none;
}


/* END HEADER */
/* BEGIN CONTENT*/

div#content p {
	/*font-size:0.875em; /*howtosizetextincss*/
}

div.inlinepage {
	border: 0px;
}
div.inlinepage a:link, div.inlinepage a:visited {
	color: darkslategray;
}
div.inlineheader span.author {
	display: none;
}
div.sidebartravel {
	font-size: 80%;
}

div#sidebar {
	//display: none;
	background-color: whitesmoke;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: none; /**/
	color: darkslategray;
}

div#content p img {
	margin: .5em;
	padding: 4px;
	border: 1px solid silver;
}
img.left {
	float: left; 
}

img.right {
	float: right; 
}

blockquote {
	border-left: 3px solid #e6e6e6;
	padding-left: .5em;
	background: transparent url(http://adam.shand.net/images/quotemark.png) no-repeat left top; /**/
}

pre {
	padding: 0.5em;
	font-family: courier, monospace;
	border: 1pt solid #c0c0c0;
	background: #F0ECE6;
	white-space: pre;
	overflow: auto;
}

div#feedlink {
	display: none;
}

/* END CONTENT*/
/* BEGIN FOOTER*/

div.tags a {
}
/* commented out cause dates are important, be nice to make prettier though
div.inlinefooter span.pagedate, div#pageinfo div.pagedate {
	display: none;
}*/
/* END FOOTER */
