|
1 /* |
|
2 Theme Name: Seo Blog System |
|
3 Theme URI: http:/www.project-theme.com |
|
4 Description: A theme from project-theme.com Collection |
|
5 Version: 2.7 |
|
6 Author: Project Theme |
|
7 Author URL: http://www.project-theme.com |
|
8 */ |
|
9 |
|
10 * { padding:0; margin:0;} |
|
11 html { font-size:100.01%;} |
|
12 body { font-size:62.5%; font-family: Georgia, Times, serif, Arial, Helvetica, sans-serif; background:#b7b6ae; color:#2e2d27;} |
|
13 |
|
14 .clear { clear: both;} |
|
15 |
|
16 table, td, div, img { border:0; border-collapse:collapse;} |
|
17 td {vertical-align:top;} |
|
18 ul, li { list-style: none;} |
|
19 p { padding:0px 0px 18px 0px;} |
|
20 |
|
21 a, .comments a:hover {text-decoration: underline; color:#bb3521;} |
|
22 a:hover, .comments a {text-decoration: none;} |
|
23 |
|
24 input, select, textarea { vertical-align:middle; font-family: Georgia; font-size:12px; color:#6f6f6f;} |
|
25 input.text, select, textarea { padding:2px 0px 3px 6px; border:1px solid #cac6ab;} |
|
26 |
|
27 html body textarea { font-family: Georgia; font-size:12px; color:#6f6f6f;} |
|
28 |
|
29 /*** Main ***/ |
|
30 .main { /*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px;*/} |
|
31 .main { } |
|
32 |
|
33 .header { position:relative; overflow:hidden; background:#fff; border-bottom:1px solid #b7b6ae;} |
|
34 |
|
35 .navigation-top { background:#f1f0e7; height:100%; overflow:hidden;} |
|
36 .navigation-bot { width:906px; margin:0 auto;} |
|
37 |
|
38 .header-width {width:906px; margin:0 auto;} |
|
39 |
|
40 .banner { float:left; padding:23px 17px 41px 0px; _padding-right:13px} |
|
41 .banner p { padding:0px 0px 0px 0px;} |
|
42 |
|
43 .box { float:left; padding:23px 0px 0px 0px;} |
|
44 |
|
45 .box .box-width { float:left; width:163px; margin:0px 0px 0px 4px;} |
|
46 |
|
47 .box .box01 { background:url(images/box01.gif) no-repeat 0 0;} |
|
48 .box .box02 { background:url(images/box02.gif) no-repeat 0 0;} |
|
49 .box .box03 { background:url(images/box03.gif) no-repeat 0 0;} |
|
50 .box .box04 { background:url(images/box04.gif) no-repeat 0 0;} |
|
51 |
|
52 .box .indent { padding:0px 0px 0px 0px;} |
|
53 |
|
54 .box .title { margin:0px 17px 0px 16px; padding:18px 0px 4px 0px;} |
|
55 |
|
56 .box .box01 .title { border-bottom:1px solid #dd7d6e;} |
|
57 .box .box02 .title { border-bottom:1px solid #dfb65a;} |
|
58 .box .box03 .title { border-bottom:1px solid #a8c06d;} |
|
59 .box .box04 .title { border-bottom:1px solid #69a985;} |
|
60 |
|
61 .box .text { font-size:12px; color:#fff; line-height:1.4em; padding:16px 17px 0px 19px;} |
|
62 .box .text p { padding:0px 0px 0px 0px;} |
|
63 .box .more { text-align:right; padding:15px 6px 0px 0px; *padding-top:14px; } |
|
64 |
|
65 @-moz-document url-prefix(){ body .box .more { padding-top:12px; } } /*for mozilla*/ |
|
66 |
|
67 @media all and (-webkit-min-device-pixel-ratio:10000), |
|
68 not all and (-webkit-min-device-pixel-ratio:0) { |
|
69 .box .more { padding:11px 6px 0px 0px; } |
|
70 } |
|
71 |
|
72 /*** Menu ***/ |
|
73 .main-menu { clear:both; overflow:hidden; border:solid #acaba5; border-width:1px 0;} |
|
74 .main-menu-border { border:solid #fff; border-width:1px 0; background:#b7b6ae;} |
|
75 .menu { width:906px; margin:0 auto; overflow:hidden;} |
|
76 |
|
77 .menu ul { list-style:none; width:100%; overflow:hidden;} |
|
78 .menu ul li { float:left; height:100%; background:url(images/ver.gif) no-repeat 0 0; margin:0px 0px 0px -2px; padding:0px 5px 0px 5px;} |
|
79 |
|
80 .menu ul li a { display:block; float:left; overflow:hidden; text-decoration:none;} |
|
81 .menu ul li a { font-size:1.2em; font-weight: bold; color:#2e2d27; cursor: pointer;} |
|
82 .menu ul li span { display:block; float:left; padding:15px 35px 14px 35px;} |
|
83 |
|
84 .menu ul li a:hover {background:url(images/menu-left.gif) no-repeat 0 7px;} |
|
85 .menu ul li a:hover span { padding:15px 35px 13px 35px;} |
|
86 .menu ul li a:hover span {background:url(images/menu-right.gif) no-repeat right 7px;} |
|
87 |
|
88 .menu ul li a:hover, .menu ul li.current_page_item a { color:#fff; font-weight: bold;} |
|
89 |
|
90 .menu ul li.current_page_item a {background:url(images/menu-left.gif) no-repeat 0 7px;} |
|
91 .menu ul li.current_page_item a span { padding:14px 32px 13px 32px;} |
|
92 .menu ul li.current_page_item a span {background:url(images/menu-right.gif) no-repeat right 7px;} |
|
93 |
|
94 /*** Logo ***/ |
|
95 .logo {} |
|
96 .logo .indent { padding:30px 0px 18px 0px; overflow:hidden; height:100%;} |
|
97 .logo h1 { width:225px; height:50px; float:left; margin:0px 17px 0px 0px; background:url(images/logo.gif) no-repeat 0 0; font-size:1em; font-weight: normal; color:#fff; cursor:pointer; text-indent:-1000em; overflow:hidden;} |
|
98 .logo h1:hover { text-decoration:none;} |
|
99 .description { float:left; width:253px; height:26px; margin:20px 0px 0px 0px; background:url(images/description.gif) no-repeat 0 0; font-size:1em; font-weight: normal; color:#fff; text-indent:-1000em; overflow:hidden;} |
|
100 |
|
101 |
|
102 /*** Search ***/ |
|
103 .search { float:right; padding:50px 0px 0px 0px;} |
|
104 .search form { background:url(images/search-bg.gif) no-repeat 0 1px; padding:0px 0px 2px 0px;} |
|
105 .search .text { width:160px; padding:3px 0px 4px 6px; color:#000; border:0; background: transparent; margin:0px 11px 0px 0px;} |
|
106 .search .but { cursor: pointer;} |
|
107 |
|
108 .search_page { float:left; padding:20px 0px 0px 0px;} |
|
109 |
|
110 /*** Column ***/ |
|
111 .content { clear:both; overflow:hidden; border-top:1px solid #fff; background:#deddd5; padding:0px 0px 5px 0px;} |
|
112 .content-width { width:906px; margin:0 auto; padding:23px 0px 0px 0px;} |
|
113 |
|
114 .column-left { width:238px; float:left; margin:0px 4px 0px 0px; _margin-right:1px;} |
|
115 .column-right { width:238px; float:right; margin:0px 0px 0px 4px; _margin-left:1px;} |
|
116 |
|
117 /*** Widgets ***/ |
|
118 .widget { height:100%; overflow:hidden; width:100%; background:url(images/widget-bg.gif) repeat-y 0 0 #f1f0e7; margin:0px 0px 4px 0px;} |
|
119 .widget-bg { background:url(images/widget-bot.gif) no-repeat 0 bottom; padding:0px 0px 17px 0px; overflow:hidden; height:100%;} |
|
120 |
|
121 .widget .title { height:100%; background:url(images/widget-title-top.gif) no-repeat 0 0 #b7b6ae; padding:0px 1px 1px 1px; margin:0px 0px 17px 0px;} |
|
122 .widget h2 { height:100%; overflow:hidden; font-weight: normal; border-bottom:1px solid #fff;} |
|
123 .widget h2 { font-size:1.6em; color:#2e2d27; padding:16px 10px 9px 23px;} |
|
124 |
|
125 .widget ul { margin:0px 10px 0px 25px; color:#747474; font-size:1.2em; height:100%;} |
|
126 .widget li { background:url(images/widget-marker01.gif) no-repeat 0 2px; padding:0px 0px 11px 14px;} |
|
127 .widget a { color:#747474; font-size:12px; text-decoration:none; } |
|
128 .widget a:hover { text-decoration:underline;} |
|
129 |
|
130 /*** widget_archive ***/ |
|
131 .widget_archive { height:100%; overflow:hidden; width:100%; background:url(images/widget-bg02.gif) repeat-y 0 0 #f1f0e7; margin:0px 0px 5px 0px;} |
|
132 .widget_archive .widget-bg { background:url(images/widget-bot02.gif) no-repeat 0 bottom; padding:0px 0px 30px 0px;} |
|
133 |
|
134 .widget_archive .title { height:100%; background:url(images/widget-title-top02.gif) no-repeat 0 0; padding:0px 1px 1px 1px; margin:0px 0px 10px 0px;} |
|
135 .widget_archive h2 { height:100%; overflow:hidden; font-weight: normal; border-bottom:1px solid #dbdbd7;} |
|
136 .widget_archive h2 { font-size:1.6em; color:#2e2d27; padding:16px 10px 9px 23px;} |
|
137 |
|
138 .widget_archive ul { margin:0px 26px 0px 25px; color:#2e2d27; font-size:1.2em; height:100%;} |
|
139 .widget_archive li { background:url(images/widget-marker02.gif) no-repeat 0 9px; border-bottom:1px solid #ccccc8; padding:7px 0px 3px 14px;} |
|
140 .widget_archive a { color:#2e2d27; font-size:12px; text-decoration:none; } |
|
141 |
|
142 |
|
143 /*** widget_meta ***/ |
|
144 .widget_meta { height:100%; overflow:hidden; width:100%; background:url(images/widget-bg.gif) repeat-y 0 0 #f1f0e7; margin:0px 0px 4px 0px;} |
|
145 .widget_meta .widget-bg { background:url(images/widget-bot.gif) no-repeat 0 bottom; padding:0px 0px 17px 0px; overflow:hidden; height:100%;} |
|
146 |
|
147 .widget_meta .title { background:url(images/widget-bg.gif) repeat-y 0 0 #f1f0e7; height:100%; background: none; padding:0px 0px 1px 0px; margin:0px 0px 17px 0px;} |
|
148 .widget_meta .title div { background:url(images/widget-title-top-meta.gif) no-repeat 0 0; border-bottom:1px solid #c0bfb9; padding:0px 1px 0px 1px;} |
|
149 .widget_meta h2 { height:100%; overflow:hidden; font-weight: normal; border-bottom:1px solid #fff;} |
|
150 .widget_meta h2 { font-size:1.6em; color:#2e2d27; padding:16px 10px 9px 22px;} |
|
151 .widget_meta ul li { border:0;} |
|
152 |
|
153 /*** widget_right ***/ |
|
154 .column-right .widget { background:url(images/widget-bg.gif) repeat-y 0 0 #fff;} |
|
155 .column-right .widget h2 { border:0; padding:16px 10px 10px 23px;} |
|
156 |
|
157 .widget_latest_projects .projects { padding:6px 10px 0px 24px;} |
|
158 .widget_latest_projects .projects p { padding:0px 0px 8px 0px;} |
|
159 .widget_latest_projects .projects img { margin:0px 8px 0px 0px;} |
|
160 |
|
161 .widget_latest_projects .more { float:right; width:117px; height:24px; margin:1px 24px 4px 0px; _margin-right:12px; line-height:24px; background:url(images/widget-more.gif) no-repeat 0 0;} |
|
162 .widget_latest_projects .more a { text-decoration:none; color:#2e2d27; padding:0px 0px 0px 14px;} |
|
163 .widget_latest_projects .more a:hover { color:#bb3521;} |
|
164 |
|
165 /*** widget_recent_entries ***/ |
|
166 |
|
167 .widget_recent_entries {} |
|
168 .widget_recent_entries .widget-bg { padding:0px 0px 7px 0px;} |
|
169 |
|
170 .widget_recent_entries li { background:url(images/widget-marker03.gif) no-repeat 0px 2px; padding:0px 22px 15px 24px; margin:0px 0px 13px 0px;} |
|
171 .widget_recent_entries span { display:block; font-size:12px; font-weight: bold; color:#747474; padding:0px 0px 2px 0px;} |
|
172 |
|
173 .widget_recent_entries li a { font-size:14px; color:#2e2d27;} |
|
174 |
|
175 .widget_recent_entries .comments { font-weight: normal;} |
|
176 .widget_recent_entries .comments a { color:#bb3521; font-size:14px; text-decoration:underline;} |
|
177 .widget_recent_entries .comments a:hover { color:#bb3521; text-decoration:none;} |
|
178 |
|
179 |
|
180 .widget_recent_entries .text { font-size:14px; color:#2e2d27; padding:1px 0px 3px 0px;} |
|
181 |
|
182 |
|
183 |
|
184 /*********/ |
|
185 #search form { padding:0px 0px 0px 0px;} |
|
186 #search form .text { margin:0px 6px 0px 20px;} |
|
187 |
|
188 .widget_calendar table { margin:0px 0px 0px 20px;} |
|
189 |
|
190 .widget_tag_cloud h2 { text-align:left;} |
|
191 .widget_tag_cloud { text-align:center;} |
|
192 .widget_tag_cloud a {text-align:center; padding:0px 4px 0px 4px;} |
|
193 |
|
194 .widget table a {} |
|
195 |
|
196 .widget_text h2 {} |
|
197 .widget_text { background: none;} |
|
198 .widget_text div {background: none;} |
|
199 .widget_text .widget-bg {background: none;} |
|
200 |
|
201 .textwidget { padding:0px 0px 0px 20px;} |
|
202 .textwidget {} |
|
203 |
|
204 |
|
205 /*** Content ***/ |
|
206 .column-center { overflow:hidden; height:100%; position:relative;} |
|
207 |
|
208 .column-center .bg-top { background:url(images/border.gif) repeat-x 0 0 #f1f0e7; height:100%; margin:0px 0px 4px 0px;} |
|
209 .column-center .bg-bot { background:url(images/border.gif) repeat-x 0 bottom;} |
|
210 .column-center .bg-left { background:url(images/border.gif) repeat-y 0 0;} |
|
211 .column-center .bg-right { background:url(images/border.gif) repeat-y right 0;} |
|
212 |
|
213 .column-center .corner-left-top { background:url(images/corner-left-top.gif) no-repeat 0 0;} |
|
214 .column-center .corner-right-top { background:url(images/corner-right-top.gif) no-repeat right 0;} |
|
215 .column-center .corner-left-bot { background:url(images/corner-left-bot.gif) no-repeat 0 bottom;} |
|
216 .column-center .corner-right-bot { background:url(images/corner-right-bot.gif) no-repeat right bottom; overflow:hidden; height:100%; padding:10px 1px 0px 1px;} |
|
217 |
|
218 .column-center .indent { overflow:hidden; height:100%; background:url(images/line.gif) repeat-x bottom; padding:0px 0px 16px 0px;} |
|
219 |
|
220 .column-center .title { overflow:hidden; height:100%; padding:13px 20px 8px 25px; border-bottom:1px solid #fff;} |
|
221 |
|
222 .column-center .title h2 { font-size:2em; font-weight: normal; color:#2e2d27; overflow:hidden; height:100%; padding:0px 0px 6px 0px;} |
|
223 .column-center .title h3 { font-size:1.8em; font-weight: normal; color:#2e2d27; overflow:hidden; height:100%; padding:0px 0px 6px 0px;} |
|
224 |
|
225 .column-center .title h2 a, .column-center .title h3 a { color:#2e2d27; text-decoration:none;} |
|
226 .column-center .title h2 a:hover, .column-center .title h3 a:hover { text-decoration: underline;} |
|
227 |
|
228 .column-center .title .author { font-size: 1.2em; color:#bb3521; padding:0px 0px 3px 0px;} |
|
229 .column-center .title .date { font-size: 1.2em; color:#bb3521; padding:0px 0px 0px 0px; } |
|
230 |
|
231 .title-page {padding:13px 20px 8px 25px;} |
|
232 .title-page * { font-size:1.8em; font-weight: normal; color:#2e2d27; padding:0px 0px 6px 0px;} |
|
233 |
|
234 |
|
235 |
|
236 .text-box { clear:both; font-size:1.2em; overflow:hidden; height:100%; line-height:1.5em; padding:12px 18px 0px 25px; border-top:1px solid #c0bfb9;} |
|
237 |
|
238 .text-box p { padding:0px 0px 14px 0px;} |
|
239 .text-box p span { color:#747474;} |
|
240 |
|
241 .text-box .img { margin:-80px 0px 0px 0px;} |
|
242 |
|
243 .text-box .line { height:1px; background:url(images/line.gif) repeat-x 0 0; overflow:hidden; margin:1px 0px 16px 0px;} |
|
244 .text-box .more-link { padding:5px 25px 0px 0px;} |
|
245 .text-box .more-link a { float:right; text-indent:-1000em; overflow:hidden; width:148px; height:18px; background:url(images/more.gif) no-repeat 0 0;} |
|
246 |
|
247 .text-box .fleft { padding:0px 0px 0px 0px; display: inline;} |
|
248 .text-box .fleft img { float:left; direction: inherit; margin:4px 20px 4px 0px;} |
|
249 |
|
250 .text-box .fright { padding:0px 0px 0px 0px; display: inline;} |
|
251 .text-box .fright img { float:right; direction: inherit; margin:4px 2px 4px 20px;} |
|
252 |
|
253 .column-center .border-bottom { border-bottom:0; padding-bottom:0px;} |
|
254 |
|
255 /*** ***/ |
|
256 .column-center .comments { float:left; width:40px; height:29px; line-height:24px; margin:-10px 15px 0px 25px; _margin-left:12px; background:url(images/date.gif) no-repeat 0 0; text-align:center;} |
|
257 .column-center .comments a { text-decoration:none; color:#fff; font-size:1.8em;} |
|
258 .column-center .comments a:hover { text-decoration:underline; color:#fff;} |
|
259 |
|
260 .more-link { float:left; overflow:hidden; margin:-3px 0px 0px 0px;} |
|
261 .more-link a { font-size:1.2em; color:#bb3521; background:url(images/marker.gif) no-repeat right 2px; padding:0px 12px 0px 0px;} |
|
262 |
|
263 .link-edit a, .navigation a { font-size:1.2em; color:#2e2d27;} |
|
264 |
|
265 .link-edit { clear:both; padding:10px 25px 5px 25px;} |
|
266 .navigation { clear:both; padding:10px 25px 5px 25px;} |
|
267 .navigation a { text-decoration:none;} |
|
268 .navigation a:hover { text-decoration:underline;} |
|
269 |
|
270 /*******/ |
|
271 .text-box h1 { font-family:Arial; font-size:1.8em; line-height:1.2em; font-weight: normal; color:#000;} |
|
272 .text-box h2 { font-family:Arial; font-size:1.7em; line-height:1.2em; font-weight: normal; color:#000;} |
|
273 .text-box h3 { font-family:Arial; font-size:1.4em; line-height:1.2em; color:#000;} |
|
274 .text-box h4 { font-family:Arial; font-size:1.3em; line-height:1.2em; color:#000;} |
|
275 .text-box h5 { font-family:Arial; font-size:1.2em; line-height:1.2em; color:#000;} |
|
276 |
|
277 /*** OL UL style***/ |
|
278 .text-box ul { padding:2px 0px 5px 2px;} |
|
279 .text-box ul li { background:url(images/marker.gif) no-repeat 0 5px; padding:0px 0px 4px 20px; list-style-image:none; list-style:none; font-weight:normal;} |
|
280 .text-box ul li ul { margin-left:10px;} |
|
281 .text-box ul li ol { margin-left:15px;} |
|
282 .text-box ul li ol li { list-style-type:decimal;} |
|
283 |
|
284 .text-box ol { padding-left:2px;} |
|
285 .text-box ol li { /*background:none;*/ padding:0px; margin-left:13px; font-weight:normal;list-style-type:decimal;} |
|
286 .text-box ol li ul { padding:2px 0px 5px 2px;} |
|
287 .text-box ol li ul li { font-weight:normal; background:url(images/marker.gif) no-repeat 0 5px; padding:3px 0px 9px 20px;} |
|
288 |
|
289 .text-box ul li { list-style-image:none; list-style:none;} |
|
290 .text-box ul li a {} |
|
291 .text-box ul li a:hover {} |
|
292 .text-box ul li ul { margin-left:15px;} |
|
293 .text-box ul li ol {margin-left:20px;} |
|
294 .text-box ul li ol li { list-style-type:decimal;background:none;} |
|
295 .text-box ul li ol li a { /*background:none;*/} |
|
296 |
|
297 .text-box ol { padding:5px 0px 5px 2px;} |
|
298 .text-box ol li{ /*background:none;*/ padding:0px; margin-left:20px;} |
|
299 .text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;} |
|
300 .text-box ol li a:hover{ text-decoration:underline; } |
|
301 .text-box ol li ul li a { font-weight:normal; text-decoration:underline;} |
|
302 .text-box ol li ul li a:hover {text-decoration:none;} |
|
303 |
|
304 /*** Footer ****/ |
|
305 .footer { clear:both; overflow:hidden; height:100%; font-size:1.4em; background:#b7b6ae; border-top:1px solid #fff; color:#2e2d27; overflow:hidden; line-height:1.4em;} |
|
306 .footer-width { width:906px; margin:0 auto;} |
|
307 .footer .indent { overflow:hidden; text-align:right; padding:11px 0px 23px 0px;} |
|
308 .footer a { color:#2e2d27; text-decoration:none;} |
|
309 .footer a:hover { text-decoration: underline;} |
|
310 |
|
311 |
|
312 /* ----------------------------------------------------------------- |
|
313 ---------------------------- WP ------------------------------------ |
|
314 ----------------------------------------------------------------- */ |
|
315 |
|
316 .info-sidebar { padding:10px 20px 20px 0px; width: auto; color:#000; overflow: hidden; font-size:1.2em; line-height:1.4em;} |
|
317 .info-sidebar a { text-transform:none;} |
|
318 |
|
319 .pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; color: #000; text-align:center; padding:10px 0px 0px 0px;/* margin:0px 0px -20px 0px;*/} |
|
320 |
|
321 /*--- Navigations ---*/ |
|
322 .navigation { padding:10px 25px 5px 25px; clear:both; /*height:100%;*/ /*overflow:hidden; */} |
|
323 .navigation .alignleft { float: left; width:45%; text-align:left; padding:0px 0px 0px 0px;} |
|
324 .navigation .alignright { float: right; width:45%; text-align:right; padding:0px 0px 0px 0px;} |
|
325 |
|
326 .pd-nav { padding:0; margin:0;} |
|
327 .pd-nav .alignleft { padding:0; margin:0;} |
|
328 .pd-nav .alignright { padding:0; margin:0;} |
|
329 |
|
330 .pd-title {padding-bottom:0;} |
|
331 |
|
332 .marg { margin-bottom:10px;} |
|
333 |
|
334 /*--- Begin Images ---*/ |
|
335 p img { |
|
336 padding: 0; |
|
337 max-width: 100%;} |
|
338 |
|
339 img.centered { |
|
340 display: block; |
|
341 margin-left: auto; |
|
342 margin-right: auto;} |
|
343 |
|
344 img.alignright { float: right;display:inline; |
|
345 padding: 0; |
|
346 margin: 3px 0px 10px 20px;} |
|
347 |
|
348 img.alignleft { padding: 0; margin: 3px 25px 5px 0; float:left; display:inline;} |
|
349 |
|
350 /*------*/ |
|
351 .postmetadata { font-size:1.2em; clear:both; padding:12px 0px 20px 25px;} |
|
352 .postmetadata a {/*color:#3B7ECC;*/} |
|
353 .postmetadata a:hover {text-decoration:none;} |
|
354 |
|
355 /*------*/ |
|
356 #tag_cloud .widget-bottom-left {padding-bottom:15px;} |
|
357 #tag_cloud .widget-heading {margin-bottom:15px;} |
|
358 #tag_cloud a {padding-left:3px;} |
|
359 |
|
360 /*--- Popup styles ---*/ |
|
361 #commentspopup {} |
|
362 #commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;} |
|
363 #commentspopup .page-padding {padding:0 5px;} |
|
364 #commentspopup .page-width {width:538px; margin:0 auto;} |
|
365 #commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;} |
|
366 #commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;} |
|
367 #commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;} |
|
368 #commentspopup .header-padding {padding:39px 0 0 89px;} |
|
369 #commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-10000em; width:141px; height:27px;} |
|
370 #commentspopup h1:hover {text-decoration: none; cursor:pointer;} |
|
371 #commentspopup .description {width:141px; height:9px; text-indent:-10000em; margin-top:2px;} |
|
372 #commentspopup .description2 {width:249px; height:27px; text-indent:-10000em; margin-top:19px;} |
|
373 #commentspopup .border-bottom-left {padding:17px 37px 10px;} |
|
374 #commentspopup p {font-size:12px;} |
|
375 |
|
376 |
|
377 /*--- Begin Typography & Colors ---*/ |
|
378 small { font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;} |
|
379 small * {font-size: 0.9em;} |
|
380 small p {font-size: 0.9em;} |
|
381 |
|
382 select { width: 130px;} |
|
383 |
|
384 #commentform {font-size:1.2em;} |
|
385 |
|
386 #commentform input { |
|
387 margin: 5px 5px 1px 0;} |
|
388 |
|
389 #commentform { |
|
390 margin: 5px 10px 0 0;} |
|
391 |
|
392 #commentform textarea { |
|
393 width: 100%; |
|
394 padding: 2px;} |
|
395 |
|
396 #respond:after { |
|
397 content: "."; |
|
398 display: block; |
|
399 height: 0; |
|
400 clear: both; |
|
401 visibility: hidden;} |
|
402 |
|
403 #commentform #submit { |
|
404 margin: 0 0 10px auto; |
|
405 float: right;} |
|
406 |
|
407 #respond p { padding:0px 0px 10px 0px; text-indent:0;} |
|
408 #respond form p { padding:0px 0px 10px 0px; text-indent:0;} |
|
409 |
|
410 /*--- Begin Calendar ---*/ |
|
411 #wp-calendar { empty-cells:show; width: 155px; font-size:1.1em;} |
|
412 |
|
413 #wp-calendar th { padding:3px 0; text-align:center; color:#000;} |
|
414 #wp-calendar td { padding:3px 0; text-align:center; color:#000;} |
|
415 |
|
416 #wp-calendar a { display: block; font-weight:bold;} |
|
417 #wp-calendar #next a { padding-right: 10px; text-align: right; font-weight: normal;} |
|
418 #wp-calendar #prev a { padding-left: 10px;text-align: left; font-weight: normal;} |
|
419 |
|
420 #wp-calendar caption { text-align: center; color:#000; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;} |
|
421 |
|
422 .widget-bot #wp-calendar * { color:#fff;} |
|
423 |
|
424 |
|
425 /* Begin Various Tags & Classes */ |
|
426 acronym, abbr, span.caps { |
|
427 cursor: help; |
|
428 } |
|
429 |
|
430 acronym, abbr { |
|
431 border-bottom:1px dashed #999; |
|
432 } |
|
433 |
|
434 blockquote { |
|
435 border:1px solid #d3d3bf; |
|
436 background:#c8c3a8; padding:15px 10px 10px 20px; margin:5px 0; color:#000; |
|
437 } |
|
438 |
|
439 blockquote cite { |
|
440 margin: 5px 0 0; |
|
441 display: block; |
|
442 } |
|
443 |
|
444 |
|
445 /* Captions */ |
|
446 .aligncenter, |
|
447 div.aligncenter { |
|
448 display: block; |
|
449 margin-left: auto; |
|
450 margin-right: auto;} |
|
451 |
|
452 .wp-caption { |
|
453 border: 1px solid #ddd; |
|
454 text-align: center; |
|
455 background-color: #f3f3f3; |
|
456 padding-top: 4px; |
|
457 margin: 10px; |
|
458 -moz-border-radius: 3px; |
|
459 -khtml-border-radius: 3px; |
|
460 -webkit-border-radius: 3px; |
|
461 border-radius: 3px;} |
|
462 |
|
463 .wp-caption img { |
|
464 margin: 0; |
|
465 padding: 0; |
|
466 border: 0 none;} |
|
467 |
|
468 .wp-caption p.wp-caption-text { |
|
469 font-size: 11px; |
|
470 line-height: 17px; |
|
471 padding: 0 4px 5px; |
|
472 margin: 0;} |
|
473 |
|
474 |
|
475 /* Begin Comments*/ |
|
476 .alt { padding: 10px; font-size:1.2em; padding:0px 20px 0px 25px;} |
|
477 |
|
478 .commentlist {/* font-size:1.2em;*/ color:#000; |
|
479 /*padding:0px 18px 0px 20px;*/ |
|
480 text-align: justify; |
|
481 } |
|
482 .commentlist a { color:#757575} |
|
483 .commentlist span { color:#212121;} |
|
484 |
|
485 ol.commentlist li { list-style: none; font-size:12px; |
|
486 margin:6px 0px 6px 0px; |
|
487 padding: 5px 10px 3px; |
|
488 /*list-style: none;*/ |
|
489 border:1px solid #d3d3bf; |
|
490 background:#c8c3a8; |
|
491 } |
|
492 |
|
493 .commentlist li .avatar { |
|
494 float: right; |
|
495 border: 1px solid #eee; |
|
496 padding: 2px; |
|
497 background: #fff; /*margin:0px 20px 15px 0px;*/ |
|
498 } |
|
499 |
|
500 .commentlist p { color:#000; |
|
501 margin: 10px 5px 10px 0; |
|
502 } |
|
503 |
|
504 #commentform p { |
|
505 margin: 5px 0; |
|
506 padding-left:15px; |
|
507 } |
|
508 |
|
509 .nocomments { |
|
510 text-align: center; |
|
511 margin: 0; |
|
512 padding: 0; |
|
513 } |
|
514 |
|
515 .commentmetadata { |
|
516 margin: 0; |
|
517 display: block; |
|
518 } |