#content {
  text-align: left;
  width: 100%;
}

#content img {
  float: right;
  margin: 20px;
  width: 250px;
}
#topics_table {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border: thin solid orange;
}

#topics_table th {
  color: #9ACD32;
  font-weight: normal;
}
td {
	vertical-align: top;
	}
label {
	font-size: 12px;
	}
textarea {
	float: left;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #2e2e2e;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	list-style-type: none;
	white-space: normal;
	
}
.ingredients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2e2e2e;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #fe780c;
}


.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2e2e2e;
}
.forum_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	list-style-type: none;
	white-space: normal;
	
}

.forum_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	list-style-type: none;
	white-space: normal;
	font-weight: bold;
	}
	
a:link {
	color: #2e2e2e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2e2e2e;
}
a:hover {
	text-decoration: none;
	color: #fe780c;
}
a:active {
	text-decoration: none;
	color: #fe780c;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: fe780c;
  font-weight: bold;
}
.style5 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }                                                                       .style8 {font-size: 12px}

IMG { float: left }
BODY, P, IMG { margin: 4px }
body {
  background-image: url(images/tlo.jpg); 
  background-repeat: repeat-x;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

ul {
    list-style-type: none;
    margin-left: 0px;
    text-align: left;
    padding-left: 5px;
}
ul li{
    margin-bottom: 3px;
    }
.author {
    font-weight: bold;
    color: #fe780c;
}

.forum_post {
    border: thin solid #fe780c;
    padding: 5px;
    }

.forum_header {
    margin-top:0px;
    }
.forum_header h3 {
    margin-top:0px;
    }
.forum_post_body {
    margin-left: 15px;
    }
    
.forum_comment {
    margin: 10px;
    padding: 5px;
    border:thin solid #9ACD32;
    }
  
.field_rapper {
  }  