Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.67 KB | None | 0 0
  1. /*
  2. Theme Name: 粋 0657
  3. Description: 0657, 粋テーマデザイン Artisteer-generated WordPress theme.
  4. Version: 1.0
  5. Author: 粋テーマ
  6. Author URI: http://free-wp-themes.net/
  7. タグ: fixed width, right sidebar, two columns, valid XHTML, widgets
  8. */
  9.  
  10. /* begin Page */
  11.  
  12. /* Generated with Artisteer version 1.0.0.11388 */
  13.  
  14. body
  15. {
  16. margin: 0 auto;
  17. padding: 0;
  18. font-size: 62.5%; /* Resets 1em to 10px */
  19. font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  20. background-color: #990000;
  21. color: #000000;
  22. }
  23.  
  24. h2
  25. {
  26. font-size: 18px;
  27. }
  28.  
  29. .Main
  30. {
  31. position: absolute;
  32. width: 100%;
  33. left: 0;
  34. top: 0;
  35. }
  36. .PageBackgroundGradient
  37. {
  38. background-image: url('http://shimoshino.oops.jp/wordpress/wp-content/uploads/2014/02/haikei21.jpg');
  39. background-repeat: repeat-x;
  40. height: 900px;
  41. }
  42.  
  43. table, th, td
  44. {
  45. font-size: 1em;
  46. padding: 0;
  47. border-collapse: collapse;
  48. }
  49.  
  50. a img
  51. {
  52. border: 5;
  53. }
  54.  
  55. a
  56. {
  57. color: #000000;
  58. }
  59.  
  60. a:link
  61. {
  62. color: #7EA326;
  63. }
  64.  
  65. a:visited
  66. {
  67. color: #000000;
  68. }
  69.  
  70. a:hover
  71. {
  72. color: #43411E;
  73. }
  74. /* end Page */
  75.  
  76. /* begin Box, Sheet */
  77. .Sheet
  78. {
  79. min-width:1px;
  80. min-height:1px;
  81. margin: 0 auto;
  82. position: relative;
  83. overflow: hidden;
  84. z-index: 0;
  85. width: 950px;
  86.  
  87. }
  88.  
  89.  
  90. * html .Sheet
  91. {
  92. width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  93. height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  94. width: 950px;
  95. zoom: 1;
  96. }
  97.  
  98.  
  99. .Sheet-body
  100. {
  101. position: relative;
  102. overflow: hidden;
  103. z-index: 0;
  104. margin: 0px;
  105. text-align: left;
  106. }
  107.  
  108.  
  109.  
  110.  
  111. .Sheet-cc
  112. {
  113. position: absolute;
  114. overflow:hidden;
  115. z-index: -2;
  116. top: 0px;
  117. left: 0px;
  118. right: 0px;
  119. bottom: 0px;
  120. background-color: #990000;
  121. }
  122.  
  123. * html .Sheet-cc
  124. {
  125. font-size: 1px;
  126. width: expression(this.parentNode.offsetWidth+'px');
  127. height: expression(this.parentNode.offsetHeight+'px');
  128.  
  129. }
  130. .Sheet
  131. {
  132. margin-top: 10px !important;
  133. margin-bottom: 3em;
  134. padding: 0 0 1em 0;
  135. }
  136. /* end Box, Sheet */
  137.  
  138. /* begin Header */
  139. div.Header
  140. {
  141. margin: 0 auto;
  142. position: relative;
  143. width: 950px;
  144. height: 350px;
  145. }
  146.  
  147. * html div.Header
  148. {
  149. font-size: 1px;
  150. }
  151.  
  152. div.Header div
  153. {
  154. width: 100%;
  155. height: 100%;
  156. text-align: left;
  157. }
  158. /* end Header */
  159.  
  160. /* begin Logo */
  161. .logo
  162. {
  163. z-index: 10000;
  164. position: relative;
  165. left: 10px;
  166. top: 3px;
  167. }
  168.  
  169. .logo td
  170. {
  171. text-align: left;
  172. vertical-align: top;
  173. white-space: nowrap;
  174. }
  175.  
  176. .logo-name
  177. {
  178. font-size: 26px;
  179. font-family: Tahoma;
  180. font-style: normal;
  181. font-weight: bold;
  182. }
  183.  
  184. .logo-name a
  185. {
  186. text-decoration: none;
  187. color: #FFFFFF !important;
  188. }
  189.  
  190. .logo-text
  191. {
  192. font-size: 18px;
  193. font-family: Tahoma;
  194. font-style: normal;
  195. font-weight: normal;
  196. color: #FFFFFF !important;
  197. }
  198. /* end Logo */
  199.  
  200. /* begin Menu */
  201. .menu, .menu ul
  202. {
  203. margin: 0;
  204. padding: 0;
  205. border: 0;
  206. list-style-type: none;
  207. display: block;
  208. }
  209.  
  210. .menu li
  211. {
  212. margin: 0;
  213. padding: 0;
  214. border: 0;
  215. display: block;
  216. float: left;
  217. position: relative;
  218. z-index: 5;
  219. }
  220.  
  221. .menu li:hover
  222. {
  223. z-index: 10000;
  224. white-space: normal;
  225. }
  226.  
  227. .menu li li
  228. {
  229. float: none;
  230. }
  231.  
  232. .menu ul
  233. {
  234. visibility: hidden;
  235. position: absolute;
  236. z-index: 10;
  237. left: 0;
  238. top: 0;
  239. }
  240.  
  241. .menu li:hover>ul
  242. {
  243. visibility: visible;
  244. top: 100%;
  245. }
  246.  
  247. .menu li li:hover>ul
  248. {
  249. top: 0;
  250. left: 100%;
  251. }
  252.  
  253. .menu:after, .menu ul:after
  254. {
  255. content: ".";
  256. height: 0;
  257. display: block;
  258. visibility: hidden;
  259. overflow: hidden;
  260. clear: both;
  261. }
  262. .menu, .menu ul
  263. {
  264. min-height: 0;
  265. }
  266.  
  267. .menu ul
  268. {
  269. background-image: url(images/Block-h.png);
  270. padding: 10px 30px 30px 30px;
  271. margin: -10px 0 0 -30px;
  272. }
  273.  
  274. .menu ul ul
  275. {
  276. padding: 30px 30px 30px 10px;
  277. margin: -30px 0 0 -10px;
  278. }
  279.  
  280.  
  281. * html .menu, * html .menu ul
  282. {
  283. height: 1%;
  284. }
  285.  
  286. * html .menu li.menuhover
  287. {
  288. z-index: 10000;
  289. }
  290.  
  291. * html .menu .menuhoverUL
  292. {
  293. visibility: visible;
  294. }
  295.  
  296. * html .menu .menuhoverUL
  297. {
  298. top: 100%;
  299. left: 0;
  300. }
  301.  
  302. * html .menu .menuhoverUL .menuhoverUL
  303. {
  304. top: 0;
  305. left: 100%;
  306. }
  307.  
  308. * html .menu ul a
  309. {
  310. height: 1%;
  311. }
  312.  
  313. * html .menu li li
  314. {
  315. float: left;
  316. width: 100%;
  317. }
  318.  
  319. * html .menu .menuhoverUL .menuhoverUL
  320. {
  321. top: 5px;
  322. left: 100%;
  323. }
  324.  
  325. * html .menu, * html .menu ul
  326. {
  327. height: 1%;
  328. }
  329.  
  330. * html .menu li.menuhover
  331. {
  332. z-index: 10000;
  333. }
  334.  
  335. * html .menu .menuhoverUL
  336. {
  337. visibility: visible;
  338. }
  339.  
  340. * html .menu .menuhoverUL
  341. {
  342. top: 100%;
  343. left: 0;
  344. }
  345.  
  346. * html .menu .menuhoverUL .menuhoverUL
  347. {
  348. top: 0;
  349. left: 100%;
  350. }
  351.  
  352. * html .menu ul a
  353. {
  354. height: 1%;
  355. }
  356.  
  357. * html .menu li li
  358. {
  359. float: left;
  360. width: 100%;
  361. }
  362. .nav
  363. {
  364. position: relative;
  365. margin: 0 auto;
  366. width: 950px;
  367. height: 36px;
  368. z-index: 100;
  369. }
  370.  
  371. .menu
  372. {
  373. padding: 3px 3px 3px 3px;
  374. }
  375.  
  376. * html .nav
  377. {
  378. zoom: 1;
  379. }
  380.  
  381. .nav .l, .nav .r, .nav .r div
  382. {
  383. top: 0;
  384. position: absolute;
  385. z-index: -1;
  386. overflow: hidden;
  387. height: 36px;
  388. }
  389.  
  390. .nav .l
  391. {
  392. left: 0;
  393. right: 0px;
  394. }
  395.  
  396. * html .nav .l
  397. {
  398. width: expression(this.parentNode.offsetWidth-0+'px');
  399. }
  400.  
  401. .nav .r
  402. {
  403. right: 0;
  404. width: 0px;
  405. }
  406.  
  407. * html .nav .r
  408. {
  409. left: expression(this.parentNode.offsetWidth-0+'px');
  410. }
  411.  
  412. .nav .r div
  413. {
  414. width: 950px;
  415. right: 0;
  416. }
  417.  
  418. * html .nav .r div
  419. {
  420. left: expression(this.parentNode.offsetWidth-950+'px');
  421. }
  422.  
  423. .nav .l, .nav .r div
  424. {
  425. background-position: left top;
  426. background-repeat: no-repeat;
  427. background-image: url('images/nav.png');
  428. }
  429.  
  430. * html .nav .l, * html .nav .r div
  431. {
  432. font-size: 1px;
  433. background: none;
  434. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
  435. }
  436. /* end Menu */
  437.  
  438. /* begin MenuItem */
  439. .menu ul li
  440. {
  441. clear: both;
  442. }
  443.  
  444. .menu a , .menu a span
  445. {
  446. height: 30px;
  447. display: block;
  448. }
  449.  
  450. * html .menu a , * html .menu a span
  451. {
  452. float: left;
  453. }
  454.  
  455. .menu a
  456. {
  457. cursor: pointer;
  458. text-decoration: none;
  459. margin-right: 1px;
  460. margin-left: 1px;
  461.  
  462. }
  463. .menu a
  464. {
  465. background-image: url('images/item-left.png');
  466. background-position: left top;
  467. background-repeat: no-repeat;
  468. }
  469. .menu a span
  470. {
  471. background-image: url('images/item-right.png');
  472. background-position: right top;
  473. background-repeat: no-repeat;
  474. }
  475. .menu a span span
  476. {
  477. font-family: 'Tahoma';
  478. font-size: 16px;
  479. font-weight: normal;
  480. font-style: normal;
  481. text-decoration: none;
  482. color: #ECEDD4;
  483. padding: 0 19px;
  484. margin: 0 3px;
  485. line-height: 30px;
  486. text-align: center;
  487. background-image: url('images/item-center.png');
  488. background-position: left top;
  489. background-repeat: repeat-x;
  490.  
  491. }
  492.  
  493. * html .menu a span span
  494. {
  495. display: inline;
  496. }
  497. .menu a:hover
  498. {
  499. background-position: left -30px;
  500. }
  501.  
  502. .menu li:hover>a
  503. {
  504. background-position: left -30px;
  505. }
  506.  
  507. * html .menu .menuhover .menuhoverA
  508. {
  509. background-position: left -30px;
  510. }
  511.  
  512. .menu li:hover a span
  513. {
  514. background-position: right -30px;
  515. }
  516.  
  517. .menu a:hover span
  518. {
  519. background-position: right -30px;
  520. }
  521.  
  522. * html .menu .menuhover .menuhoverA span
  523. {
  524. background-position: right -30px;
  525. }
  526.  
  527. .menu a:hover span span
  528. {
  529. color: #28281F;
  530. background-position: left -30px;
  531. }
  532.  
  533. .menu li:hover a span span
  534. {
  535. color: #28281F;
  536. background-position: left -30px;
  537. }
  538.  
  539. * html .menu .menuhover .menuhoverA span span
  540. {
  541. color: #28281F;
  542. background-position: left -30px;
  543. }
  544.  
  545. .menu a.active
  546. {
  547. background-position: left -60px;
  548. }
  549.  
  550. .menu a.active span
  551. {
  552. background-position: right -60px;
  553. }
  554.  
  555. .menu a.active span span
  556. {
  557. color: #F4F4F1;
  558. background-position: left -60px;
  559. }
  560.  
  561. /* end MenuItem */
  562.  
  563. /* begin MenuSeparator */
  564.  
  565. .nav .separator
  566. {
  567. display: block;
  568. width: 1px;
  569. height: 30px;
  570. background-image: url('images/item-separator.png');
  571. }
  572. /* end MenuSeparator */
  573.  
  574. /* begin MenuSubItem */
  575.  
  576. .menu ul a
  577. {
  578. text-align: center;
  579. height: 21px;
  580. line-height: 21px;
  581. margin-right: auto;
  582.  
  583. width: 186px;
  584. background-image: url('images/subitem-bg.png');
  585. background-position: left top;
  586. background-repeat: repeat-x;
  587.  
  588. border-width: 1px;
  589. border-style: solid;
  590. border-color: #C2C572;
  591. }
  592.  
  593. .nav ul.menu ul span, .nav ul.menu ul span span
  594. {
  595. display:inline;
  596. float:none;
  597. margin:inherit;
  598. padding:inherit;
  599. background-image:none;
  600. text-align:inherit;
  601. text-decoration:inherit;
  602. }
  603.  
  604. .menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
  605. {
  606. line-height: 21px;
  607. color: #757731;
  608. font-family: 'Verdana';
  609. font-size: 11px;
  610. font-weight: normal;
  611. font-style: normal;
  612. text-decoration: none;
  613. }
  614.  
  615.  
  616. .menu ul ul a
  617. {
  618. margin-left: auto;
  619. }
  620.  
  621. * html .menu ul a
  622. {
  623. color: #757731 !important;
  624. }
  625.  
  626. .menu ul li a:hover
  627. {
  628. color: #514F24;
  629. border-color: #C2C572;
  630. background-position: 0 -21px;
  631. }
  632.  
  633. .menu ul li:hover>a
  634. {
  635. color: #514F24;
  636. border-color: #C2C572;
  637. background-position: 0 -21px;
  638. }
  639.  
  640. * html .menu ul a:hover {
  641. color: #514F24 !important;
  642. }
  643.  
  644. * html .menu ul .menuhover .menuhoverA
  645. {
  646. color: #514F24 !important;
  647. border-color: #C2C572;
  648. background-position: 0 -21px;
  649. }
  650.  
  651.  
  652. .nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
  653. {
  654. color: #514F24;
  655. }
  656.  
  657. .nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
  658. {
  659. color: #514F24;
  660. }
  661.  
  662. * html .nav .menu ul a:hover span, * html .nav .menu ul a:hover span span
  663. {
  664. color: #514F24 !important;
  665. }
  666.  
  667. * html .nav .menu ul .menuhover .menuhoverA span, * html .nav .menu ul .menuhover .menuhoverA span span
  668. {
  669. color: #514F24 !important;
  670. }
  671.  
  672.  
  673. /* end MenuSubItem */
  674.  
  675. /* begin ContentLayout */
  676. .contentLayout
  677. {
  678. margin-bottom: 0px;
  679. width: 100%;
  680. position: relative;
  681. }
  682. /* end ContentLayout */
  683.  
  684. /* begin Button */
  685. button.Button, a.Button
  686. {
  687. border: none;
  688. padding: 0;
  689. margin: 0;
  690. background: none;
  691. font-size: 100%;
  692. font-family: inherit;
  693. line-height: inherit;
  694. display: inline-block;
  695. overflow: visible;
  696. width: auto;
  697. cursor: default;
  698. white-space: normal;
  699. text-decoration: none;
  700. }
  701.  
  702. .Button .btn
  703. {
  704. position: relative;
  705. display: block;
  706. overflow: hidden;
  707. float: left;
  708. z-index: 0;
  709. height: 30px;
  710. color: #000000;
  711. }
  712.  
  713. .Button .t
  714. {
  715. height: 30px;
  716. line-height: 30px;
  717. padding: 0 14px;
  718. text-align: left;
  719. font-family: 'Tahoma';
  720. font-size: 13px;
  721. font-weight: normal;
  722. font-style: normal;
  723. text-decoration: none;
  724. }
  725.  
  726. .Button .active
  727. {
  728. color: #FFFFFF;
  729. }
  730.  
  731. .Button .hover
  732. {
  733. color: #E2E2DA;
  734. }
  735.  
  736. .Button .active .r
  737. {
  738. top: -60px;
  739. }
  740.  
  741. .Button .hover .r
  742. {
  743. top: -30px;
  744. }
  745.  
  746. .Button .r
  747. {
  748. display: block;
  749. position: absolute;
  750. overflow: hidden;
  751. z-index: -1;
  752. top: 0;
  753. right: 0;
  754. width: 5px;
  755. height: 90px;
  756. }
  757.  
  758. * html .Button .r
  759. {
  760. font-size: 1px;
  761. left: expression(this.parentNode.offsetWidth-5+'px');
  762. }
  763.  
  764.  
  765. .Button .r span
  766. {
  767. display: block;
  768. position: absolute;
  769. overflow: hidden;
  770. z-index: -1;
  771. top: 0;
  772. right: 0;
  773. width:407px;
  774. height: 90px;
  775. }
  776.  
  777. * html .Button .r span
  778. {
  779. font-size: 1px;
  780. left: expression(this.parentNode.offsetWidth-407+'px');
  781. }
  782.  
  783. .Button .active .l
  784. {
  785. top: -60px;
  786. }
  787.  
  788. .Button .hover .l
  789. {
  790. top: -30px;
  791. }
  792.  
  793. .Button .l
  794. {
  795. display: block;
  796. position: absolute;
  797. overflow: hidden;
  798. z-index: -1;
  799. top: 0;
  800. left: 0;
  801. right: 5px;
  802. height: 90px;
  803. }
  804.  
  805. * html .Button .l
  806. {
  807. font-size: 1px;
  808. width: expression(this.parentNode.offsetWidth-5+'px');
  809. }
  810.  
  811.  
  812. .Button .l, .Button .r span
  813. {
  814. background-image: url('images/Button.png');
  815. }
  816.  
  817. * html .Button .l, * html .Button .r span
  818. {
  819. background: none;
  820. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Button.png',sizingMethod='crop')");
  821. }
  822. /* end Button */
  823.  
  824. /* begin Box, Block */
  825. .Block
  826. {
  827. min-width:9px;
  828. min-height:9px;
  829. margin: 0 auto;
  830. position: relative;
  831. overflow: hidden;
  832. z-index: 0;
  833.  
  834.  
  835.  
  836. }
  837.  
  838.  
  839. * html .Block
  840. {
  841. width:expression(this.offsetWidth < 9 ? 9+"px" : "auto !important");
  842. height:expression(this.offsetHeight < 9 ? 9+"px" : "auto !important");
  843.  
  844. zoom: 1;
  845. }
  846.  
  847.  
  848. .Block-body
  849. {
  850. position: relative;
  851. overflow: hidden;
  852. z-index: 0;
  853. margin: 3px;
  854. text-align: left;
  855. }
  856.  
  857.  
  858.  
  859.  
  860. .Block-tl
  861. {
  862. position: absolute;
  863. overflow: hidden;
  864. z-index: -1;
  865. top: 0;
  866. left: 0;
  867. width: 4px;
  868. height: 4px;
  869. background-image: url('images/Block-s.png');
  870.  
  871. }
  872.  
  873. * html .Block-tl
  874. {
  875. font-size: 1px;
  876. background-image: none;
  877. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-s.png',sizingMethod='crop')");
  878. }
  879.  
  880.  
  881. .Block-tr
  882. {
  883. position: absolute;
  884. overflow: hidden;
  885. z-index: -1;
  886. top: 0;
  887. right: 0;
  888. width: 4px;
  889. height: 4px;
  890. }
  891.  
  892. * html .Block-tr
  893. {
  894. font-size: 1px;
  895. left: expression(this.parentNode.offsetWidth-4+'px');
  896. }
  897.  
  898. .Block-tr div
  899. {
  900. position: absolute;
  901. z-index: -1;
  902. top: 0px;
  903. left: -4px;
  904. width: 8px;
  905. height: 8px;
  906. background-image: url('images/Block-s.png');
  907. }
  908.  
  909. * html .Block-tr div
  910. {
  911. background: none;
  912. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-s.png',sizingMethod='crop')");
  913. }
  914.  
  915. .Block-bl
  916. {
  917. position: absolute;
  918. overflow: hidden;
  919. z-index: -1;
  920. bottom: 0;
  921. left: 0;
  922. width: 4px;
  923. height: 4px;
  924. }
  925.  
  926. * html .Block-bl
  927. {
  928. font-size: 1px;
  929. top: expression(this.parentNode.offsetHeight-4+'px');
  930. }
  931.  
  932. .Block-bl div
  933. {
  934. position: absolute;
  935. z-index: -1;
  936. top: -4px;
  937. left: 0;
  938. width: 8px;
  939. height: 8px;
  940. background-image: url('images/Block-s.png');
  941. }
  942.  
  943. * html .Block-bl div
  944. {
  945. background: none;
  946. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-s.png',sizingMethod='crop')");
  947. }
  948.  
  949. .Block-br
  950. {
  951. position: absolute;
  952. overflow: hidden;
  953. z-index: -1;
  954. bottom: 0;
  955. right: 0;
  956. width: 4px;
  957. height: 4px;
  958. }
  959.  
  960. * html .Block-br
  961. {
  962. font-size: 1px;
  963. top: expression(this.parentNode.offsetHeight-4+'px');
  964. left: expression(this.parentNode.offsetWidth-4+'px');
  965. }
  966.  
  967. .Block-br div
  968. {
  969. position: absolute;
  970. z-index: -1;
  971. top: -4px;
  972. left: -4px;
  973. width: 8px;
  974. height: 8px;
  975. background-image: url('images/Block-s.png');
  976. }
  977.  
  978. * html .Block-br div
  979. {
  980. background: none;
  981. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-s.png',sizingMethod='crop')");
  982. }
  983.  
  984. .Block-tc
  985. {
  986. position: absolute;
  987. overflow:hidden;
  988. z-index: -1;
  989. top: 0;
  990. left: 4px;
  991. right: 4px;
  992. height: 4px;
  993. }
  994.  
  995. * html .Block-tc
  996. {
  997. font-size: 1px;
  998. width: expression(this.parentNode.offsetWidth-8+'px');
  999. }
  1000.  
  1001.  
  1002. .Block-tc div
  1003. {
  1004. position: absolute;
  1005. z-index: -1;
  1006. top: 0;
  1007. left: 0;
  1008. width: 100%;
  1009. height: 8px;
  1010. background-image: url('images/Block-h.png');
  1011. }
  1012.  
  1013. * html .Block-tc div
  1014. {
  1015. font-size: 1px;
  1016. background: none;
  1017. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-h.png',sizingMethod='scale')");
  1018. }
  1019.  
  1020.  
  1021. .Block-bc
  1022. {
  1023. position: absolute;
  1024. overflow:hidden;
  1025. z-index: -1;
  1026. bottom: 0;
  1027. left: 4px;
  1028. right: 4px;
  1029. height: 4px;
  1030. }
  1031.  
  1032. * html .Block-bc
  1033. {
  1034. font-size: 1px;
  1035. top: expression(this.parentNode.offsetHeight-4+'px');
  1036. width: expression(this.parentNode.offsetWidth-8+'px');
  1037. }
  1038.  
  1039. .Block-bc div
  1040. {
  1041. position: absolute;
  1042. z-index: -1;
  1043. top: -4px;
  1044. left: 0;
  1045. width: 100%;
  1046. height: 8px;
  1047. background-image: url('images/Block-h.png');
  1048. }
  1049.  
  1050. * html .Block-bc div
  1051. {
  1052. font-size: 1px;
  1053. background: none;
  1054. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-h.png',sizingMethod='scale')");
  1055. }
  1056.  
  1057.  
  1058. .Block-cl
  1059. {
  1060. position: absolute;
  1061. overflow:hidden;
  1062. z-index: -1;
  1063. top: 4px;
  1064. left: 0;
  1065. width: 4px;
  1066. bottom: 4px;
  1067. }
  1068.  
  1069. * html .Block-cl
  1070. {
  1071. font-size: 1px;
  1072. height: expression(this.parentNode.offsetHeight-8+'px');
  1073. }
  1074.  
  1075. .Block-cl div
  1076. {
  1077. position: absolute;
  1078. z-index: -1;
  1079. top: 0;
  1080. left: 0;
  1081. width: 8px;
  1082. height: 100%;
  1083. background-image: url('images/Block-v.png');
  1084. }
  1085.  
  1086. * html .Block-cl div
  1087. {
  1088. font-size: 1px;
  1089. background: none;
  1090. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-v.png',sizingMethod='scale')");
  1091. }
  1092.  
  1093. .Block-cr
  1094. {
  1095. position: absolute;
  1096. overflow:hidden;
  1097. z-index: -1;
  1098. top: 4px;
  1099. right: 0;
  1100. width: 4px;
  1101. bottom: 4px;
  1102. }
  1103.  
  1104. * html .Block-cr
  1105. {
  1106. font-size: 1px;
  1107. left: expression(this.parentNode.offsetWidth-4+'px');
  1108. height: expression(this.parentNode.offsetHeight-8+'px');
  1109. }
  1110.  
  1111. .Block-cr div
  1112. {
  1113. position: absolute;
  1114. z-index: -1;
  1115. top: 0;
  1116. left: -4px;
  1117. width: 8px;
  1118. height: 100%;
  1119. background-image: url('images/Block-v.png');
  1120. }
  1121.  
  1122. * html .Block-cr div
  1123. {
  1124. font-size: 1px;
  1125. background: none;
  1126. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/Block-v.png',sizingMethod='scale')");
  1127. }
  1128.  
  1129. .Block-cc
  1130. {
  1131. position: absolute;
  1132. overflow:hidden;
  1133. z-index: -2;
  1134. top: 4px;
  1135. left: 4px;
  1136. right: 4px;
  1137. bottom: 4px;
  1138. background-color: #FDFDFD;
  1139. }
  1140.  
  1141. * html .Block-cc
  1142. {
  1143. font-size: 1px;
  1144. width: expression(this.parentNode.offsetWidth-8+'px');
  1145. height: expression(this.parentNode.offsetHeight-8+'px');
  1146. }
  1147. .Block
  1148. {
  1149. margin: 3px;
  1150. }
  1151.  
  1152. .Block table.table
  1153. {
  1154. border-collapse: collapse;
  1155. margin: 1px;
  1156. }
  1157.  
  1158. .Block table.table th, .Block table.table td
  1159. {
  1160. padding: 2px;
  1161. border: solid 1px #C2C2B2;
  1162. }
  1163. /* end Box, Block */
  1164.  
  1165. /* begin BlockHeader */
  1166. .BlockHeader
  1167. {
  1168. position: relative;
  1169. overflow: hidden;
  1170. height: 30px;
  1171. z-index: 0;
  1172. line-height: 30px;
  1173. padding: 0 11px;
  1174. margin-bottom: 0px;
  1175. text-align: left;
  1176. color: #000000;
  1177. font-family: 'Tahoma';
  1178. font-size: 14px;
  1179. font-weight: Bold;
  1180. font-style: normal;
  1181. text-decoration: none;
  1182. }
  1183.  
  1184. * html .BlockHeader
  1185. {
  1186. zoom: 1;
  1187. }
  1188.  
  1189. .BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
  1190. {
  1191. top: 0;
  1192. position: absolute;
  1193. z-index: -1;
  1194. overflow: hidden;
  1195. height: 30px;
  1196. }
  1197.  
  1198. .BlockHeader .l
  1199. {
  1200. left: 0;
  1201. right: 5px;
  1202. }
  1203.  
  1204. * html .BlockHeader .l
  1205. {
  1206. width: expression(this.parentNode.offsetWidth-5+'px');
  1207. }
  1208.  
  1209. .BlockHeader .r
  1210. {
  1211. right: 0;
  1212. width: 5px;
  1213. }
  1214.  
  1215. * html .BlockHeader .r
  1216. {
  1217. left: expression(this.parentNode.offsetWidth-5+'px');
  1218. }
  1219.  
  1220. .BlockHeader .r div
  1221. {
  1222. width: 950px;
  1223. right: 0;
  1224. }
  1225.  
  1226. * html .BlockHeader .r div
  1227. {
  1228. left: expression(this.parentNode.offsetWidth-950+'px');
  1229. }
  1230.  
  1231. * html .BlockHeader .l, * html .BlockHeader .r div
  1232. {
  1233. font-size: 1px;
  1234. }
  1235.  
  1236. .BlockHeader .l, .BlockHeader .r div
  1237. {
  1238. background-position: left top;
  1239. background-repeat: no-repeat;
  1240. background-image: url('images/BlockHeader.png');
  1241. }
  1242.  
  1243. * html .BlockHeader .l, * html .BlockHeader .r div
  1244. {
  1245. background: none;
  1246. behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/BlockHeader.png',sizingMethod='crop')");
  1247. }
  1248. /* end BlockHeader */
  1249.  
  1250. /* begin Box, BlockContent */
  1251. .BlockContent
  1252. {
  1253. min-width:1px;
  1254. min-height:1px;
  1255. margin: 0 auto;
  1256. position: relative;
  1257. overflow: hidden;
  1258. z-index: 0;
  1259.  
  1260.  
  1261. }
  1262.  
  1263.  
  1264. * html .BlockContent
  1265. {
  1266. width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  1267. height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  1268.  
  1269. zoom: 1;
  1270. }
  1271.  
  1272.  
  1273. .BlockContent-body
  1274. {
  1275. position: relative;
  1276. overflow: hidden;
  1277. z-index: 0;
  1278. margin: 10px;
  1279. text-align: left;
  1280. color: #8C8C6E;
  1281. font-family: 'Tahoma';
  1282. font-size: 14px;
  1283. font-weight: normal;
  1284. font-style: normal;
  1285. text-decoration: none;
  1286. }
  1287.  
  1288. .BlockContent a
  1289. {
  1290. color: #959716;
  1291. }
  1292. .BlockContent a:link
  1293. {
  1294. color: #959716;
  1295. }
  1296.  
  1297. .BlockContent a:hover
  1298. {
  1299. color: #6A672F;
  1300. }
  1301. .BlockContent a:hover:visited
  1302. {
  1303. color: #6A672F;
  1304. }
  1305.  
  1306. .BlockContent a:visited
  1307. {
  1308. color: #707070;
  1309. }
  1310.  
  1311. /* end Box, BlockContent */
  1312.  
  1313. /* begin LayoutCell */
  1314. .contentLayout .content
  1315. {
  1316. position: relative;
  1317. margin:0;
  1318. padding:0;
  1319. border:10;
  1320. float: left;
  1321. overflow: hidden;
  1322. width: 69%;
  1323. }
  1324. /* end LayoutCell */
  1325.  
  1326. /* begin LayoutCell */
  1327. .contentLayout .sidebar1
  1328. {
  1329. position: relative;
  1330. margin:0;
  1331. padding:0;
  1332. border:0;
  1333. float: left;
  1334. overflow: hidden;
  1335. width: 30%;
  1336. }
  1337. /* end LayoutCell */
  1338.  
  1339.  
  1340.  
  1341. .sidebar1 ul, .sidebar2 ul, .sidebar3 ul
  1342. {
  1343. margin-left: 0;
  1344. padding-left: 20px;
  1345. }
  1346.  
  1347. .sidebar1 ul li, .sidebar2 ul li, .sidebar3 ul li
  1348. {
  1349. list-style: none;
  1350. margin-left: -20px;
  1351. padding: 0;
  1352. }
  1353.  
  1354. #footer
  1355. {
  1356. text-align: center;
  1357. }
  1358.  
  1359. .post h2 a
  1360. {
  1361. text-decoration: none;
  1362. }
  1363.  
  1364. .aligncenter, div.aligncenter
  1365. {
  1366. display: block;
  1367. margin-left: auto;
  1368. margin-right: auto;
  1369. }
  1370.  
  1371. .alignleft
  1372. {
  1373. float: left;
  1374. }
  1375.  
  1376. .alignright
  1377. {
  1378. float: right;
  1379. }
  1380.  
  1381. .wp-caption
  1382. {
  1383. border: 1px solid #ddd;
  1384. text-align: center;
  1385. background-color: #f3f3f3;
  1386. padding-top: 4px;
  1387. margin: 10px;
  1388. /* optional rounded corners for browsers that support it */
  1389. -moz-border-radius: 3px;
  1390. -khtml-border-radius: 3px;
  1391. -webkit-border-radius: 3px;
  1392. border-radius: 3px;
  1393. }
  1394.  
  1395. .wp-caption img
  1396. {
  1397. margin: 0;
  1398. padding: 0;
  1399. border: 0 none;
  1400. }
  1401.  
  1402. .wp-caption p.wp-caption-text
  1403. {
  1404. font-size: 11px;
  1405. line-height: 17px;
  1406. padding: 0 4px 5px;
  1407. margin: 0;
  1408. }
  1409.  
  1410. .commentlist li .avatar
  1411. {
  1412. float: right;
  1413. border: 1px solid #eee;
  1414. padding: 2px;
  1415. background: #fff;
  1416. }
  1417.  
  1418. #commentform textarea
  1419. {
  1420. width: 100%;
  1421. padding: 2px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement