/* CSS Document */body {	background-color: #FFFFFF;	color: #888;	font-size: 0.66em;	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	line-height: 1.4;	margin: 0;	padding: 0;	}/*	Links in orange. Background explicitly specified just to keep css validator happy */a {	background-color: inherit;	color: #ff7010;	text-decoration: none;	}/*	Show green when mousing over a link */a:hover {	background-color: inherit;	color: #0b3;	}/*	Most headers use the thinner Trebuchet font */h1, h2, h3, h4, h5 {	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	font-weight: bold;	line-height: normal;	margin: 0;	padding: 0;	}/*	Blog title in header */h1 {	font-size: 6em;	color: #ff7010;	line-height: 1em;	}/*	Page title at top of content, and post titles in index and single */h2 {	font-size: 2.3em;	}/*	Post titles in archive and search, certain headers in comments */h3 {	font-size: 1.8em;	}/*	For user use */h4 {	font-size: 1.3em;	margin: 0 0 0.5em 0;	}h5 {	font-size: 1.1em;	margin: 0 0 0.3em 0;	}/*	Paragraphs have some space below */p {	font-size:1.3em;	margin: 0 0 1.1em 0;	}/*	The page contains everything, it centres itself horizontally within the browser */#page {	width: 66em;	min-width: 25em;	max-width: 98%;	text-align: left;	margin: 0 auto 0 auto;	}#header {	margin: 4em 0 4em 0;	}#content {	background-color: inherit;	color: #484848;}#content img {	background-color:#FFFFFF;	padding:6px;	margin:4px;	display:inline;	float:right;	border: 1px solid #000000;}