Advertisement
Guest User

Untitled

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