Advertisement
Anon6k

kkk.bz Theme CSS

Jan 25th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.72 KB | None | 0 0
  1. /*
  2. Theme Name: old_glory_wp_theme_lr
  3. Theme URI: http://wordpressthemes247.blogspot.com
  4. Description: Free wordpress themes designed by http://wordpressthemes247.blogspot.com
  5. Version: 1.0
  6. Author: free wordpress themes
  7. Author URI: http://wordpressthemes247.blogspot.com
  8. Tags: fixed width, three columns, valid XHTML, widgets
  9. */
  10.  
  11. /* begin Page */
  12.  
  13.  
  14.  
  15. body
  16. {
  17.     margin: 0 auto;
  18.     padding: 0;
  19.     background-color: #537DC6;
  20. }
  21.  
  22. #art-main
  23. {
  24.     position: relative;
  25.     width: 100%;
  26.     left: 0;
  27.     top: 0;
  28. }
  29.  
  30.  
  31.  
  32.  
  33.  
  34. #art-page-background-simple-gradient
  35. {
  36.     position: absolute;
  37.     background-image: url('images/Page-BgSimpleGradient.jpg');
  38.     background-repeat: repeat-x;
  39.     top:0;
  40.     width: 100%;
  41.     height: 500px;
  42. }
  43.  
  44. .cleared
  45. {
  46.     float: none;
  47.     clear: both;
  48.     margin: 0;
  49.     padding: 0;
  50.     border: none;
  51.     font-size:1px;
  52. }
  53.  
  54.  
  55. form
  56. {
  57.     padding:0 !important;
  58.     margin:0 !important;
  59. }
  60.  
  61. table.position
  62. {
  63.     position: relative;
  64.     width: 100%;
  65.     table-layout: fixed;
  66. }
  67. /* end Page */
  68.  
  69. /* begin Box, Sheet */
  70. .art-Sheet
  71. {
  72.     position:relative;
  73.     z-index:0;
  74.     margin:0 auto;
  75.     width: 926px;
  76.     min-width:7px;
  77.     min-height:7px;
  78. }
  79.  
  80. .art-Sheet-body
  81. {
  82.     position: relative;
  83.     z-index:1;
  84.     padding: 8px;
  85. }
  86.  
  87. .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
  88. {
  89.     position:absolute;
  90.     z-index:-1;
  91. }
  92.  
  93. .art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
  94. {
  95.     width: 6px;
  96.     height: 6px;
  97.     background-image: url('images/Sheet-s.png');
  98. }
  99.  
  100. .art-Sheet-tl
  101. {
  102.     top:0;
  103.     left:0;
  104.     clip: rect(auto, 3px, 3px, auto);
  105. }
  106.  
  107. .art-Sheet-tr
  108. {
  109.     top: 0;
  110.     right: 0;
  111.     clip: rect(auto, auto, 3px, 3px);
  112. }
  113.  
  114. .art-Sheet-bl
  115. {
  116.     bottom: 0;
  117.     left: 0;
  118.     clip: rect(3px, 3px, auto, auto);
  119. }
  120.  
  121. .art-Sheet-br
  122. {
  123.     bottom: 0;
  124.     right: 0;
  125.     clip: rect(3px, auto, auto, 3px);
  126. }
  127.  
  128. .art-Sheet-tc, .art-Sheet-bc
  129. {
  130.     left: 3px;
  131.     right: 3px;
  132.     height: 6px;
  133.     background-image: url('images/Sheet-h.png');
  134. }
  135.  
  136. .art-Sheet-tc
  137. {
  138.     top: 0;
  139.     clip: rect(auto, auto, 3px, auto);
  140. }
  141.  
  142. .art-Sheet-bc
  143. {
  144.     bottom: 0;
  145.     clip: rect(3px, auto, auto, auto);
  146. }
  147.  
  148. .art-Sheet-cr, .art-Sheet-cl
  149. {
  150.     top: 3px;
  151.     bottom: 3px;
  152.     width: 6px;
  153.     background-image: url('images/Sheet-v.png');
  154. }
  155.  
  156. .art-Sheet-cr
  157. {
  158.     right:0;
  159.     clip: rect(auto, auto, auto, 3px);
  160. }
  161.  
  162. .art-Sheet-cl
  163. {
  164.     left:0;
  165.     clip: rect(auto, 3px, auto, auto);
  166. }
  167.  
  168. .art-Sheet-cc
  169. {
  170.     position:absolute;
  171.     z-index:-1;
  172.     top: 3px;
  173.     left: 3px;
  174.     right: 3px;
  175.     bottom: 3px;
  176.     background-color: #F3F6FB;
  177. }
  178.  
  179.  
  180. .art-Sheet
  181. {
  182.     margin-top: 10px !important;
  183. }
  184.  
  185. #art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
  186. {
  187.     min-width:926px;
  188. }
  189.  
  190. /* end Box, Sheet */
  191.  
  192. /* begin Header */
  193. div.art-Header
  194. {
  195.     margin: 0 auto;
  196.     position: relative;
  197.     z-index:0;
  198.     width: 910px;
  199.     height: 188px;
  200. }
  201.  
  202.  
  203. div.art-Header-jpeg
  204. {
  205.     position: absolute;
  206.     z-index:-1;
  207.     top: 0;
  208.     left: 0;
  209.     width: 910px;
  210.     height: 188px;
  211.     background-image: url('images/Header.jpg');
  212.     background-repeat: no-repeat;
  213.     background-position: center center;
  214. }
  215. /* end Header */
  216.  
  217. /* begin Logo */
  218. .art-Logo
  219. {
  220.     display : block;
  221.     position: absolute;
  222.     left: 10px;
  223.     top: 114px;
  224.     width: 890px;
  225. }
  226.  
  227. h1.art-Logo-name
  228. {
  229.     display: block;
  230.     text-align: right;
  231. }
  232.  
  233. h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
  234. {
  235.     font-family: Arial, Helvetica, Sans-Serif;
  236.     font-size: 38px;
  237.     font-style: normal;
  238.     font-weight: bold;
  239.     text-decoration: none;
  240.     padding:0;
  241.     margin:0;
  242.     color: #253372 !important;
  243. }
  244.  
  245. .art-Logo-text
  246. {
  247.     display: block;
  248.     text-align: right;
  249. }
  250.  
  251. .art-Logo-text, .art-Logo-text a
  252. {
  253.     font-family: Arial, Helvetica, Sans-Serif;
  254.     font-size: 19px;
  255.     font-style: normal;
  256.     font-weight: normal;
  257.     padding:0;
  258.     margin:0;
  259.     color: #F3F6FB !important;
  260. }
  261. /* end Logo */
  262.  
  263. /* begin Menu */
  264. /* menu structure */
  265.  
  266. .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
  267. {
  268.     text-align:left;
  269.     text-decoration:none;
  270.     outline:none;
  271.     letter-spacing:normal;
  272.     word-spacing:normal;
  273. }
  274.  
  275. .art-menu, .art-menu ul
  276. {
  277.     margin: 0;
  278.     padding: 0;
  279.     border: 0;
  280.     list-style-type: none;
  281.     display: block;
  282. }
  283.  
  284. .art-menu li
  285. {
  286.     margin: 0;
  287.     padding: 0;
  288.     border: 0;
  289.     display: block;
  290.     float: left;
  291.     position: relative;
  292.     z-index: 5;
  293.     background:none;
  294. }
  295.  
  296. .art-menu li:hover
  297. {
  298.     z-index: 10000;
  299.     white-space: normal;
  300. }
  301.  
  302. .art-menu li li
  303. {
  304.     float: none;
  305. }
  306.  
  307. .art-menu ul
  308. {
  309.     visibility: hidden;
  310.     position: absolute;
  311.     z-index: 10;
  312.     left: 0;
  313.     top: 0;
  314.     background:none;
  315. }
  316.  
  317. .art-menu li:hover>ul
  318. {
  319.     visibility: visible;
  320.     top: 100%;
  321. }
  322.  
  323. .art-menu li li:hover>ul
  324. {
  325.     top: 0;
  326.     left: 100%;
  327. }
  328.  
  329. .art-menu:after, .art-menu ul:after
  330. {
  331.     content: ".";
  332.     height: 0;
  333.     display: block;
  334.     visibility: hidden;
  335.     overflow: hidden;
  336.     clear: both;
  337. }
  338. .art-menu, .art-menu ul
  339. {
  340.     min-height: 0;
  341. }
  342.  
  343. .art-menu ul
  344. {
  345.     background-image: url(images/spacer.gif);
  346.     padding: 10px 30px 30px 30px;
  347.     margin: -10px 0 0 -30px;
  348. }
  349.  
  350. .art-menu ul ul
  351. {
  352.     padding: 30px 30px 30px 10px;
  353.     margin: -30px 0 0 -10px;
  354. }
  355.  
  356.  
  357.  
  358.  
  359.  
  360. /* menu structure */
  361.  
  362. .art-menu
  363. {
  364.     padding: 12px 6px 0px 6px;
  365. }
  366.  
  367. .art-nav
  368. {
  369.     position: relative;
  370.     height: 41px;
  371.     z-index: 100;
  372. }
  373.  
  374. .art-nav .l, .art-nav .r
  375. {
  376.     position: absolute;
  377.     z-index: -1;
  378.     top: 0;
  379.     height: 41px;
  380.     background-image: url('images/nav.png');
  381. }
  382.  
  383. .art-nav .l
  384. {
  385.     left: 0;
  386.     right:0px;
  387. }
  388.  
  389. .art-nav .r
  390. {
  391.     right: 0;
  392.     width: 910px;
  393.     clip: rect(auto, auto, auto, 910px);
  394. }
  395.  
  396.  
  397. /* end Menu */
  398.  
  399. /* begin MenuItem */
  400. .art-menu ul li
  401. {
  402.     clear: both;
  403. }
  404.  
  405. .art-menu a
  406. {
  407.     position:relative;
  408.     display: block;
  409.     overflow:hidden;
  410.     height: 29px;
  411.     cursor: pointer;
  412.     text-decoration: none;
  413.     margin-right: 2px;
  414.     margin-left: 2px;
  415. }
  416.  
  417.  
  418. .art-menu a .r, .art-menu a .l
  419. {
  420.     position:absolute;
  421.     display: block;
  422.     top:0;
  423.     z-index:-1;
  424.     height: 87px;
  425.     background-image: url('images/MenuItem.png');
  426. }
  427.  
  428. .art-menu a .l
  429. {
  430.     left:0;
  431.     right:4px;
  432. }
  433.  
  434. .art-menu a .r
  435. {
  436.     width:408px;
  437.     right:0;
  438.     clip: rect(auto, auto, auto, 404px);
  439. }
  440.  
  441. .art-menu a .t
  442. {
  443.     font-family: Arial, Helvetica, Sans-Serif;
  444.     font-size: 12px;
  445.     font-style: normal;
  446.     font-weight: normal;
  447.     color: #0D1626;
  448.     padding: 0 19px;
  449.     margin: 0 4px;
  450.     line-height: 29px;
  451.     text-align: center;
  452. }
  453.  
  454. .art-menu a:hover .l, .art-menu a:hover .r
  455. {
  456.     top:-29px;
  457. }
  458.  
  459. .art-menu li:hover>a .l, .art-menu li:hover>a .r
  460. {
  461.     top:-29px;
  462. }
  463.  
  464. .art-menu li:hover a .l, .art-menu li:hover a .r
  465. {
  466.     top:-29px;
  467. }
  468. .art-menu a:hover .t
  469. {
  470.     color: #284577;
  471. }
  472.  
  473. .art-menu li:hover a .t
  474. {
  475.     color: #284577;
  476. }
  477.  
  478. .art-menu li:hover>a .t
  479. {
  480.     color: #284577;
  481. }
  482.  
  483.  
  484. .art-menu a.active .l, .art-menu a.active .r
  485. {
  486.     top: -58px;
  487. }
  488.  
  489. .art-menu a.active .t
  490. {
  491.     color: #090F1B;
  492. }
  493.  
  494.  
  495. /* end MenuItem */
  496.  
  497. /* begin ContentLayout */
  498. .art-contentLayout
  499. {
  500.     position: relative;
  501.     margin-bottom: 0px;
  502.     width: 910px;
  503. }
  504. /* end ContentLayout */
  505.  
  506. /* begin Box, Block */
  507. .art-Block
  508. {
  509.     position:relative;
  510.     z-index:0;
  511.     margin:0 auto;
  512.     min-width:3px;
  513.     min-height:3px;
  514. }
  515.  
  516. .art-Block-body
  517. {
  518.     position: relative;
  519.     z-index:1;
  520.     padding: 7px;
  521. }
  522.  
  523. .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
  524. {
  525.     position:absolute;
  526.     z-index:-1;
  527. }
  528.  
  529. .art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
  530. {
  531.     width: 2px;
  532.     height: 2px;
  533.     background-image: url('images/Block-s.png');
  534. }
  535.  
  536. .art-Block-tl
  537. {
  538.     top:0;
  539.     left:0;
  540.     clip: rect(auto, 1px, 1px, auto);
  541. }
  542.  
  543. .art-Block-tr
  544. {
  545.     top: 0;
  546.     right: 0;
  547.     clip: rect(auto, auto, 1px, 1px);
  548. }
  549.  
  550. .art-Block-bl
  551. {
  552.     bottom: 0;
  553.     left: 0;
  554.     clip: rect(1px, 1px, auto, auto);
  555. }
  556.  
  557. .art-Block-br
  558. {
  559.     bottom: 0;
  560.     right: 0;
  561.     clip: rect(1px, auto, auto, 1px);
  562. }
  563.  
  564. .art-Block-tc, .art-Block-bc
  565. {
  566.     left: 1px;
  567.     right: 1px;
  568.     height: 2px;
  569.     background-image: url('images/Block-h.png');
  570. }
  571.  
  572. .art-Block-tc
  573. {
  574.     top: 0;
  575.     clip: rect(auto, auto, 1px, auto);
  576. }
  577.  
  578. .art-Block-bc
  579. {
  580.     bottom: 0;
  581.     clip: rect(1px, auto, auto, auto);
  582. }
  583.  
  584. .art-Block-cr, .art-Block-cl
  585. {
  586.     top: 1px;
  587.     bottom: 1px;
  588.     width: 2px;
  589.     background-image: url('images/Block-v.png');
  590. }
  591.  
  592. .art-Block-cr
  593. {
  594.     right:0;
  595.     clip: rect(auto, auto, auto, 1px);
  596. }
  597.  
  598. .art-Block-cl
  599. {
  600.     left:0;
  601.     clip: rect(auto, 1px, auto, auto);
  602. }
  603.  
  604. .art-Block-cc
  605. {
  606.     position:absolute;
  607.     z-index:-1;
  608.     top: 1px;
  609.     left: 1px;
  610.     right: 1px;
  611.     bottom: 1px;
  612.     background-color: #E4E7F6;
  613. }
  614.  
  615.  
  616. .art-Block
  617. {
  618.     margin: 3px;
  619. }
  620.  
  621. /* end Box, Block */
  622.  
  623. /* begin BlockHeader */
  624. .art-BlockHeader
  625. {
  626.     position:relative;
  627.     z-index:0;
  628.     height: 30px;
  629.     padding: 0 7px;
  630.     margin-bottom: 7px;
  631. }
  632.  
  633. .art-BlockHeader .t
  634. {
  635.     height: 30px;
  636.     color: #A3AEE1;
  637.     font-family: Arial, Helvetica, Sans-Serif;
  638.     font-size: 12px;
  639.     font-style: normal;
  640.     font-weight: bold;
  641.     white-space : nowrap;
  642.     padding: 0 7px;
  643.     line-height: 30px;
  644. }
  645.  
  646. .art-BlockHeader .l, .art-BlockHeader .r
  647. {
  648.     display:block;
  649.     position:absolute;
  650.     z-index:-1;
  651.     height: 30px;
  652.     background-image: url('images/BlockHeader.png');
  653. }
  654.  
  655. .art-BlockHeader .l
  656. {
  657.     left:0;
  658.     right:0px;
  659. }
  660.  
  661. .art-BlockHeader .r
  662. {
  663.     width:920px;
  664.     right:0;
  665.     clip: rect(auto, auto, auto, 920px);
  666. }
  667.  
  668.  
  669.  
  670.  
  671.  
  672. .art-header-tag-icon
  673. {
  674.     display:inline-block;
  675.     background-position:left top;
  676.     background-image: url('images/BlockHeaderIcon.png');
  677.     padding:0 0 0 16px;
  678.     background-repeat: no-repeat;
  679.     min-height: 15px;
  680.     margin: 0 0 0 5px;
  681. }
  682.  
  683.  
  684. /* end BlockHeader */
  685.  
  686. /* begin Box, BlockContent */
  687. .art-BlockContent
  688. {
  689.     position:relative;
  690.     z-index:0;
  691.     margin:0 auto;
  692.     min-width:1px;
  693.     min-height:1px;
  694. }
  695.  
  696. .art-BlockContent-body
  697. {
  698.     position: relative;
  699.     z-index:1;
  700.     padding: 8px;
  701. }
  702.  
  703.  
  704.  
  705. .art-BlockContent-body
  706. {
  707.     color:#2F528E;
  708.     font-family: Arial, Helvetica, Sans-Serif;
  709.     font-size: 12px;
  710.     font-style: normal;
  711.     font-weight: normal;
  712. }
  713.  
  714. .art-BlockContent-body a:link
  715. {
  716.     color: #28377B;
  717.     font-family: Arial, Helvetica, Sans-Serif;
  718.     text-decoration: underline;
  719. }
  720.  
  721. .art-BlockContent-body a:visited, .art-BlockContent-body a.visited
  722. {
  723.     color: #4B77C3;
  724.     font-family: Arial, Helvetica, Sans-Serif;
  725.     text-decoration: underline;
  726. }
  727.  
  728. .art-BlockContent-body a:hover, .art-BlockContent-body a.hover
  729. {
  730.     color: #D60007;
  731.     font-family: Arial, Helvetica, Sans-Serif;
  732.     text-decoration: none;
  733. }
  734.  
  735. .art-BlockContent-body ul
  736. {
  737.     list-style-type: none;
  738.     color: #121F36;
  739.     margin:0;
  740.     padding:0;
  741. }
  742.  
  743. .art-BlockContent-body li
  744. {
  745.     font-family: Arial, Helvetica, Sans-Serif;
  746.     font-size: 12px;
  747.     text-decoration: none;
  748. }
  749.  
  750. .art-BlockContent-body ul li
  751. {
  752.     padding:0px 0 0px 13px;
  753.     background-image: url('images/BlockContentBullets.png');
  754.     background-repeat:no-repeat;
  755.     margin:0.5em 0 0.5em 0;
  756.     line-height:1.2em;
  757. }
  758.  
  759. /* end Box, BlockContent */
  760.  
  761. /* begin Box, Post */
  762. .art-Post
  763. {
  764.     position:relative;
  765.     z-index:0;
  766.     margin:0 auto;
  767.     min-width:3px;
  768.     min-height:3px;
  769. }
  770.  
  771. .art-Post-body
  772. {
  773.     position: relative;
  774.     z-index:1;
  775.     padding: 11px;
  776. }
  777.  
  778. .art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
  779. {
  780.     position:absolute;
  781.     z-index:-1;
  782. }
  783.  
  784. .art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
  785. {
  786.     width: 2px;
  787.     height: 2px;
  788.     background-image: url('images/Post-s.png');
  789. }
  790.  
  791. .art-Post-tl
  792. {
  793.     top:0;
  794.     left:0;
  795.     clip: rect(auto, 1px, 1px, auto);
  796. }
  797.  
  798. .art-Post-tr
  799. {
  800.     top: 0;
  801.     right: 0;
  802.     clip: rect(auto, auto, 1px, 1px);
  803. }
  804.  
  805. .art-Post-bl
  806. {
  807.     bottom: 0;
  808.     left: 0;
  809.     clip: rect(1px, 1px, auto, auto);
  810. }
  811.  
  812. .art-Post-br
  813. {
  814.     bottom: 0;
  815.     right: 0;
  816.     clip: rect(1px, auto, auto, 1px);
  817. }
  818.  
  819. .art-Post-tc, .art-Post-bc
  820. {
  821.     left: 1px;
  822.     right: 1px;
  823.     height: 2px;
  824.     background-image: url('images/Post-h.png');
  825. }
  826.  
  827. .art-Post-tc
  828. {
  829.     top: 0;
  830.     clip: rect(auto, auto, 1px, auto);
  831. }
  832.  
  833. .art-Post-bc
  834. {
  835.     bottom: 0;
  836.     clip: rect(1px, auto, auto, auto);
  837. }
  838.  
  839. .art-Post-cr, .art-Post-cl
  840. {
  841.     top: 1px;
  842.     bottom: 1px;
  843.     width: 2px;
  844.     background-image: url('images/Post-v.png');
  845. }
  846.  
  847. .art-Post-cr
  848. {
  849.     right:0;
  850.     clip: rect(auto, auto, auto, 1px);
  851. }
  852.  
  853. .art-Post-cl
  854. {
  855.     left:0;
  856.     clip: rect(auto, 1px, auto, auto);
  857. }
  858.  
  859. .art-Post-cc
  860. {
  861.     position:absolute;
  862.     z-index:-1;
  863.     top: 1px;
  864.     left: 1px;
  865.     right: 1px;
  866.     bottom: 1px;
  867.     background-color: #E4E7F6;
  868. }
  869.  
  870.  
  871. .art-Post
  872. {
  873.     margin: 3px;
  874. }
  875.  
  876. /* Start images */
  877. a img
  878. {
  879.     border: 0;
  880. }
  881.  
  882. .art-article img, img.art-article
  883. {
  884.     border: solid 1px #3B51B5;
  885.     margin: 1em;
  886. }
  887.  
  888. .art-metadata-icons img
  889. {
  890.     border: none;
  891.     vertical-align: middle;
  892.     margin:2px;
  893. }
  894. /* Finish images */
  895.  
  896. /* Start tables */
  897.  
  898. .art-article table, table.art-article
  899. {
  900.     border-collapse: collapse;
  901.     margin: 1px;
  902.     width:auto;
  903. }
  904.  
  905. .art-article table, table.art-article .art-article tr, .art-article th, .art-article td
  906. {
  907.     background-color:Transparent;
  908. }
  909.  
  910. .art-article th, .art-article td
  911. {
  912.     padding: 2px;
  913.     border: solid 1px #596EC9;
  914.     vertical-align: top;
  915.     text-align:left;
  916. }
  917.  
  918. .art-article th
  919. {
  920.     text-align:center;
  921.     vertical-align:middle;
  922.     padding: 7px;
  923. }
  924.  
  925. /* Finish tables */
  926. /* end Box, Post */
  927.  
  928. /* begin PostHeaderIcon */
  929. .art-PostHeaderIcon-wrapper
  930. {
  931.     text-decoration:none;
  932.     margin: 0.2em 0;
  933.     padding: 0;
  934.     font-weight:normal;
  935.     font-style:normal;
  936.     letter-spacing:normal;
  937.     word-spacing:normal;
  938.     font-variant:normal;
  939.     text-decoration:none;
  940.     font-variant:normal;
  941.     text-transform:none;
  942.     text-align:left;
  943.     text-indent:0;
  944.     line-height:inherit;
  945.     font-family: Arial, Helvetica, Sans-Serif;
  946.     font-size: 18px;
  947.     font-style: normal;
  948.     font-weight: bold;
  949.     text-align: left;
  950.     color: #1C3154;
  951. }
  952.  
  953. .art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
  954. {
  955.     font-family: Arial, Helvetica, Sans-Serif;
  956.     font-size: 18px;
  957.     font-style: normal;
  958.     font-weight: bold;
  959.     text-align: left;
  960.     color: #1C3154;
  961. }
  962.  
  963. /* end PostHeaderIcon */
  964.  
  965. /* begin PostHeader */
  966. .art-PostHeader a:link
  967. {
  968.   font-family: Arial, Helvetica, Sans-Serif;
  969.   text-decoration: none;
  970.   text-align: left;
  971.   color: #222F68;
  972. }
  973.  
  974. .art-PostHeader a:visited, .art-PostHeader a.visited
  975. {
  976.   font-family: Arial, Helvetica, Sans-Serif;
  977.   text-decoration: none;
  978.   text-align: left;
  979.   color: #2E508A;
  980. }
  981.  
  982. .art-PostHeader a:hover, .art-PostHeader a.hovered
  983. {
  984.   font-family: Arial, Helvetica, Sans-Serif;
  985.   text-decoration: none;
  986.   text-align: left;
  987.   color: #D60007;
  988. }
  989. /* end PostHeader */
  990.  
  991. /* begin PostMetadata */
  992. .art-PostMetadataHeader
  993. {
  994.     padding:1px;
  995.     background-color: #B2BCE6;
  996.     border-color: #8090D6;
  997.     border-style: solid;
  998.     border-width: 1px;
  999. }
  1000. /* end PostMetadata */
  1001.  
  1002. /* begin PostIcons */
  1003. .art-PostHeaderIcons
  1004. {
  1005.     padding:1px;
  1006. }
  1007.  
  1008. .art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
  1009. {
  1010.     font-family: Arial, Helvetica, Sans-Serif;
  1011.     font-size: 11px;
  1012.     color: #162641;
  1013. }
  1014.  
  1015. .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
  1016. {
  1017.     margin:0;
  1018. }
  1019.  
  1020. .art-PostHeaderIcons a:link
  1021. {
  1022.     font-family: Arial, Helvetica, Sans-Serif;
  1023.     text-decoration: underline;
  1024.     color: #253474;
  1025. }
  1026.  
  1027. .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
  1028. {
  1029.     font-family: Arial, Helvetica, Sans-Serif;
  1030.     text-decoration: underline;
  1031.     color: #264273;
  1032. }
  1033.  
  1034. .art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
  1035. {
  1036.     font-family: Arial, Helvetica, Sans-Serif;
  1037.     text-decoration: none;
  1038.     color: #CC0007;
  1039. }
  1040. /* end PostIcons */
  1041.  
  1042. /* begin PostContent */
  1043. /* Content Text Font & Color (Default) */
  1044. body
  1045. {
  1046.   font-family: Arial, Helvetica, Sans-Serif;
  1047.   font-size: 12px;
  1048.   font-style: normal;
  1049.   font-weight: normal;
  1050.   color: #25406F;
  1051. }
  1052.  
  1053. .art-PostContent
  1054. {
  1055.   font-family: Arial, Helvetica, Sans-Serif;
  1056.   font-size: 12px;
  1057.   font-style: normal;
  1058.   font-weight: normal;
  1059.   text-align: justify;
  1060.   color: #25406F;
  1061. }
  1062.  
  1063.  
  1064. /* Start Content link style */
  1065. /*
  1066. The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
  1067. http://www.w3schools.com/CSS/css_pseudo_classes.asp
  1068. http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
  1069. */
  1070. a
  1071. {
  1072.   font-family: Arial, Helvetica, Sans-Serif;
  1073.   text-decoration: underline;
  1074.   color: #3449A2;
  1075. }
  1076.  
  1077. /* Adds special style to an unvisited link. */
  1078. a:link
  1079. {
  1080.   font-family: Arial, Helvetica, Sans-Serif;
  1081.   text-decoration: underline;
  1082.   color: #3449A2;
  1083. }
  1084.  
  1085. /* Adds special style to a visited link. */
  1086. a:visited, a.visited
  1087. {
  1088.   font-family: Arial, Helvetica, Sans-Serif;
  1089.   text-decoration: underline;
  1090.   color: #1B2E50;
  1091. }
  1092.  
  1093. /* :hover - adds special style to an element when you mouse over it. */
  1094. a:hover, a.hover
  1095. {
  1096.   font-family: Arial, Helvetica, Sans-Serif;
  1097.   text-decoration: none;
  1098.   color: #D60007;
  1099. }
  1100.  
  1101. /* Finish Content link style */
  1102.  
  1103. /* Resert some headings default style & links default style for links in headings*/
  1104. h1, h2, h3, h4, h5, h6,
  1105. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
  1106. h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
  1107. h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
  1108. {
  1109.   font-weight: normal;
  1110.   font-style: normal;
  1111.   text-decoration: none;
  1112. }
  1113.  
  1114.  
  1115. /* Start Content headings Fonts & Colors  */
  1116. h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
  1117. {
  1118.   font-family: Arial, Helvetica, Sans-Serif;
  1119.   font-size: 28px;
  1120.   font-style: normal;
  1121.   font-weight: bold;
  1122.   text-align: left;
  1123.   color: #29477A;
  1124. }
  1125.  
  1126. h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
  1127. {
  1128.   font-family: Arial, Helvetica, Sans-Serif;
  1129.   font-size: 22px;
  1130.   font-style: normal;
  1131.   font-weight: bold;
  1132.   text-align: left;
  1133.   color: #365DA1;
  1134. }
  1135.  
  1136. h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
  1137. {
  1138.   font-family: Arial, Helvetica, Sans-Serif;
  1139.   font-size: 18px;
  1140.   font-style: normal;
  1141.   font-weight: bold;
  1142.   text-align: left;
  1143.   color: #3449A2;
  1144. }
  1145.  
  1146. h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
  1147. {
  1148.   font-family: Arial, Helvetica, Sans-Serif;
  1149.   font-size: 16px;
  1150.   font-style: normal;
  1151.   font-weight: bold;
  1152.   text-align: left;
  1153.   color: #2F528E;
  1154. }
  1155.  
  1156. h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
  1157. {
  1158.   font-family: Arial, Helvetica, Sans-Serif;
  1159.   font-size: 14px;
  1160.   font-style: normal;
  1161.   font-weight: bold;
  1162.   text-align: left;
  1163.   color: #2F528E;
  1164. }
  1165.  
  1166. h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
  1167. {
  1168.   font-family: Arial, Helvetica, Sans-Serif;
  1169.   font-size: 14px;
  1170.   font-style: normal;
  1171.   font-weight: bold;
  1172.   text-align: left;
  1173.   color: #2F528E;
  1174. }
  1175. /* Finish Content headings Fonts & Colors  */
  1176. /* end PostContent */
  1177.  
  1178. /* begin PostBullets */
  1179. /* Start Content list */
  1180. ol, ul
  1181. {
  1182.     color: #1C3154;
  1183.     margin:1em 0 1em 2em;
  1184.     padding:0;
  1185.     font-family: Arial, Helvetica, Sans-Serif;
  1186.     font-size: 12px;
  1187. }
  1188.  
  1189. li ol, li ul
  1190. {
  1191.     margin:0.5em 0 0.5em 2em;
  1192.     padding:0;
  1193. }
  1194.  
  1195. li
  1196. {
  1197.     margin:0.2em 0;
  1198.     padding:0;
  1199. }
  1200.  
  1201. ul
  1202. {
  1203.     list-style-type: none;
  1204. }
  1205.  
  1206. ol
  1207. {
  1208.     list-style-position:inside;
  1209.    
  1210. }
  1211.  
  1212.  
  1213.  
  1214. .art-Post li
  1215. {
  1216.     padding:0px 0 0px 13px;
  1217.     line-height:1.2em;
  1218. }
  1219.  
  1220. .art-Post ol li, .art-Post ul ol li
  1221. {
  1222.     background: none;
  1223.     padding-left:0;
  1224. }
  1225.  
  1226. .art-Post ul li, .art-Post ol ul li
  1227. {
  1228.     background-image: url('images/PostBullets.png');
  1229.     background-repeat:no-repeat;
  1230.     padding-left:13px;
  1231. }
  1232.  
  1233.  
  1234. /* Finish Content list */
  1235. /* end PostBullets */
  1236.  
  1237. /* begin PostQuote */
  1238. /* Start blockquote */
  1239. blockquote p
  1240. {
  1241.     color:#060B13;
  1242.     font-family: Arial, Helvetica, Sans-Serif;
  1243.     font-style: italic;
  1244.     font-weight: normal;
  1245.     text-align: left;
  1246. }
  1247.  
  1248. blockquote
  1249. {
  1250.         border:solid 1px #8090D6;
  1251.         margin:10px 10px 10px 50px;
  1252.     padding:5px 5px 5px 41px;
  1253.     background-color:#B2BCE6;
  1254.     background-image:url('images/PostQuote.png');
  1255.     background-position:left top;
  1256.     background-repeat:no-repeat;
  1257. }
  1258.  
  1259.  
  1260. /* Finish blockuote */
  1261. /* end PostQuote */
  1262.  
  1263. /* begin PostMetadata */
  1264. .art-PostMetadataFooter
  1265. {
  1266.     padding:1px;
  1267.     background-color: #B2BCE6;
  1268.     border-color: #8090D6;
  1269.     border-style: solid;
  1270.     border-width: 1px;
  1271. }
  1272. /* end PostMetadata */
  1273.  
  1274. /* begin PostIcons */
  1275. .art-PostFooterIcons
  1276. {
  1277.     padding:1px;
  1278. }
  1279.  
  1280. .art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
  1281. {
  1282.     font-family: Arial, Helvetica, Sans-Serif;
  1283.     font-size: 11px;
  1284.     text-decoration: none;
  1285.     color: #162641;
  1286. }
  1287.  
  1288. .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
  1289. {
  1290.     margin:0;
  1291. }
  1292.  
  1293. .art-PostFooterIcons a:link
  1294. {
  1295.     font-family: Arial, Helvetica, Sans-Serif;
  1296.     text-decoration: underline;
  1297.     color: #253474;
  1298. }
  1299.  
  1300. .art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
  1301. {
  1302.     font-family: Arial, Helvetica, Sans-Serif;
  1303.     text-decoration: underline;
  1304.     color: #264273;
  1305. }
  1306.  
  1307. .art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
  1308. {
  1309.     font-family: Arial, Helvetica, Sans-Serif;
  1310.     text-decoration: none;
  1311.     color: #CC0007;
  1312. }
  1313. /* end PostIcons */
  1314.  
  1315. /* begin Button */
  1316. .art-button-wrapper .art-button
  1317. {
  1318.     display:inline-block;
  1319.     width: auto;
  1320.     outline:none;
  1321.     border:none;
  1322.     background:none;
  1323.     line-height:34px;
  1324.     margin:0 !important;
  1325.     padding:0 !important;
  1326.     overflow: visible;
  1327.     cursor: default;
  1328.     text-decoration: none !important;
  1329.     z-index:0;
  1330. }
  1331.  
  1332. .art-button-wrapper
  1333. {
  1334.     display:inline-block;
  1335.     position:relative;
  1336.     height: 34px;
  1337.     overflow:hidden;
  1338.     white-space: nowrap;
  1339.     width: auto;
  1340.     z-index:0;
  1341. }
  1342.  
  1343. .art-button-wrapper .art-button
  1344. {
  1345.     display:block;
  1346.     height: 34px;
  1347.     font-family: Arial, Helvetica, Sans-Serif;
  1348.     font-size: 12px;
  1349.     font-style: normal;
  1350.     font-weight: normal;
  1351.     white-space: nowrap;
  1352.     text-align: left;
  1353.     padding: 0 21px !important;
  1354.     line-height: 34px;
  1355.     text-decoration: none !important;
  1356.     color: #A3AEE1 !important;
  1357. }
  1358.  
  1359. input, select
  1360. {
  1361.     font-family: Arial, Helvetica, Sans-Serif;
  1362.     font-size: 12px;
  1363.     font-style: normal;
  1364.     font-weight: normal;
  1365. }
  1366.  
  1367. .art-button-wrapper.hover .art-button, .art-button:hover
  1368. {
  1369.     color: #000000 !important;
  1370.     text-decoration: none !important;
  1371. }
  1372.  
  1373. .art-button-wrapper.active .art-button
  1374. {
  1375.     color: #5C0003 !important;
  1376. }
  1377.  
  1378. .art-button-wrapper .l, .art-button-wrapper .r
  1379. {
  1380.     display:block;
  1381.     position:absolute;
  1382.     z-index:-1;
  1383.     height: 102px;
  1384.     background-image: url('images/Button.png');
  1385. }
  1386.  
  1387. .art-button-wrapper .l
  1388. {
  1389.     left:0;
  1390.     right:11px;
  1391. }
  1392.  
  1393. .art-button-wrapper .r
  1394. {
  1395.     width:411px;
  1396.     right:0;
  1397.     clip: rect(auto, auto, auto, 400px);
  1398. }
  1399.  
  1400. .art-button-wrapper.hover .l, .art-button-wrapper.hover .r
  1401. {
  1402.     top: -34px;
  1403. }
  1404.  
  1405. .art-button-wrapper.active .l, .art-button-wrapper.active .r
  1406. {
  1407.     top: -68px;
  1408. }
  1409.  
  1410.  
  1411. /* end Button */
  1412.  
  1413. /* begin Footer */
  1414. .art-Footer
  1415. {
  1416.     position:relative;
  1417.     z-index:0;
  1418.     overflow:hidden;
  1419.     width: 910px;
  1420.     margin: 5px auto 0px auto;
  1421. }
  1422.  
  1423. .art-Footer .art-Footer-inner
  1424. {
  1425.     height:1%;
  1426.     position: relative;
  1427.     z-index: 0;
  1428.     padding: 8px;
  1429.     text-align: center;
  1430. }
  1431.  
  1432. .art-Footer .art-Footer-background
  1433. {
  1434.     position:absolute;
  1435.     z-index:-1;
  1436.     background-repeat:no-repeat;
  1437.     background-image: url('images/Footer.png');
  1438.     width: 910px;
  1439.     height: 150px;
  1440.     bottom:0;
  1441.     left:0;
  1442. }
  1443.  
  1444.  
  1445. .art-rss-tag-icon
  1446. {
  1447.     position: relative;
  1448.     display:block;
  1449.     float:left;
  1450.     background-image: url('images/rssIcon.png');
  1451.     background-position: center right;
  1452.     background-repeat: no-repeat;
  1453.     margin: 0 5px 0 0;
  1454.     height: 25px;
  1455.     width: 25px;
  1456. }
  1457.  
  1458.  
  1459.  
  1460.  
  1461. .art-Footer .art-Footer-text p
  1462. {
  1463.     margin: 0;
  1464. }
  1465.  
  1466. .art-Footer .art-Footer-text
  1467. {
  1468.     display:inline-block;
  1469.     color:#0A0E1F;
  1470.     font-family: Arial, Helvetica, Sans-Serif;
  1471.     font-size: 11px;
  1472. }
  1473.  
  1474. .art-Footer .art-Footer-text a:link
  1475. {
  1476.     text-decoration: none;
  1477.     color: #253474;
  1478.     font-family: Arial, Helvetica, Sans-Serif;
  1479.     text-decoration: underline;
  1480. }
  1481.  
  1482. .art-Footer .art-Footer-text a:visited
  1483. {
  1484.     text-decoration: none;
  1485.     color: #0D1626;
  1486.     font-family: Arial, Helvetica, Sans-Serif;
  1487.     text-decoration: underline;
  1488. }
  1489.  
  1490. .art-Footer .art-Footer-text a:hover
  1491. {
  1492.     text-decoration: none;
  1493.     color: #990005;
  1494.     font-family: Arial, Helvetica, Sans-Serif;
  1495.     text-decoration: none;
  1496. }
  1497. /* end Footer */
  1498.  
  1499. /* begin PageFooter */
  1500. .art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
  1501. {
  1502.     font-family:Arial;
  1503.     font-size:10px;
  1504.     letter-spacing:normal;
  1505.     word-spacing:normal;
  1506.     font-style:normal;
  1507.     font-weight:normal;
  1508.     text-decoration:underline;
  1509.     color:#FF0008;
  1510. }
  1511.  
  1512. .art-page-footer
  1513. {
  1514.     margin:1em;
  1515.     text-align:center;
  1516.     text-decoration:none;
  1517.     color:#3E56C1;
  1518. }
  1519. /* end PageFooter */
  1520.  
  1521. /* begin LayoutCell */
  1522. .art-contentLayout .art-sidebar1
  1523. {
  1524.     position: relative;
  1525.     margin: 0;
  1526.     padding: 0;
  1527.     border: 0;
  1528.     float: left;
  1529.     overflow: hidden;
  1530.     width: 181px;
  1531. }
  1532. /* end LayoutCell */
  1533.  
  1534. /* begin LayoutCell */
  1535. .art-contentLayout .art-content
  1536. {
  1537.     position: relative;
  1538.     margin: 0;
  1539.     padding: 0;
  1540.     border: 0;
  1541.     float: left;
  1542.     overflow: hidden;
  1543.     width: 547px;
  1544. }
  1545. .art-contentLayout .art-content-sidebar1
  1546. {
  1547.     position: relative;
  1548.     margin: 0;
  1549.     padding: 0;
  1550.     border: 0;
  1551.     float: left;
  1552.     overflow: hidden;
  1553.     width: 728px;
  1554. }
  1555. .art-contentLayout .art-content-sidebar2
  1556. {
  1557.     position: relative;
  1558.     margin: 0;
  1559.     padding: 0;
  1560.     border: 0;
  1561.     float: left;
  1562.     overflow: hidden;
  1563.     width: 728px;
  1564. }
  1565. .art-contentLayout .art-content-wide
  1566. {
  1567.     position: relative;
  1568.     margin: 0;
  1569.     padding: 0;
  1570.     border: 0;
  1571.     float: left;
  1572.     overflow: hidden;
  1573.     width: 909px;
  1574. }
  1575. /* end LayoutCell */
  1576.  
  1577. /* begin LayoutCell */
  1578. .art-contentLayout .art-sidebar2
  1579. {
  1580.     position: relative;
  1581.     margin: 0;
  1582.     padding: 0;
  1583.     border: 0;
  1584.     float: left;
  1585.     overflow: hidden;
  1586.     width: 181px;
  1587. }
  1588. /* end LayoutCell */
  1589.  
  1590.  
  1591.  
  1592. .commentlist, .commentlist li
  1593. {
  1594.     background: none;
  1595. }
  1596.  
  1597. .commentlist li li
  1598. {
  1599.     margin-left:30px;
  1600. }
  1601.  
  1602. .commentlist li .avatar
  1603. {
  1604.     float: right;
  1605.     border: 1px solid #eee;
  1606.     padding: 2px;
  1607.     margin:1px;
  1608.     background: #fff;
  1609. }
  1610.  
  1611. .commentlist li cite
  1612. {
  1613.     font-size:1.2em;
  1614. }
  1615.  
  1616. #commentform textarea
  1617. {
  1618.     width: 100%;
  1619. }
  1620.  
  1621. img.wp-smiley
  1622. {
  1623.     border:none;
  1624.     margin:0;
  1625.     padding:0;
  1626. }
  1627.  
  1628. .navigation
  1629. {
  1630.     display: block;
  1631.     text-align: center;
  1632. }
  1633.  
  1634. /* Recommended by http://codex.wordpress.org/CSS */
  1635. /* Begin */
  1636. .aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
  1637. {
  1638.     display: block;
  1639.     margin-left: auto;
  1640.     margin-right: auto;
  1641. }
  1642.  
  1643. .alignleft
  1644. {
  1645.     float: left;
  1646. }
  1647.  
  1648. .alignright
  1649. {
  1650.     float: right;
  1651. }
  1652.  
  1653. .alignright img, img.alignright
  1654. {
  1655.     margin: 1em;
  1656.     margin-right: 0;
  1657. }
  1658.  
  1659. .alignleft img, img.alignleft
  1660. {
  1661.     margin: 1em;
  1662.     margin-left: 0;
  1663. }
  1664.  
  1665. .wp-caption
  1666. {
  1667.     border: 1px solid #ddd;
  1668.     text-align: center;
  1669.     background-color: #f3f3f3;
  1670.     padding-top: 4px;
  1671.     margin: 10px;
  1672. }
  1673.  
  1674. .wp-caption img
  1675. {
  1676.     margin: 0;
  1677.     padding: 0;
  1678.     border: 0 none;
  1679. }
  1680.  
  1681. .wp-caption p.wp-caption-text
  1682. {
  1683.     font-size: 11px;
  1684.     line-height: 17px;
  1685.     padding: 0 4px 5px;
  1686.     margin: 0;
  1687. }
  1688. /* End */
  1689.  
  1690.  
  1691. .hidden
  1692. {
  1693.     display: none;
  1694. }
  1695.  
  1696. /* Calendar */
  1697. #wp-calendar {
  1698.     empty-cells: show;
  1699.     margin: 10px auto 0;
  1700.     width: 155px;
  1701. }
  1702.  
  1703. #wp-calendar #next a {
  1704.     padding-right: 10px;
  1705.     text-align: right;
  1706. }
  1707.  
  1708. #wp-calendar #prev a {
  1709.     padding-left: 10px;
  1710.     text-align: left;
  1711. }
  1712.  
  1713. #wp-calendar a {
  1714.     display: block;
  1715. }
  1716.  
  1717. #wp-calendar caption {
  1718.     text-align: center;
  1719.     width: 100%;
  1720. }
  1721.  
  1722. #wp-calendar td {
  1723.     padding: 3px 0;
  1724.     text-align: center;
  1725. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement