/*less ugly theme*/
body {
	font-family: arial, sans-serif;
	padding: 0px;
	background: #ffffff;
}

a img {
	border: none;
}

a:link {
	color: #448844;
	text-decoration: none;
}
a:hover {
	color: #448844;
	text-decoration: underline;	
}
a:visited {
	color: #444488;
	text-decoration: underline;		
}

#header {
	/* background-image: url('/~steve/static/images/header1bg.png');
	background-repeat: repeat-x; */
	padding: 0.2pt;
	height: 92px;
	/* border-bottom: 1px #880000 solid; 
	margin: 0px; */
}
#header h1 {
	margin-left: 30px;
	color: #000;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#header h2 {
	margin-left: 30px;
	margin-top: -20px;
	color: #000;
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-size: 100%;
}

#main {
	background: #ffffff;
	padding-bottom: 4px;
	padding-top: 4px;
	min-height: 600px;
}

#footer {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	color: #888888;
	text-align: center;
}

/*  sidebar style  */
#side {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 8px;
	padding-top: 10px;
	font-size: 85%;
}
#side .box {
	margin: 4px;
	padding: 4px;
	/* background: #ffffff; */
	border-bottom: #880000 1px dashed;
}
#side h4 {
	margin: 0px;
}
#side ul {
	padding-left: 0px;
}
#side li {
	list-style: none;
	list-style-position: inside;
	font-size: 80%;
}

.ralign {
	text-align: right;
	margin-bottom: 70px;
}

/*  main body  */
.story {
	background: #ffffff;
	margin-left: 0px;
	margin-right: 200px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0.5em;
	border: #880000 1px solid;
	background-image: url('/~steve/static/images/post_bkg.png');
	background-repeat: repeat-x;

}
.story h3 {
	line-height: 100%;
	margin: 0px;
}
.story .meta {
	font-size: 80%;
	text-align: right;
	border-top: #880000 1px dashed;
}


.date {
	margin-left: 200px;
	color: #444444;
	font-size: 80%;
	display:none;
}

.tags {
	font-size: 80%;
}

input {
	background: #ffffff;
	border: 1px solid #888888;
}
.button {
	color: #ffffff;
	background: #ffffff;
	border: 1px solid #ffffff;
	margin 1px;
}

.code_example {
	font-size: 80%;
	margin-left: 10em;
	margin-right: 10em;
}
code {
	display: block;
	font-size: 120%;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: 5pt;
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}
