-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
919 lines (767 loc) · 51.4 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
/*
Theme Name: Premiere
Theme URI: http://www.woothemes.com/
Version: 1.1.6
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes
Copyright: (c) 2009-2011 WooThemes.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
/*-------------------------------------------------------------------------------------------
INDEX:
0. RESET
1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Featured Slider
-2.5 Content
-2.6 Sidebar
-2.7 Footer
-2.8 Homepage Tabs
3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Single Post Author
-3.5 Related Videos
-3.6 Entry Tables
-3.7 Featured Video
-3.8 Video Archive Page
-3.9 Upload Video
4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs
5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form
6. MISC
-6.1 Buttons
-6.2 Contact Form
-6.3 Gravity forms
-6.4 Timeline page template
-6.5 IE specific styling
-6.6 Subscribe & Connect
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/
body,html{height:100%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* Floating & Alignment */
.fl{float:left;}
.fr{float:right;}
.ac{text-align:center;}
.ar{text-align:right;}
/* Clear Floats */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
body { background: #888 url(images/bg.png) repeat; font: 12px/1.5em Sans-serif; color: #555;}
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: sans-serif; color: #222; font-weight:normal; }
h1 {font-size: 2em } h2 {font-size: 1.8em;} h3 {font-size: 1.6em;} h4 {font-size: 1.2em;} h5 {font-size: 1em;} h6 {font-size: 0.8em;}
p {margin: 0; }
hr { background-color: #e6e6e6; border:0; height: 1px; margin-bottom: 20px; }
input, textarea { padding: 5px; border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC; border-width:1px; border-style:solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; color: #777; }
/* 1.2 Hyperlinks */
a:link, a:visited { color: #00adb3; text-decoration:none;}
a:hover { text-decoration:underline;}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#wrapper { }
#content-wrap { background: url(images/bg-content-wrap.png) repeat-x center 70px; min-height:200px; padding-top: 30px;}
#main{ width:580px; padding: 30px }
.col-full {width: 960px; margin:0 auto; }
#main.fullwidth, .layout-full #main { width:900px; }
.layout-full #content, .page-template-template-fullwidth-php #content { background:#fff; }
#sidebar{ width:320px; padding-top: 20px; }
.col-left { float: left; }
.col-right { float: right; }
.layout-right-content .col-left { float:right; }
.layout-right-content .col-right { float:left; }
/* 2.2 Navigation */
#navigation{ background: url(images/bg-nav.png) repeat; font-size:14px; line-height:28px !important; }
#navigation #tagline { float:left; padding: 6px 0; color: #999; text-shadow: 0px 1px 1px #000; width: 220px; line-height: 15px; }
#navigation .nav { max-width: 700px; }
.nav { z-index:99; padding:0; list-style:none; }
.nav a { position:relative; color:#fff; display:block; z-index:100; padding:0px 10px; line-height:28px !important; text-decoration:none; text-shadow:0 1px 0px #000; }
.nav a:hover,
.nav li.current_page_item a,
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.current-menu-item a { background: url("images/bg-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0.1); }
.nav li { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:20px; }
/* 2.2.1 Drop-down menus */
.nav li ul { position: absolute; left: -999em; width: 204px; z-index:999; }
.nav li ul li { background: url("images/bg-top.png") repeat scroll 0 0 #000; }
.nav li ul li a { background:none !important; padding:0px 12px; width:180px; color:#fff; font-size:0.8em; }
.nav li ul li a.sf-with-ul { padding: 0 12px; }
.nav li ul li a:hover,
.nav li ul li.current_page_item a,
.nav li ul li.current-menu-item a { background:url("images/bg-top.png") repeat !important;}
.nav li ul ul { margin: -27px 0 0 204px; }
.nav li ul ul li a { }
.nav li ul li ul li a { }
.nav li:hover,.nav li.hover { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left:auto; }
.nav .sf-sub-indicator {background: url(images/li-arrow.png) no-repeat;position:absolute;display:block;right:0.4em;top:45%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}
/* 2.2.2 Top Navigation (optional) */
#top { background: url(images/bg-nav.png) repeat; }
#top .nav { }
#top .nav a { color:#ddd; padding:6px 10px; line-height:18px !important; text-decoration:none; text-shadow:none; }
#top .nav li { background:none; }
#top .nav li a.sf-with-ul { padding-right:20px; }
#top .nav a:hover,
#top .nav li.current_page_item a,
#top .nav li.current_page_parent a,
#top .nav li.current-menu-ancestor a,
#top .nav li.current-cat a,
#top .nav li.current-menu-item a,
#top .nav li.sfHover { background: #222 !important; }
#top .nav li ul { background: #222 !important; margin:0; padding:0px; width: 180px; border: none; z-index:999;
/* Box Shadow */
-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
#top .nav li ul, #top .nav li ul li:last-child a {
/* Border Radius */
border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;
}
#top .nav li ul li { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
#top .nav li ul li a { background: none !important; padding:6px 10px; width:160px; color:#ddd; font-size:0.9em;}
#top .nav li ul li a:hover { background: #000 !important; }
#top .nav li ul li a.sf-with-ul { padding-right:10px; }
#top .nav li ul ul { margin: -34px 0 0 180px; }
/* 2.3 Header */
#header { margin-bottom:2em; }
#header #header-top { background: url(images/bg-top.png) repeat; padding: 20px 0 20px;clear:both;position:relative; }
#logo { float:left; }
#logo img { }
#logo .site-title { font-family: sans-serif; color: #fff; text-shadow: 0px 1px 1px #000; display:none; font-weight: bold; padding: 0 0 5px; }
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#ddd; font:italic 14px Georgia, serif; }
#search-top { float:right; width: 200px; position: relative; margin-top: 4px; background:none; }
#search-top input.s { background: #fff; padding: 5px 6px 6px 6px; width:160px; margin:0; border:none; color:#777; -moz-box-shadow: 0 -1px 0px #111; -webkit-box-shadow: 0 -1px 0px #111; -box-shadow: 0 -1px 0 #111; }
#search-top input.search-submit { float:right; border:none; margin:0; padding:0; }
#search-top input.search-submit:hover { opacity: 0.7; }
/* 2.4 Featured Slider */
#slides { min-height: 50px; position: relative; width: 760px; margin: 0 auto; background: rgba(255, 255, 255, 0.1); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding: 5px 5px 10px; }
.slides_container { width:760px; background-color: #515151; box-shadow: 0 0 4px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6); }
.slides_container div { width:760px; display:block; }
/* .slides_container:first-child .slide { display: none; } Make sure the slider doesn't display all slides in a stack on load */
.slides_container .text { position: absolute; top: 0; left: 0; padding: 25px; width: 35%; height: 100%; color: #fff; background: rgba(0,0,0,0.7) }
.slides_container .text.right { left: auto; right: 0; }
.slides_container .text.top { width:94%; height: auto; top: 0; }
.slides_container .text.bottom { width:94%; height: auto; bottom: 0; top: auto; }
.slides_container .text.no-image { position: relative; width: 710px; }
.slides_container .text h2 { margin: 0 0 25px; line-height: 30px; font-size: 28px; color: #fff; font-weight: bold; }
.slides_container .text h2 a { color: #fff; }
.slides_container .single-slide { }
.slides_control { overflow: hidden; position: relative; }
#slides .prev, #slides .next { position: absolute; top: 42%; display: block; width: 50px; height: 0; overflow: hidden; padding-top: 50px; opacity: 0.6; }
#slides .prev:hover, #slides .next:hover { opacity: 1; }
#slides .prev { left: -65px; background: url(images/btn-slider-prev.png) no-repeat center center; }
#slides .next { left: 785px; background: url(images/btn-slider-next.png) no-repeat center center; }
#slides .pagination { margin: 15px 0 0 0; text-align: center; }
#slides .pagination li { display: inline; margin: 0 5px; }
#slides .pagination li a { display: inline-block; width: 12px; height: 0; overflow: hidden; padding-top: 12px; background: url(images/btn-slider-pagi.png) no-repeat top center; }
#slides .pagination li.current a, #slides .pagination li a:hover { background: url(images/btn-slider-pagi-active.png) no-repeat top center; }
.slide-overlay-toggle { display: block; width: 16px; height: 0; overflow: hidden; padding-top: 16px; cursor: pointer; color: #fff; position: absolute; top: 5px; right: 5px; z-index: 999; background: url(images/ico-slider-close.png) no-repeat center center; }
.right .slide-overlay-toggle { }
.top .slide-overlay-toggle { top: auto; bottom: 5px; right: 5px; }
.bottom .slide-overlay-toggle { top: 5px; right: 5px; }
#slides .woo-sc-box.no-slide { margin: 25px 30px; background-color: #595959; border: 1px solid #000; color: #fff; }
/* 2.5 Content */
#content{ background: url(images/bg-content.png) repeat-y top right #fff; min-height:200px; -moz-box-shadow: 0 1px 3px #111; -webkit-box-shadow: 0 1px 3px #111; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.layout-right-content #content { background: url(images/bg-content-left-sidebar.png) repeat-y top left #fff; }
/* 2.6 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; }
#sidebar .secondary.last { margin:0; }
/* 2.7 Footer */
#footer{padding: 20px 0 0;color:#999; text-shadow: 0px 1px 1px #000;}
#footer p {}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}
#footer-widgets { background:#353535; background: rgba(255,255,255,.15); color:#ccc; padding:0; margin-top: 30px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#footer-widgets #footer-wrapper { padding:10px 0 10px 20px;}
#footer-widgets .widget { background: none; padding:0; }
#footer-widgets .block { padding:20px 20px 0 20px; width:200px; float:left; }
#footer-widgets.col-1 .block { width:880px; }
#footer-widgets.col-2 .block { width:45%; }
#footer-widgets.col-3 .block { width:266px; }
#footer-widgets.col-4 .block { width:190px; }
#footer-widgets .widget h3 { font-size: 16px; color: #999; font-weight: bold; text-shadow: 0px 1px 1px #111; background: url(images/hr.png) repeat-x bottom left; border-bottom: 0px; padding:0 0 15px; margin: 0px 0px 10px;}
#footer-widgets .widget ul { padding: 0px !important;}
#footer-widgets .widget ul li { list-style: none; line-height: 30px; }
#footer-widgets a, #footer-widgets .widget ul li a { color: #fff; font-weight: bold; text-shadow: 0px 1px 1px #111; padding: 0px;}
/* 2.8 Homepage Tabs */
#tabs-home {
background: url("images/bg-top.png") repeat scroll 0 0 rgba(255, 255, 255, 0.1); height:auto; display: block;
/* Border Radius */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
/* Box Shadow */
-moz-box-shadow: 0 1px 3px #111;
-webkit-box-shadow: 0 1px 3px #111;
box-shadow: 0 1px 3px #111;
}
#tabs-home ul.wooTabs { padding:0px; }
#tabs-home ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; background: url(images/li-tabs.png) no-repeat top right;}
#tabs-home ul.wooTabs li a.selected { background:#fff; text-shadow: 0px 1px 1px #fff; color: #333; text-decoration:none;}
#tabs-home ul.wooTabs li a:hover { text-decoration:none;}
#tabs-home ul.wooTabs li a { color:#222; display: block;float: left;padding: 11px 13px; font-size: 15px; font-weight:bold; text-shadow: 0px 1px 1px #777; text-decoration: none;}
#tabs-home ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px; -moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }
#tabs-home .inside { background:#fff; min-height:400px; padding: 30px 20px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; -moz-border-radius-bottomright:3px; -moz-border-radius-bottomleft:3px;-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius:3px;}
#tabs-home .inside li { background:#fff;}
#tabs-home #tab-tags { padding:0 10px; line-height:28px; }
#tabs-home .inside ul { margin:0;}
#tabs-home .inside li { padding:10px; }
#tabs-home .inside li a { color:#555; font:bold 12px/18px sans-serif; }
#tabs-home .inside a:hover{}
#tabs-home .inside li span.meta { display:block; font:11px/20px sans-serif; text-transform:uppercase; color:#777; }
#tabs-home .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px; background-color: #ffffff; float: left; margin: 0 8px 0 0; }
#tabs-home .inside .list { display:none; }
#tabs-home .inside .list:first-child { display:block; }
#tabs-home .block { width: 200px; float: left; padding: 0px 15px; min-height: 200px; margin-bottom: 40px; }
#tabs-home .block h2 a { font-size: 14px; font-weight: bold; color: #333; line-height: 1.4em;}
#tabs-home .block .title { margin: 10px 0px 3px; }
#tabs-home .block img { opacity: 0.7; border: 0px; padding: 0px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#tabs-home .block img:hover { opacity: 1; }
#tabs-home .block .date { color: #777; font-size: 12px; }
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
.post .video { margin-bottom:1.5em;}
.archive_header { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 1px solid; }
.archive_header .catrss a { font-size: 14px; text-decoration: none; line-height: 28px; }
.post { margin: 0 0 2em;}
.post .title { font:normal bold 24px/24px sans-serif;position:relative; margin: 0 0 15px; }
.post .title a:link, .post .title a:visited { color:#222; }
.post-meta {margin: 1em 0 1.5em 0;font:1em/1em sans-serif;color:#999; }
.post-more { clear:both; margin: 0 0 40px; padding: 5px 10px 1px; text-transform: uppercase; font-size: 10px; font-weight: bold; text-shadow: 1px 1px 0 #fff; color:#999; border: 1px solid #E6E6E6; background-color: #f3f3f3; box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; }
.post p.tags{color:#999; background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
.post-meta a:link, .post-meta a:visited, .post-more a:link, .post-more a:visited, .post p.tags a:link, .post p.tags a:visited { }
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline;}
/* 3.1 Typographic Elements */
.entry, .entry p { font:14px/1.5em sans-serif; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }
.entry p { margin-bottom: 1.2em; }
.entry blockquote { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444; }
.entry blockquote p { font-style:italic; }
.entry ul { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ul ul { margin: 0; }
.entry ul li { list-style-type: disc; }
.entry ul ul li { list-style-type: circle; }
.entry ol { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ol ol { margin: 0; }
.entry ol li { list-style-type: decimal; }
.entry ol li ol li { list-style-type: lower-latin; }
/* 3.2 Images */
.entry img, img.thumbnail { border: 0px; padding: 0px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;;}
img.wp-smiley { padding: 0; border: none; }
.alignleft { float: left; height: auto; margin: 0px 20px 10px 0; }
.alignright { float: right; height: auto; margin: 0px 0 10px 20px; }
.aligncenter { text-align: center; margin-bottom:15px;}
img.aligncenter { margin-left:auto; margin-right:auto; display:block; }
.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:0.9em/1.5em sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }
/* 3.3 Pagination / WP-Pagenavi / Woo-Pagination */
.nav-entries, .wp-pagenavi, .woo-pagination { padding:10px 15px; }
.nav-entries a { display: block; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }
#post-entries .nav-prev, #post-entries .nav-next { line-height: 14px; width: 274px; }
#post-entries .nav-next { text-align: right; }
.woo-pagination { margin: 0; text-align: center; }
.woo-pagination a:link,
.woo-pagination a:visited { display: inline; text-decoration: none; color: #666; padding: 3px 7px; border: 1px solid #DDDDDD; }
.woo-pagination span.extend, .woo-pagination .page-numbers { border: none; color: #666; }
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .woo-pagination span.current {
/* Border Radius */
border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
border:1px solid #dedede;
/* Gradient Background */
background: #EBEBEB;
background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
}
.woo-pagination .current, .woo-pagination a:hover { padding: 3px 7px; background: #EEEEEE; border: 1px solid #bbb; }
/* 3.4 Single Post Author */
#post-author { background:#fafafa; margin:0 0 1.5em; padding:15px; border:1px solid #E6E6E6; border-width:1px 0 1px; clear:both; }
#post-author .title { margin-bottom: 10px; }
#post-author .profile-image { float:left; margin:0 15px 5px 0; padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
#post-author .profile-link { }
/* 3.5 Related Videos */
.related-videos { margin: 0 0 20px; }
.related-videos h3 { margin-bottom: 15px; }
.related-videos ul li { display: block; float: left; width: 100px; clear: none; width: 180px; margin: 0 20px 10px 0; }
.related-videos .related-title { color: #222; font-weight: bold; }
.related-videos ul li .thumbnail { margin: 0 0 10px; }
/* 3.6 Entry Tables */
.entry table { width: 100%; border: 1px solid #e6e6e6; margin-bottom:1.2em; }
.entry table tr.alt-table-row { background: #f9f9f9; }
.entry table th { padding: 6px 0 3px 0; background: #EEEEEE; border: 1px solid #e6e6e6; text-shadow: 1px 1px 0 #fff; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; }
.entry table td { padding: 6px 0 3px 10px; border: 1px solid #e6e6e6; }
/* 3.7 Featured Video */
#feat-video { background: rgba(255, 255, 255, 0.1); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:20px 0; }
#feat-video .video { padding: 0 0 0 20px; width: 600px;}
#feat-video .meta { width: 300px; padding:0 20px 0 0; }
#feat-title .title { margin-bottom: 15px; font-size: 30px; line-height:1em; color: #fff; font-weight: bold; text-shadow: 0px 1px 1px #000; }
#feat-video .video-excerpt { margin: 0 0 20px; padding: 0 0 1px; background: url(images/hr.png) repeat-x left bottom; }
#feat-video .video-excerpt p, #feat-video .video-excerpt p a { font-size: 13px; color: #ccced2; text-shadow: 1px 1px 0 #000; }
#feat-video .video-excerpt p a { text-decoration: underline; }
#feat-video .meta ul { margin:0; }
#feat-video .meta li { float: left; width: 100%; color: #ccced2; text-shadow: 0px 1px 1px #111; font-weight: bold; line-height: 24px; }
#feat-video .meta li a { text-shadow: 0px 1px 1px #111; font-weight: bold; text-decoration: none; }
#feat-video .meta span.small { display: block; width: 80px; float: left; color: #7a7b7f; text-shadow: 0px 1px 1px #111; font-weight: normal;}
#feat-video .meta .post-tags ul { float: left; width: 70%; }
#feat-video .meta .post-tags li { float:left; width: auto; }
#feat-video .meta .post-tags a { background: #4d4d4d; padding: 5px; margin: 3px 3px 0 0; color: #ccced2; line-height:28px; text-decoration: none; font-weight: bold; text-shadow: 0px 1px 1px #111; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
#feat-video .meta .post-tags a:hover { text-decoration: none; background: #3d3d3d; }
#feat-video .adpanel { clear:both; margin-top:10px; }
#feat-video .share { float: left; margin: 10px 0 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 1px 1px 0 rgba(255,255,255,0.1), -1px -1px 0 rgba(255,255,255,0.1); -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.1), -1px -1px 0 rgba(255,255,255,0.1); -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.1), -1px -1px 0 rgba(255,255,255,0.1); }
#feat-video .share li { float: left; }
#feat-video .share li a { display: block; width: 177px; padding: 0 10px; line-height: 30px; font-weight: bold; color: #fff; text-shadow: 1px 1px #000; background: #323232 url(images/btn-share-gradient.png) repeat-x left bottom; border: 1px solid #000000; border-width: 1px 1px 1px 0; box-shadow: inset 1px 1px 0 rgba(255,255,255,0.1); -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.1); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.1); }
#feat-video .share li.first a { width: 179px; border-left: 1px solid #000000; border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; }
#feat-video .share li.last a { width: 180px; border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; }
#feat-video .share li a:hover { text-decoration: none; background-color: #272727; }
#feat-video .share li a:active { background-color: #000; }
#feat-video .share li a img { float: left; margin: 5px 7px 0 0; }
#feat-video .share li .iLikeThis .counter { margin-left: 0!important; padding: 0; background: none; }
/* 3.8 Video Archive Page */
#main.video-archive .post { float: left; width: 180px; margin: 0 20px 30px 0; }
#main.video-archive .post img { opacity: 0.7; }
#main.video-archive .post img:hover { opacity: 1; }
#main.video-archive .post h2.title { margin: 10px 0 3px; font-size: 14px; line-height: 16px; }
#main.video-archive .sorting { float: left; width: 550px; margin: -10px 0 30px; padding: 0 15px; font-weight: bold; text-shadow: 1px 1px 0 #fff; background: #e5e6e8; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
#main.video-archive .sorting li { float: left; margin: 0 15px 0 0; line-height: 33px; }
#main.video-archive .sorting li a { line-height: 33px; color: #333333; text-decoration: none; }
#main.video-archive .sorting li a:hover, #main.video-archive .sorting li.active a { color: #00adb3; }
#woo-loader { text-align: center; margin: 30px 0 0; }
#woo-loader span { display: block; width: 16px; text-align: center; overflow: hidden; height: 0; margin: 0 auto; padding-top: 16px; background: url(images/ajax-loader.gif) no-repeat center center; }
/* 3.9 Upload Video */
#upload-video p { margin: 0; }
#upload-video .title .logout-link {
float: right; padding: 0 10px; text-transform: uppercase; font-weight: bold; font-size: 12px; border:1px solid #dedede; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
/* Gradient Background */
background: #EBEBEB;
background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
}
#upload-video form { margin: 20px 0 0 0; }
#upload-video .form_row { margin: 0 0 20px; }
#upload-video .form_row label { display: block; float: left; width: 120px; margin: 0 10px 0 0; text-align: right; text-transform: uppercase; font-weight: bold; font-size: 11px; line-height: 14px; padding: 5px 0 0; }
#upload-video .input-text, #upload-video textarea, #upload-video select { width: 438px; }
#upload-video select { max-height: 100px; width: 450px; }
#upload-video .explain { font-style: italic; font-size: 12px; margin: 0 0 0 130px; }
#upload-video .submit-buttons { margin: 0 0 0 125px; }
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.1 Generic Widgets */
.widget { margin-bottom: 1.8em; background: url(images/hr-sidebar.png) repeat-x bottom left; padding: 0px 20px 20px;}
.widget h3 { margin: 0 0 10px 0; padding:0 0 5px; font:normal bold 18px sans-serif; color:#323232; text-shadow: 0px 1px 1px #ededed; }
.widget p { margin-bottom: 1em; }
.widget a { color: #6e6e72; font-weight: bold;}
.widget a:hover { color: #323232; }
.widget ul { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget ul li {}
.widget ul li a { padding: 0 0 0 5px; line-height: 22px; text-decoration: none; }
.widget ul li a:hover { text-decoration:underline; }
.widget ul ul { padding: 0 0 0 15px; border-top: none; }
/* 4.2 Specific Widgets */
/* SEARCH FORM */
.widget_woo_search .searchform { position: relative; margin:0; }
.widget_woo_search .searchform input.s { background:#fff; padding: 5px 6px 6px 6px; width:240px; margin:0; border:none; color:#777; -moz-box-shadow: 0 -1px 0px #aaa; -webkit-box-shadow: 0 -1px 0px #aaa; -box-shadow: 0 -1px 0 #aaa; }
.widget_woo_search .searchform input.search-submit { float:right; border:none; margin:0; padding:0; }
.widget_woo_search .searchform input.search-submit:hover { opacity: 0.7;}
#footer-widgets .widget_woo_search .searchform input.s { width: 140px; }
/* FLICKR */
.widget_woo_flickr h3 {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image { float: left; margin: 3px; }
.widget_woo_flickr .wrap { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img { float: left; margin: 4px 4px 0 0; display: block; border: 1px solid #A0A1A5; background:#F8F8F8; background:rgba(255,255,255,0.2); padding: 3px;}
.widget_woo_flickr a:hover img { border:#737373 1px solid; }
#footer-widgets .widget_woo_flickr a img { border: 1px solid #343434; background:#646464; background:rgba(255,255,255,0.2); }
#footer-widgets .widget_woo_flickr a img:hover { background:#343434; background:rgba(0,0,0,0.2); }
/* LIFESTREAM */
.widget_lifestream ul li { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta { color: inherit; }
/* WIDGET WOO RECENT COMMENTS */
.widget_woo_recentcomments { }
.widget_woo_recentcomments ul { padding: 0; }
.widget_woo_recentcomments ul li { list-style: none; padding: 0; }
.widget_woo_recentcomments ul li a { padding: 0; }
.widget_woo_recentcomments ul li .comment-excerpt { background: #b8b9be; padding: 10px; border-top: 1px solid #96979a; border-bottom: 1px solid #e2e4e6; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.widget_woo_recentcomments ul li .comment-author { display: block; margin-top: -1px; padding: 5px 0 7px 45px; background: url(images/bg-bubbletip.png) no-repeat 20px 0; }
#footer-widgets .widget_woo_recentcomments ul li .comment-excerpt { background-color: #2c2c2c; border-bottom-color: #5C5C5C; border-top-color: #1f1f1f; line-height: 16px; }
#footer-widgets .widget_woo_recentcomments ul li .comment-author { font-size: 10px; line-height: 12px; background: url(images/bg-bubbletip-footer.png) no-repeat 20px 0; }
/* EMBED WIDGET */
.widget-video-unit { position: relative; }
.widget-video-unit h4 { width: 270px; padding: 5px 0 5px 10px; border-bottom: 1px solid #000; font-size: 13px; font-weight: bold; color: #fff; text-shadow: 1px 1px #000; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.8) }
.widget-video-list { margin: 10px 0 0 0; text-align: center; }
.widget-video-list li { display: inline; margin: 0 2px 0; }
.widget-video-list li a { display: inline-block; width: 10px; height: 0; overflow: hidden; padding: 11px 0 0 0!important; background: url(images/btn-videowidget-pagi.png) no-repeat center center; }
.widget-video-list li.active a, .widget-video-list li a:hover { background: url(images/btn-videowidget-pagi-active.png) no-repeat center center; }
#footer-widgets .widget-video-unit h4 { width: 180px; }
#footer-widgets .widget-video-list li a { background: url(images/btn-videowidget-pagi-footer.png) no-repeat center center; }
#footer-widgets .widget-video-list li.active a, #footer-widgets .widget-video-list li a:hover { background: url(images/btn-videowidget-pagi-active-footer.png) no-repeat center center; }
/* CALENDAR */
#wp-calendar{width:100%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding: 0 0 2px 0; font-weight: bold;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#A0A1A5;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}
#wp-calendar a { text-decoration: underline; }
#wp-calendar #prev { text-align: left; }
#wp-calendar #next { text-align: right; }
#footer-widgets #wp-calendar th { background:#646464; }
/* AD SPACE */
#footer-widgets .adspace-widget { text-align: center; }
#footer-widgets .adspace-widget h3 { text-align: left; }
/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 3px; border: 1px solid #A0A1A5; background:#F8F8F8; background:rgba(255,255,255,0.2);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }
#footer-widgets .widget_woo_blogauthorinfo .avatar { border: 1px solid #343434; background:#646464; background:rgba(255,255,255,0.2); }
/* TWITTER */
.widget_woo_twitter ul { background: none; padding: 0; }
.widget_woo_twitter ul li { list-style:none; }
.widget_woo_twitter ul li .content { display: block; background: #b8b9be; padding: 10px; border-top: 1px solid #96979a; border-bottom: 1px solid #e2e4e6; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
.widget_woo_twitter ul li a { padding: 0px; }
.widget_woo_twitter ul li .time { display: block; margin-top: -1px; padding: 5px 0 7px 45px; background: url(images/bg-bubbletip.png) no-repeat 20px 0; }
.widget_woo_twitter p { text-align: right; font-size: 10px; text-transform: uppercase; }
.widget_woo_twitter p a { color:#222; }
.widget_woo_twitter ul li .content { }
.widget.widget_woo_twitter h3 { border-bottom:none; padding:0; }
#footer-widgets .widget_woo_twitter ul li .content { background-color: #2c2c2c; border-bottom-color: #5C5C5C; border-top-color: #1f1f1f; line-height: 16px; }
#footer-widgets .widget_woo_twitter ul li .time { padding: 5px 0 7px 45px; background: url(images/bg-bubbletip-footer.png) no-repeat 20px 0; }
/* SUBSCRIBE WIDGET */
.widget_woo_subscribe #connect { padding: 0; background: none; border: none; }
.widget_woo_subscribe #connect .email { width: 180px!important; }
#footer-widgets .widget_woo_subscribe #connect .email { width: 177px; }
#footer-widgets .widget_woo_subscribe #connect .submit { float: right; margin-right: 0; }
/* 4.3 WooTabs */
#tabs { margin: 20px 0; display: block; background: #b8b9be; padding: 10px; border-top: 1px solid #96979a; border-bottom: 1px solid #e2e4e6; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; }
#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#cecece; text-decoration:none; }
#tabs ul.wooTabs li a { color:#777; display: block;float: left;padding: 4px 6px; margin-right: 1px; text-transform:uppercase; font:11px/18px sans-serif; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { border-top-right-radius:3px; border-top-left-radius:3px; -moz-border-radius-topright:3px; -moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; }
#tabs .inside { background:#cecece; padding:5px; }
#tabs .inside li { background:#fff; }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; padding: 0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; list-style: none; }
#tabs .inside li a { padding: 0; color:#555; font:bold 12px/18px sans-serif; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px; background-color: #ffffff; float: left; margin: 0 8px 0 0; }
#tabs .inside .list { display:none; }
#tabs .inside .list:first-child { display:block; }
#tabs #tab-tags { background: #fff; }
#footer-widgets #tabs { margin: 0; padding: 2px; background-color: #2c2c2c; border-bottom-color: #1f1f1f; border-top-color: #1f1f1f; line-height: 16px; }
#footer-widgets #tabs .inside { padding: 2px; background: #3E3E3E; }
#footer-widgets #tabs .inside ul { border-color: #2b2b2b; }
#footer-widgets #tabs ul.wooTabs li a { font-size: 9px; padding: 4px; margin: 0; }
#footer-widgets #tabs ul.wooTabs li a.selected, #footer-widgets #tabs ul.wooTabs li a:hover { background-color: #3E3E3E; }
#footer-widgets #tabs #tab-tags, #footer-widgets #tabs .inside li { background: #333; border-color: #2b2b2b; }
#footer-widgets #tabs .inside li { line-height: 10px; }
#footer-widgets #tabs .inside li a, #footer-widgets #tabs #tab-tags a { font-weight: normal; }
#footer-widgets #tabs .inside li .meta { font-size: 10px; }
#footer-widgets #tabs .inside li img.avatar, #footer-widgets #tabs .inside li img.thumbnail { border-color: #222; background-color: #2b2b2b; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {position:relative;margin:2em 0 0;padding:2em 0 0 0; border-top:1px solid #e6e6e6;}
#comments h3 { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { border-bottom:1px solid #e6e6e6; }
#comments .comment.thread-odd { border-bottom:1px solid #e6e6e6; }
#comments .comment.bypostauthor { background: #fef6d2; border-bottom:1px solid #efe3ae; }
#comments .comment { width:100%;list-style-type:none;}
#comments .comment .comment-container { position:relative; padding: 20px; }
#comments .comment-head { margin: 0 0 10px 0; }
#comments .avatar { float:left; margin: 0 15px 10px 0; }
#comments .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry { overflow:auto; }
#comments .comment-entry p { margin: 0 0 10px 0; }
#comments .reply { text-align:right; }
#comments .reply a { font: bold 11px/18px sans-serif; background: #e5e6e7; border:1px solid #c4c7cc; display:inline-block; padding: 3px 6px; text-shadow: none; text-transform:none; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#comments .reply a:hover { background-color: #e6e6e6;}
#comments ul.children{margin:10px 0 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply { float: right; margin: 0; text-transform: uppercase; font-weight: bold; font-size: 10px; }
#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}
#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }
#comments .nocomments { font-size:14px; font-weight: bold; }
#comments .comment #respond { position: relative; margin-top: -19px; }
#comments .comment #respond h3 { display: none; }
#comments .comment #respond .faker { position: absolute; top: -3px; right: 1px; display: block; width: 42px; height: 10px; background: #e5e6e7; }
.depth-1 #respond #commentform input.txt { width: 63%; }
.depth-2 #respond #commentform .field { width: 31%; }
.depth-2 #respond #commentform input.txt { width: 61%; }
.depth-3 #respond #commentform input.txt { width: 60%; }
/* 5.2 Comments Form */
#respond { margin: 2em 0 0; }
#respond h3 { color:#333; font-weight:normal; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }
#commentform { margin: 15px 0 0 0; padding: 10px; background: #e5e6e7; border: 1px solid #c4c7cc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; }
#commentform p.field { float: left; width: 32%; margin: 0 10px 0 0; }
#commentform label { position:relative; height: 18px; line-height: 18px; width: 15%; padding: 5px 13px 2px 7px; display:inline-block; vertical-align: bottom; background: #f0f0f1; text-transform: uppercase; text-shadow: 1px 1px 0 #fff; border: 1px solid #aeafb5; border-left: none; border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; background: url(images/bg-comment-label.png) repeat-x left top; }
#commentform input.txt, #commentform textarea { font:14px/14px sans-serif; border:1px solid #aeafb5; box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; }
#commentform input.txt { float: left; color:#666; background: #fcfcfc; width: 64%; padding: 7px 5px 3px; margin: 0; height: 15px; border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-right: none; }
#commentform textarea { margin: 10px 0 0 0; color:#666; background: #fcfcfc; width: 97% !important; padding: 5px 7px; }
#respond #commentform #submit { margin: 15px 0 0 0; cursor: pointer; }
/* 5.3 Pingbacks / Trackbacks */
h3#pings { margin: 25px 0 10px 0; }
.pinglist li { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author { font-weight: bold; font-size: 15px; }
.pinglist li .date { font-size: 11px; }
.pinglist li .pingcontent { display: block; margin: 10px 0; }
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Buttons */
a.button,
#commentform #submit,
.submit {
display: inline-block;
margin: 5px;
padding: 6px 13px;
border: 1px solid #2a8589;
border-bottom-color: #2a8589;
color: white !important;
text-align: center;
text-transform: uppercase;
text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
text-decoration: none;
/*Border radius*/
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
/*Background*/
background: #237fd7; /*Fallback*/
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(.2, #2ed6dc),
color-stop(1, #22b7db)
);
background: -moz-linear-gradient(
center top,
#2ed6dc 20%,
#22b7db 100%
);
/*Box shadow*/
-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/,
0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}
a.button.large { padding:6px 16px;}
a.button.small { padding:0px 10px;}
a.button:hover,
a.button.hover,
a.button.active,
#commentform #submit:hover,
.submit:hover {
text-decoration: none !important;
/*Background*/
background: #0073d2; /*Fallback*/
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(.2, #22b7db),
color-stop(1, #2ed6dc)
);
background: -moz-linear-gradient(
center top,
#22b7db 20%,
#2ed6dc 100%
);
}
a.button:active,
a.button.active {
border-color: #adeff2;
/*Box shadow*/
-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}
a.button.inactive,{
border: 1px solid #d5d5d5;
border-bottom-color: #e6e2e2;
color: #aeaeae;
text-shadow: 0 1px 0 white;
/*Background*/
background: #e8e8e8; /*Fallback*/
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(.2, #f3f3f3),
color-stop(1, #e6e6e6)
);
background: -moz-linear-gradient(
center top,
#f3f3f3 20%,
#e6e6e6 100%
);
/*Box shadow*/
-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
box-shadow: inset 0 1px 0 hsla(0,100%,100%,.5) /*Top*/,
inset 0 0 2px hsla(0,100%,100%,.1) /*Shine*/,
0 1px 0 hsla(0, 100%, 100%, .7) /*Shadow*/;
}
/* 6.2 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms {float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; cursor:pointer; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}
.entry #contact-page ol.forms li { list-style: none; } /* Added to accomodate the contact form shortcode */
/* 6.3 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }
/* 6.4 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 20px sans-serif; color:#555; margin-top:0; }
#archives .archives_list { border-left:1px solid #e6e6e6; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; font-style: italic; display: inline-block; vertical-align: top; }
#archives .archives_list .linked { width: 270px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 100px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-left: 13px; }
#archives .archives_list .comments a:hover { text-decoration: none; }
/* 6.5 IE specific styling */
.ie6 .nav .sf-sub-indicator { display:none; }
.ie6 .nav li a:hover { text-decoration:none; }
.ie6 .nav li a.sf-with-ul { padding-right:10px; }
.ie6 .button, .ie6 .button:visited { margin:0; color:#555 !important; font-weight:normal; }
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .ie7 .button:visited { padding:7px 6px; margin:0; }
.ie8 .button, .ie8 .button:visited { padding:10px 15px; margin:0; }
/* 6.6 Connect */
#connect { background: #fafafa; margin:0 0 1.5em; padding:15px; border:1px solid #e6e6e6; border-width:1px 0 1px; clear:both; }
#main #connect .col-left, #connect .col-right { width:48%; }
#connect .title { margin-bottom: 10px; }
#connect p { margin: 0 0 1em; }
#connect .newsletter-form { margin: 0 0 1em; }
#connect .newsletter-form .input { }
#connect .newsletter-form .email { width:140px; }
#connect .newsletter-form .submit { cursor:pointer; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
#connect .social { }
#connect .social a { opacity:0.8; }
#connect .social a:hover { opacity:1; }
#connect .related-posts { border-left:1px solid #e6e6e6; padding-left:15px; }
#connect .related-posts ul { list-style: outside disc; margin:5px 0 5px 15px; }
.widget #connect .fl, .widget #connect .fr { float:none;}
/* 6.7 Breadcrumbs */
.breadcrumbs { overflow:hidden; background: #e4e5e7; border-bottom: 1px solid #ccc; width: 640px; color: #666; text-shadow: 0px 1px 1px #fff; line-height: 22px; padding: 5px 0px 2px; border-top-left-radius:3px; -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px;}
.breadcrumbs .breadcrumb-title { display: none; }
.breadcrumbs .breadcrumb-trail { padding:0 5px; }
.breadcrumbs strong { padding: 9px 10px; }
.breadcrumbs .sep { display:none; }
.breadcrumbs a { font-weight: bold; text-shadow: 0px 1px 1px #fff; background: url(images/li-breadcrumbs.png) no-repeat right; line-height: 1.2em; padding: 9px 20px 9px 10px; margin-right:5px; }
.layout-full #content .breadcrumbs, .page-template-template-fullwidth-php #content .breadcrumbs { width:auto; border-top-right-radius:3px; -moz-border-radius-topright:3px; -webkit-border-top-right-radius: 3px; }
#feat-video .breadcrumbs { margin: -20px 0 20px 0; width: 100%; font-weight: bold; background: none; border-color: rgba(255,255,255,0.3); text-shadow: 1px 1px 0 #000; color: #7a7b7f; }
#feat-video .breadcrumbs a { text-shadow: 1px 1px 0 #000; background: url(images/li-breadcrumbs-video.png) no-repeat right; }
/* IE SPECIFIC */
.ie7 #search-top .search-submit { margin-top: -27px; }
.ie7 #slides .prev, .ie7 #slides .next { padding-top: 70px; }
.ie7 .slides_container .text, .ie .slides_container .text { background: url("images/bg-ie-transparency.png") repeat top left; }
.ie7 #slides, .ie7 #feat-video, .ie #slides, .ie #feat-video { background: url("images/bg-nav.png") repeat scroll 0 0 transparent; }
.ie7 .slide-overlay-toggle { background: url(images/ico-slider-close.png) no-repeat top left; }
.ie7 #tabs-home, .ie #tabs-home { background: url("images/bg-top.png") repeat scroll top left; }
.ie7 #feat-video .breadcrumbs, .ie #feat-video .breadcrumbs { border-bottom: 1px solid #666; }