body {
	font-size:14px;
	color: white;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color:black;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	text-align: justify;
}

a { color: #C29F68; }
a:visited { color: #9D7941; }

#header {
	background-image: url('top.jpg');
	background-repeat: repeat-x;
	padding-top:20px;
}

#breadcrumb {
	padding: 0px;
	padding-left: 5%;
}

#body {
	margin:auto;
	margin-top: 40px;
	width:800px;
	padding:0px;
	background: white;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#main {
	width: 520px;
	margin:0px;
	padding-left:15px;
	padding-right:10px;
	padding-top:15px;
	float:left;
	color:black;
	background-color: white;
	-moz-border-radius-topleft: 10px;
}

#container {
	margin:0px;
}

h1 {
	margin: 0px;
	padding: 2%;
	padding-left: 5%;
	width: 55%;
}

p.about {
	padding: 0px;
	padding-left: 5%;
	width: 55%;
}

h2 {
	margin:0px;
	font-weight:bold;
	font-size: 1.5em !important;
}
h2 a { text-decoration: none; }
.entry {
	padding:20px;
}

img.gravatar { float: left; margin: 0px; margin-bottom: 0.4em; margin-right: 0.4em; padding: 3px; border: 1px solid #ddd; }
p.postedcomment {
	clear: both;
	font-size: 0.8em;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

p.smallcenter {
	text-align: center;
}

.posted {
	font-size: 0.8em;
}

.commenter { background-color: #f3e8da; padding: 10px; margin:0px; }
.commenter h3 { margin: 0px; }
.commenter li { font-size:0.9em; }
.commenter label { margin: 0px; float: left; width: 30%; text-align: right; clear:both; }
.commenter .field { float:right; width: 68%; text-align: left; }
.commenter .commentbuttons { text-align: right; clear: both; }
.commenter label.check {
	margin: 0px;
	float: left;
	width: 60%;
	text-align: right;
	margin-left: 32%;
	font-size: 0.8em;
}
.commenter .fieldcheck {
	float: right;
}

#comments {
	padding:20px;
}

#comments h3 {
	border-bottom: 1px solid black;
}

#right {
	color: black;
	width: 215px;
	float:right;
	padding:20px;
	background-color:#f3e8da;
	overflow: hidden;
	-moz-border-radius-topright: 10px;
}

table.calendar {
	background-color: #17192E;
	border: 1px solid #63686C;
}

th.month {
	text-align: center;
	font-size: 1.0em;
	padding: 3px; 
	color: #fff;
}

td.day {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #17192E;
	padding: 3px;
	color: #fff;
}

td.day:hover{
	background-color:#282D5E;
	color:#fff! important;
}

#footer {
	clear:both;
	padding:10px;
	padding-top:0px;
        font-size:0.8em;
	background-color: white;
}

#licence { float:left; }
#navtotop { text-align:right; }

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
.entry a[href ^="http://"] {
    background: url("/images/external_astro.png") center right no-repeat;
    padding-right: 13px;
}
.entry a[href ^="http://www.strudel.org.uk"] {
    background-image: none;
    padding-right: 0px;
}
#comments a[href ^="http://"] {
    background: url("/images/external_astro.png") center right no-repeat;
    padding-right: 13px;
}
#comments a[href ^="http://"].gravatar {
    background-image: none!important;
	padding-right:0px;
}
#comments a[href ^="http://www.strudel.org.uk"] {
    background-image: none;
    padding-right: 0px;
}
.right a[href ^="http://"] {
    background: url("/images/external_astro.png") center right no-repeat;
    padding-right: 13px;
}
.right a[href ^="http://www.strudel.org.uk"] {
    background-image: none;
    padding-right: 0px;
}
a.inblog {
	color: green;
	font-weight: normal;
}
blockquote  {
    background: url("/images/66.png") no-repeat;
    margin: 0px;
    padding-left:25px;
    padding-top:5px;
}

blockquote p {
    background: url("/images/99.png") bottom right no-repeat;
    padding-right:25px;
    padding-bottom:5px;
}
dfn.time {
    background: url("/images/timeconverter.png") center right no-repeat;
    padding-right: 13px;
}
#twitterings {
	padding:5px;
	overflow: hidden;
}
p.twitter { font-size:0.9em; margin:0px; margin-bottom: 5px; text-align:left;}
.twitterdate { font-size: 0.75em; display:block; text-align:right; }
.tags {
	font-weight: bold;
	margin-top:5px;
	margin-bottom:10px;
}
.diggButton {
	margin-top:5px;
	margin-bottom:10px;
}

