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