body {
	font-family :'Lucida Sans Unicode','Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-style : normal;
	padding: 2px 2em;
	line-height: 1.5em;
	font-size: 70%;
	background: #FFFFFF;
	color: #111;
}

a { text-decoration: none; color: #000000; }
a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
li:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
li a { color: #000000; }
li a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
ul { list-style: none; padding-left: 0px; margin: 0px }

p {
	font-size : 100%; 
	font-style : normal; 
	padding: 0px;
} 

h2 { font-size : 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h2, h3, h1, h4 {
	font-family: Lucida Sans Unicode','Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	color : #000000; 
	margin: 0px 0px;
	padding: 2px 0px;
	clear: both;
}

hr { border: 1px solid #fff; } 

code, pre { font-family: Courier, 'Lucida Console','Courier New', Serif; }
blockquote, code {
	background : #eee;
	padding: 6px;
	border-left: 3px solid #eee;
}

table {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	background: #FFFFFF;
}

tr {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

#big {
	position: relative;
	top: 50px;
	left: 105px;
	width: 100%;
	font-size: 24pt;
	color : #000000; 
}

#blank {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #FFFFFF;
}

#bottom { 
	float: bottom;
	position: absolute;
	bottom: 10px;
}

#center {
	position: absolute;
	top: 55px;
	left: 1%;
	width: 65%;
	height: 100%;
}

#edit {
	width: 750px;
	font-size: 10pt;
}

/*forms*/
input , textarea, select, option {
	font-family :'Lucida Sans Unicode','Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size:100%;
	padding: 2px;
	background : #eee;
	color : #111; 
	border: 1px solid #fff;
	margin: 2px;
}
fieldset, legend {
	background:transparent;
	color : #111; 
	border: none;
	padding: 5px;
}
label, legend { font-weight:normal; }

#header {
	float: top;
	position: absolute;
	top: 24px;
	left: 17%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
}

#left {
	float: left;
	position: absolute;
	top: 0px;
	left: 10%;
	width: 15%;
	height: 100%;
	list-style: none;
	overflow: auto;
}

#list {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 130px;
	width: 90%;
	height: 100%;
}

#meta { font-size: 8pt; }

#page_list {
	margin: 20px;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
}

#paste { padding-bottom: 50px; }

#paste_box {
	position: relative;
	left: 23%;
	width: 76%;
	height: 200px;
}

#paste_submit {
	position: relative;
	left: 23%;
}

#post {
	position: relative;
	left: 23%;
	width: 76%;
	padding-bottom: 50px;
}

#posts {
	position: relative;
	top: 10px;
	bottom: 10px;
}

#post_body {
	position: relative;
	top: 10px;
	bottom: 10px;
	left: 10px;
}

#post_date { font-size: 8pt; }

#post_edit {
	width: 100px;
	text-align: center;
}

#post_meta {
	margin-left: 2px;
	color: #111;
	font-size: 8pt;
	font-weight: bold;
	//border-bottom: 1px solid black;
}

#post_table {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#post_tags { font-size: 8pt; }

#post_thumb {
	margin-top: 5px;
	margin-bottom: 5px;
}

#post_title {
	border: 1px;
	line-height: 1.5em;
}
#post_title a { color: #000000; }
#post_title a:hover { color: #111; }
#post_title h2 { font-weight: 100; }

#right {
	float: right;
	position: absolute;
	top: 150px;
	right: 1%;
	width: 33%;
	height: 100%;
	list-style: none;
}

#sidebar {
	position: relative;
	z-index: 100;
	width: 90%;
	top: 10px;
	right: 10px;
	left: 10px;
	margin: 2px;
	background: #FFFFFF;
}
#sidebar h2 {
	margin: 5px 0px 0px;
	padding: 4px 0px;
	font-size:100%;
}
#sidebar ul { margin: 2px; }

#top {
	float: top;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10%;
	width: 100%
	overflow: auto;
}
