1* { padding: 0; margin: 0; }
2
3body {
4  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
5  background-color: __background__;
6  color: __text__;
7}
8
9/* the document */
10div.dokuwiki div.page {
11  text-align: justify;
12}
13
14div.dokuwiki table {
15  font-size: 100%;
16}
17
18div.dokuwiki tr,
19div.dokuwiki td,
20div.dokuwiki th {
21}
22
23div.dokuwiki img {
24  border: 10px;
25}
26
27div.dokuwiki p,
28div.dokuwiki blockquote,
29div.dokuwiki table,
30div.dokuwiki pre {
31  margin: 0 0 1.0em 0;
32}
33
34div.dokuwiki hr {
35  border: 0px;
36  border-top: 1px solid __border__;
37  text-align: center;
38  height: 0px;
39}
40
41div.dokuwiki div.nothing {
42  text-align: center;
43  margin: 2em;
44}
45
46/* ---------------- forms ------------------------ */
47
48div.dokuwiki form {
49  border: none;
50  display: inline;
51}
52
53div.dokuwiki label.block {
54  display: block;
55  text-align: right;
56  font-weight: bold;
57}
58
59div.dokuwiki label.simple {
60  display: block;
61  text-align: left;
62  font-weight: normal;
63}
64
65div.dokuwiki label.block input.edit {
66  width: 50%;
67}
68
69div.dokuwiki fieldset {
70  width: 300px;
71  text-align: center;
72  border: 1px solid __border__;
73  padding: 0.5em;
74  margin: auto;
75}
76
77div.dokuwiki textarea.edit {
78  font-family: monospace;
79  font-size: 14px;
80  color: __text__;
81  background-color: __background__;
82  border: 1px solid __border__;
83  padding: 0.3em 0 0 0.3em;
84  /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
85  width: 700px;
86  min-width: 100%;
87  max-width: 100%;
88}
89
90/* nice alphatransparency background except for IE <7 */
91html>body div.dokuwiki textarea.edit {
92  background:  __background__ url(images/inputshadow.png) repeat-x top;
93}
94
95div.dokuwiki input.edit,
96div.dokuwiki select.edit {
97  font-size: 100%;
98  border: 1px solid __border__;
99  color: __text__;
100  background-color: __background__;
101  vertical-align: middle;
102  margin: 1px;
103  padding: 0.20em 0.3em;
104  display: inline;
105}
106
107/* nice alphatransparency background except for IE <7 */
108html>body div.dokuwiki input.edit,
109html>body div.dokuwiki select.edit {
110  background:  __background__ url(images/inputshadow.png) repeat-x top;
111}
112
113div.dokuwiki select.edit {
114  padding: 0.1em 0;
115}
116
117div.dokuwiki input.missing {
118  font-size: 100%;
119  border: 1px solid __border__;
120  color: __text__;
121  background-color: #ffcccc;
122  vertical-align: middle;
123  margin: 1px;
124  padding: 0.20em 0.3em;
125  display: inline;
126}
127
128/* disabled style - not understood by IE */
129div.dokuwiki textarea.edit[disabled],
130div.dokuwiki textarea.edit[readonly],
131div.dokuwiki input.edit[disabled],
132div.dokuwiki input.edit[readonly],
133div.dokuwiki input.button[disabled],
134div.dokuwiki select.edit[disabled] {
135  background-color: __background_neu__!important;
136  color: __text_neu__!important;
137}
138
139/* edit form */
140div.dokuwiki div.toolbar,
141div.dokuwiki div#wiki__editbar {
142   margin: 2px 0;
143   text-align: left;
144}
145div.dokuwiki div#size__ctl {
146   float: right;
147   width: 60px;
148   height: 2.7em;
149}
150div.dokuwiki #size__ctl img {
151   cursor: pointer;
152}
153div.dokuwiki div#wiki__editbar div.editButtons {
154   float: left;
155   padding: 0 1.0em 0.7em 0;
156}
157div.dokuwiki div#wiki__editbar div.summary {
158   float: left;
159}
160div.dokuwiki .nowrap {
161   white-space: nowrap;
162}
163div.dokuwiki div#draft__status {
164  float: right;
165  color: __text_alt__;
166}
167
168div.dokuwiki div.license {
169  padding: 0.5em;
170  font-size: 90%;
171  text-align: center;
172}
173
174div.dokuwiki form#dw__editform div.license {
175  clear: left;
176  font-size: 90%;
177}
178
179/* --------- buttons ------------------- */
180
181div.dokuwiki input.button,
182div.dokuwiki button.button {
183  border: 1px solid __border__;
184  color: __text__;
185  background-color: __background__;
186  vertical-align: middle;
187  text-decoration: none;
188  font-size: 100%;
189  cursor: pointer;
190  margin: 1px;
191  padding: 0.125em 0.4em;
192}
193
194/* nice alphatransparency background except for IE <7 */
195html>body div.dokuwiki input.button,
196html>body div.dokuwiki button.button {
197  background:  __background__ url(images/buttonshadow.png) repeat-x bottom;
198}
199
200* html div.dokuwiki input.button,
201* html div.dokuwiki button.button {
202  height: 1.8em;
203}
204
205div.dokuwiki div.secedit input.button {
206  border: 1px solid __border__;
207  color: __text__;
208  background-color: __background__;
209  vertical-align: middle;
210  text-decoration: none;
211  margin: 0;
212  padding: 0;
213  font-size: 10px;
214  cursor: pointer;
215  float: right;
216  display: inline;
217}
218
219/* ----------- page navigator ------------- */
220
221div.dokuwiki div.pagenav {
222    margin: 1em 0 0 0;
223}
224
225div.dokuwiki div.pagenav-prev {
226    text-align: right;
227    float: left;
228    width: 49%
229}
230
231div.dokuwiki div.pagenav-next {
232    text-align: left;
233    float: right;
234    width: 49%
235}
236
237/* --------------- Links ------------------ */
238
239div.dokuwiki a:link,
240div.dokuwiki a:visited {
241  color: __extern__;
242  text-decoration: none;
243}
244div.dokuwiki a:hover,
245div.dokuwiki a:active {
246  color: __text__;
247  text-decoration: underline;
248}
249
250div.dokuwiki h1 a,
251div.dokuwiki h2 a,
252div.dokuwiki h3 a,
253div.dokuwiki h4 a,
254div.dokuwiki h5 a,
255div.dokuwiki a.nolink {
256  color: __text__ !important;
257  text-decoration: none !important;
258}
259
260/* external link */
261div.dokuwiki a.urlextern {
262  background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
263  padding: 1px 0px 1px 16px;
264}
265
266/* windows share */
267div.dokuwiki a.windows {
268  background: transparent url(images/windows.gif) 0px 1px no-repeat;
269  padding: 1px 0px 1px 16px;
270}
271
272/* interwiki link (icon are set by dokuwiki) */
273div.dokuwiki a.interwiki {
274}
275
276/* link to some embedded media */
277div.dokuwiki a.media {
278}
279
280div.dokuwiki a.urlextern:link,
281div.dokuwiki a.windows:link,
282div.dokuwiki a.interwiki:link {
283  color: __extern__;
284}
285
286div.dokuwiki a.urlextern:visited,
287div.dokuwiki a.windows:visited,
288div.dokuwiki a.interwiki:visited {
289  color: purple;
290}
291div.dokuwiki a.urlextern:hover,
292div.dokuwiki a.urlextern:active,
293div.dokuwiki a.windows:hover,
294div.dokuwiki a.windows:active,
295div.dokuwiki a.interwiki:hover,
296div.dokuwiki a.interwiki:active {
297  color: __text__;
298}
299
300/* email link */
301div.dokuwiki a.mail {
302  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
303  padding: 1px 0px 1px 16px;
304}
305
306/* existing wikipage */
307div.dokuwiki a.wikilink1 {
308  color: __existing__ !important;
309}
310
311/* not existing wikipage */
312div.dokuwiki a.wikilink2 {
313  color: __missing__ !important;
314  text-decoration: none !important;
315  border-bottom: dashed 1px __missing__ !important;
316}
317
318/* ------------- Page elements ----------------- */
319
320div.dokuwiki div.preview {
321  background-color: __background_neu__;
322  margin: 0 0 0 2em;
323  padding: 4px;
324  border: 1px dashed __text__;
325}
326
327div.dokuwiki div.breadcrumbs {
328  color: __text_neu__;
329  font-size: 80%;
330  padding: 0 0 0 4px;
331}
332
333div.dokuwiki span.user {
334  color: __text_other__;
335  font-size: 90%;
336}
337
338div.dokuwiki li.minor {
339  color: __text_neu__;
340  font-style: italic;
341}
342
343/* embedded images */
344div.dokuwiki img.media {
345  margin: 3px;
346  padding: 5px;
347	border-style:dashed;
348	border-color: #8cacbb;
349	border-width:1px;
350}
351
352div.dokuwiki img.medialeft {
353  border: 0;
354  float: left;
355  margin: 0 1.5em 0 0;
356}
357
358div.dokuwiki img.mediaright {
359  border: 0;
360  float: right;
361  margin: 0 0 0 1.5em;
362}
363
364div.dokuwiki img.mediacenter {
365  border: 0;
366  display: block;
367  margin: 0 auto;
368}
369
370/* smileys */
371div.dokuwiki img.middle {
372  vertical-align: middle;
373}
374
375div.dokuwiki acronym {
376  cursor: help;
377  border-bottom: 1px dotted __text__;
378}
379
380/* general headline setup */
381div.dokuwiki h1,
382div.dokuwiki h2,
383div.dokuwiki h3,
384div.dokuwiki h4,
385div.dokuwiki h5 {
386    color: __text__;
387    background-color: inherit;
388    font-size: 100%;
389    font-weight: normal;
390    margin: 0 0 1em 0;
391    padding: 0.5em 0 0 0;
392    border-bottom: 1px solid __border__;
393    clear: left;
394}
395
396/* special headlines */
397div.dokuwiki h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
398div.dokuwiki h2 {font-size: 150%; margin-left: 10px;}
399div.dokuwiki h3 {font-size: 140%; margin-left: 20px; font-weight: bold;}
400div.dokuwiki h4 {font-size: 120%; margin-left: 30px; font-weight: bold;}
401div.dokuwiki h5 {font-size: 100%; margin-left: 40px; font-weight: bold;}
402
403/* indent different sections */
404div.dokuwiki div.level1 { margin-left: 3px; }
405div.dokuwiki div.level2 { margin-left: 13px; }
406div.dokuwiki div.level3 { margin-left: 23px; }
407div.dokuwiki div.level4 { margin-left: 33px; }
408div.dokuwiki div.level5 { margin-left: 43px; }
409
410/* unordered lists */
411div.dokuwiki ul {
412  line-height: 1.5em;
413/*  list-style-type: square; */
414  list-style-image: none;
415/*  margin: 0 0 1em 3.5em; */
416  color: __text_alt__;
417}
418
419/* ordered lists */
420div.dokuwiki ol {
421  line-height: 1.5em;
422  list-style-image: none;
423  margin: 0 0 1em 3.5em;
424  color: __text_alt__;
425  font-weight: bold;
426}
427
428/* no bottom gap in between and smaller left margin for nested lists */
429div.dokuwiki li ul,
430div.dokuwiki li ol {
431  margin: 0 0 0 1.5em;
432}
433
434/* the list items overriding the ul/ol definition */
435div.dokuwiki .li {
436  color: __text__;
437  font-weight: normal;
438}
439
440div.dokuwiki ol { list-style-type: decimal; }
441div.dokuwiki ol ol { list-style-type: upper-roman; }
442div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
443div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
444
445div.dokuwiki li.open {
446  list-style-image: url(images/open.gif);
447    /*list-style-type: circle;*/
448}
449
450div.dokuwiki li.closed {
451  list-style-image: url(images/closed.gif);
452    /*list-style-type: disc;*/
453}
454
455div.dokuwiki blockquote {
456  border-left: 2px solid __border__;
457  padding-left: 3px;
458}
459
460div.dokuwiki pre {
461  font-family: monospace;
462  font-size: 120%;
463  padding: 0.5em;
464  border: 1px dashed __border__;
465  color: __text__;
466  overflow: auto;
467}
468
469/* code blocks by indention */
470div.dokuwiki pre.pre {
471  background-color: __background_other__;
472}
473
474/* code blocks by code tag */
475div.dokuwiki pre.code {
476  background-color: __background_other__;
477}
478
479/* code blocks by file tag */
480div.dokuwiki pre.file {
481  background-color: __background_alt__;
482}
483
484/* filenames for file and code blocks */
485div.dokuwiki dl.file,
486div.dokuwiki dl.code {
487    margin-top: 2em;
488    margin-bottom: 2.5em;
489}
490
491div.dokuwiki dl.file dt,
492div.dokuwiki dl.code dt {
493    border: 1px dashed __border__;
494    display: inline;
495    padding: 0.1em 1em;
496    margin-left: 2em;
497}
498
499div.dokuwiki dl.code dt a,
500div.dokuwiki dl.file dt a {
501    color: __text__;
502}
503
504div.dokuwiki dl.code dt {
505    background-color: __background_other__;
506    border-bottom: 1px solid __background_other__;
507}
508
509div.dokuwiki dl.file dt {
510    background-color: __background_alt__;
511    border-bottom: 1px solid __background_alt__;
512}
513
514
515/* inline code words */
516div.dokuwiki code {
517  font-size: 120%;
518}
519
520/* inline tables */
521div.dokuwiki table.inline {
522  background-color: __background__;
523  border-spacing: 0px;
524  border-collapse: collapse;
525}
526
527div.dokuwiki table.inline th {
528  padding: 3px;
529  border: 1px solid __border__;
530  background-color: __background_alt__;
531}
532
533div.dokuwiki table.inline td {
534  padding: 3px;
535  border: 1px solid __border__;
536}
537
538/* ---------- table of contents ------------------- */
539
540div.dokuwiki div.toc {
541  margin: 1.2em 0 0 2em;
542  float: right;
543  width: 250px;
544  font-size: 99%;
545  clear: both;
546}
547
548div.dokuwiki div.tocheader {
549  border: 1px solid __border__;
550  background-color: __background_alt__;
551  text-align: left;
552  font-weight: bold;
553  padding: 3px;
554  margin-bottom: 2px;
555}
556
557div.dokuwiki span.toc_open,
558div.dokuwiki span.toc_close {
559    border: 0.4em solid __background_alt__;
560    float: right;
561    display: block;
562    margin: 0.4em 3px 0 0;
563}
564
565div.dokuwiki span.toc_open span,
566div.dokuwiki span.toc_close span {
567    display: none;
568}
569
570div.dokuwiki span.toc_open {
571    margin-top: 0.4em;
572    border-top: 0.4em solid __text__;
573}
574
575div.dokuwiki span.toc_close {
576    margin-top: 0;
577    border-bottom: 0.4em solid __text__;
578}
579
580div.dokuwiki #toc__inside {
581  border: 1px solid __border__;
582  background-color: __background__;
583  text-align: left;
584  padding: 0.5em 0 0.7em 0;
585}
586
587div.dokuwiki ul.toc {
588  list-style-type: none;
589  list-style-image: none;
590  line-height: 1.2em;
591  padding-left: 1em;
592  margin: 0;
593}
594
595div.dokuwiki ul.toc li {
596  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
597  padding-left: 0.4em;
598}
599
600div.dokuwiki ul.toc li.clear {
601  background-image: none;
602  padding-left: 0.4em;
603}
604
605div.dokuwiki a.toc:link,
606div.dokuwiki a.toc:visited {
607  color: #436976;
608}
609
610div.dokuwiki a.toc:hover,
611div.dokuwiki a.toc:active {
612  color: __text__;
613}
614
615/* ---------------------------- Diff rendering --------------------------*/
616div.dokuwiki table.diff {
617  background-color: __background__;
618  width: 100%;
619}
620div.dokuwiki td.diff-blockheader {
621  font-weight: bold;
622}
623div.dokuwiki table.diff th {
624  border-bottom: 1px solid __border__;
625  font-size: 110%;
626  width: 50%;
627  font-weight: normal;
628  text-align: left;
629}
630div.dokuwiki table.diff th a {
631    font-weight: bold;
632}
633div.dokuwiki table.diff th span.user {
634    color: __text__;
635    font-size: 80%;
636}
637div.dokuwiki table.diff th span.sum {
638    font-size: 80%;
639    font-weight: bold;
640}
641div.dokuwiki table.diff th.minor {
642  font-style: italic;
643}
644div.dokuwiki table.diff td {
645  font-family: monospace;
646  font-size: 100%;
647}
648div.dokuwiki td.diff-addedline {
649  background-color: #ddffdd;
650}
651div.dokuwiki td.diff-deletedline {
652    background-color: #ffffbb;
653}
654div.dokuwiki td.diff-context {
655    background-color: __background_neu__;
656}
657div.dokuwiki table.diff td.diff-addedline strong,
658div.dokuwiki table.diff td.diff-deletedline strong {
659    color: red;
660}
661
662/* --------------------- footnotes -------------------------------- */
663
664div.dokuwiki div.footnotes {
665  clear: both;
666  border-top: 1px solid __border__;
667  padding-left: 1em;
668  margin-top: 1em;
669}
670
671div.dokuwiki div.fn {
672  font-size: 90%;
673}
674
675div.dokuwiki a.fn_bot {
676  font-weight: bold;
677}
678
679/* insitu-footnotes */
680div.insitu-footnote {
681  font-size: 80%;
682  line-height: 1.2em;
683  border: 1px solid __border__;
684  background-color: __background_other__;
685  text-align: left;
686  padding: 4px;
687  max-width: 40%;    /* IE's width is handled in javascript */
688  min-width: 5em;
689}
690
691/* overcome IE issue with one line code or file boxes which require h. scrolling */
692* html .insitu-footnote pre.code,
693* html .insitu-footnote pre.file {
694  padding-bottom: 18px;
695}
696
697/* --------------- search result formating --------------- */
698div.dokuwiki .search_result {
699  margin-bottom: 6px;
700  padding: 0 10px 0 30px;
701}
702
703div.dokuwiki .search_snippet {
704  color: __text_other__;
705  font-size: 12px;
706  margin-left: 20px;
707}
708
709div.dokuwiki .search_sep {
710  color: __text__;
711}
712
713div.dokuwiki .search_hit {
714  color: __text__;
715  background-color: __highlight__;
716}
717div.dokuwiki strong.search_hit {
718  font-weight: normal;
719}
720
721div.dokuwiki div.search_quickresult {
722  margin: 0 0 15px 30px;
723  padding: 0 10px 10px 0;
724  border-bottom: 1px dashed __border__;
725  background-color: #fff;
726}
727div.dokuwiki div.search_quickresult h3 {
728  margin: 0 0 1.0em 0;
729  font-size: 1em;
730  font-weight: bold;
731}
732
733div.dokuwiki ul.search_quickhits {
734  margin: 0 0 0.5em 1.0em;
735}
736
737div.dokuwiki ul.search_quickhits li {
738  margin: 0 1.0em 0 1.0em;
739  float: left;
740  width: 30%;
741}
742
743div.dokuwiki .section_highlight {
744  background-color: __background_alt__ !important;
745}
746
747/* ------------------ Additional ---------------------- */
748
749div.footerinc {
750    text-align: center;
751}
752.footerinc a img {
753    opacity: 0.5;
754    border: 0;
755}
756
757.footerinc a:hover img {
758    opacity: 1;
759}
760
761/* ---------- AJAX quicksearch ----------- */
762
763div.dokuwiki div.ajax_qsearch {
764  position: absolute;
765  right: 237px;;
766  width: 200px;
767  opacity: 0.9;
768  display: none;
769  font-size: 80%;
770  line-height: 1.2em;
771  border: 1px solid __border__;
772  background-color: __background_other__;
773  text-align: left;
774  padding: 4px;
775}
776
777/* --------- Toolbar -------------------- */
778button.toolbutton {
779  background-color: __background__;
780  padding: 0px;
781  margin: 0 1px 0 0;
782  border: 1px solid __border__;
783  cursor: pointer;
784}
785
786/* nice alphatransparency background except for IE <7 */
787html>body button.toolbutton {
788  background:  __background__ url(images/buttonshadow.png) repeat-x bottom;
789}
790
791div.picker {
792  width: 250px;
793  border: 1px solid __border__;
794  background-color: __background_alt__;
795}
796
797div.pk_hl {
798  width: 125px;
799}
800
801button.pickerbutton {
802  padding: 0px;
803  margin: 0 1px 1px 0;
804  border: 0;
805  background-color: transparent;
806  font-size: 80%;
807  cursor: pointer;
808}
809
810/* ---------------  Image Details  ----------------- */
811
812div.dokuwiki div.img_big {
813  float: left;
814  margin-right: 0.5em;
815}
816
817div.dokuwiki dl.img_tags dt {
818  font-weight: bold;
819  background-color: __background_alt__;
820}
821div.dokuwiki dl.img_tags dd {
822  background-color: __background_neu__;
823}
824
825div.dokuwiki div.imagemeta {
826  color: __text_neu__;
827  font-size: 70%;
828  line-height: 95%;
829}
830
831div.dokuwiki div.imagemeta img.thumb {
832  float: left;
833  margin-right: 0.1em;
834}
835
836/*
837Theme Name: MoneyBlog
838Theme URI: http://designdisease.com/
839Description: Designed by <a href="http://designdisease.com">Design Disease</a> for <a href="http://designdisease.com">MoneyBlog.com</a> You may use this theme and make any changes you like as long you leave the credits link on. <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a>
840Version: 1.0
841Author: Design Disease
842Author URI: http://designdisease.com/
843Tags: white, green, blue, black, three columns, two columns, fixed width, widgets
844*/
845
846/* Begin Typography & Colors */
847* { margin: 0; padding: 0; }
848body { background: #659610 url(images/body-bkg.png) repeat top center; font: normal 12px "Verdana", sans-serif; color:#535353; }
849/* input, button, textarea, select {  font: normal 12px/12px "Verdana", sans-serif; color:#535353; vertical-align: middle; } */
850legend { display: none; }
851fieldset { border: none; }
852ul, ol { list-style: none;}
853ol { list-style-type: decimal;}
854table { border-collapse: collapse; width: 100%; }
855hr { display: none; }
856img { padding: 0px; margin: 0px; border: none; text-align: center;}
857
858a:link { text-decoration: none; color : #007ed8; border: 0px; -moz-outline-style: none;}
859a:active { text-decoration: underline; color : #007ed8; border: 0px; -moz-outline-style: none;}
860a:visited { text-decoration: none; color : #007ed8; border: 0px; -moz-outline-style: none;}
861a:hover	{ text-decoration: underline; color : #003366; border: 0px; -moz-outline-style: none;}
862a:focus { outline: none;-moz-outline-style: none;}
863
864
865/* BGContainer
866+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
867#bgcontain { width: 980px; margin: 0 auto; overflow: hidden; background: #fff url(images/container-bkg.png) repeat-y center; margin-top: 20px; margin-bottom: 20px;}
868#bgcontain-all { width: 980px; background: url(images/header-top-bkg.png) no-repeat top; padding-top: 28px; margin-bottom: }
869
870/* Header
871+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
872.header { width: 914px; margin: 0px 8px; padding: 0px 25px 20px 25px; position: relative; background: #000 url(images/header-dottet-bkg.png) repeat-x bottom;}
873
874/* Logo
875+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
876.logo { padding: 0px 0px 0px 0px;}
877.logo .txt h6 { font: bold 36px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; letter-spacing: -2px; padding-bottom: 5px; }
878.logo .txt h6 a, .head .logo .txt h1 a:visited,.head .logo .txt h1 a:hover { text-decoration: none; color:#fff;}
879.logo .img img { margin-bottom: 5px; }
880
881/* Search
882+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
883.search { width: 250px; position: absolute; right: 15px; top: 5px;}
884.search form { padding: 0px 0 0px 0px;}
885/*
886.search { width: 300px; position: absolute; right: 25px; top: 5px;}
887.search form { padding: 0px 0 0px 0px;}
888.search input { float: left; background: url(images/search-input.png) no-repeat; border: none; padding: 6px; width: 215px; color:#000066; font-size: 11px; color:#fff;}
889.search button { float: left; background: url(images/search-button.png) no-repeat; width: 73px; height: 25px; border: none; cursor: pointer; color:#fff; vertical-align: middle; padding: 2px 17px 5px 0px; font: bold 11px/11px "Trebuchet MS", sans-serif;}
890*/
891
892/* Menu
893+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
894.menu { width: 914px; margin: 0px 8px; padding: 20px 25px 20px 25px; background: #3f7000 url(images/menu-bkg.png) repeat-x bottom; overflow: hidden;}
895/**/ * html .menu { height:1%; } /* */
896.menu ul { width: 914px; float: left; background: url(images/menu-ul-bkg.png) no-repeat right; padding: 5px 0px;}
897.menu li { display: inline; font: bold 14px/14px "Trebuchet MS"; float: left; }
898.menu li ul { display: none;}
899.menu li a { padding-left: 7px; margin-right: 2px; background: url(images/menu-left.png) no-repeat left top; float: left;}
900.menu li a span { padding: 5px 10px 6px 3px; display: block; background: url(images/menu-right.png) no-repeat right top; float: right; }
901.menu li a span { float: none; color: #fff;}
902.menu li a:hover { background-position: 0% -25px; color:#fff; text-decoration: none;}
903.menu li a:hover span { background-position: 100% -25px; color:#fff;}
904
905.menu .current_page_item a { background: url(images/menu-left.png) no-repeat left bottom; color:#fff; }
906.menu .current_page_item a span, .menu .current_page_item a:visited span, .menu .current_page_item a:hover span { background: url(images/menu-right.png) no-repeat right bottom; color:#fff; }
907
908
909/* Menu - Left
910+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
911/*
912#menu-left {
913	float: left;
914	width: 400px;
915	height: 200px;
916}
917*/
918/* Menu - Right
919+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
920/*
921#menu-right {
922	width: 300px;
923}
924*/
925
926
927
928/* Container
929+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
930.container { width: 964px; margin: 0 8px; }
931
932
933/* SC
934+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
935.SC { width: 934px; margin: 15px; margin-top: 10px; }
936.SCL { background: url(images/sc-line.png) repeat-y right; overflow: hidden;}
937
938
939/* Side Left
940############################################################################################################## */
941.SL { width: 691px; float: left;  padding-right: 20px; }
942
943.SL .post { overflow: hidden;}
944.SL .p-con { padding: 5px 0px;}
945.SL .p-det { text-align: left; font-size: 11px; font-weight: bold;}
946
947
948/* Side Right
949############################################################################################################## */
950.SR { width: 200px; float: right; margin-left: 20px;}
951.SR h2 { color:#000; font: normal 21px/21px "Trebuchet MS", sans-serif; letter-spacing: -1px; border-bottom: solid 1px #ccc; padding: 10px 0px; margin-bottom: 10px;}
952
953.SR .widget { margin-bottom: 15px;}
954.SR .widget h2 { background: url(images/h-widget-ico.png) no-repeat left; padding-left: 25px;}
955.SR .widget li { background: url(images/categories-li-arrow.png) no-repeat left 7px; font-size: 12px; padding: 2px 0px 2px 10px;}
956.SR .widget li ul li { background: none; font-size: 12px; padding: 2px 0px 2px 0px; font-weight: normal;}
957
958
959/* Title
960+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
961.title { font: bold 28px/28px "Trebuchet MS", sans-serif; letter-spacing: -1px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #ccc solid; color:#000;}
962
963/* Images
964+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
965.SL img.aligncenter { display: block; margin-left: auto; margin-right: auto; padding: 6px; border: solid 1px #9b9792;}
966.SL img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 1px #ccc; padding: 6px; }
967.SL img.alignleft { margin: 5px 20px 10px 0; display: inline; border: solid 1px #ccc; padding: 6px;}
968.SL .alignright { float: right; }
969.SL .alignleft { float: left }
970
971/* Navigation
972+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
973.nav { overflow: hidden; margin: 20px 0px;}
974.nav .left a { float: left; background:url(images/nav-left.png) no-repeat left 2px; padding-left: 16px; }
975.nav .right a { float: right; background:url(images/nav-right.png) no-repeat right 3px; padding-right: 16px; }
976.nav a, .nav a:visited { cursor: hand; font: bold 11px/14px Verdana, Geneva, sans-serif; color:#336600;}
977
978
979/* Footer
980+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
981.footer { background: url(images/footer-bkg.png) no-repeat bottom; width: 914px; padding: 0px 33px 30px 33px; overflow: hidden; float: left;}
982.footer hr { border-left:none; border-right: none; border-top:1px solid #ccc; border-bottom: none; height : 1px; display: block; margin-bottom: 10px; }
983.footer p { padding: 1px 0px; color:#999; font-size: 11px;}
984.footer p a, .footer p a:visited, .footer p a:hover {color:#999; text-decoration: underline;}
985
986/* Shakir */
987
988/* Footer blocks
989+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
990.footers { background: #effafd ; padding: 10px 25px 0 25px ; overflow: hidden;}
991
992/* Main Post - Syndicate
993+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
994.sync { width: 150px; float: right; background: #fff; margin-bottom:20px; margin-top: 20px;}
995.sync em { display: none; margin: 0; padding: 0; line-height: 0px;}
996.sync ul { padding: 0px; margin: 0px; }
997.sync li { float: left; list-style-type: none; font: bold 14px/14px "Trebuchet MS", sans-serif; color:#fff; }
998.sync li a { float: left; display: inline; height: 22px; width: 260px; color:#fff; padding: 14px 0px 5px 40px;}
999.sync li .syn1 { background: url(images/syn-1.png) no-repeat left top; color:#fff; padding: 14px 0px 5px 20px; }
1000.sync li a.syn2 { background: url(images/syn-2.png) no-repeat left top; color:#fff; }
1001.sync li a.syn3 { background: url(images/syn-3.png) no-repeat left top; color:#fff; }
1002.sync li a.syn4 { background: url(images/syn-4.png) no-repeat left top; color:#fff; }
1003.sync li a:hover { background-position: left -41px; text-decoration: none;}
1004