.currentlink { text-decoration: underline ! important; }

body {
	background-color: #fafafa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	color: #e8672e;
	text-decoration: none;
}
a:visited {
	color: #e8672e;
}
a:hover, a:visited:hover {
	color: #000;
}

img {
	border: 1px solid #444;
}

h1 {
	font-size: 185%;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-weight: normal;
}

ul {
	list-style:none;
}


input {
	font-family:verdana;
	font-size: 11px;
	border:solid 1px #ddd;
	padding: 2px;
}

textarea {
	font-family:courier;
	font-size: 10px;
	border:solid 1px #ddd;
	padding: 2px;
}

select {
	font-family:verdana;
	font-size: 11px;
	border:solid 1px #ddd;
	padding: 2px;
}



/***************************************/
#page {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
}

#main {
	width: 100%;
}


/***************************************/
#content-wrapper {
	float: left;
	width: 490px;
}
#content {
	padding-left:8px;
}
#content h3 {
	margin-bottom: 8px;
	margin-top: 16px;
}
#content p {
	line-height: 130%;
	margin-top: 8px;
	margin-bottom:8px;
}
#content pre {
//	border: 1px solid #ddd;
//	background-color: #fff;
//	padding: 8px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#content .info {
	color: #999;
	font-size: 90%;
	margin-top:0px;
}
#content .hentry {
	margin-bottom:0px;
	margin-top:8px;
}

#content .entry {
	margin-bottom:16px;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
}

#content .nav {
	font-size: 110%;
}

#content .description {
	font-size: 90%;
}





/***************************************/
#sidebar-wrapper {
	float: left;
	width: 230px;
	height:100%;
}
#sidebar {
	text-align:right;
	padding-right: 8px;
}
#sidebar h3 {
	margin-bottom: 0px;
}

#sidebar p {
	margin-top: 8px;
	line-height: 130%;
}
#sidebar ul {
	margin-top: 0px;
}
#sidebar li {
	margin-bottom: 2px;
}
#footer {
	color: #999;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 20px;
}

/***************************************/







/***************************************/




div.box {
  background-color: #fff;
  padding: 8px;
  margin-top: 0.8ex;
  margin-bottom: 0.8ex;
  border: 1px solid #ddd;
}

div.box h3 {
  padding: 0px;
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
}

.formError { color: red; }
.fieldWithErrors input { border: 1px solid red; }
.fieldWithErrors { display: inline; }

.left {
  float: left;
}

.right {
  float: right;
}

div.captcha {
  border: 1px solid gray;
  background-color: white;
  width: 50ex;
  text-align: center;
  padding: 2ex;
}

form label {
  margin-right: 1ex;
}

form .error {
  color: red;
}

table.list {
  width: 100%;
  border-collapse: collapse;
}

.user div.show .user_message textarea {
  width: 80ex;
  height: 15em;
}

/* Forum list view */
.forum div.list .name {
  font-weight: bold;
} 

.forum div.list .description {
  font-size: 0.8em;
}

.forum div.list .edit {
  font-size: smaller;
  font-weight: normal;
}

/* Forum view */
.forum div.forum td.subject {
  width: 50%;
}

table.list th,td {
  padding: 4px;
  margin: 0;
}

/* <borders> */
table.list {
	margin-top: 8px;
  border: 1px solid #ddd;
  background: #fff;
}

table.list th {
  border-bottom: 1px solid #ddd;
//  background-color: #ddd;
}

table.list td {
  border-bottom: 1px solid #ddd;
}

.forum .forum table.topics td.subject {
  border-left: 1px solid #ddd;
}

.forum .forum table.topics td.last-post {
  border-right: 1px solid #ddd;
}
/* </borders> */


.forum .forum table.topics .last-post {
  padding-left: 15px;
}

.forum .forum table.topics .new-posts .last-post {

  
}

.forum .forum table.topics td.replies {
  text-align: center;
}

.forum .forum table.topics .new-posts .subject {
  font-weight: bold;
}

.forum .forum table.topics .deleted-topic * {
  color: #D0D0D0 ! important;
}

/* Topic view */
.forum .post {
  margin-bottom: 1.5ex;
  padding-bottom: 0.4ex;
}

.forum .new-post .subject {
  text-decoration: underline;
}

.forum .deleted-post * {
  color: #D0D0D0 ! important;
}

.forum .post .subject {
/*  background-color: orange; */
  color: #101010;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.forum .post .subject a {
  color: inherit ! important;
}

.forum .post .info {
  font-size: 0.7em;
}

.forum .post .info div {
  display: inline;
}

.forum .post .info div.attachment {
  display: block;
}

.forum .post .text {
  font-size: 1.0em;
}

.forum .post .foot {
  margin: 0;
  text-align: right;
  padding: 3px;
  font-size: 0.8em;
}

.forum .topic .foot a {
/*  border: 1px solid grey;*/
//  padding-left: 3px;
//  padding-right: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  text-decoration: none;
}





/* Styles for simple quote coloring */
.forum .post span.quoting-level-1 { color: #007000; }
.forum .post span.quoting-level-2 { color: #000070; }
.forum .post span.quoting-level-3 { color: #700000; }
.forum .post span.quoting-level-5 { color: #800080; }
.forum .post span.quoting-level-4 { color: #006060; }
.forum .post span.quoting-level-6 { color: #606000; }





/* Styles for new quote formatting */
.forum .post .quoting {
  margin-left: 2px;
  padding-left: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: justify;
}

.forum .post div.level-0 { margin: 0; padding: 0; }
.forum .post div.level-1 { border-left: 2px solid #007000; }
.forum .post div.level-2 { border-left: 2px solid #000070; }
.forum .post div.level-3 { border-left: 2px solid #700000; }
.forum .post div.level-4 { border-left: 2px solid #006060; }
.forum .post div.level-5 { border-left: 2px solid #800080; }
.forum .post div.level-6 { border-left: 2px solid #606000; }




.forum .post .text {
  margin-top: 8px;
  margin-bottom:8px;
}





.forum .searchresults td.subject {
  width: 50%;
}

.forum .searchresults td.text {
  font-size: smaller;
}

.forum .searchresults td.text em {
  color: red;
}
