1/*
2 * Layout & design elements for the sidebar
3 *
4 * @author Chris chris at jalakai dot co dot uk (sidebar template)
5 * @author Christopher Arndt <chris@chrisarndt.de>
6 */
7
8/* ---------- document ---------- */
9div.dokuwiki #content {
10  width: 80%;
11  float: left;
12  margin-left: 0%;
13  margin-right: 2%;
14  border: solid 1px #9C2517;
15}
16
17/* ---------- sidebar ---------- */
18div.dokuwiki #sidebar {
19	float: right;
20	width: 17%;
21	margin: 0px;
22}
23
24div.dokuwiki #sitecmd, div.dokuwiki #sitenav {
25	margin-top: 0px;
26	margin-left:  0px;
27	margin-right: 0px;
28	margin-bottom: 1.0em;
29	border: none; /*solid 1px black;*/
30	padding-top: 0.2em;
31	padding-bottom: 0.2em;
32	padding-left: 0.2em;
33	padding-right: 0.2em;
34	background-color: #9C2517;
35}
36
37div.dokuwiki #sitecmd_title {
38	font-size: 115%;
39	font-weight: normal;
40	color: #888C90;
41	margin-top: 0px;
42	margin-bottom: 0.1em;
43	margin-left: 0px;
44	margin-left: 0px;
45	padding-top: 3px;
46	padding-bottom: 1px;
47	padding-left: 0.1em;
48}
49
50div.dokuwiki #sitenav_title {
51	font-family: "Times New Roman","Times",serif;
52	font-size: 100%;
53	color: #888C90;
54	padding-left: 3px;
55	padding-top: 0.15em;
56	padding-bottom: 0.25em;
57}
58
59div.dokuwiki #sitecmd_content, div.dokuwiki #sitenav_content {
60	overflow: hidden;
61	background-color: #AAA264;
62	font-size: 100%;
63	border: solid 1px black;
64	padding-left: 0.1em;
65	padding-right: 0.1em;
66	padding-top: 0.5em;
67	padding-bottom: 0.5em;
68}
69
70div.dokuwiki #sitecmd_content {
71	/* padding-left: 1.0em; */
72}
73
74/* ---------- unordered lists ---------- */
75div.dokuwiki #sidebar ul {
76  line-height: 1.2em;
77  margin: 0;
78  padding: 0;
79  padding-left: 1.8em;
80}
81
82div.dokuwiki #sitenav ul li {
83  background: transparent url(images/closed.gif) left top no-repeat;
84  padding-left: 0.6em;
85}
86
87div.dokuwiki #sitenav ul li.clear {
88  background-image: none;
89  padding-left: 0.4em;
90}
91
92div.dokuwiki #sitecmd ul {
93  padding-top: 0.4em;
94}
95
96div.dokuwiki #sitecmd ul li {
97  color: #9C2517;
98  /*background: transparent url(images/bullet.gif) left top no-repeat;*/
99  /*padding-left: 0.06em;*/
100}
101
102/* ---------- links ---------- */
103div.dokuwiki #sitenav a, div.dokuwiki  #sitecmd a  {
104	color: #9C2517;
105	border: 0px;
106	text-decoration: none;
107}
108
109div.dokuwiki #sitenav a:visited, div.dokuwiki #sitecmd a:visited  {
110	color: #9C2517;
111	border: 0px;
112	text-decoration: none;
113}
114
115div.dokuwiki #sitenav a:hover, div.dokuwiki #sitecmd a:hover  {
116	color: #C06B45;
117	border: 0px;
118	text-decoration: none;
119}
120
121div.dokuwiki .buttonbox {
122	text-align: center;
123}
124
125div.dokuwiki .buttonbox input.button {
126	width: 90%;
127}
128
129/* ---------- special headlines ---------- */
130div.dokuwiki #sidebar h1 {
131	font-size: 100%;
132	margin-left: 0.1em;
133	margin-bottom: 0.5em;
134	border-bottom: none;
135}
136