/*
 * 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: 80%;
	float: right;
	margin-left: 2%;
	margin-right: 0px;
}

/* ---------- sidebar ---------- */
#sidebar {
	float: left;
	width: 17%;
	margin: 0px;
}

#footer {
        width: 80%;
        float: right;
        margin-right: 5px;
}

.footerinc {
        float: right;
        text-align: right;
}

#footercmd {
        float: left;
        text-align: left;
}

#sitecmd, #sitenav {
	margin-top: 0px;
	margin-left:  0px;
	margin-right: 0px;
	margin-bottom: 1.0em;
	border: solid 1px black;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	background-color: #6b0054;
	color : #ffffff;
}

#sitecmd_title, #sitenav_title {
	font-family: "Times New Roman","Times",serif;
	font-weight: bold;
	font-size: 110%;
	padding-left: 0.2em;
}

#sitecmd_content, #sitenav_content {
	overflow: hidden;
	background-color: #cf597a;
	font-size: 100%;
	border: solid 1px black;
	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-type: none;
  list-style-image: none;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 0.8em;
}

#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;
}

#footer ul {
  line-height:1.0em;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
}

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


/* ---------- links ---------- */
#sitenav a, #sitecmd a  {
	color: #6b0054;
	border: 0px;
	text-decoration: none;
}

#sitenav a:visited, #sitecmd a:visited  {
	color: #6b0054;
	border: 0px;
	text-decoration: none;
}

#sitenav a:hover, #sitecmd a:hover  {
	color: #38002c;
	border: 0px;
	text-decoration: none;
}

#footercmd a {
	font-size: 70%;
}

.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;
}
