html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #eaeaea;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 0.7em;
	font-weight: normal;
}

#outerleft{
	margin: 24px 50px 0 50px;
	padding: 0 0 0 8px;
	color: #000;
	background-color: transparent;
}

#outerright{
	padding: 0 8px 0 0;
	color: #000;
	background-color: #fff;

	margin: 0;
}


#content{
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}

#banner{
	border: 10px solid #fff;
	border-bottom: 5px solid #fff;
	color: #cc0000;
	background-color: #fff;
	white-space: nowrap;
}

#banner img{
	border: none;
	vertical-align: bottom;
}

#banner img.title{
	padding: 0 0 40px 100px;
}

#banner h1{
	display: inline;
}

#nav{
	border: 10px solid #fff;
	border-top: 5px solid #fff;
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-size: 90%;
}

#nav ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li{
	display: inline;
	list-style: none;
	margin: 5px;
	padding: 0;
}

#nav a:link{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	margin: 2px;
}

#nav a:visited{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#nav a:active{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}


#wider{
	margin: 0 10px 0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
}

#wider h2{
	font-weight: normal;
	font-size: 160%;
	margin: 8px 0 0 0;
	line-height: 100%;
	color: #cc3333;
	background-color: transparent;
}

#wider table{
	margin: 8px 0 15px 0;
	}
#wider th{
	color: #cc3333;
	background-color:cdccee;
	}





#posts{
	margin: 0 200px 0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
}

#wider{
	margin: 0 10 0 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
}

div.post{
	
	border: 1px solid #fff;
	padding: 0 10px 0px 10px;
	line-height: 140%;
}


#posts h2{
	font-weight: normal;
	font-size: 160%;
	margin: 8px 0 0 0;
	line-height: 100%;
	color: #cc3333;
	background-color: transparent;
}

#posts h2 a:link, #posts h2 a:visited{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

#posts h2 a:hover, #posts h2 a:active{
	color: #000;
	background-color: transparent;
}

#posts h3{
	font-size: 120%;
}

/* -- In-post styling -- */

div.post p.posted{
	color: #6E598E;
	background-color: transparent;
	margin-top: 8px;
}
div.post p.date{
	color: #6E598E;
	background-color: transparent;
	margin-top: 8px;
}

div.post p code{
	font-family: Courier, monospace;
	font-size: 120%;
}

div.post p.code code{
	font-family: Courier, monospace;
	font-size: 120%;
	margin-left: 20px;
	color: #000;
	background-color: #dadada;
	width: 100%;
}

p.with_image img{
	float: left;
	padding: 5px 10px 5px 0;
}

/*
The below dl.dialogue stuff was shamelessly stolen from Dunstan.
I can't justify the theft, and no, I'm not ashamed.
(cheers Dunst) 
*/

/* hide from Mac IE5 \*/ 
div.post dl.dialogue dt {
	clear: left;
	float: left;
	margin: 0 1em 0 0;
	text-align: right;
	width: 8em;
}

div.post dl.dialogue dt:after {
	content: ":";
}

div.post dl.dialogue dd {
	margin: 0 0 .5em 9.5em;
	padding: 0;
	vertical-align: top;
}

div.post dl.dialogue p {
	margin: 0;
	padding: 0;
}
/* end hide from Mac IE 5 */

div.post dl.dialogue p {
	padding: 0;
	margin: 0;
}

div.post dt{
	font-weight: bold;
}


/* -- Invitation -- */

div.invite{
	color: #666;
	padding: 0 10px 10px 10px;
	font-size: 90%;
	margin: 15px -10px;
}

div.invite a:link, div.invite a:visited{
	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: bold;
}

div.invite a:hover, div.invite a:active{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
	font-weight: bold;
}

/* -- Prev link -- */

div#prev{
	border: 10px solid #fff;
	border-top: 5px solid #fff;
	color: #fff;
	background-color: #CC0000;
	padding: 2px;
	font-size: 90%;
	text-align: right;
}

#prev a:link{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	margin: 2px;
}

#prev a:visited{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#prev a:hover{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#prev a:active{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}


/* -- Comments -- */

#comments h3{
	font-weight: normal;
	font-size: 140%;
	margin: 10px 0 20px 10px;
	line-height: 40%;
	color: #A54A87;
	background-color: transparent;
}



div#commentform{
	margin: 0 0 0 36px;
}

div#commentform dt{
	font-weight: bold;
	margin: 10px 0 2px 0;
	color: #A54A87;
	background-color: transparent;
}

div#commentform dd{
	font-weight: normal;
	margin: 0 0 0 0;
}

div#commentform textarea{
	width: 400px;
}

p.cite a:link, p.cite a:visited{
	text-decoration: none;
	color: #999;
	background-color: transparent;
}

p.cite a:hover, p.cite a:active{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

p.cite cite a:link, p.cite cite a:visited{

	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}

p.cite cite a:hover, p.cite cite a:active{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
	font-weight: bold;
}

ol.comments li{
	margin-right: 100px;
	padding: 0 0 5px 0;
	background-image: url(assets/img/psdw.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* -- Article listing -- */

ol.article a:link, ol.article a:visited{
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

ol.article a:hover, ol.article a:active{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

ol.article p a:link, ol.article p a:visited{
	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}

ol.article p a:hover, ol.article p a:active{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
	font-weight: bold;
}

ol.article li p{
	margin: 0;
	padding: 0;
}

ol.article li{
	margin-right: 100px;
	padding: 0 0 5px 0;
	background-image: url(assets/img/psdw.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ol.article h3{
	margin: 0;
}

/* -- Search result -- */

h3.search{
	margin: 0;
}

h3.search a:link{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

h3.search a:visited{
	text-decoration: none;
	color: #999;
	background-color: transparent;
}

h3.search a:hover, h3.search a:active{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

p.search{
	margin: 0 0 10px 0;
	color: #666;
}

/* -- Aside -- */

#aside{
	position: absolute;
	right: 70px;
	top: 229px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #333;
	background-color: transparent;
}

#aside img{
	border: 0;
}

#aside h3{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-size: 100%;
	color: #6E598E;
	background-color: transparent;
	margin: 10px 0 0 0;
}

#aside ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#aside ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#aside label.search{
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-size: 100%;
	color: #6E598E;
	background-color: transparent;
	font-weight: bold;
}

#aside a:link{
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

#aside a:visited
{
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

#aside a:hover{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

#aside a:active{
	text-decoration: underline;
}

#aside input#q{
	width: 100px;
}

#aside div#about{
	/*
	background-image: url(assets/img/h1bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

#aside div#about h3{
	margin: 0 0 2px 0 ;
}

#aside div#about p{
	margin: 0;
}


/* -- Links page -- */

#links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#links li{
	list-style: none;
	margin: 0 0 10px 30px;
	color: #999;
	background-color: transparent;
}

#links a:link, #links a:visited{
	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}

#links a:hover, #links a:active{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
	font-weight: bold;
}