body * {
	font-size: 10pt;
}


h2 {
	font-size: 18px;
}

h3 {
	font-size: 13px;
/*	border-bottom: 2px solid #dddddd;*/
}

h3 a {
	color: black;
	text-decoration: none;
}


#top-right-links {
	padding: 20px;
	float: right;
}
#top-right-links a {
	color: #666;
}


a:link {
    color: #D02221;
}

#bloggers a:visited {
    color: #D02221 !important;
}


a:visited {
    color: #444;
}

a:hover {
    color: #545554;
    text-decoration: underline;
}

a:active {
}

blockquote {
	border-left: 1px solid;
	padding-left: 1em;
}


body, table {
	background-color: #ffffff;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
}

.blogentry {
	margin-left: 2em;
	margin-right: 2em;
}

.blogentry h1, .blogentry h2, .blogentry h3 {
	padding: 0;
	margin: 0;
	border: 0;
}	

img {
	border: 0;
	vertical-align: top;
}

pre, .formattedcode
{
	margin: 15px;
	padding: 15px;
	background:whitesmoke;
	border: solid 1px silver;
	/*line-height:110%;*/
	overflow: auto;
	width: 90%;
}

pre, .formattedcode, .formattedcode *
{
	white-space: pre;
	font-size: 10pt;
	font-family: monospace;
}

#container 
{
	position: relative;
}

#blogs { 
	margin-right: 260px;
	margin-left: 0em;
	position: relative;
	top: 1em;
}

#bloggers {
	position: absolute;
	width: 210px;
	top: 21em;
	right: 1em;
}

#bloggers h2 {
	margin-left:0;
	font-size: 1em;
}
#bloggers ul {
	padding:0;
	margin: 0 0 1.5em 0;
	list-style-type:none;
}

#bloggers ul li {
	padding: 1px;
}

#bloggers ul li div img {

}

#bloggers ul li div {
	display: none;
}

#bloggers ul li:hover > a {
	font-weight: bold;
}
#bloggers ul li div img.head {
	float:  right;
	padding: 0px;
}

#bloggers ul li:hover > div {
	display: inline;
}

#bloggers ul li:hover {

	background-color: #f0f0f0;
}

#bloggers .ircnick {
	display: block;
	color: #666;
	font-style: italic;
	padding: 2px;
}

.code-xml, .code-csharp, .code-mdb, .code-gaim
{
	padding:10px;
	font-size: small;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	background: #f8f8f8;
	border: solid 1px #eee;
	line-height:110%;
}

.expander
{
	float: right;
	padding: 20px;
}

.expander input 
{
	display: none;
	border: 0px;
	background-color: transparent;
	font-size: x-small;
	color: #ccc;
	cursor: pointer;
}

#footer 
{
	margin: 10px;
}

#footer p, #footer p a 
{
	color: #ccc;
	font-size: x-small;
	text-align: center;
}
