/* Basic shit */

/* ie */
#ie {
	background: red;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	color: white;
}
#ie small {
	position: relative;
	top: 10px;
}

/* /ie */

* {
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

code {
	font-family: monospace !important;
}

body {
	background: url('images/body-bg.png') repeat-x rgb(255, 255, 255);
	background-position: 0 -200px;
	margin: 10px 0px;
}

a {
	color:#999;
	text-decoration: underline;
}

td {
	font-size: 70%;
}

hr {
	background: url('images/border.png') no-repeat;
	background-position: 0 -4px;
	width: 300px;
	height: 1px;
	border-width: 0px;
}

#wrapper, #footer {
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
}

#wrapper {
	width: 365px;
}
#wrapper.wide {
	width: 765px;
}

#wrapper.widefloat {
	float: left;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 700px;
}

h2#title {
	margin: 0 auto 15px auto;
}

#content {
	text-align: left;
}
div#content {
	margin-top: 15px;
}

ul#navigation {
	list-style-type: none;
	display: block;
	margin: 1em 0px;
}
#navigation li {
	margin-left: -40px;
	margin-bottom: 10px;
}
.ie6 #navigation li {
	margin-left: 0px;
}

#footer {
	background: #f0f0f0 !important;
	color: #555;
	width:200px;
	position: fixed;
	bottom: 0px;
/*	left: 50%;
	margin-left: -111px;*/
	margin-left: 10px;
}
/*.ie6 #footer {
	margin-left: 0px;
}*/

/* tips */
h2#posttitle, h2#posttitle a {
	color: black;
	text-decoration: none;
	font-size: 1.17em;
	margin: 1em 0px 1em 0px;
}