
body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #333;
	font-family: serif;
	color: #fff;
}

body * {
	margin: 0px;
	padding: 0px;
}

ul {
	margin-left: 2em;
}
ol {
	margin-left: 2em;
}

a:link {
	color: #ccf;
	
}
a:visited {
	color: #aaa;
	
}
a:active {
	color: #fff;
	
}
a:hover {
	color: #dff;
	
}

#banner {
	width: 100%;
	height: 130px;
	background-color: #ddd;
}

#openid {
	width: 100%;
	text-align: right;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 1.5em;
	background-color: #aaa;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#openid p {
	padding-right: 2em;
}
#openid input.button {
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
	cursor: pointer;
	height: 100%;
	font-family: serif;
	color: #eee;
	border: 1px solid #eee;
	background-image:url('/themes/webtoys/button.gif');
	background-repeat: repeat-x;
	background-color: #000;
}
#openid input.textbox {
	padding-left: 18px;
	padding-right: 2px;
	font-size: small;
	height: 100%;
	background-image: url(http://mangobrain.co.uk/openid/openid-inputicon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-family: serif;
	color: #fff;
	border: 1px solid #fff;
	background-color: #111;
}
#openid a:link {
	color: #222;
	
}
#openid a:visited {
	color: #000;
	
}
#openid a:active {
	color: #fff;
	
}
#openid a:hover {
	color: #fff;
	
}

#openidpopup {
	display: none;
	position: absolute;
	left: 25%;
	top: 180px;
	width: 50%;
	border: 1px solid black;
	background-color: #ffc;
	color: #000;
	text-align: justify;
}
#openidpopup p {
	padding: 6px;
}

#bannertext {
	position: absolute;
	top: 45px;
	left: 40px;
	float: left;
}
#bannertext a {
	font-family: "comic sans ms", sans-serif;
	color: #222;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}

#bannerimg {
	float: right;
	border: none;
}

#content {
	padding: 20px;
}

#footer {
	text-align: center;
	bottom: 0px;
	height: 5%;
	color: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #aaa;
	font-size: small;
}

#menu ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#menu {
	float: right;
	padding: 10px 10px 2px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #555;
	border-left: 2px solid #777;
	border-right: 2px solid #333;
	border-top: 2px solid #888;
	border-bottom: 2px solid #444;
	color: #ccc;
}
#menu ul {
	list-style-type: circle;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 1em;
}
#menu a:link {
	color: #eee;
	text-decoration: none;
}
#menu a:visited {
	color: #000;
	text-decoration: none;
}
#menu a:active {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
}
#menu div {
	border-bottom: 1px dashed #333;
}

.box {
	margin-bottom: 2em;
}

.box p {
	clear: left;
	margin-top: 0.5em;
}
.box h3 + p:first-letter {
	font-size: 110%;
	font-weight: bold;
}
.box p + p {
	text-indent: 1em;
}

div.tags {
	margin-top: 1em;
	font-size: small;
	font-style: italic;
}

div.img p {
	font-style: italic;
	font-size: smaller;
	margin-top: 0.2em;
}
div.img {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

.box li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.box h3 {
	font-weight: normal;
	margin-bottom: 0.6em;
}

.box h4 {
	margin-top: 1.8em;
	margin-bottom: 0.5em;
}

.box .commentdate {
	color: #bad1a1;
	font-size: small;
}

.box .title {
	text-decoration: underline;
	color: #9f9;
}

.box .date {
	color: #bad1a1;
}

.box .number {
	font-weight: bold;
	font-style: italic;
	color: #787;
}

.box input.button {
	padding: 2px;
	font-size: small;
	cursor: pointer;
	height: 2em;
	font-family: serif;
	color: #eee;
	border: 1px solid #eee;
	background-image:url('/themes/webtoys/button.gif');
	background-repeat: repeat-x;
	background-color: #000;
}
.box input.button[disabled] {
	cursor: default;
	color: #333;
	border-color: #333;
}
.box .textbox {
	font-size: small;
	padding: 2px;
	font-family: serif;
	color: #fff;
	border: 1px dotted #fff;
	background-color: #000;
}

.archive {
	margin: 0.5em;
}

.archive .title {
	color: #9f9;
}

.archive .date {
	color: #bad1a1;
}

.archive .commentcount {
	font-size: small;
}

.pagination a {
	text-decoration: none;
}

.pagination {
	margin: 1em;
}
