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