]> git.openstreetmap.org Git - stateofthemap.git/blob - style.css
Fix http -> https links
[stateofthemap.git] / style.css
1 /*
2 Theme Name: Aerodrome
3 Theme URI: http://thebuckmaker.com/aerodrome
4 Description: Beautiful light and professional designed, ad ready WordPress theme by <a href="http://thebuckmaker.com">TheBuckmaker.com</a>. Custom background image menu by <a href="http://missionsplace.com">Aaron Edwards</a>. Ready for WordPress 2.7
5 Author: Joe Fischler
6 Author URI: http://thebuckmaker.com
7 Tags: blue, green, light, three-columns, fixed-width, theme-options, threaded-comments
8 Version: 1.0.5
9 */
10
11
12
13
14 /*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
15          ++++++++++++++++++ General Stylings ++++++++++++++++++
16          +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
17
18
19 a {
20         color: #000;
21         text-decoration:none;
22         font-weight:bold;
23 }
24
25 a img {
26         border: none;
27 }
28
29 img {}
30
31
32
33 a:hover {
34         color:#000;
35         text-decoration:none;
36 }
37
38
39
40 blockquote {
41         border-left: 5px solid #ccc;
42         margin-left: 1.5em;
43         padding-left: 5px;
44 }
45
46
47 /*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
48 /*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/
49
50 body {
51         background: url(/wp-content/uploads/2010/01/backgroundgirona.jpg) no-repeat 0 0 #fff;
52         background-attachment:fixed;
53         background-position: center center;
54         color: #000;
55         font-family: Arial, Verdana, sans-serif;
56         margin: 0;
57         padding: 0;
58 }
59
60 cite {
61         font-size: 90%;
62         font-style: normal;
63 }
64
65 h1 {    font: 20px 'Arial', Verdana, sans-serif;
66         margin: 15px 0 2px 0;
67         padding-bottom: 2px;
68         font-weight:bold;
69 }
70
71 h2 {
72         font: 95% 'Arial', Verdana, sans-serif;
73         margin: 15px 0 2px 0;
74         padding-bottom: 2px;
75 }
76
77 h3 {
78         font-family: Arial, Verdana, sans-serif;
79         margin: 0 0 5px 0;
80 }
81
82
83
84 p, li {
85         font: 13px 'Arial', Verdana, sans-serif;
86         line-height:17px;
87 }
88
89
90
91 /*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
92         ++++++++++++++ Containers and Headers ++++++++++++++++
93          +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
94
95
96 /* ++++++++++++++++++ The Main Container ++++++++++++++++++ */
97
98 #rap {
99         width:970px;
100         margin:0 auto;
101
102 }
103
104 /* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */
105
106 #content {
107         width: 580px;
108         float:left;
109         overflow:hidden;
110 }
111
112
113 /* ++++++++++++++++++ The Header Section ++++++++++++++++++ */
114
115 #header {
116         width:969px;
117         height: 87px;
118         font-family: Verdana, Arial, sans-serif;
119         overflow:hidden;
120         margin:0;
121         padding: 5px 0 10px 0;
122         background:#000;
123         background:url('http://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm_top_050709.jpg');
124         opacity:0.8;
125
126
127          -webkit-border-top-left-radius:0px;
128          -webkit-border-top-right-radius:10px;
129          -webkit-border-bottom-left-radius:0px;
130          -webkit-border-bottom-right-radius:10px;
131
132          -khtml-border-radius-topleft:0px;
133          -khtml-border-radius-topright:10px;
134          -khtml-border-radius-bottomleft:0px;
135          -khtml-border-radius-bottomright:10px;
136
137          -moz-border-radius-topleft:0px;
138          -moz-border-radius-topright:10px;
139          -moz-border-radius-bottomleft:0px;
140          -moz-border-radius-bottomright:10px;
141 }
142
143 #header a {
144         color: #fff;
145         text-decoration: none;
146 }
147
148 #header a:hover {
149         text-decoration: none;
150 }
151
152 #header h1 {font-family:verdana,arial,sans-serif;
153             font-size:29px;
154             margin: 15px 0 0 15px;
155             padding:0;
156             color:#fff;
157             z-index:1;
158
159 }
160
161 #header h1 a:hover {}
162
163 #header h2 {margin-top:0px;
164             font-family: verdana, arial, sans-serif;
165             font-size:13px;
166             color:#fff;
167             margin-left:20px;
168
169 }
170
171 #headerleft {
172             float:left;
173             width:405px;
174                         margin-left:200px;
175 }
176
177
178 #headerright a {
179         background:url(images/rss2.jpg) no-repeat -1px -64px #000;
180         width:60px;
181         height:59px;
182         cursor:pointer;
183         float:right;
184         margin:10px 20px 0 0;
185 }
186
187 #headerright a:hover {
188         background:url(images/rss2.jpg) no-repeat -1px -1px;
189 }
190
191 .navlink {
192         margin:0px 48px 20px 40px;
193         color:#808080;
194         text-align:center;
195         font-size:10px;
196 }
197
198 .navlink a {
199         padding:10px;
200         font-size:10px;
201         background:#fff;
202         opacity: 0.7;filter:alpha(opacity=70);zoom:1;
203 }
204
205 .navlink a:hover {
206         color:#000;
207
208 }
209
210
211 #headmenu {
212 font-family: verdana, arial, sans-serif;
213 font-size:14px;
214 width:970px;
215 font-weight:bold;
216 float:none;
217 margin:30px 0 0 0;
218 color:#fff;
219 overflow:hidden;
220 }
221
222
223 #headmenu a {
224          color:#000;
225          background:#fff;
226          padding:4px 10px 6px 10px;
227          margin:5px 3px 0 0;
228          line-height:21px;
229
230
231
232          -webkit-border-top-left-radius:5px;
233          -webkit-border-top-right-radius:5px;
234          -webkit-border-bottom-left-radius:0px;
235          -webkit-border-bottom-right-radius:0px;
236
237          -khtml-border-radius-topleft:5px;
238          -khtml-border-radius-topright:5px;
239          -khtml-border-radius-bottomleft:0px;
240          -khtml-border-radius-bottomright:0px;
241
242          -moz-border-radius-topleft:5px;
243          -moz-border-radius-topright:5px;
244          -moz-border-radius-bottomleft:0px;
245          -moz-border-radius-bottomright:0px;
246
247 }
248
249
250 #headmenu a:hover {text-decoration:none; color:#fff; background:#000;}
251 #headmenu ul {margin:0; padding:0}
252 #headmenu ul li {float:left;
253             list-style-type:none;
254 }
255
256 #headsubmenu {
257 padding:0; 
258 margin:-55px 0 0 0;
259 height:25px;
260 width:100%;
261 float:left;
262
263
264                  }
265 #headsubmenu ul {
266 margin:0; padding:0;
267 background:#000;
268 }
269
270 #headsubmenu li {
271 float:left;
272 list-style-type:none;
273 margin:3px 0 0 0;
274
275 }
276
277 #headsubmenu li a {
278
279 font-size:11px;
280 padding:2px 10px;
281 line-height:18px;
282 background:#fff;
283 color:#000;
284 margin-left:2px;
285
286          -webkit-border-top-left-radius:0px;
287          -webkit-border-top-right-radius:0px;
288          -webkit-border-bottom-left-radius:5px;
289          -webkit-border-bottom-right-radius:5px;
290
291          -khtml-border-radius-topleft:0px;
292          -khtml-border-radius-topright:0px;
293          -khtml-border-radius-bottomleft:5px;
294          -khtml-border-radius-bottomright:5px;
295
296          -moz-border-radius-topleft:0px;
297          -moz-border-radius-topright:0px;
298          -moz-border-radius-bottomleft:5px;
299          -moz-border-radius-bottomright:5px;
300 }
301
302 #headsubmenu li a:hover {
303 background:#000;
304 color:#fff;
305
306
307 }
308
309
310 #headmenu2 {
311 font-family: verdana, arial, sans-serif;
312 font-size:14px;
313 width:100%;
314 font-weight:bold;
315 float:none;
316 margin: 0 0 15px 0;
317 color:#fff;
318 overflow:hidden;
319 }
320
321
322 #headmenu2 a {
323          color:#000;
324          background:#fff;
325          padding:4px 10px 4px 10px;
326          margin:0 3px 0 0;
327          line-height:21px;
328
329          -webkit-border-top-left-radius:0px;
330          -webkit-border-top-right-radius:0px;
331          -webkit-border-bottom-left-radius:5px;
332          -webkit-border-bottom-right-radius:5px;
333
334          -khtml-border-radius-topleft:0px;
335          -khtml-border-radius-topright:0px;
336          -khtml-border-radius-bottomleft:5px;
337          -khtml-border-radius-bottomright:5px;
338
339          -moz-border-radius-topleft:0px;
340          -moz-border-radius-topright:0px;
341          -moz-border-radius-bottomleft:5px;
342          -moz-border-radius-bottomright:5px;
343
344 }
345
346
347 #headmenu2 a:hover {text-decoration:none; color:#fff; background:#000;}
348 #headmenu2 ul {margin:0;padding:0;}
349 #headmenu2 ul li {float:left;
350             list-style-type:none;
351 }
352
353 .headlip {
354          color:#fff;
355          background:#6b8994;
356          padding:0px 10px 0px 10px;
357          margin:0 3px 0 0;
358          line-height:21px;
359          font-weight:bold;
360
361          -webkit-border-top-left-radius:0px;
362          -webkit-border-top-right-radius:0px;
363          -webkit-border-bottom-left-radius:5px;
364          -webkit-border-bottom-right-radius:5px;
365
366          -khtml-border-radius-topleft:0px;
367          -khtml-border-radius-topright:0px;
368          -khtml-border-radius-bottomleft:5px;
369          -khtml-border-radius-bottomright:5px;
370
371          -moz-border-radius-topleft:0px;
372          -moz-border-radius-topright:0px;
373          -moz-border-radius-bottomleft:5px;
374          -moz-border-radius-bottomright:5px;
375 }
376
377 /*++++++ 468x60 px Ad in the Header ++++++ */
378 #headad {
379          width:468px;
380          height:60px;
381          overflow:hidden;
382          float:left;
383          margin:8px 0 0 0;
384
385 }
386
387
388
389 /*++++++ The Post wrap without its heading (storytitle) ++++++ */
390
391
392 .datecomrap {
393         float:left;
394         width:35px;
395         overflow:hidden;
396 }
397
398 .date {
399          color:#fff;
400          background:#000;
401          width:35px;
402          height:60px;
403          text-align:center;
404          font-size:0.7em;
405          padding:3px 0 0 0;
406
407          opacity: 0.5;filter:alpha(opacity=50);zoom:1;
408
409          -webkit-border-top-left-radius:5px;
410          -webkit-border-top-right-radius:0px;
411          -webkit-border-bottom-left-radius:5px;
412          -webkit-border-bottom-right-radius:0px;
413
414          -khtml-border-radius-topleft:5px;
415          -khtml-border-radius-topright:0px;
416          -khtml-border-radius-bottomleft:5px;
417          -khtml-border-radius-bottomright:0px;
418
419          -moz-border-radius-topleft:5px;
420          -moz-border-radius-topright:0px;
421          -moz-border-radius-bottomleft:5px;
422          -moz-border-radius-bottomright:0px;
423
424 }
425
426 .commy {
427          color:#fff;
428          background:#000;
429          width:35px;
430          height:30px;
431          text-align:center;
432          font-size:1.1em;
433          padding:7px 0 0 0;
434          margin-top:10px;
435
436          opacity: 0.2;filter:alpha(opacity=20);zoom:1;
437
438          -webkit-border-top-left-radius:5px;
439          -webkit-border-top-right-radius:0px;
440          -webkit-border-bottom-left-radius:5px;
441          -webkit-border-bottom-right-radius:0px;
442
443          -khtml-border-radius-topleft:5px;
444          -khtml-border-radius-topright:0px;
445          -khtml-border-radius-bottomleft:5px;
446          -khtml-border-radius-bottomright:0px;
447
448          -moz-border-radius-topleft:5px;
449          -moz-border-radius-topright:0px;
450          -moz-border-radius-bottomleft:5px;
451          -moz-border-radius-bottomright:0px;
452
453 }
454
455 .commy a, .commy a:hover {color:#fff;}
456
457 .storywrap {
458         padding:10px 20px;
459         font-size:13px;
460         text-align:justify;
461         float:left;
462         width:505px;
463         margin-bottom:15px;
464         background:#fff;
465         overflow:hidden;
466
467         opacity: 0.95;filter:alpha(opacity=95);zoom:1;
468
469          -webkit-border-top-left-radius:0px;
470          -webkit-border-top-right-radius:10px;
471          -webkit-border-bottom-left-radius:10px;
472          -webkit-border-bottom-right-radius:10px;
473
474          -khtml-border-radius-topleft:0px;
475          -khtml-border-radius-topright:10px;
476          -khtml-border-radius-bottomleft:10px;
477          -khtml-border-radius-bottomright:10px;
478
479          -moz-border-radius-topleft:0px;
480          -moz-border-radius-topright:10px;
481          -moz-border-radius-bottomleft:10px;
482          -moz-border-radius-bottomright:10px;
483
484 }
485
486
487 /* ++++++++++++++++++ The Sidebar Section ++++++++++++++++++ */
488
489 #sidebarleft {
490  width:180px;
491         float:left;
492         color:#000;
493         font-size: 8px;
494         padding-bottom:50px;
495         padding-top:10px;
496         margin-top:0px;
497         margin-left:15px;
498         background:#fff;
499         overflow:hidden;
500         opacity: 0.9;filter:alpha(opacity=90);zoom:1;
501
502          -webkit-border-top-left-radius:10px;
503          -webkit-border-top-right-radius:10px;
504          -webkit-border-bottom-left-radius:10px;
505          -webkit-border-bottom-right-radius:10px;
506
507          -khtml-border-radius-topleft:10px;
508          -khtml-border-radius-topright:10px;
509          -khtml-border-radius-bottomleft:10px;
510          -khtml-border-radius-bottomright:10px;
511
512          -moz-border-radius-topleft:10px;
513          -moz-border-radius-topright:10px;
514          -moz-border-radius-bottomleft:10px;
515          -moz-border-radius-bottomright:10px;
516
517 }
518
519 #sidebarleft form {
520         margin: 0;
521        padding:0;
522         list-style-type:none;
523 }
524
525 #sidebarleft input#s {
526         text-align:left;
527         margin-left:0px;
528         width: 77%;
529         color: #000;
530         font-weight:bold;
531         font-family: verdana, arial,sans-serif;
532         font-size:12px;
533 }
534
535 #sidebarleft a {font-weight:normal; color:#000;}
536
537 #sidebarleft a:hover {
538          color:#000;
539          text-decoration:underline;
540 }
541
542
543 #sidebarleft h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
544
545 #sidebarleft ul {
546         color: #000;
547         font-weight: bold;
548         list-style-type: none;
549         margin: 0;
550         padding-left: 0px;
551 }
552
553 #sidebarleft ul li {
554         font-family: Arial, Verdana, sans-serif;
555         padding:0 10px 1px 10px;
556         margin:3px 0 0 0;
557         list-style-type: none;
558         font-size:11px;
559 }
560
561 #sidebarleft div p {
562         font-size: 11px;
563         line-height: 18px;
564 }
565
566 #sidebar {
567         width:180px;
568         min-height:1200px;
569         float:right;
570         color:#fff;
571         padding-bottom:50px;
572         padding-top:10px;
573         margin-top:0px;
574         background:#000;
575         overflow:hidden;
576
577         opacity: 0.8;filter:alpha(opacity=80);zoom:1;
578
579          -webkit-border-top-left-radius:10px;
580          -webkit-border-top-right-radius:10px;
581          -webkit-border-bottom-left-radius:10px;
582          -webkit-border-bottom-right-radius:10px;
583
584          -khtml-border-radius-topleft:10px;
585          -khtml-border-radius-topright:10px;
586          -khtml-border-radius-bottomleft:10px;
587          -khtml-border-radius-bottomright:10px;
588
589          -moz-border-radius-topleft:10px;
590          -moz-border-radius-topright:10px;
591          -moz-border-radius-bottomleft:10px;
592          -moz-border-radius-bottomright:10px;
593 }
594
595
596
597 #search {list-style-type:none;
598          padding:5px 5px 5px 0;
599
600 }
601
602 .notfound {
603          margin:40px 100px 0 100px;
604          text-align:center;
605          font-weight:bold;
606          background:#fff;
607          padding:20px 10px;}
608
609
610 .notfound a {
611          text-decoration:underline;}
612
613 #sidebar form {
614         margin: 0;
615        padding:0;
616         list-style-type:none;
617 }
618
619 #sidebar input#s {
620         text-align:left;
621         margin-left:0px;
622         width: 77%;
623         color: #000;
624         font-weight:bold;
625         font-family: verdana, arial,sans-serif;
626         font-size:12px;
627 }
628
629 #sidebar a {font-weight:normal; color:#fff;}
630
631 #sidebar a:hover {
632          color:#fff;
633          text-decoration:underline;
634 }
635
636
637 #sidebar h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
638
639 #sidebar ul {
640         color: #fff;
641         font-weight: bold;
642         list-style-type: none;
643         margin: 0;
644         padding-left: 0px;
645 }
646
647 #sidebar ul li {
648         font-family: Arial, Verdana, sans-serif;
649         padding:0 10px 1px 10px;
650         margin:3px 0 0 0;
651         list-style-type: none;
652         font-size:11px;
653 }
654
655
656
657 /*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
658         ++++++++++++++++++ Special Stylings ++++++++++++++++++
659          +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
660
661
662
663 /* +++++++++++++++ The Heading of your Posts and Pages ++++++++++++++++++ */
664
665 .storytitle {
666         color:#000;
667         padding-bottom:2px;
668         border-bottom:1px solid #808080;
669         text-align:left;
670 }
671
672 .storytitle h3 {text-align:left;}
673
674 .storytitle a {
675         text-decoration: none;
676         color:#000;
677         font-size:18px;
678         font-weight:bold;
679 }
680
681 .storytitle a:hover {
682         text-decoration:none;
683 }
684
685 .storytitle a:visited {
686 }
687
688
689 .post {
690        clear:both;
691        padding-bottom:10px;
692        overflow:visible;
693        padding-left:1px;
694
695 }
696
697 .feedback {
698        float:left;
699        font-size:10px;
700        margin-bottom:20px;
701 }
702
703 .feedback a {font-weight:normal;}
704
705 .storycontent p a {text-decoration:underline;}
706
707 .meta {
708         font-size: 10px;
709         font-family: Arial, Verdana, sans-serif;
710         color: #808080;
711         clear:both;
712         padding-top:2px;
713         border-top:1px solid #808080;
714         margin:30px 0 0 0;
715 }
716
717 .meta li, ul.post-meta li {
718         display: inline;
719
720 }
721
722 .meta ul {
723         display: inline;
724         list-style: none;
725         margin: 0;
726         padding: 0;
727
728 }
729
730
731 .meta a, .meta a:visited {
732         color: #808080;
733         font-weight: bold;
734 }
735
736
737 .meta a:hover {
738         border-bottom:1px solid #808080;
739 }
740
741 ul.post-meta {
742         list-style: none;
743 }
744
745 ul.post-meta span.post-meta-key {
746         font-weight: bold;
747 }
748
749 .footprint {
750
751         border-top: 3px double #fff;
752         color: #fff;
753         font-size: 11px;
754         margin: 10px 0 0 0;
755         background:#000;
756         padding: 3px;
757         text-align: center;
758         clear:both;
759
760         opacity: 0.6;filter:alpha(opacity=60);zoom:1;
761
762          -webkit-border-top-left-radius:10px;
763          -webkit-border-top-right-radius:10px;
764          -webkit-border-bottom-left-radius:0px;
765          -webkit-border-bottom-right-radius:0px;
766
767          -khtml-border-radius-topleft:10px;
768          -khtml-border-radius-topright:10px;
769          -khtml-border-radius-bottomleft:0px;
770          -khtml-border-radius-bottomright:0px;
771
772          -moz-border-radius-topleft:10px;
773          -moz-border-radius-topright:10px;
774          -moz-border-radius-bottomleft:0px;
775          -moz-border-radius-bottomright:0px;
776
777 }
778
779 .footprint a {
780         color:#fff;
781
782 }
783
784
785 /* +++++++++++++++ The comment section +++++++++++++++++ */
786
787
788 #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
789
790         border: 1px solid #808080;
791         padding: .2em;
792         margin-left:10px;
793 }
794
795 #commentform textarea {
796         width:96%;
797 }
798
799 #commentlist {
800         width: 97%;
801         font-size:11px;
802         color:#000;
803         margin:0 0 20px 0;
804         padding: 0 0 0 10px;
805 }
806
807 #commentlist li {
808         border:5px solid #dcdcdc;
809         margin:0 0 20px 0;
810         list-style-type:none;
811         padding:0px;
812         background:#f5f5f5;
813
814          -webkit-border-radius:5px;
815          -khtml-border-radius:5px;
816          -moz-border-radius:5px;
817
818 }
819
820 #commentlist ul {margin:0; padding:0;}
821
822 #commentlist li p {font-size:12px;
823         padding:5px 10px 5px 80px;
824         margin:0;
825
826 }
827
828 #commentlist a {
829         text-decoration:underline;
830         font-weight:bold;
831 }
832
833 #commentlist li div.meta {padding:0; margin:0; text-align:center;}
834
835 #commentlist li .avatar {
836         float:left;
837         padding:0;
838         margin:5px;
839
840 }
841
842
843 #commentlist2 {
844         width: 97%;
845         font-size:11px;
846         color:#000;
847         margin:0 0 20px 0;
848         padding: 0 0 0 10px;
849 }
850
851 #commentlist2 li {
852         border:5px solid #dcdcdc;
853         margin:0 0 20px 0;
854                 padding:5px;
855         list-style-type:none;
856         padding:5px 10px 5px 63px;
857         background:#f5f5f5;
858
859          -webkit-border-radius:5px;
860          -khtml-border-radius:5px;
861          -moz-border-radius:5px;
862
863 }
864
865
866
867 #commentlist2 ul {margin:0; padding:0;}
868
869 #commentlist2 li p {font-size:12px;
870         margin:0;
871 }
872
873 #commentlist2 a {
874         text-decoration:underline;
875         font-weight:bold;
876 }
877
878 #commentlist2 li div.meta {padding:0; margin:0; text-align:center;}
879
880 #commentlist2 li .avatar {
881         float:left;
882         padding:0;
883         margin-left:-58px;
884                 width:50px;
885                 height:50px;
886 }
887
888 #commentlist2 li ul li { 
889         margin-right: -15px;
890         margin-left: -50px;
891         margin-bottom: -10px;
892 }
893
894
895 .children { padding: 0; }
896
897 .authorcomm {float:left;
898             margin:0;
899             padding:0;
900             width:70px;
901             text-align:center;
902             line-height:12px;
903             font-size:10px;
904 }
905
906 .authorcomm a {text-decoration:none; font-weight:bold;}
907
908 .reply {text-align:right; padding:5px;}
909 .navigation {width:100%; height:20px;}
910 .cancel-comment-reply{text-align:right; float:none; font-size:12px;}
911 .comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
912 .fn {font-size:15px; font-weight:bold;}
913 .says {display:none;}
914 #comments {font-size:16px;}
915 #respond h3 {font-size:16px;}
916
917
918 /* ++++++++++++++++++             MISC                 ++++++++++++++++++ */
919
920 fieldset {padding:5px 10px;}
921 th { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}
922 td { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}
923
924
925
926
927 /* ++++++++++++++++++ Not to much css for the Calendar ++++++++++++++++++ */
928
929 #wp-calendar {
930
931         border: 1px solid #999;
932
933
934
935         empty-cells: show;
936         font-size: 11px;
937         width:90%;
938         text-align:center;
939 }
940
941 #wp-calendar a {text-decoration:underline; font-weight:bold;}
942 #wp-calendar a:hover {border:none; color:#fff;}
943 #wp-calendar caption {text-align:left;}
944
945
946
947 /* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */
948
949 img.alignleft {
950         float: left;
951         margin:0 10px 5px 0;
952
953 }
954
955 img.aligncenter {
956         margin-top:10px;
957         margin-bottom:10px;
958         display: block;
959         margin-left: auto;
960         margin-right: auto;
961
962 }
963
964 img.alignright {
965         float: right;
966         margin:0 0 5px 10px;
967
968 }
969
970 img.size-thumbnail {
971 }
972
973 img.size-medium{
974 }
975
976 img.size-full {
977 }
978
979 /* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */
980
981
982 .aligncenter,
983 div.aligncenter {
984         display: block;
985         margin-left: auto;
986         margin-right: auto;
987 }
988
989 .alignleft {
990         float: left;
991 }
992
993 .alignright {
994         float: right;
995 }
996
997 .wp-caption {
998         border: 1px solid #ddd;
999         text-align: center;
1000         padding-top: 4px;
1001         margin: 10px;
1002 }
1003
1004 .wp-caption img {
1005
1006
1007         margin: 0;
1008         padding: 0;
1009         border: 0 none;
1010 }
1011
1012 .wp-caption p.wp-caption-text {
1013         font-size: 11px;
1014         line-height: 17px;
1015         padding: 0 4px 5px;
1016
1017         margin: 0;
1018 }