@import "/global.css";

* {	margin: 0; padding: 0; }
Body {
	color: #000000;
	font: 1em/1em Tahoma,Verdana,"Trebuchet MS",sans-serif;
	background-color: #BBBBBB;
	}
a {
	font-weight: bold;
	text-decoration: none;
	}
a img {	border: 0; }
a:link {
	color: #5B2E68;
	border-bottom: solid 1px #A380BF;
	}
a:visited {
	color: #707060;
	border-bottom: solid 1px #AAAAAA;
	}
a:hover {
	color: #4F4353;
	border-bottom: dotted 1px #AF6CE8;
	}
a:active {
	color: #9F85A7;
	border-bottom: solid 1px #AF6CE8;
	}

p {
	margin: 0 0 .8em;
	}
ins {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}
input,select,textarea {
	color: #000000;
	font: 1em/1.3077em Tahoma,Verdana,"Trebuchet MS",sans-serif;
	background-color: #D4D4D4;
	border: 1px solid #AAAAAA;
	margin: 0 0 2px;
	padding: 2px;
	}
textarea#comment {
	width: 26.25em;
	}
label {
	width: 10.1538em;
	float: left;
	}
p.commentform {
	margin: 0 0 5px 0;
	}

h1 {
	font-family: Bookman Old Style,sans-serif;
	padding: 21px 0 0 22px;
	white-space: nowrap;
	}
h2 {
	font-size: 1em;
	}
h2#title {
	font-size: 1.0769em;
	margin-bottom: 0.75em;
	}
h3 {
	font-size: 0.75em;
	font-weight: normal;
	}
h4 {
	font-size: 0.6875em;
	}
blockquote {
	margin: 0 0 .6923em;
	padding: .7692em .4615em 0 1.2308em;
	background-color: #DADADA;
	border-width: 1px 1px 1px 4px;
	border-style: solid solid solid double;
	border-color: #AA9BAA;
	}

.postmetadata {
	font-size: 0.6875em;
	}
.commentauthor {
	font-size: 1.0769em;
	}
.commentmetadata {
	font-size: 0.8462em;
	margin-bottom: 0.3077em;
	}
.commentmetadata a {
	font-weight: normal;
	}
.gravatar {
	margin:0;
	}
.cmnt {
	background-color: #cfcfcf;
	border: 1px solid #AAAAAA;
	margin: 0 0 1.4em;
	padding: 8px 11px 0 11px;
	}

/* layout */
#center {
	position: relative;
	width: 530px;
	margin: auto;
	padding-right: 40px;
	}
#info {
	position: absolute;
	top: 5.15em;
	left: 40px;
	width: 254px;
	height: 25px;
	font-size: 0.8125em;
	line-height: 1.5385em;
	text-align: left;
	background-color: #D4D4D4;
	border-width: 3px 3px 0 3px;
	border-style: double;
	border-color: #AAAAAA;
	padding: 10px 12px 2px;
	z-index: 100;
	}
#content {
	position: relative;
	top: 3.8em;
	left: 0;
	width: 480px;
	padding: 20px;
	background-color: #D4D4D4;
	border: 3px double #AAAAAA;
	z-index: 90;
	}
#text {
	font-size: 0.8125em;
	line-height: 1.4615em;
	width: 480px;
	z-index: 95;
	}
#entrymetadata	{
	font-size: 0.6875em;
	line-height: 1.6em;
	margin-bottom: 1.4545em;
	clear: left;
	}
#cmnts {
	font-size: 0.75em;
	line-height: 1.5em;
	z-index: 94;
	}
#sidenav {
	position: absolute;
	top: 7.25em;
	left: 522px;
	z-index: 85;
	}
#sidenav div {
	width: 120px;
	background-color: #CCCCCC;
	border: 3px double #AAAAAA;
	margin-bottom: 1.15em;
	padding: 6px 6px 7px 7px;
	}
#sidenav #prenex {
	line-height: 0.86em;
	}
#edit {
	position: absolute;
	top: 7.1em;
	left: 340px;
	width: 150px;
	height: 20px;
	background-color: #CCCCCC;
	font-size: 0.6875em;
	line-height: 0.79em;
	padding: 6px;
	border: 3px double #AAAAAA;
	z-index: 70;
	}

/* search form */
#s {
	width: 110px;
	}

/* menu styling */
#menu li {
	font-size: 0.6875em;
	}
#sidenav p {
	font-size: 0.6875em;
	}
#sidenav li {
	list-style-type: none;
	}

ul.number {
	list-style: decimal outside;
	}
#text ul,ol {
	padding: 0 0 .8em 1.5em;
	}
ol.para li {
	padding: 0 0 0.2308em;
	}
