1/* ================================ GENERAL ================================= */
2html, body
3{
4	margin: 0;
5	padding: 0;
6	min-height: 100%;
7	font-size: 13px; /* Resets 1em to 10px, do NOT modify this! */
8	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
9	background-color: #b1e11c;
10}
11
12body
13{
14	margin: 0 0 0 0;
15	background-color: #b1e11c;
16}
17
18a:link,
19a:visited {
20	color: #95c725;
21	text-decoration: none;
22}
23
24a:hover,
25a:active {
26	color: #86b224;
27	text-decoration: underline;
28}
29
30.wikilink1 {color: #86b224;}
31.wikilink2 {color: #D6CC17;}
32
33a img { border: none; }
34
35ol
36{
37	line-height: 1.5em;
38	margin: 0 0 .5em 2.0em;
39	padding: 0;
40}
41
42ul
43{
44	list-style-type: square;
45	margin: 0 0 2.0em 2.0em;
46	padding: 0;
47	list-style-image: url(images/doblebullet.gif);
48}
49
50html> body> #wrapper
51{
52	width: 770px;
53	margin: 0px auto;
54	background: #b1e11c url(images/bg_wrapper.gif) repeat-x top left;
55}
56
57html> body> #dokuwiki
58{
59	width: 740px;
60	margin: 0px auto;
61	background-color: #fff;
62}
63
64/* ================================ HEADER ================================== */
65#header
66{
67	text-align: center;
68	height: 176px;
69	width: 740px;
70	margin: 0px auto;
71	background: #fff url(images/header.jpg) repeat-y top left;
72}
73#header a {margin: 0px; padding: 0px; border: none}
74#logo {margin-top: 0px;}
75
76/* ================================= MENU =================================== */
77.menu
78{
79	text-align: center;
80	height: 20px;
81	width: 710px;
82	margin: 0px auto;
83	padding-top: 147px;
84}
85.menu ul
86{
87	margin: 0;
88	padding: 0;
89	display: inline;
90}
91.menu ul li {display: inline; padding: 0 1em 0 1em;}
92.menu ul li a
93{
94	color: #000;
95	text-decoration: none;
96	font-weight: bold;
97}
98.menu ul li a:hover {text-decoration: underline;}
99.menu .level1, .menu .li {display: inline}
100
101
102/* ================================== SIDE ================================== */
103.sidebar
104{
105	width: 175px;
106	float: left;
107	padding: 5px;
108	margin: 0px;
109	text-align: right;
110	color: #555;
111	margin-top: 0px;
112	background-color: #fff;
113	border: 3px solid #8ac60e;
114}
115
116.sidebar strong
117{
118	color: #89bcc2;
119}
120
121.sidebar h1
122{
123	text-align: left;
124	font-size: 11px;
125}
126.sidebar .buscar {padding: 5px;}
127.buscar input {width: 70px}
128.sidebar ul {margin: 0px; padding: 0px; margin-bottom:10px;}
129.sidebar li
130{
131	list-style:none;
132	background: #fff url(images/doblebullet.gif) no-repeat center right;
133	padding-right: 15px;
134
135}
136.sidebar li a {text-decoration: none; font-size: 12px;}
137.sidebar li a:hover {text-decoration: underline}
138
139.search
140{
141	width: 170px;
142}
143.search input {width: 110px;background-color: #faffee;}
144.search .button {width: 50px; margin-left:4px}
145.search form
146{
147	border: none;
148	padding-top: 10px;
149	padding-bottom: 10px;
150	text-align: center;
151}
152.actions
153{
154	border: 1px solid #ecf4d9;
155	background-color: #faffee;
156	margin: 0 0 0 2px;
157	width: 155px;
158	text-align: center;
159	padding: 5px;
160	margin-bottom: 15px;
161}
162
163
164/* ================================= CONTENT ================================ */
165#Content
166{
167	margin-left: 200px;
168	margin-top: 10px;
169	padding: 15px;
170	padding-top: 0px;
171	color: #000;
172	line-height: 20px;
173	background-color: #fff;
174	border: 3px solid #8ac60e;
175}
176
177#Content a {text-decoration: none}
178#Content a:hover {text-decoration: underline}
179
180/* ================================== BODY ================================== */
181#body
182{
183	margin: 0px auto;
184	background-color: transparent;
185	color: #000;
186	width: 740px;
187	margin: 0 auto 0 auto;
188	padding: 0px;
189}
190
191#body_top, #body_bottom
192{
193	height: 0px;
194	background-color: transparent;
195	color: #000;
196}
197
198#body h1, #body h2, #body h3, #body h4, #body h5, #body h6
199{
200	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
201	color: #cbad57;
202}
203
204#body h1 { font-size: 2em; }
205#body h2 { font-size: 1.8em; }
206#body h3 { font-size: 1.6em; }
207#body h4 { font-size: 1.4em; }
208
209#body h1 a:hover, #body h2 a:hover, #body h3 a:hover, #body h4 a:hover, #body h5 a:hover, #body h6  a:hover
210{
211	text-decoration: none;
212}
213
214
215#body input {border: solid 1px #8bc612;}
216#body input:hover {border: solid 1px #000;}
217
218#body .sidebar h2{border-bottom: none; font-size: 1em;}
219
220
221.code, .file
222{
223	border: 1px dashed __code_border__;
224	background-color: __code__;
225	padding: 5px;
226	overflow: auto;
227}
228.code, .code *
229{
230	font-size: 1em;
231	font-family: "Courier New",Courier,monospace;
232}
233
234/* ============================= DOKUWIKI LEVELS ============================ */
235#body h1 { margin-left: 0em; }
236div.level1 { margin: 1em 0 0 0; }
237#body h2 { margin-left: 1em; }
238div.level2 { margin: 1em 0 0 2em; }
239#body h3 { margin-left: 2em; }
240div.level3 { margin: 1em 0 0 3em; }
241#body h4 { margin-left: 3em; }
242div.level4 { margin: 1em 0 0 4em; }
243#body h5 { margin-left: 4em; }
244div.level5 { margin: 1em 0 0 5em; }
245
246
247/* ================================== TABLE ================================== */
248#body table
249{
250	border: solid 1px #999;
251	margin: 5px 0 5px 0;
252	border-collapse: collapse;
253}
254#body table th
255{
256	border: solid 1px #999; background-color: #eee;
257	padding: 2px 5px 2px 5px;
258}
259
260#body table td
261{
262	border: solid 1px #ccc; background-color: #fff;
263	padding: 2px 5px 2px 5px;
264}
265
266#body table tr:hover { background-color: #ffffe5; }
267#body table td.rightalign { text-align: right; }
268#body table td.centeralign { text-align: center; }
269#body table td.leftalign { text-align: left; }
270
271.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
272#body .gallery td { border: 1px solid #fff }
273
274/* ================================= FOOTER ================================= */
275#footer
276{
277	clear: both;
278	text-align: center;
279	height: 45px;
280	width: 738px;
281	margin: 0px auto;
282	background-color: #8ac60e;
283	border: 1px solid #8ac60e;
284	padding-top: 0px;
285	margin-top: 15px;
286	color: #fff;
287}
288
289#footer li { display: inline;}
290#footer ul { padding: 0;margin-top: 15px;}
291
292#footer li a
293{
294	color: #fff;
295	font-weight: bold;
296}
297#footer li a:hover
298{
299	color: #dedede;
300	text-decoration: none;
301}
302
303
304/* ==================================== RSK  =================================== */
305/* ================================== BUTTONS ================================== */
306.button .no{float: right; margin-bottom:3px}
307.button
308{
309  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
310  border: none;
311}
312
313/* ================================== TOC ================================== */
314/* TOC control */
315#dokuwiki div.toc {float: left;}
316#dokuwiki div.tocheader {text-align: right;}
317#dokuwiki #toc__inside {text-align: right;}
318
319#dokuwiki ul.toc
320{
321  padding: 0;
322  padding-right: 1em;
323}
324
325#dokuwiki ul.toc li
326{
327  background-position: right 0.6em;
328  padding-right:0.4em;
329  direction: rtl;
330}
331
332#dokuwiki ul.toc li.clear{padding-right:0.4em;}
333#dokuwiki pre {text-align: left;}
334
335#dokuwiki div.toc
336{
337  margin: 1.2em 0 0 2em;
338  float: right;
339  width: 200px;
340  font-size: 80%;
341  clear: both;
342}
343
344#dokuwiki div.tocheader
345{
346  border: 1px solid __border__;
347  background-color: __background_alt__;
348  text-align: left;
349  font-weight: bold;
350  padding: 3px;
351  margin-bottom: 2px;
352}
353
354#dokuwiki span.toc_open,
355#dokuwiki span.toc_close
356{
357    border: 0.4em solid __background_alt__;
358    float: right;
359    display: block;
360    margin: 0.4em 3px 0 0;
361}
362
363#dokuwiki span.toc_open span, #dokuwiki span.toc_close span{display: none;}
364
365#dokuwiki span.toc_open
366{
367    margin-top: 0.4em;
368    border-top: 0.4em solid __text__;
369}
370
371#dokuwiki span.toc_close
372{
373    margin-top: 0;
374    border-bottom: 0.4em solid __text__;
375}
376
377#dokuwiki #toc__inside
378{
379  border: 1px solid __border__;
380  background-color: __background__;
381  text-align: left;
382  padding: 0.5em 0 0.7em 0;
383}
384
385#dokuwiki ul.toc
386{
387  list-style-type: none;
388  list-style-image: none;
389  line-height: 1.2em;
390  padding-left: 1em;
391  margin: 0;
392}
393
394#dokuwiki ul.toc li
395{
396  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
397  padding-left: 0.4em;
398}
399
400#dokuwiki ul.toc li.clear
401{
402  background-image: none;
403  padding-left: 0.4em;
404}
405
406#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: __existing__;}
407
408#dokuwiki a.toc:hover, #dokuwiki a.toc:active {color: __text__;}
409
410
411
412/* ================================== TOOLBAR ================================== */
413button.toolbutton
414{
415  background-color: __background__;
416  padding: 0px;
417  margin: 0 1px 0 0;
418  border: 1px solid __border__;
419  cursor: pointer;
420}
421
422/* nice alphatransparency background except for IE <7 */
423html>body button.toolbutton
424{
425  background:  #fff url(images/buttonshadow.png) repeat-x bottom;
426  border: 1px solid #ecf4d9;
427
428}
429
430div.picker
431{
432  width: 250px;
433	border: 1px solid #ecf4d9;
434  background-color: __background_alt__;
435}
436
437button.pickerbutton
438{
439  padding: 0px;
440  margin: 0 1px 1px 0;
441  border: 0;
442  background-color: transparent;
443  font-size: 80%;
444  cursor: pointer;
445}
446
447textarea
448{
449	border: 1px solid #dedede;
450	background-color: #fafafa;
451	width: 500px;
452	font-size: 90%;
453}
454/* =================================== BLOG ==================================== */
455#dokuwiki div.inclmeta
456{
457	width: 450px;
458	padding-left: 20px;
459	padding-right: 10px;
460	border: 1px solid #ecf4d9;
461	background-color: #faffee;
462	margin-bottom: 40px;
463	margin: 0px auto;
464	color: #dee7c4;
465	text-align: left;
466}
467#dokuwiki div.inclmeta a {font-size:10px}
468
469#aaaContent .aaahentry
470{
471	background: url(images/tribal.gif) no-repeat bottom center;
472	padding-bottom: 60px;
473	margin-bottom: 20px;
474}
475
476#dokuwiki div.inclmeta span.comment
477{
478  background: transparent url(images/ico/comment.png) 0px 1px no-repeat;
479  padding: 0px 0px 1px 20px;
480}
481#dokuwiki div.inclmeta abbr.published
482{
483  font-size: 11px;
484  padding: 1px 0px 1px 20px;
485  border-bottom: 0;
486}
487#dokuwiki div.inclmeta span.author
488{
489  background: transparent url(images/ico/user.png) 0px 1px no-repeat;
490  padding: 1px 0px 1px 20px;
491}
492#dokuwiki div.tags {display: inline;float: right;}
493#dokuwiki div.tags span
494{
495  background: transparent url(images/ico/tag.png) 0px 1px no-repeat;
496  padding: 1px 0px 1px 20px;
497  display: inline;
498}
499#dokuwiki div.inclmeta a.permalink
500{
501  background: transparent url(images/ico/permalink.png) 0px 1px no-repeat;
502  padding: 1px 0px 1px 20px;
503}
504
505
506/* ================================== DISCUSSION ==================================== */
507#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(images/tribal.gif) no-repeat top center;}
508#discussion__comment_text {width: 475px}
509
510#Content .comment_wrapper .comment_head
511{
512	background-color: #fff;
513	background: #fff url(images/comment-head.gif) no-repeat bottom left;
514	height: 60px;
515	margin: 0px;
516	width: 450px;
517}
518#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}
519
520#Content .comment_wrapper .comment_body
521{
522	text-align: left;
523	margin: 0px; padding: 0px;
524	background-color: #fafafa;
525	border-bottom: 1px solid #d1d1d1;
526	border-left: 1px solid #d1d1d1;
527	border-right: 1px solid #d1d1d1;
528	border-top: 1px solid #fafafa;
529	width: 450px;
530}
531#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
532#Content .comment_wrapper .comment_form
533{
534	margin-top: 50px;
535	text-align: right;
536}
537
538/* ================================== OTHER ==================================== */
539.medialeft
540{
541	padding: 8px;
542}
543
544.breadcrumbs
545{
546	font-family: Verdana;
547	font-size: 10px;
548	margin-bottom: 15px;
549	text-align: left;
550}
551.center
552{
553	text-align: center;
554	margin: 0px auto;
555}
556.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
557.buttons li{display: inline; padding: 0px; margin: 0px;}
558.buttons li .li {display: inline}
559
560.tribal
561{
562	background: #fff url(images/tribal.gif) no-repeat bottom center;
563	padding-bottom: 60px;
564	margin-bottom: 20px;
565}
566
567#config__manager td .input { width: 26.5em; }