2 /* This controls the width of the fixed width layouts */
5 width: 910px !important
;
20 /* SVG as background image (IE9/Chrome/Safari/Opera) */
21 background-image: url
(data:image
/svg
+xml
;base64
,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgwNDAwIiBvZmZzZXQ9IjU3JSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODQpIiAvPgo8L3N2Zz4
=);
23 background-image: linear-gradient
(
28 background-image: -o-linear-gradient
(
33 background-image: -moz-linear-gradient
(
38 background-image: -webkit-linear-gradient
(
43 background-image: -ms-linear-gradient
(
48 background-image: -webkit-gradient
(
52 color-stop
(0, #000000),
53 color-stop
(0.57, #880400)
55 background-attachment: fixed
;
58 font-family: "trebuchet ms", helvetica
, sans-serif
;
61 h1
, h2
, h3
, h4
, h5
, h6
{
81 text-decoration: underline
;
86 text-decoration: none
;
94 margin: 0.3em 0 0.3em 0;
102 float: right
!important
;
117 background: url
('../../images/tux2.png') no-repeat
;
132 padding: 1.5em 2em 0 2em;
133 border-radius: 8px 8px 8px 8px;
134 -webkit-border-radius: 8px 8px 8px 8px;
135 background: #fff url
('../../images/n2.gif') 0px 0px repeat-x
;
136 border: 1px solid black
;
140 padding-bottom: 1.5em;
158 border-radius: 8px 8px 8px 8px;
159 -webkit-border-radius: 8px 8px 8px 8px;
160 border: 1px solid silver
;
161 padding: 1em 2em 1em 2em;
166 #main_inner .post h2
{
167 border-bottom: dotted
1px #e1e1e1;
179 text-decoration: none
;
183 text-decoration: underline
;
191 background: #ca2f2f url
('../../images/n3.gif') repeat-x
;
193 border: solid
1px #a94b4b;
200 border: solid
1px #f1f1f1;
215 border-radius: 8px 8px 8px 8px;
216 -webkit-border-radius: 8px 8px 8px 8px;
219 border: 1px solid black
;
223 border-radius: 8px 8px 8px 8px;
224 -webkit-border-radius: 8px 8px 8px 8px;
226 display: inline-block
;
229 text-decoration: none
;
237 display: inline-block
;
240 #cssmenu > ul
> li
.active a
, #cssmenu
> ul
> li:hover
> a
{
245 #cssmenu .has-sub:hover
> ul
{
249 #cssmenu .has-sub ul
{
254 #cssmenu .has-sub ul li a
{
256 border-radius: 7px 7px 7px 7px;
262 border: 1px solid black
;
265 #cssmenu .has-sub ul
li:hover a
{
267 box-shadow: inset
0 5px 1px rgba
(0, 0, 0, 0.15);
268 -webkit-box-shadow: inset
0 5px 1px rgba
(0, 0, 0, 0.15);
272 /* when using class='bordered' after tabletag */
275 *border-collapse: collapse
; /* IE7 and lower */
280 border-top: 1px solid grey
;
281 border-bottom: 1px solid grey
;
285 .bordered th:first-child{
286 -moz-border-radius: 6px 0 0 0;
287 -webkit-border-radius: 6px 0 0 0;
288 border-radius: 6px 0 0 0;
289 border-left: 1px solid grey
;
290 border-top: 1px solid grey
;
291 border-bottom: 1px solid grey
;
294 .bordered th:last-child {
295 -moz-border-radius: 0 6px 0 0;
296 -webkit-border-radius: 0 6px 0 0;
297 border-radius: 0 6px 0 0;
298 border-right: 1px solid grey
;
299 border-top: 1px solid grey
;
300 border-bottom: 1px solid grey
;
303 .bordered th:only-child{
304 -moz-border-radius: 6px 6px 0 0;
305 -webkit-border-radius: 6px 6px 0 0;
306 border-radius: 6px 6px 0 0;
307 border: 1px solid grey
;
310 .bordered tr:first-child td:first-child{
311 -moz-border-radius: 6px 0 0 0;
312 -webkit-border-radius: 6px 0 0 0;
313 border-radius: 6px 0 0 0;
314 border-left: 1px solid grey
;
315 border-top: 1px solid grey
;
318 .bordered tr:first-child td:last-child{
319 -moz-border-radius: 0 6px 0 0;
320 -webkit-border-radius: 0 6px 0 0;
321 border-radius: 0 6px 0 0;
322 border-top: 1px solid grey
;
325 .bordered tr:first-child td:only-child{
326 -moz-border-radius: 6px 6px 0 0;
327 -webkit-border-radius: 6px 6px 0 0;
328 border-radius: 6px 6px 0 0;
329 border-left: 1px solid grey
;
330 border-right: 1px solid grey
;
331 border-top: 1px solid grey
;
334 .bordered tr:first-child td{
335 border-top: 1px solid grey
;
338 .bordered tr:last-child{
339 border-left: 1px solid grey
;
340 border-right: 1px solid grey
;
343 .bordered tr:last-child td:first-child {
344 -moz-border-radius: 0 0 0 6px;
345 -webkit-border-radius: 0 0 0 6px;
346 border-radius: 0 0 0 6px;
347 border-bottom: 1px solid grey
;
350 .bordered tr:last-child td:last-child {
351 -moz-border-radius: 0 0 6px 0;
352 -webkit-border-radius: 0 0 6px 0;
353 border-radius: 0 0 6px 0;
354 border-bottom: 1px solid grey
;
357 .bordered tr:last-child td:only-child {
358 -moz-border-radius: 0 0 6px 6px;
359 -webkit-border-radius: 0 0 6px 6px;
360 border-radius: 0 0 6px 6px;
361 border-bottom: 1px solid grey
;
364 .bordered tr:last-child td {
365 border-bottom: 1px solid grey
;
368 .bordered td:first-child {
369 border-left: 1px solid grey
;
372 .bordered td:last-child {
373 border-right: 1px solid grey
;