/*
Theme Name: Family
Theme URI: http://michael.ellerman.id.au
Description: Family theme
Version: 1.0
Author: Michael Ellerman
*/

body {
	background-color: white;
	/*border: thin solid black;*/
	color: black;
	line-height: 120%;
	padding: 0em 0.5em 1em 0.5em;
	margin: 0.5em;
}

a:link {
	background-color: inherit;
	color: #4444FF;
}

a:visited {
	background-color: inherit;
	color: #8888FF;
}

h2 a:visited {
	background-color: inherit;
	color: #4444FF;
}

#footer {
	text-align: right;
}

#footer img {
	border: 0;
	vertical-align: text-top;
}

div.close {
	margin-top: 2em;
	border-top: thin solid black;
}

div.entry img.logo {
	/* Without relative the float doesn't honour it's parent's
	   relative position and is too far left on IE. */
	position: relative;
	float: right;
	margin: 0em 1em 1em 1em;
	text-align: right;
	border: thin solid black;
}

img.small_logo {
	vertical-align: middle;
	margin-bottom: 0.2em;
}

img.icon {
	vertical-align: text-bottom;
	padding-top: .3em;
}

a img {
	border: 0;
}

div.story {
	clear: both;
}

h2, h3 {
	border-bottom: thin solid black;
	clear: both;
}

h2 a {
	text-decoration: none;
}

/* For copyright page */
h1 {
	border-bottom: thin solid black;
	padding-bottom: 0.5em;
}

.center {
	text-align: center;
}

#sidebar {
        /* this should be 'fixed', but IE has other ideas */
	position: absolute;
	width: 10em;
	padding: 1em 1em 1em 0em;
	margin: 0em;
	text-align: right;
	border-right: thin solid #CCCCCC;
}

#sidebar h4 {
	border-bottom: thin solid;
}

#sidebar ul {
	padding-left: 0;
	list-style-type: none;
}

#content
{
	position: relative;
	left: 11em;
	margin: 0em 11em 0em 0em;
	padding: 0.5em 1em 1em 2em;
}

.titles ul {
	margin-bottom: 3em;
}

.titles h2 {
	border-bottom: thin solid black;
}

ul {
	padding-left: 1.5em;
}

img.google {
	margin-bottom: -12px;
}

.postdata {
	text-align: right;
	font-size: 90%;
	color: #aaaaaa;
	background-color: inherit;
	clear: both;
}

.gendate {
	text-align: right;
	font-size: 90%;
	color: #aaaaaa;
	background-color: inherit;
}

.thumbnails a img {
	padding: 0.2em;
}

.thumbnails a:hover img {
	background: black;
}

div.sitenav {
	margin: 1em 0em 2em 0em;
	padding: 0em;
}

blockquote {
        padding: 1em;
        margin: 1em;
        margin-right: 2em;
        background: #DDEEDD;
}

blockquote p {
	margin: 0.5em 0em 0.5em 0em;
	padding: 0em;
}

blockquote blockquote {
        padding: 0.5em 1em 0.5em 1em;
        margin: 0em;
        background: #DDDDEE;
}

/* Without relative floats don't honour their parent's
   relative position and are too far left on IE. */

.float {
	position: relative;
	float: right;
	padding: 2em;
}

.floatl {
	position: relative;
	float: left;
	padding: 2em;
}

.floattop {
	position: relative;
	float: right;
	padding: 0em 2em 2em 2em;
}

.photoinfo {
	padding: 0.5em;
	background: #d0d0d0;
	font-size: 80%;
}

#photos img {
	border: thin solid black;
}
