/*
 * Layout & design elements for the sidebar
 *
 * @author Chris chris at jalakai dot co dot uk (sidebar template)
 * @author Christopher Arndt <chris@chrisarndt.de>
 */

/* ---------- document ---------- */
#content {
	width: 75%;
	float: right;
	margin-right: 0px;
}

/* ---------- sidebar ---------- */
#sidebar {
  float: left;
	width: 15%;
	margin: 0px;
  background:#FFFFFF url(images/a1.gif) repeat-y right top;
  padding:0 2em 1em 1em;
}

#sitecmd, #sitenav {
	margin-top: 0px;
	margin-left:  0px;
	margin-right: 0px;
	margin-bottom: 1.0em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	padding-right: 0em;
}

#sitecmd_title, #sitenav_title {
	font-family: Arial ,serif;
	font-weight: bold;
	font-size: 110%;
  margin:0 0 5px 0;
  padding:0 0 5px 0;
  border-bottom: 1px dashed #DFDFDF;
}

#sitecmd_content, #sitenav_content {
	overflow: hidden;
	font-size: 100%;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#sitecmd_content {
	/* padding-left: 1.0em; */
}

/* ---------- unordered lists ---------- */
#sidebar ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:1em 1em 0em 1em;
padding:0;
}

#sidebar ul li {
margin:0;
padding:0;
}

/* #sitenav ul li {
  background: transparent url(images/closed.gif) left top no-repeat;
  padding-left: 0.6em;
}

#sitenav ul.idx li.open {
	list-style-image: none;
	background: transparent url(images/open.gif) left top no-repeat;
}

#sitenav ul.idx li.closed {
	list-style-image: none;
	background: transparent url(images/closed.gif) left top no-repeat;
}

#sitenav ul li.clear {
  background-image: none;
  padding-left: 0.4em;
}

#sitecmd ul {
  padding-top: 0.4em;
}

#sitecmd ul li {
  background: transparent url(images/bullet.gif) left top no-repeat;
  padding-left: 0.6em;
}

*/

/* ---------- links ---------- */
#sitenav a, #sitecmd a  {
	color: #0077DD;
	border: 0px;
}

#sitenav a:visited, #sitecmd a:visited  {
	color: #0077DD;
	border: 0px;
}

#sitenav a:hover, #sitecmd a:hover  {
	color: #0077DD;
	border: 0px;
}

.buttonbox {
	text-align: center;
}

.buttonbox input.button {
	width: 90%;
}

/* ---------- special headlines ---------- */
#sidebar h1 {
	font-size: 100%;
	margin-left: 0.1em;
	margin-bottom: 0.5em;
	border-bottom: none;
}

