/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
/*  color: #930;*/
	color: rgb(255,153,0);
}
a:visited {
/*  color: #630;*/
	color: rgb(255,153,0);
}
body {
  padding: 0px 0px 0px 0px; /* LTR */
  background-image: url(background.jpg);
  background-repeat: repeat;
  font-family: arial, sans-serif;
  border-top: 0px solid gray;
	margin:0px 0px 0px 0px;
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
/*#my_search_box{
	padding:0px 0px 0px 0px;
	margin:22px 3px 0px 0px;
	float:right;
}*/
#top_bar{
	width:784px;
	height:70px;
	background-image:url(menu.jpg);
	margin-top:-4px;
}
#top_bar a{
	display: block; 
	color:white;
	text-decoration:none;
	padding: 0px 15px 0px 15px;
}
#top_bar a:hover{
	display: block; 
	color:white;
	text-decoration:none;
	background: #3f3f3d;
	cursor:pointer;
	padding: 0px 15px 0px 15px;
}
.link_top_bar :link:hover{
	background: #3f3f3d;
}
.sub_top_bar{
	float:left;
	line-height:70px;
	height:70px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 0px 0px;
	
}
#footer{
	/*margin:0px 8px 0px 8px;*/
	width:784px;
	height:68px;
	background-image:url(footer.jpg);
}
#content{
	text-align:left;
	background-image: url(main.jpg);
	width:800px;
	margin:0px 0px 0px 0px;
}
#main {
position:relative;
/*  width: 530px;*/
	background-color:white;
/*	min-height:850px;*/
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
	padding:0px 15px 15px 15px;
/*  vertical-align: top;*/

}
#sidebar-left {
  border-right: 0px solid gray; /* LTR */
	width:190px;
	margin:0px 0px 0px 12px;
	float:left;
}
#sidebar-right {
  border-left: 1px solid gray; /* LTR */
	float:right;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  padding-top: 0px;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  border-left: none; /* LTR */
}
.node{
background:white;
width:530px;
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
	color:rgb(225,153,0);
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  padding-bottom: 1em;
	background-color:white;
}
.block .title {
  font-size: 1em;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
