body {
	background-color: #F2ECDC;
	background-image: url('thomasstevens.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 20px 20px;
	font-family: Arno Pro, Tahoma, serif;
}

a { color: #A98943; text-decoration: none; }
p { text-align: justify; }

table {
	font-size: 1em;
}

div {
	font-size:1em;
}

table.numbers {
	font-size: 0.8em;
	text-align: center;
}

table.numbers a {
	text-decoration: none;
	color: black;
}

td.number_on {
	width: 20px;
	height: 18px;
	background-color: #EEEEEE;
	border: 1px solid black;
}

td.number_off {
	width: 20px;
	height: 18px;
	background-color: #AAAAAA;
	border: 1px solid black;
}

#box {
	width: 640px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: white;
	padding: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url('bg.jpg');
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#main {

}
p.blog:first-letter {
	font-style: italic;
	font-size: 3.2em;
	float: left;
	margin-right: 0.1em;
}
#breadcrumb {
	display: inline;
}

#title {
	margin: 0px;
}
h1 {
	margin-top: 0px;
	color: #3a3737;
}
h1, h2, h3, h4 {
	font-family: Didot, Palatino Linotype, serif;
	font-style:italic;
	font-weight: normal;
}
h1 { font-size: 220%; text-align: center; }
#about {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog {
	float: left;
	width: 410px;
	padding-right: 20px;
}
#blog h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.posted {
	font-style: italic;
}
#blog ul {
	margin: 0px;
}
#right {
	float: right;
	width: 200px;
}
#right form {
	margin-top:0.5em;
}
#previous {
	float: left;
}
#next {
	float: right;
}
.previousnext {
	display: block;
	height: 1em;
}
#footer {
	text-align: left;
	color:#000;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #444;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#licence {
	float:right;
	padding-top: 2px;
	padding-bottom: 10px;
}

img {
	border: 1px solid #999;
}

img.noborder {
	border: 0px;
}

table.calendar {
	background-color: #ddd;
	border: 1px solid #999;
}

th.month {
	text-align: center;
	font-size: 1.0em;
	padding: 3px; 
	color: #555;
	border-bottom: 1px solid #999;
}

td.day {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	color: #555;
}

td.day:hover{
	background-color:#fff;
	color:#204A67! important;
}
p.smallcenter {
	text-align: center;
	font-size: 12px;
}

p.smallright {
	text-align: right;
	font-size: 12px;
}

input {
	display: inline;
}
.commenter {
	margin-bottom: 25px;
}
.commenter h3 {
	margin: 0px;
	display: none;
}
.commenter label {
	clear: both;
	float: left;
	margin: 0;
	text-align: right;
	width: 30%;
}
.commenter label.check {
	float: left;
	font-size: 0.8em;
	margin: 0 0 0 32%;
	text-align: right;
	width: 60%;
}
.commenter .field {
	float: right;
	text-align: left;
	width: 66%;
}
.commenter .fieldcheck {
	float: right;
}

