1
|
1 |
.feat-cat-entry { |
|
2 |
background-color: #F7F7F7; |
|
3 |
border: 1px solid #d5d5d5; |
|
4 |
margin-top: 0px; |
|
5 |
margin-right: 0px; |
|
6 |
margin-bottom: 3px; |
|
7 |
margin-left: 0px; |
|
8 |
display: block; |
|
9 |
clear: both; |
|
10 |
height: auto; |
|
11 |
width: auto; |
|
12 |
padding-top: 3px; |
|
13 |
padding-right: 3px; |
|
14 |
padding-bottom: 0px; |
|
15 |
padding-left: 3px; |
|
16 |
} |
|
17 |
.feat-cat-entry h3 { |
|
18 |
margin: 0px; |
|
19 |
clear: both; |
|
20 |
display: block; |
|
21 |
padding-top: 5px; |
|
22 |
padding-right: 8px; |
|
23 |
padding-bottom: 5px; |
|
24 |
padding-left: 8px; |
|
25 |
font-size: 16px; |
|
26 |
color: #FFFFFF; |
|
27 |
font-weight: bold; |
|
28 |
text-transform: capitalize; |
|
29 |
height: auto; |
|
30 |
width: auto; |
|
31 |
background-color: #2F98CA; |
|
32 |
position: relative; |
|
33 |
letter-spacing: 1px; |
|
34 |
border: 3px solid #2B89B7; |
|
35 |
} |
|
36 |
.feat-cat-entry h3#blue { |
|
37 |
background-color: #2663A1; |
|
38 |
} |
|
39 |
.feat-cat-entry h3#red { |
|
40 |
background-color: #990000; |
|
41 |
} |
|
42 |
.feat-cat-entry h3#green { |
|
43 |
background-color: #006633; |
|
44 |
} |
|
45 |
|
|
46 |
.feat-cat-meta { |
|
47 |
clear: both; |
|
48 |
padding-top: 5px; |
|
49 |
padding-right: 5px; |
|
50 |
padding-bottom: 5px; |
|
51 |
padding-left: 5px; |
|
52 |
height: auto; |
|
53 |
width: auto; |
|
54 |
display: block; |
|
55 |
margin: 0px; |
|
56 |
} |
|
57 |
.feat-cat-img { |
|
58 |
float: left; |
|
59 |
margin-right: 5px; |
|
60 |
border: 1px solid #D5D5D5; |
|
61 |
} |
|
62 |
.feat-cat-img img { |
|
63 |
border: 2px solid #E6E6E6; |
|
64 |
} |
|
65 |
.feat-cat-meta h1 { |
|
66 |
font-size: 1em; |
|
67 |
color: #000000; |
|
68 |
text-decoration: none; |
|
69 |
padding: 0px; |
|
70 |
width: 85%; |
|
71 |
height: auto; |
|
72 |
float: left; |
|
73 |
display: block; |
|
74 |
line-height: 25px; |
|
75 |
margin: 0px; |
|
76 |
letter-spacing: 1px; |
|
77 |
font-weight: bold; |
|
78 |
} |
|
79 |
.feat-cat-meta h1 a { |
|
80 |
color: #000000; |
|
81 |
text-decoration: none; |
|
82 |
font-weight: bold; |
|
83 |
|
|
84 |
} |
|
85 |
.feat-cat-meta h1 a:hover { |
|
86 |
font-weight: bold; |
|
87 |
text-decoration: underline; |
|
88 |
color: #2B89B7; |
|
89 |
|
|
90 |
} |
|
91 |
.feat-cat-date { |
|
92 |
font-size: 12px; |
|
93 |
text-decoration: none; |
|
94 |
color: #333333; |
|
95 |
text-transform: capitalize; |
|
96 |
display: block; |
|
97 |
padding: 0px; |
|
98 |
height: auto; |
|
99 |
line-height: 22px; |
|
100 |
margin: 0px; |
|
101 |
float: left; |
|
102 |
width: 80%; |
|
103 |
} |
|
104 |
.feat-cat-date a { |
|
105 |
color: #333333; |
|
106 |
text-decoration: none; |
|
107 |
} |
|
108 |
.feat-cat-date a:hover { |
|
109 |
text-decoration: underline; |
|
110 |
} |
|
111 |
.clearfix { |
|
112 |
clear: both; |
|
113 |
} |
|
114 |
|