@charset "UTF-8";

.contactform {
	margin:5em 0 5em 0;
	width:36em;
}

.contactform dd {
	margin: 0;
}

label.text {
	top: -1em;
}

input.textfield,
.contactform input[type="text"] {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.25em;
	margin:5px 0;
	padding:0.25em;
	width:15em;
}

.contactform textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.25em;
	height:10em;
	margin:5px 0;
	padding:0.25em;
	width:28em;
}

.contactform input.submit {
	float:right;
	margin:-1em 0 0;
	padding:0 0.5em;
}

a > img {
	border: 2px solid #ffffff;
	padding: 2px;
}

.at:before {
	content: 'at';
	padding-right: 0.5em;
}

span.at {
	padding-left: 0.5em;
}

.via:before {
	content: 'via';
	padding-right: 0.5em;
}

span.via {
	padding-left: 0.5em;
}

.story p {
	margin: 0;
}

#linkToAdmin {
	display: block;
	width: 10px;
	height: 10px;
	cursor: default;
	position: absolute;
	top: 0px;
	right: 0px;
	
	text-indent: -9999px;
	overflow: hidden;
}

div.block ul li {
	padding: 0;
}

div.block ul li a {
	display: block;
	padding: 0.5em 0;
	width: 100%;
}

ul.dates .date {
	padding: 0 1em 0 0;
}

ul.syntax_hilite_header li.source a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	
	text-indent: -9999px;
	background: url('images/icons_0C0C0C.gif') -48px -80px no-repeat #FFFFFF;
}

ul.syntax_hilite_header li.source a:hover {
	background-color: #888888;
}

a#returnToTop {
	float: right;
	
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/icons_272727.gif') 0px 0px no-repeat #FFFFFF;
}

a#returnToTop:hover {
	background-color: #888888;
}


/*
shadowbox_content
*/

#shadowbox_content pre {
	margin: 0;
	padding: 0;
	white-space: pre;
}









