/* top, right, bottom, lefts */

#sidebar ul {
    /*border: dashed orange 1px;*/
}

#sidebar li {
    /*border: dashed brown 1px;*/
    list-style-type: none;
    list-style-image: none;
    margin-left: -11px;
    margin-bottom: 4px;
}

#sidebar ul ul {
    /*border: dashed gray 1px;*/
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
    font-size: 12px; 
    line-height: 1.2;
    margin: 0 0 0 0;
    background: silver; 
}

#container {
    margin: 0px 0px 0px 0px;
    background:#fff;
}

#white {
	background-color: white;
	height: auto;
	width: auto;
}

#mainleft {
	/*border: dotted 1px blue;*/
	width: 25%;
	float: left;
	background: #fff;
}

#maincenter {
	/*border: dotted 1px red;*/
	width: 70%;
	float: left;
	background: #fff;
}

#mainright {
	/*border: dotted 1px green;*/
	width: 1%;
	float: left;
	background: #fff;
}

#maincenter h1 { 
	margin: 10px 10px 10px 10px; 
	padding: 10px; 
	xfont-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

#maincenter h2 {
    margin: 0;
    padding: 2px;
}

.right {
    text-align: right;
}

.link a, .link a:hover {
    font-size: 10px;
    color: #D2C6B4;
}

#page {
	max-width: 90%;
	min-width: 650px;
	margin: 0 auto;
}

#header {
    font-family: 'courier new';
    font-weight: bold;
    font-size: 12pt;
    color: black;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 70%;
}

pre {
    color: #000; 
    padding: 0px 10px 0px 5px; 
    border-left: 3px solid; 
}

blockquote { 
    background-color: #F5F5F5; 
    background-image: url(/images/quote1.gif); background-repeat: no-repeat;
    padding-left: 20px; padding-top: 2px; padding-bottom: 2px; margin: 0;
    width: 50%;
}

a:hover {
	color: #f66;
}

a { 
    text-decoration: none;
	color: #f03;
}

.footer {
	width: 100%;
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 12px;
}

/*-------------Headings-------------*/

h1 {
	font-size: 14px;
	padding-top: 10px;
}

h2 {
	font-size: 140%;
}

/*-------------The Post-------------*/

.post {
    border: solid 1px grey;
    padding: 10px 10px 12px 10px; 
    margin-bottom: 10px;
}
.post_section {
    padding: 10px;
    margin-bottom: 10px;
}
.post_indent {
    padding: 10px;
}

.posttitle {
    font-size: 140%;
    font-weight: bold;
}

.postsubtitle {
    font-size: 85%;
}

.post h3 {
    font-size: 100%;
    text-align: center;
}

.post a {
	color: #BA0C0E;
}

.post ul {
	font-variant: normal;
	font-size: 90%;
	padding-left: 10px;
	margin-bottom: 2px; /*3px */
}

.post ul li {
	padding: 1px 5px 0 0;
	background: #fff;
}

.post img { 
	float: right;
	margin: 2px;
	padding: 4px;
}
.post a img { 
    border: 1px dotted blue;
}

.post dt {
    font-weight: bold;
}

.entry {

}

.entrytext {

}

.postmetadata {
	font-size: 90%;
}

.navigation {

}

/*--------------Sidebar------------*/


#sidebar h2 {                           /* used for top level UL */
    border-bottom: solid 1px grey;
}

#sidebar a:before {

}

#sidebar a:hover {

}

#sidebar a:visited {

}

/*--------------Comments--------------*/

li {
    margin-bottom: 10px;
}

ol.commentlist {
	padding: 0px 10px 0px 20px;
}

ol.commentlist li {
	font-size: 95%;
	padding: 1px 3px 1px 18px;
}

ol.commentlist li.alt {
	color: #333;
	background-color: #eaeaea;
}

ol.commentlist a {
	/*color: #7D7A74;*/
}

.commentmetadata {
	font-size: 95%;
	color: #999;
}

form {
    margin-top: 40px;
    margin-left: 4px;
}

legend { 
    display: none;
}	

label {
    font-size: 95%;
}

input, select {
    border: 1px solid #333;
    background: #F4F4F4;
}

textarea {
    border: 1px solid #333;
    background: #F4F4F4;
}

.hide { 
    display: none;
}

hr { 
    display: block; 
    color: white; 
    height: 30px;
}

u { 
    border-bottom: 1px dotted red; 
    text-decoration: none; 
}

.left {
	font-size: 90%;
	background: #fff;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

.right {
	font-size: 90%;
	background: #fff;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

.center {
	text-align: center;
}

.pagetitle {
    font-weight: normal;
    font-size: 100%;
}
