body {
	background: url('/templates/images/bg.jpg');
	font-family: Verdana;
	}

#toolbar {
	width: 770px;
	border-bottom: 1px solid #000000;
	color: white;
	background-color: #ffffff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);

	position: fixed;
	top: 0px;
	margin-left: -385px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	font-size: 8pt;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
	}

#rap {
	width: 775px;
	border: 6px solid #E4E4E4;
	background: #ffffff;
	padding: 3px;
	position: relative;
	}

div.clear {
	clear: both;
	height: -1px;
	}

h1 {
	font-family: Arial;
	font-size: 16pt;
	margin: 0px;
	padding: 20px;
	}

h2 {
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	margin: 0px;
	padding-left: 30px;
	font-weight: bold;
	background: url('/templates/images/title-line.jpg') no-repeat left;
	}

div.lines {
	height: 14px;
	background: url('/templates/images/lines.jpg') repeat-x;
	border-top: 1px solid #E4E1DA;
	}

#top {
	margin: 0 0 0 0px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	}

#bottom {
	margin: 5 0 0 0px;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
	font-size: 8pt;
	padding: 5px;
	color: #000000;
	}

#bottom ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}

#bottom menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	}

#bottom li {
	margin: 0px;
	padding-left: 5px;
	display: inline;
	}

#bottom a:link,
#bottom a:active,
#bottom a:visited,
#bottom a:hover
	{
	color: #999999;
	text-decoration: none;
	}

#bottom a:hover {
	color: #999999;
	text-decoration: underline;
	}

/* ############## Top navigation bar ########################################### */

#navpanel {
	margin: 1 0 5 0px;
	line-height: 200%;
	font-size: 10pt;
	border: 1px solid #E4E1DA;
	background: url('/templates/images/button-bg.jpg');
	}

div.buttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div.buttons li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

div.buttons a:link,
div.buttons a:active,
div.buttons a:visited,
div.buttons a:hover
	{
	float: left;
	padding: 4px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #E4E1DA;
	background: url('/templates/images/button-bg.jpg');
	}

div.buttons a:hover {
	color: #000000;
	background: url('/templates/images/button-hover.jpg') top left repeat-x;
	}

/* ############## Basic layout ########################################### */

#container {
	float: left;
	width: 78%;
	}

#leftmenu {
	float: left;
	width: 27%;
	background: #F0F0F0;
	}

#content {
	width: 73%;
	float: right;
	}

#content2 {
	width: 450px;

	}

#rightmenu {
	width: 22%;
	float: right;
	background: #F0F0F0;
	}

/* ############## Category list ########################################### */

div.categories {
	font-size: 8pt;
	border: 1px solid #E4E1DA;
	line-height: 150%;

	}

div.categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div.categories li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
	}

.categories a:link, 
.categories a:active, 
.categories a:visited, 
.categories a:hover,
.categories h3 
	{
	padding: 4px;
	display: block;
	font-weight: bold;
	color: #645A44;
	text-align: left;
	text-decoration: none;
	}

.categories h3 {
	margin: 0px;
	font-size: 10pt;
	color: #000000;
	background: url('/templates/images/button-hover.jpg') top left repeat-x;
	}

.categories a:hover {
	color: #000000;
	background: url('/templates/images/button-hover.jpg') top left repeat-x;
	}

/* ############## Search ########################################## */
.search h3 {
	margin: 0px;
	text-align: left;
	padding: 4px 10px;
	font-size: 10pt;
	color: #000000;
	background: url('/templates/images/button-hover.jpg') top left repeat-x;
	border-bottom: 1px solid white;
	}

.search input {
	background: url('/templates/images/input-bg.jpg') repeat-x top;
	border: 1px solid #999999;
	font-size: 10pt;
	margin: 3px;
	}


/* ############## Posts ########################################### */

div.post {
	margin: 0 5 0 5px;
	font-size: 10pt;
	font-weight: bold;
	}

div.post-title {
	
	padding: 2px;
	background: url('/templates/images/post-title-bg.jpg') repeat-x bottom;
	border-top: 1px solid #E4E1DA;
	border-bottom: 1px solid #E4E1DA;
	}

div.post-title a {
	color: #5C7A82;
	text-decoration: none;
	}

div.post-title a:hover {
	color: #FD9E28;
	}

div.post-meta-top {
	background: #F0F0F0;
	font-size: 10px;
	color: #63A8B8;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E4E1DA;
	}

div.post-meta-top a {
	color: #63A8B8;
	}

div.post-meta-top a:hover {
	color: #000000;
	}

div.post-content {
	padding: 5px;
	font-size: 8pt;
	text-align: left;
	background: url('/templates/images/post-content-bg.jpg') repeat-x top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #E4E1DA;
	font-weight: normal;
	}

div.post-content img {
	margin: 1px;
	padding: 2px;
	border: 1px solid #000000;
	}

div.post-meta-bottom {
	background: #ffffff;
	font-size: 10px;
	color: #63A8B8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	}

div.post-meta-bottom a {
	color: #63A8B8;
	}

div.post-meta-bottom a:hover {
	color: #000000;
	}

/* #### Included FEEDS #### */

div.feeds {
	padding: 5px;
	font-size: 10px;
	}

div.feeds h3 {
	font-size: 8pt;
	text-align: left;
	margin: 0px;
	}

div.feeds a {
	color: #FD9E28;
	text-decoration: none;
	font-weight: bold;
	}

div.feeds a:visited {
	color: #FD9E28;
	text-decoration: none;
	}

div.feeds a:hover {
	color: #666666;
	text-decoration: none;
	}

div.feeds ul {
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	list-style: none;
	}

div.feeds li {
	margin: 0px;
	padding: 0px;
	}

div.dthell {
	text-align: center; font-size: 8pt;
	}

div.dthell img {
	border: 1px solid #000000;
	}

#yetistube {
	font-size: 8pt;
	font-family: Verdana;
	}

#yetistube h2 {
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	}

#yetistube img {
	margin: 0px;
	}

#yetistube ul {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style: none;
	}

#yetistube li {
	margin: 0px;
	padding: 0px;
	list-style: none;
  float: left;
  height: 140px;	
	width: 140px;
	text-align: center;
	}
	
ul.linkbox {
  margin: 0px;
  padding: 0px;
 
}

ul.linkbox li {
  margin: 0px;
  padding: 0px;
  display: inline;
  text-align: center;
  font-size: 8pt;
  }
