1
|
/* AS CSS Ver.2 3-10-14 */
|
2
|
|
3
|
/* =Global Elements
|
4
|
-------------------------------------------------------------- */
|
5
|
body, input, textarea {
|
6
|
font: 18px/26px "Gentium Book Basic", "minion-pro", Times, "Times New Roman", serif;
|
7
|
color: #101010;
|
8
|
}
|
9
|
|
10
|
html {
|
11
|
margin-top: 0px !important;
|
12
|
}
|
13
|
|
14
|
body{
|
15
|
margin-bottom: 10px !important;
|
16
|
}
|
17
|
|
18
|
|
19
|
p, ul, ol, dd, pre {
|
20
|
margin-bottom:36px;
|
21
|
}
|
22
|
|
23
|
pre, code {
|
24
|
font:14px Monaco, monospace;
|
25
|
line-height:22px;
|
26
|
}
|
27
|
|
28
|
blockquote {
|
29
|
font-style:italic;
|
30
|
}
|
31
|
|
32
|
caption {
|
33
|
text-align:left;
|
34
|
}
|
35
|
|
36
|
hr {
|
37
|
background-color:#ccc;
|
38
|
border:0;
|
39
|
height:1px;
|
40
|
margin-bottom:20px;
|
41
|
}
|
42
|
.ie7 hr {
|
43
|
background-color:transparent;
|
44
|
color:#ccc;
|
45
|
}
|
46
|
|
47
|
/*----Links----*/
|
48
|
|
49
|
a,
|
50
|
a:visited,
|
51
|
.page-link a:visited {
|
52
|
color: #A0A0A0;
|
53
|
text-decoration:none;
|
54
|
font-weight: bold;
|
55
|
}
|
56
|
|
57
|
|
58
|
a:active,
|
59
|
a:hover {
|
60
|
color: #101010;
|
61
|
text-decoration:none;
|
62
|
}
|
63
|
|
64
|
.sf-menu a {
|
65
|
border: none;
|
66
|
padding: 15px 0px 0px 24px;
|
67
|
text-decoration: none;
|
68
|
margin-left: -1px;
|
69
|
color:#101010;
|
70
|
}
|
71
|
|
72
|
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current-menu-item a,
|
73
|
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
|
74
|
background: none;
|
75
|
border: none;
|
76
|
color: #FF0054;
|
77
|
}
|
78
|
|
79
|
#post-category a,
|
80
|
#post-category a:visited,
|
81
|
.entry-utility .cat-links a,
|
82
|
.entry-utility .cat-links a:visited,
|
83
|
#primary h1 a,
|
84
|
#primary h1 a:visited {
|
85
|
color: #FF0054;
|
86
|
}
|
87
|
|
88
|
#post-category a:hover,
|
89
|
.entry-utility .cat-links a:hover,
|
90
|
#primary h1 a:hover {
|
91
|
color:#101010;
|
92
|
}
|
93
|
|
94
|
h1 a,
|
95
|
h2 a,
|
96
|
h1 a:visited,
|
97
|
h2 a:visited,
|
98
|
.edit-link a,
|
99
|
.entry-utility a,
|
100
|
.easyRotatorWrapper a {
|
101
|
color:#101010;
|
102
|
}
|
103
|
|
104
|
h1 a:hover,
|
105
|
h2 a:hover,
|
106
|
.edit-link a:hover,
|
107
|
.entry-utility a:hover,
|
108
|
.easyRotatorWrapper a:hover {
|
109
|
color: #A0A0A0;
|
110
|
}
|
111
|
|
112
|
/*---- h1, h2, h3, h4 ---*/
|
113
|
|
114
|
h1, h2{
|
115
|
font-family: "Rajdhani", sans-serif;
|
116
|
margin-top: 36px;
|
117
|
font-weight: 700;
|
118
|
}
|
119
|
|
120
|
h1 {
|
121
|
font-size:30px;
|
122
|
line-height: 36px;
|
123
|
}
|
124
|
|
125
|
h2 {
|
126
|
font-size:24px;
|
127
|
line-height: 28px;
|
128
|
}
|
129
|
|
130
|
h3,
|
131
|
label,
|
132
|
span.author-name,
|
133
|
#content .edit-link {
|
134
|
font-family: "Rajdhani", sans-serif;
|
135
|
font-size: 18px;
|
136
|
font-weight: 700;
|
137
|
}
|
138
|
|
139
|
/*----Table Styles----*/
|
140
|
|
141
|
table {
|
142
|
font-size:13px;
|
143
|
line-height:18px;
|
144
|
margin:0 0 22px 0;
|
145
|
text-align:left;
|
146
|
}
|
147
|
|
148
|
table, tbody{
|
149
|
border: none;
|
150
|
}
|
151
|
|
152
|
tr {
|
153
|
border-bottom:1px solid #ccc;
|
154
|
}
|
155
|
|
156
|
th, td {
|
157
|
padding: .7em 1.25em;
|
158
|
}
|
159
|
|
160
|
/*---- Header ----*/
|
161
|
|
162
|
#header {
|
163
|
}
|
164
|
|
165
|
#blog-description {
|
166
|
font-family: "Rajdhani", sans-serif;
|
167
|
font-size: 48px;
|
168
|
line-height: 48px;
|
169
|
color: #101010;
|
170
|
}
|
171
|
#blog-title,
|
172
|
#blog-title a {
|
173
|
font-family: "Rajdhani", sans-serif;
|
174
|
font-size: 48px;
|
175
|
line-height: 48px;
|
176
|
color:#FF0054 !important;
|
177
|
}
|
178
|
|
179
|
.sf-menu {
|
180
|
font-family: "Rajdhani", sans-serif;
|
181
|
}
|
182
|
|
183
|
.sf-menu li {
|
184
|
display:inline;
|
185
|
}
|
186
|
|
187
|
/*----Main----*/
|
188
|
|
189
|
#content {
|
190
|
margin-left:0px;
|
191
|
}
|
192
|
|
193
|
#page-top ul {
|
194
|
float:right;
|
195
|
list-style: none;
|
196
|
}
|
197
|
|
198
|
#page-top li.widget_search h3,
|
199
|
form#searchform #searchsubmit {
|
200
|
display:none;
|
201
|
}
|
202
|
|
203
|
form#searchform #s {
|
204
|
width: 150px;
|
205
|
height: 20px;
|
206
|
margin-top: 8px;;
|
207
|
border: none;
|
208
|
|
209
|
}
|
210
|
|
211
|
form#searchform input {
|
212
|
font-family: "Rajdhani", sans-serif;
|
213
|
font-size:16px;
|
214
|
padding: 3px 0 3px 3px;
|
215
|
}
|
216
|
|
217
|
form#searchform input[value="To search, type and hit enter"] {
|
218
|
}
|
219
|
|
220
|
h1.entry-title,
|
221
|
h1.page-title {
|
222
|
font-size:36px;
|
223
|
line-height:36px;
|
224
|
font-weight: 700;
|
225
|
margin-top: 0;
|
226
|
}
|
227
|
|
228
|
h1.entry-title-more,
|
229
|
h1.entry-title-home {
|
230
|
font-size:18px;
|
231
|
line-height: 20px;
|
232
|
font-weight: 700;
|
233
|
margin-top: 0;
|
234
|
}
|
235
|
|
236
|
h2.entry-title {
|
237
|
font-size:18px;
|
238
|
line-height:18px;
|
239
|
font-weight: 700;
|
240
|
margin-top: 60px;
|
241
|
}
|
242
|
|
243
|
#post-image img{
|
244
|
width: 610px;
|
245
|
}
|
246
|
|
247
|
#post-image span {
|
248
|
font-family: "Rajdhani", sans-serif;
|
249
|
color: #A0A0A0;
|
250
|
font-size: 14px;
|
251
|
font-weight: 700;
|
252
|
line-height: 36px;
|
253
|
}
|
254
|
|
255
|
|
256
|
#post-category,
|
257
|
.entry-utility {
|
258
|
margin-top: 24px;
|
259
|
font-family: "Rajdhani", sans-serif;
|
260
|
font-weight: 700;
|
261
|
font-size: 18px;
|
262
|
line-height: 30px;
|
263
|
}
|
264
|
|
265
|
.article-author {
|
266
|
color: #A0A0A0;
|
267
|
font-family: "Rajdhani", sans-serif;
|
268
|
font-weight: 300;
|
269
|
font-size: 36px;
|
270
|
line-height:36px;
|
271
|
margin-bottom:36px;
|
272
|
}
|
273
|
|
274
|
.article-author-list,
|
275
|
.article-author-home {
|
276
|
color: #A0A0A0;
|
277
|
font-family: "Rajdhani", sans-serif;
|
278
|
font-weight: 300;
|
279
|
font-size: 18px;
|
280
|
line-height:18px;
|
281
|
margin-bottom:18px;
|
282
|
}
|
283
|
|
284
|
div.printfriendly-top {
|
285
|
font-family: "Rajdhani", sans-serif;
|
286
|
font-weight: 700;
|
287
|
font-size: 14px;
|
288
|
line-height: 14px;
|
289
|
margin-bottom:36px;
|
290
|
}
|
291
|
|
292
|
div.printfriendly-top a {
|
293
|
color: #101010;
|
294
|
}
|
295
|
|
296
|
div.printfriendly-top a:hover {
|
297
|
color:#A0A0A0;
|
298
|
}
|
299
|
|
300
|
.printfriendly-top img {
|
301
|
margin-bottom: 0;
|
302
|
vertical-align: bottom;
|
303
|
height: 16px;
|
304
|
}
|
305
|
|
306
|
.page-of {
|
307
|
color: #A0A0A0;
|
308
|
font-family: "Rajdhani", sans-serif;
|
309
|
font-size:18px;
|
310
|
line-height:18px;
|
311
|
font-weight: 300;
|
312
|
padding-bottom: 60px;
|
313
|
}
|
314
|
|
315
|
.page .entry-content{
|
316
|
margin-top: 60px;
|
317
|
}
|
318
|
|
319
|
.imageGallery {
|
320
|
list-style: none;
|
321
|
margin: 0 0 15px 0;
|
322
|
padding: 0;
|
323
|
background: transparent;
|
324
|
position: relative;
|
325
|
}
|
326
|
.imageGallery li {
|
327
|
text-align: center;
|
328
|
float: left;
|
329
|
position: relative;
|
330
|
}
|
331
|
.imageGallery img {
|
332
|
width: auto;
|
333
|
height: auto;
|
334
|
max-width: 100%;
|
335
|
max-height: 100%;
|
336
|
}
|
337
|
.imageGallery a {
|
338
|
color:#101010;
|
339
|
}
|
340
|
.imageGallery a:hover {
|
341
|
color:#a0a0a0;
|
342
|
}
|
343
|
.theDots {
|
344
|
width: 100%;
|
345
|
margin-bottom: 31px;
|
346
|
}
|
347
|
.theDots ul {
|
348
|
position: absolute;
|
349
|
right: 0;
|
350
|
}
|
351
|
.theDots li {
|
352
|
list-style: none;
|
353
|
float: left;
|
354
|
margin-left: 5px;
|
355
|
width: 20px;
|
356
|
height: 20px;
|
357
|
border-radius: 10px;
|
358
|
background-color: #101010;
|
359
|
cursor: pointer;
|
360
|
}
|
361
|
.theDots li:hover {
|
362
|
background-color: #a0a0a0;
|
363
|
}
|
364
|
.theDots li.active {
|
365
|
background-color: #ff0054;
|
366
|
}
|
367
|
.page-template-template-connections-php #container {
|
368
|
width: 927px;
|
369
|
}
|
370
|
|
371
|
.connections-top {
|
372
|
width: 610px;
|
373
|
}
|
374
|
|
375
|
.one_third,
|
376
|
.one_third a {
|
377
|
color: #101010;
|
378
|
font-family: "Rajdhani", sans-serif;
|
379
|
font-weight: 700;
|
380
|
font-size: 18px;
|
381
|
line-height: 22px;
|
382
|
margin-top: 14px;
|
383
|
}
|
384
|
|
385
|
.one_third a:hover {
|
386
|
color: #A0A0A0;
|
387
|
}
|
388
|
|
389
|
.one_third h1,
|
390
|
.one_third h2 {
|
391
|
color: #FF0054;
|
392
|
font-family: "Rajdhani", sans-serif;
|
393
|
font-weight: 700;
|
394
|
font-size: 18px;
|
395
|
line-height: 22px;
|
396
|
}
|
397
|
|
398
|
.one_third h1,
|
399
|
.one_third h2 {
|
400
|
margin-top:22px;
|
401
|
}
|
402
|
|
403
|
span.comments-link,
|
404
|
span.meta-sep-tag-links {
|
405
|
display:none;
|
406
|
}
|
407
|
|
408
|
/*----Post Navigation----*/
|
409
|
|
410
|
.navigation {
|
411
|
color: #A0A0A0;
|
412
|
font-family:"Rajdhani", sans-serif;
|
413
|
font-weight: 700;
|
414
|
font-size: 14px;
|
415
|
}
|
416
|
|
417
|
.navigation a:hover{
|
418
|
color: #FF0054;
|
419
|
}
|
420
|
|
421
|
#nav-below{
|
422
|
margin-top: 36px;
|
423
|
}
|
424
|
|
425
|
.nav-next {
|
426
|
float:right
|
427
|
}
|
428
|
|
429
|
.nav-previous {
|
430
|
float:left;
|
431
|
}
|
432
|
|
433
|
|
434
|
/*----Post Pagination Single Page View and PDF----*/
|
435
|
|
436
|
#post-pagination {
|
437
|
margin-right:0;
|
438
|
width:100%;
|
439
|
float:left;
|
440
|
}
|
441
|
|
442
|
#post-pagination {
|
443
|
color: #A0A0A0;
|
444
|
font-family: "Rajdhani", sans-serif;
|
445
|
font-weight: 700;
|
446
|
font-size: 14px;
|
447
|
}
|
448
|
|
449
|
#post-pagination a:hover,
|
450
|
#post-pagination .prev-next,
|
451
|
.single-page-view a:hover,
|
452
|
.printfriendly a:hover{
|
453
|
color: #FF0054;
|
454
|
}
|
455
|
|
456
|
.current-post-page {
|
457
|
color: #FF80AA;
|
458
|
}
|
459
|
|
460
|
#post-pagination a,
|
461
|
.single-page-view a,
|
462
|
.printfriendly a {
|
463
|
color: #A0A0A0;
|
464
|
}
|
465
|
|
466
|
#post-pagination a,
|
467
|
#post-pagination span.current-post-page {
|
468
|
padding-right:10px;
|
469
|
}
|
470
|
|
471
|
#post-pagination span.show-one a{
|
472
|
float:right;
|
473
|
padding: 0;
|
474
|
}
|
475
|
|
476
|
span.single-block {
|
477
|
display:none;
|
478
|
}
|
479
|
|
480
|
.single-page-view {
|
481
|
float:right;
|
482
|
/* margin-right:4px;*/
|
483
|
}
|
484
|
|
485
|
#post-pagination .single-page-view a {
|
486
|
padding-right:4px;
|
487
|
}
|
488
|
|
489
|
/*div.printfriendly-bottom {
|
490
|
float:left;
|
491
|
width:50px;
|
492
|
display: inline;
|
493
|
color: #A0A0A0;
|
494
|
font-family: "Rajdhani", sans-serif;
|
495
|
font-weight: 700;
|
496
|
font-size: 14px;
|
497
|
line-height: 14px;
|
498
|
margin-top:0px;
|
499
|
}
|
500
|
|
501
|
.printfriendly-bottom img {
|
502
|
margin-bottom: 0;
|
503
|
vertical-align: bottom;
|
504
|
height: 20px;
|
505
|
}*/
|
506
|
|
507
|
|
508
|
/*----Sidebar----*/
|
509
|
|
510
|
#primary {
|
511
|
font-family: "Rajdhani", sans-serif;
|
512
|
font-size: 18px;
|
513
|
line-height: 22px;
|
514
|
font-weight: 700;
|
515
|
margin-top: 80px;
|
516
|
}
|
517
|
|
518
|
#primary h1 {
|
519
|
font-size: 18px;
|
520
|
line-height: 22px;
|
521
|
color: #FF0054;
|
522
|
font-weight: 700;
|
523
|
margin: 18px 0 0 0;
|
524
|
}
|
525
|
|
526
|
#primary h2 {
|
527
|
font-size: 18px;
|
528
|
line-height: 22px;
|
529
|
color: #A0A0A0;
|
530
|
font-weight: 700;
|
531
|
margin: 0 0 18px 0;
|
532
|
}
|
533
|
|
534
|
#primary p {
|
535
|
margin: 0;
|
536
|
}
|
537
|
|
538
|
#primary ul {
|
539
|
list-style: none;
|
540
|
}
|
541
|
|
542
|
/* Footer */
|
543
|
|
544
|
#footer {
|
545
|
border:none;
|
546
|
font-family: "Rajdhani", sans-serif;
|
547
|
font-size: 13px;
|
548
|
font-weight: 700;
|
549
|
color: #A0A0A0;
|
550
|
padding-top: 36px;
|
551
|
}
|
552
|
|
553
|
/*----Category Archive Tweaks----*/
|
554
|
|
555
|
body.archive .hentry {
|
556
|
clear:both;
|
557
|
}
|
558
|
|
559
|
body.archive #content p {
|
560
|
margin-bottom: 18px
|
561
|
}
|
562
|
|
563
|
body.archive #content .entry-utility {
|
564
|
margin-top: 18px
|
565
|
}
|
566
|
|
567
|
/*----Featured Image Tweaks----*/
|
568
|
|
569
|
.wp-caption p.wp-caption-text {
|
570
|
padding-top: 6px;
|
571
|
line-height: 22px;
|
572
|
}
|
573
|
|
574
|
#post-image span {
|
575
|
line-height: 22px;
|
576
|
}
|
577
|
|
578
|
/*----Home Template Specials----*/
|
579
|
|
580
|
#container.home {
|
581
|
width: 927px;
|
582
|
}
|
583
|
|
584
|
.home #primary {
|
585
|
display: none;
|
586
|
}
|
587
|
|
588
|
.home .page .entry-content {
|
589
|
margin-top:0;
|
590
|
}
|
591
|
|
592
|
.home .page .entry-content p {
|
593
|
margin-bottom: 18px;
|
594
|
}
|
595
|
|
596
|
span.home-category {
|
597
|
font-family: "Rajdhani", sans-serif;
|
598
|
color: #FF0054;
|
599
|
font-size: 18px;
|
600
|
font-weight: 700;
|
601
|
line-height: 18px;
|
602
|
}
|
603
|
|
604
|
#home-column-1 {
|
605
|
width: 293px;
|
606
|
float: left;
|
607
|
padding-right: 24px;
|
608
|
margin-bottom: 64px;
|
609
|
}
|
610
|
|
611
|
#home-column-2 {
|
612
|
width: 293px;
|
613
|
float: left;
|
614
|
padding-right: 24px;
|
615
|
margin-bottom: 64px;
|
616
|
}
|
617
|
|
618
|
#home-column-3 {
|
619
|
width: 293px;
|
620
|
float: left;
|
621
|
margin-bottom: 64px;
|
622
|
}
|
623
|
|
624
|
#container.home .edit-link {
|
625
|
clear:both;
|
626
|
}
|
627
|
|
628
|
/*----Commons Header and Footer Tweaks----*/
|
629
|
|
630
|
div.sitewide-footer,
|
631
|
#wpadminbar {
|
632
|
display:none;
|
633
|
}
|
634
|
/*----Custom User CSS April 22, 2015----*/
|
635
|
ul.sub-menu {
|
636
|
position: absolute;
|
637
|
background-color: #fff;
|
638
|
width: auto!important;
|
639
|
margin: 0;
|
640
|
padding: 5px;
|
641
|
z-index: 500;
|
642
|
}
|
643
|
|
644
|
ul.sub-menu li {
|
645
|
display: block;
|
646
|
}
|
647
|
|
648
|
ul.sub-menu li a {
|
649
|
padding: 0;
|
650
|
margin: 0;
|
651
|
}
|
652
|
|
653
|
.sf-menu li {
|
654
|
display: block!important;
|
655
|
float: left;
|
656
|
list-style: none;
|
657
|
}
|
658
|
|
659
|
#post-image img {
|
660
|
height: auto;
|
661
|
}
|
662
|
|
663
|
#post-category a,#post-category a:visited,.entry-utility .cat-links a,.entry-utility .cat-links a:visited,#primary h1 a,#primary h1 a:visited,.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu li.current-menu-item a,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active,#blog-title,#blog-title a,.one_third h1,.one_third h2,.navigation a:hover,#post-pagination a:hover,#post-pagination .prev-next,.single-page-view a:hover,.printfriendly a:hover,#primary h1,span.home-category {
|
664
|
color: #c50000!important;
|
665
|
}
|