Advertisement
dimidc

Untitled

May 2nd, 2012
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.67 KB | None | 0 0
  1. *{
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5.  
  6. body {
  7. margin:0 auto;
  8. padding:50px 0px 0px 0px;
  9. background:url(images/body.png);
  10. font-family:Arial,Tahoma,Century gothic, sans-serif;
  11. color:#161514;
  12. font-size:13px;
  13. }
  14.  
  15. img {
  16. border:0;
  17. margin: 0 0;
  18. }
  19. a {
  20. color:#CF4C23;
  21. text-decoration:none;
  22. outline:none;
  23. }
  24. a:hover {
  25. color:#000;
  26. text-decoration:none;
  27. }
  28. h1, h2, h3, h4, h5, h6 {
  29.  
  30. }
  31. blockquote {
  32. padding:10px 10px 10px 10px;
  33. color:#59666f;
  34. font-style: italic;
  35.  
  36. }
  37. .clear {
  38. clear:both;
  39. }
  40.  
  41.  
  42. img.centered {
  43. display: block;
  44. margin-left: auto;
  45. margin-right: auto;
  46. margin-bottom: 10px;
  47. padding: 0px;
  48. }
  49.  
  50. img.alignnone {
  51. padding: 5px 5px;
  52. margin: 0px 0px 10px 0px;
  53. display: inline;
  54. background:#eee;
  55.  
  56. }
  57.  
  58. img.alignright {
  59. padding: 5px 5px;
  60. margin: 5px 0px 10px 10px;
  61. display: inline;
  62. background:#eee;
  63.  
  64. }
  65.  
  66. img.alignleft {
  67. padding: 5px 5px;
  68. margin: 10px 15px 10px 0px;
  69. display: inline;
  70. background:#eee;
  71.  
  72. }
  73.  
  74. .aligncenter {
  75. display: block;
  76. margin-left: auto;
  77. margin-right: auto;
  78. margin-bottom: 10px;
  79. }
  80.  
  81. .alignright {
  82. float: right;
  83. margin: 0px 0px 10px 10px;
  84. }
  85.  
  86. .alignleft {
  87. float: left;
  88. margin: 10px 15px 10px 0px;
  89. }
  90.  
  91. .wp-caption {
  92.  
  93. text-align: center;
  94. background:#eee;
  95. padding: 4px 0px 5px 0px;
  96. margin: 10px 10px ;
  97. }
  98.  
  99. .wp-caption img {
  100. margin: 0px 0px 5px 0px;
  101. padding: 0px;
  102. border: 0px;
  103.  
  104. }
  105.  
  106. .wp-caption p.wp-caption-text {
  107. margin: 0px;
  108. padding: 0px 0px 0px 0px;
  109. font-size: 11px;
  110. font-weight: normal;
  111. line-height: 12px;
  112. color:#444;
  113. }
  114. .rounded{
  115.  
  116. border-radius: 5px;
  117. -moz-border-radius: 5px;
  118. -webkit-border-radius: 5px;
  119. }
  120.  
  121. .boxshadow{
  122. -moz-box-shadow: 0px 0px 5px #888;
  123. -webkit-box-shadow: 0px 0px 5px #888;
  124. box-shadow: 0px 0px 5px #888;
  125.  
  126.  
  127. }
  128.  
  129. .clearfix:after {
  130. content: ".";
  131. display: block;
  132. clear: both;
  133. visibility: hidden;
  134. line-height: 0;
  135. height: 0;
  136. }
  137.  
  138. .clearfix {
  139. display: inline-block;
  140. }
  141.  
  142. html[xmlns] .clearfix {
  143. display: block;
  144. }
  145.  
  146. * html .clearfix {
  147. height: 1%;
  148. }
  149.  
  150.  
  151. @font-face {
  152. font-family: 'BebasNeueRegular';
  153. src: url('fonts/BebasNeue-webfont.eot');
  154. src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
  155. url('fonts/BebasNeue-webfont.woff') format('woff'),
  156. url('fonts/BebasNeue-webfont.ttf') format('truetype'),
  157. url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  158. font-weight: normal;
  159. font-style: normal;
  160.  
  161. }
  162.  
  163.  
  164. @font-face {
  165. font-family: 'SixCapsRegular';
  166. src: url('fonts/SixCaps-webfont.eot');
  167. src: url('fonts/SixCaps-webfont.eot?#iefix') format('embedded-opentype'),
  168. url('fonts/SixCaps-webfont.woff') format('woff'),
  169. url('fonts/SixCaps-webfont.ttf') format('truetype'),
  170. url('fonts/SixCaps-webfont.svg#SixCapsRegular') format('svg');
  171. font-weight: normal;
  172. font-style: normal;
  173.  
  174. }
  175.  
  176.  
  177.  
  178. /* The Outer cover */
  179.  
  180. #wrapper {
  181.  
  182. margin:0px auto;
  183. position:relative;
  184. width:1000px;
  185. background:url(images/wrap.png);
  186. }
  187.  
  188. #topribbon{
  189. background:url(images/topribon.jpg) top center no-repeat;
  190. margin-top:0px;
  191.  
  192. }
  193.  
  194. #casing {
  195. padding:0px 0px 10px 0px;
  196. margin:0px auto;
  197.  
  198. }
  199.  
  200. /* The Header */
  201.  
  202. #masthead{
  203. height:150px;
  204. }
  205.  
  206. #top {
  207. height:110px;
  208. margin:0px 0px ;
  209. position:relative;
  210. background:url(images/top.png) bottom repeat-x;
  211. font-family:'BebasNeueRegular';
  212. }
  213.  
  214.  
  215. h1.logo{
  216.  
  217. font-size:36px;
  218. width:975px;
  219. margin:0px auto;
  220. text-align:center;
  221. padding-top: 0px;
  222. font-weight:normal;
  223. /* text-shadow:2px 2px 0px #ddd; */
  224. }
  225.  
  226.  
  227. h1.logo a:link, h1.logo a:visited{
  228. color:#333;
  229. }
  230.  
  231. h1.logo a:hover{
  232. color:#000;
  233. }
  234.  
  235. .date-stamp{
  236. position:absolute;
  237. top:30px;
  238. left:30px;
  239. width:200px;
  240. }
  241.  
  242. span.day{
  243. font-size:56px;
  244. float:left;
  245. margin-right:10px;
  246. text-shadow:2px 2px 0px #ddd;
  247.  
  248. }
  249.  
  250. .mony,.dname{
  251. font-size:24px;
  252. float:left;
  253. line-height:100%;
  254. color:#c3370c;
  255. letter-spacing:1px;
  256.  
  257. }
  258.  
  259. span.mony{
  260. letter-spacing:5px;
  261. margin-top:10px;
  262. }
  263.  
  264. .topfeed{
  265. position:absolute;
  266. top:30px;
  267. right:30px;
  268. }
  269.  
  270. .topfeed ul{
  271. list-style:none;
  272. }
  273.  
  274. .topfeed ul li{
  275. font-size:22px;
  276. padding-left:25px;
  277. background:url(images/rss.png) left no-repeat;
  278. letter-spacing:3px;
  279. }
  280.  
  281. .topfeed ul li a:link{
  282. color:#5d5d5d;
  283. }
  284.  
  285.  
  286. /* The Search */
  287.  
  288.  
  289. #search {
  290. width:200px;
  291. padding:0px ;
  292. margin:6px 5px 0px 0px;
  293. display:inline-block;
  294. float:right;
  295. background:#8a2e12;
  296. border:1px solid #d14a22;
  297. }
  298.  
  299. #search form {
  300. margin: 0px 0px 0px 0px;
  301. padding: 0;
  302. }
  303.  
  304. #search fieldset {
  305. margin: 0;
  306. padding: 0;
  307. border: none;
  308. }
  309.  
  310. #search p {
  311. margin: 0;
  312. font-size: 85%;
  313. }
  314.  
  315. #s {
  316. width:150px;
  317. background:#8A2E12;
  318. margin:0px 0px 0px 3px;
  319. padding: 3px 5px;
  320. height:20px;
  321. border:none;
  322. font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
  323. color:#fff;
  324. float:left;
  325. display:inline;
  326.  
  327. }
  328.  
  329. #searchsubmit{
  330. background:url(images/sbutton.png);
  331. border:none;
  332. color:#fff;
  333. display:block;
  334. width:24px;
  335. height:22px;
  336. margin:1px 2px 0px 0px;
  337. padding:5px 5px;
  338. float:right;
  339. cursor:pointer;
  340. }
  341.  
  342. #searchpage{
  343. background:#fff;
  344. border:1px solid #ccc;
  345. margin:0px 10px 0px 10px;
  346. }
  347.  
  348. #sform{
  349. width:450px;
  350. border:none;
  351. padding:6px 5px;
  352. }
  353.  
  354. #formsubmit{
  355. float:right;
  356. background:url(images/sfrm.png) repeat-x;
  357. border-left:1px solid #ccc!important;
  358. border:none;
  359. padding:5px 5px;
  360. }
  361.  
  362. .scover{
  363.  
  364.  
  365. }
  366.  
  367. .sbox{
  368. padding:10px 0px;
  369. padding:10px 0px;
  370. }
  371.  
  372. .sbox p{
  373. padding:5px 0px;
  374. color:#777!important;
  375. }
  376. .shead{
  377. margin:0px 10px 25px 10px;
  378.  
  379. }
  380. .shead p{
  381. margin-left:10px;
  382. margin-bottom:10px;
  383. color:#3E91CE;
  384. }
  385.  
  386. .stitle h2{
  387. font-family:'BebasNeueRegular';
  388. font-weight:normal;
  389. padding:0px 0px;
  390. font-size:2px;
  391. }
  392. .stitle h2 a{
  393. color:#6D6750;
  394.  
  395. }
  396.  
  397. .searchmeta{
  398. margin-top:5px;
  399. color:#D14E25;
  400. #text-transform:lowercase;
  401. font-size:10px;
  402. }
  403.  
  404. .searchmeta a{
  405. color:#D14E25;
  406.  
  407. }
  408.  
  409.  
  410. /*Page menu*/
  411.  
  412. #botmenu{
  413. height:40px;
  414. margin:0px 0px 0px 0px;
  415. font-family:Tahoma,Arial, verdana,Century gothic, sans-serif;
  416. background:url(images/menu.png) center no-repeat;
  417. font-size: 13px;
  418. }
  419.  
  420. #submenu {
  421. margin: 0px ;
  422. width:780px;
  423. padding:0px 0px;
  424. }
  425.  
  426. #submenu ul {
  427. width: 100%;
  428. float: left;
  429. list-style: none;
  430. margin: 0;
  431. padding: 0 0px;
  432. }
  433.  
  434. #submenu li {
  435. float: left;
  436. list-style: none;
  437. margin: 0;
  438. padding: 0;
  439. color: #fff;
  440. text-shadow:1px 1px 0px #C13409;
  441.  
  442.  
  443. }
  444.  
  445. #submenu li a {
  446. color: #fff;
  447. display: block;
  448. margin: 0;
  449. padding: 12px 10px 12px 10px;
  450. text-decoration: none;
  451. position: relative;
  452. text-shadow:1px 1px 0px #C13409;
  453. }
  454.  
  455. #submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
  456. color: #fff;
  457. text-shadow:1px 1px 0px #C13409;
  458.  
  459. }
  460.  
  461. #submenu li a.sf-with-ul {
  462. padding-right: 10px;
  463. }
  464.  
  465.  
  466.  
  467. #submenu li li a, #submenu li li a:link, #submenu li li a:visited {
  468. font-size: 12px;
  469. color: #555;
  470. text-shadow:none;
  471. width: 148px;
  472. font-family: Arial, Tahoma, Verdana;
  473. margin: 0;
  474. padding: 0px 10px;
  475. line-height:35px;
  476. border-bottom:1px solid #fff;
  477. border-top:1px solid #eee;
  478. border-left:1px solid #eee;
  479. border-right:1px solid #fff;
  480. text-transform: none;
  481. position: relative;
  482. background:#F7F7F7;
  483. }
  484.  
  485. #submenu ul ul li:first-child{
  486. border-top:none;
  487.  
  488. }
  489.  
  490. #submenu ul ul li:last-child{
  491. border-bottom:none;
  492.  
  493. }
  494.  
  495. #submenu li li:last-child{
  496. border-bottom:none;
  497. }
  498.  
  499. #submenu li li a:hover, #submenu li li a:active {
  500. background:#FcFcFc;
  501. color: #333;
  502. }
  503.  
  504.  
  505. #submenu li ul {
  506. z-index: 9999;
  507. position: absolute;
  508. left: -999em;
  509. height: auto;
  510. width: 170px;
  511. margin: 5px 0px;
  512. padding: 5px 5px;
  513. background:#DFDFDF;
  514. border-radius: 3px;
  515. -moz-border-radius: 3px;
  516. -webkit-border-radius: 3px;
  517. }
  518.  
  519. #submenu li ul a {
  520. width: 150px;
  521. }
  522.  
  523. #submenu li ul a:hover, #submenu li ul a:active {
  524. }
  525.  
  526. #submenu li ul ul {
  527. margin: -41px 0 0 179px;
  528. }
  529.  
  530. #submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
  531. left: -999em;
  532. }
  533.  
  534. #submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
  535. left: auto;
  536. }
  537.  
  538. #submenu li:hover, #submenu li.sfHover {
  539. position: static;
  540. }
  541.  
  542.  
  543. /* Ticker */
  544.  
  545. .scrollposts{
  546. background:#fff;
  547. border-bottom:1px solid #ddd;
  548. padding:3px 0px;
  549. }
  550.  
  551. .tickercontainer {
  552. background: #fff;
  553. width: 980px;
  554. height: 27px;
  555. margin: 0;
  556. padding: 0 10px;
  557. overflow: hidden;
  558. }
  559.  
  560. .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  561. position: relative;
  562. width: 980px;
  563. overflow: hidden;
  564. margin-top:7px;
  565. }
  566. ul.newsticker { /* that's your list */
  567. position: relative;
  568. left: 950px;
  569. font: normal 11px Arial;
  570. list-style-type: none;
  571. margin: 0 0px;
  572. padding: 0;
  573.  
  574. }
  575. ul.newsticker li {
  576. float: left; /* important: display inline gives incorrect results when you check for elem's width */
  577. margin: 0;
  578. padding: 0 20px;
  579. background: #fff;
  580. }
  581. ul.newsticker a {
  582. white-space: nowrap;
  583. padding: 0;
  584. color: #ff0000;
  585. font: bold 10px Verdana;
  586. margin: 0 50px 0 0;
  587. }
  588. ul.newsticker span {
  589. font-weight:bold;
  590. }
  591.  
  592.  
  593. /* slider */
  594.  
  595. h2.left-title{
  596. font-family:'BebasNeueRegular';
  597. font-size:22px;
  598. font-weight:normal;
  599. margin-bottom:10px;
  600.  
  601. }
  602.  
  603. #slides {
  604. width:655px;
  605. height:330px;
  606. z-index:100;
  607. margin-bottom:10px;
  608. }
  609.  
  610. .slides_container {
  611. width:655px;
  612. overflow:hidden;
  613. position:relative;
  614. display:none;
  615.  
  616. }
  617.  
  618. .slides_container div.slide {
  619. width:655px;
  620. height:250px;
  621. display:block;
  622. }
  623.  
  624. .caption {
  625. z-index:500;
  626. position:absolute;
  627. bottom:-35px;
  628. left:0;
  629. height:30px;
  630. padding:10px 10px 10px 10px;
  631. background:#000;
  632. background:rgba(0,0,0,.7);
  633. width:635px;
  634. font-size:12px;
  635. line-height:1.33;
  636. color:#fff;
  637. border-top:1px solid #000;
  638. text-shadow:none;
  639. }
  640.  
  641. .pagination {
  642. margin:15px auto 0;
  643. width:100px;
  644. }
  645.  
  646. .pagination li {
  647. float:left;
  648. margin:0 1px;
  649. list-style:none;
  650. }
  651.  
  652. .pagination li a {
  653. display:block;
  654. width:12px;
  655. height:0;
  656. padding-top:12px;
  657. background-image:url(images/pagination.png);
  658. background-position:0 0;
  659. float:left;
  660. overflow:hidden;
  661. }
  662.  
  663. .pagination li.current a {
  664. background-position:0 -12px;
  665. }
  666.  
  667.  
  668. /* box content */
  669.  
  670. .high-box{
  671. width:320px;
  672. border-bottom:1px solid #ddd;
  673. margin-bottom:20px;
  674. }
  675.  
  676. .lbox{
  677. float:left;
  678. }
  679.  
  680. .rbox{
  681. float:right;
  682. }
  683.  
  684. .high-cat{
  685. font-family:'BebasNeueRegular';
  686. font-size:22px;
  687. font-weight:normal;
  688. margin-bottom:10px;
  689. color:#CF4C23;
  690. }
  691.  
  692. .high-first-item{
  693.  
  694. }
  695.  
  696. .highmage{
  697. background:#fff;
  698. padding:5px;
  699. }
  700.  
  701. .high-first-item h3{
  702. font-family:'sans-serif';
  703. font-size:24px;
  704. font-weight:normal;
  705. margin:5px 0px;
  706.  
  707. }
  708.  
  709. .high-first-item h3 a:link,.high-first-item h3 a:visited{
  710. color:#222;
  711. }
  712.  
  713. .high-first-item p{
  714. padding:0px 0px 10px 0px;
  715. line-height:20px;
  716. font-size:12px;
  717. }
  718.  
  719. .high-rest-item h3{
  720. font-family:'sans-serif';
  721. font-size:18px;
  722. font-weight:normal;
  723. line-height:18px;
  724. padding:7px 0px;
  725. border-top:1px solid #ddd;
  726. }
  727.  
  728. .high-rest-item h3 a:link,.high-rest-item h3 a:visited{
  729. color:#615740;
  730. }
  731.  
  732.  
  733. /* Main Content*/
  734.  
  735. #content {
  736. float:left;
  737. width: 655px;
  738. height:100%;
  739. padding:10px 0px 0px 0px;
  740. margin:10px 0px 0px 15px;
  741. display:inline;
  742. overflow:hidden;
  743.  
  744. }
  745.  
  746.  
  747. /* POST */
  748.  
  749. .postimg{
  750.  
  751. float:left;
  752. margin:15px 10px 10px 0px;
  753. width:200px;
  754. height:150px;
  755. padding:5px ;
  756. background:#dadada;
  757.  
  758. }
  759.  
  760. .post {
  761. margin: 0px 0px 30px 0px;
  762. height:100%;
  763. color:#555;
  764.  
  765. }
  766.  
  767. .title{
  768. margin: 0px 0px;
  769. padding: 5px 0px;
  770.  
  771. }
  772.  
  773. .title h2 {
  774. margin: 0px 0px;
  775. padding: 0px 0px ;
  776. font-size: 24px ;
  777. font-family:'sans-serif';
  778. font-weight:normal;
  779. #text-transform:lowercase;
  780. text-shadow:2px 2px 0px #ddd;
  781. }
  782.  
  783. .title h2 a, .title h2 a:link, .title h2 a:visited {
  784. color:#000;
  785. background-color: transparent;
  786.  
  787. }
  788.  
  789. .title h2 a:hover {
  790. color: #333;
  791. background-color: transparent;
  792. }
  793.  
  794. .insubhead{
  795. width:1000px;
  796. margin:0px auto;
  797. padding:27px 0px 0px 0px;
  798. color:#aaa;
  799. text-shadow:2px 2px 0px #fff;
  800.  
  801. }
  802.  
  803. .insubhead h1{
  804. padding:0px 0px 0px 0px;
  805. margin:0px 16px;
  806. font-family:'sans-serif';
  807. font-weight:normal;
  808. font-size:24px;
  809. text-align:left;
  810. #text-transform:lowercase;
  811. text-shadow:2px 2px 0px #ddd;
  812. }
  813.  
  814. .insubhead h1 a:link, .insubhead h1 a:visited {
  815. color:#161514;
  816. background-color: transparent;
  817.  
  818.  
  819. }
  820.  
  821. .insubhead h1 a:hover {
  822. color: #444;
  823. background-color: transparent;
  824. }
  825.  
  826.  
  827.  
  828. .postmeta{
  829. padding:5px 0px;
  830. border-top:1px solid #fff;
  831. border-bottom:1px solid #fff;
  832. font-size:10px;
  833. #text-transform:lowercase;
  834. }
  835.  
  836. .author{
  837.  
  838. color:#777;
  839. padding:2px 5px 2px 15px;
  840. background:url(images/user.png) left center no-repeat;
  841. }
  842.  
  843. .clock{
  844. color:#777;
  845. padding:2px 5px 2px 15px;
  846. background:url(images/clock.png) left center no-repeat;
  847. }
  848.  
  849. .comm{
  850. color:#777;
  851. padding:2px 5px 2px 15px;
  852. background:url(images/comm.png) left center no-repeat;
  853.  
  854. }
  855.  
  856. .comm a:link,
  857. .comm a:visited {
  858. color:#777;
  859. }
  860.  
  861. .comm a:hover{
  862. color:#000;
  863.  
  864. }
  865.  
  866.  
  867.  
  868.  
  869. a.morer{
  870. float:right;
  871. margin-right:5px;
  872. background:url(images/rmore.png) no-repeat;
  873. width:121px;
  874. height:38px;
  875. line-height:38px;
  876. text-align:center;
  877. color:#fff!important;
  878. text-decoration:none;
  879. }
  880.  
  881.  
  882. .singleinfo {
  883. border-top:1px solid #ddd;
  884. border-bottom:1px solid #ddd;
  885. font:10px Tahoma, Georgia, Arial,century gothic,verdana, sans-serif;
  886. #text-transform:lowercase;
  887. color:#827A60;
  888. padding:5px 0px;
  889.  
  890. }
  891.  
  892. .category{
  893. padding:5px 0 5px 20px;
  894. color:#827A60;
  895. background:url(images/tag.png) left center no-repeat;
  896.  
  897. }
  898.  
  899. .category a:link,.category a:visited{
  900. color:#D1512A;
  901. }
  902.  
  903. .category a:hover{
  904. color:#000;
  905. }
  906.  
  907. .cover {
  908. margin:0 0;
  909. padding: 0px 0px ;
  910. }
  911.  
  912. .entry {
  913. margin:0 0;
  914. padding: 5px 0px ;
  915. }
  916.  
  917. .entry a:link,
  918. .entry a:visited {
  919. color:#D1512A;
  920. }
  921.  
  922. .entry a:hover {
  923. color:#000;
  924. background-color: transparent;
  925. }
  926.  
  927. .entry ul, .entry ol{
  928. margin: .4em 0 1em;
  929. line-height: 150%;
  930. }
  931.  
  932. .entry ul li, .entry ol li{
  933. list-style-position:outside;
  934. margin-left: 1.6em;
  935. }
  936.  
  937. .entry p{
  938. margin:5px 0px 20px 0px;
  939. padding:5px 0px;
  940. line-height:24px;
  941. }
  942.  
  943. .author-bio{
  944. border:1px solid #ddd;
  945. padding:10px;
  946. font-family:Arial;
  947. }
  948.  
  949. img.avatar{
  950. float:left;
  951. margin-right:10px;
  952. border:3px solid #ddd;
  953. }
  954.  
  955. #author-text p{
  956. font-size:11px;
  957. margin:5px 0px;
  958. }
  959.  
  960.  
  961.  
  962.  
  963.  
  964. /* --- FOOTER --- */
  965.  
  966. #footer {
  967. padding:30px 0 25px 0px;
  968. color:#777;
  969. font-size:11px;
  970. background:#212121 ;
  971. margin-bottom:30px;
  972. }
  973.  
  974. #footer a:link , #footer a:visited{
  975. color:#777;
  976. }
  977.  
  978. #footer a:hover {
  979. color:#777;
  980. }
  981.  
  982. .fcred{
  983. width:1000px;
  984. text-align:center;
  985. margin:0px auto;
  986. line-height:16px;
  987. }
  988.  
  989.  
  990.  
  991.  
  992. /* Footer widgets */
  993.  
  994.  
  995. #bottom{
  996. margin:0px auto;
  997. width:1000px;
  998. background:#333 url(images/top.png) top repeat-x;
  999. }
  1000.  
  1001. .bottomcover{
  1002.  
  1003. margin:0px auto;
  1004. }
  1005.  
  1006. h3.bothead{
  1007. font-size:20px;
  1008. padding:10px 0px 10px 0px;
  1009. color:#ccc;
  1010. text-shadow:1px 1px 0px #111;
  1011. font-family: 'sans-serif', Arial,Tahoma,Century gothic,sans-serif;
  1012. font-weight:normal;
  1013. }
  1014.  
  1015. .botwid{
  1016. float:left;
  1017. width:180px;
  1018. padding-bottom:30px;
  1019. font-size:11px;
  1020. margin:20px 10px 0px 10px;
  1021. color:#ddd;
  1022. list-style:none;
  1023. }
  1024.  
  1025. .botwid ul {
  1026. list-style-type: none;
  1027. margin: 0px;
  1028. padding: 0px 0px 0px 0px ;
  1029.  
  1030.  
  1031. }
  1032. .botwid li{
  1033. list-style-type: none;
  1034. margin: 0 ;
  1035. padding: 0;
  1036.  
  1037. }
  1038. .botwid ul ul {
  1039. list-style-type: none;
  1040. margin: 0;
  1041. padding: 0px 0px 0px 0px;
  1042. background-repeat:no-repeat;
  1043. }
  1044.  
  1045. .botwid ul ul ul{
  1046. list-style-type: none;
  1047. margin: 0;
  1048. padding: 0;
  1049. border:0;
  1050. }
  1051.  
  1052. .botwid ul ul ul ul{
  1053. list-style-type: none;
  1054. margin: 0;
  1055. padding: 0;
  1056. border:0;
  1057.  
  1058. }
  1059.  
  1060. .botwid ul li {
  1061. height:100%;
  1062. line-height:18px;
  1063. clear: left;
  1064. width: 180px;
  1065. list-style-type: none;
  1066. }
  1067.  
  1068. .botwid ul li a:link, .botwid ul li a:visited {
  1069.  
  1070. color: #777;
  1071. text-decoration: none;
  1072. padding: 5px 0px 5px 0px;
  1073. display:block;
  1074. border-bottom:1px dotted #444;
  1075.  
  1076. }
  1077.  
  1078. .botwid ul li a:hover{
  1079.  
  1080. color: #fff;
  1081. }
  1082.  
  1083. .botwid p{
  1084. padding: 7px 0px;
  1085. margin:0;
  1086. line-height:150%;
  1087. }
  1088.  
  1089. .botwid table {
  1090. width:100%;
  1091. text-align:center;
  1092. color:#787d7f;
  1093. }
  1094.  
  1095.  
  1096.  
  1097.  
  1098. /* The Navigation */
  1099.  
  1100. #navigation{
  1101. margin:10px 0px 0px 0px;
  1102. padding:5px 0px;
  1103.  
  1104. }
  1105.  
  1106.  
  1107. /* The Attachment */
  1108.  
  1109. .contentCenter {
  1110. text-align:center;
  1111. }
  1112.  
  1113. /* The Page Title */
  1114.  
  1115. h2.pagetitle {
  1116. padding:10px 0px;
  1117. font-size:14px;
  1118. text-align:center;
  1119. color:#444;
  1120. margin-bottom:10px;
  1121. }
  1122. h2.pagetitle a {
  1123. color:#507409;
  1124. }
  1125. /* Comments */
  1126.  
  1127. #commentsbox {
  1128.  
  1129. margin:0 0px;
  1130.  
  1131. }
  1132.  
  1133. h3#comments{
  1134. font-size:24px;
  1135. color:#111;
  1136. font-weight:normal;
  1137. padding:15px 0px 15px 30px ;
  1138. margin-top:10px;
  1139. background:url(images/coms.png) left no-repeat;
  1140. font-family: 'BebasNeueRegular';
  1141. }
  1142.  
  1143.  
  1144. ol.commentlist {
  1145. margin:0px 0 0;
  1146. clear:both;
  1147. overflow:hidden;
  1148. list-style:none;
  1149.  
  1150.  
  1151. }
  1152. ol.commentlist li {
  1153. margin:5px 0;
  1154. line-height:18px;
  1155. padding:10px;
  1156. background:#fdfdfd;
  1157. border:1px solid #eee;
  1158.  
  1159.  
  1160. }
  1161. ol.commentlist li .comment-author {
  1162. color:#333;
  1163.  
  1164.  
  1165. }
  1166. ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{
  1167.  
  1168. color:#333;
  1169. font-weight:bold;
  1170. text-decoration:none !important;
  1171. }
  1172.  
  1173. ol.commentlist li .comment-author .fn {
  1174. color:#333;
  1175. }
  1176. cite.fn{
  1177. color:#eee;
  1178. font-style:normal;
  1179. }
  1180. ol.commentlist li .comment-author .avatar{
  1181. float:right;
  1182. border:1px solid #eee;
  1183. background:#fff;
  1184. padding:3px;
  1185. }
  1186. ol.commentlist li .comment-meta{
  1187. font-size:10px;
  1188.  
  1189. }
  1190. ol.commentlist li .comment-meta .commentmetadata{
  1191.  
  1192. color:#000;
  1193. }
  1194.  
  1195. ol.commentlist li .comment-meta a {
  1196. color:#E1512A;
  1197. text-decoration:none !important;
  1198. }
  1199. ol.commentlist li p {
  1200. line-height:22px;
  1201. margin-top:5px;
  1202. color:#666;
  1203. font-size:12px;
  1204.  
  1205. }
  1206. ol.commentlist li .reply{
  1207. margin-top:10px;
  1208. font-size:10px;
  1209. }
  1210. ol.commentlist li .reply a{
  1211. background:#666;
  1212. border:1px solid #333;
  1213. color:#fff;
  1214. text-decoration:none;
  1215. padding:3px 10px;
  1216. }
  1217.  
  1218. ol.commentlist li.odd {
  1219.  
  1220. }
  1221. ol.commentlist li.even {
  1222.  
  1223. }
  1224.  
  1225. ol.commentlist li ul.children {
  1226. list-style:none;
  1227. margin:1em 0 0;
  1228. text-indent:0;
  1229.  
  1230. }
  1231.  
  1232. ol.commentlist li ul.children li.depth-2 {
  1233.  
  1234. margin:0 0 0px 50px;
  1235.  
  1236. }
  1237.  
  1238. ol.commentlist li ul.children li.depth-3 {
  1239.  
  1240. margin:0 0 0px 50px;
  1241.  
  1242. }
  1243.  
  1244. ol.commentlist li ul.children li.depth-4 {
  1245.  
  1246. margin:0 0 0px 50px;
  1247.  
  1248. }
  1249. ol.commentlist li ul.children li.depth-5 {
  1250.  
  1251. margin:0 0 0px 50px;
  1252.  
  1253. }
  1254. .comment-nav{
  1255.  
  1256. padding:5px ;
  1257. height:20px;
  1258.  
  1259. }
  1260.  
  1261. .comment-nav a:link,.comment-nav a:visited{
  1262.  
  1263. color:#E73540;
  1264. }
  1265.  
  1266. #respond{
  1267.  
  1268. padding:0px 0px ;
  1269. margin:10px 0px;
  1270.  
  1271.  
  1272. }
  1273. #respond h3 {
  1274. font-size:18px;
  1275. font-weight:normal;
  1276. padding:5px 0px 0px 25px ;
  1277. color:#444;
  1278. background:url(images/write.png) left no-repeat;
  1279. font-family: 'BebasNeueRegular';
  1280.  
  1281.  
  1282. }
  1283. #commentform {
  1284. padding:10px 0px;
  1285. }
  1286. #commentform a {
  1287. color:#E1512A;
  1288. }
  1289.  
  1290. #commentform p{
  1291. margin:5px 0px ;
  1292. color:#999;
  1293. }
  1294. #respond label{
  1295. display:block;
  1296. padding:5px 0;
  1297. color:#999;
  1298.  
  1299. }
  1300. #respond label small {
  1301. font-size:10px;
  1302.  
  1303. }
  1304. #respond input {
  1305. margin-bottom:10px;
  1306. padding:5px 5px;
  1307. margin:0 10px 10px 0;
  1308. background:#fff;
  1309. border:1px solid #ddd;
  1310. color:#02070F;
  1311. }
  1312. #commentform input{
  1313. width:50%;
  1314.  
  1315. }
  1316.  
  1317. #respond input#commentSubmit {
  1318. width:100px;
  1319. padding:3px 5px;
  1320. background:#E1512A;
  1321. border:1px solid #BA3A1A;
  1322. color:#fff;
  1323. margin:10px 0px;
  1324. cursor:pointer;
  1325. }
  1326. textarea#comment{
  1327. border:none;
  1328. background:#fff;
  1329. border:1px solid #ddd;
  1330. width:70%;
  1331. margin:10px 0px 0px 0px;
  1332. padding:5px 5px;
  1333. color:#02070F;
  1334. }
  1335.  
  1336.  
  1337. .widebanner{
  1338.  
  1339. height:60px;
  1340. margin-top:10px;
  1341. padding:10px 0px;
  1342. text-align:center;
  1343. }
  1344.  
  1345.  
  1346. .wp-pagenavi{
  1347.  
  1348. font-size:12px;
  1349. text-align: center !important;
  1350.  
  1351.  
  1352. }
  1353. .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
  1354.  
  1355. text-decoration: none;
  1356. background:#D14E25!important;
  1357. border: 1px solid #962F10 !important;
  1358. color:#fff !important;
  1359. padding:3px 7px !important;
  1360. display: block;
  1361. text-align: center;
  1362. float: left;
  1363. margin-right: 4px;
  1364.  
  1365. }
  1366.  
  1367.  
  1368. .wp-pagenavi a:hover {
  1369. color: #ffffff;
  1370. }
  1371.  
  1372. .wp-pagenavi span.pages {
  1373.  
  1374. display:none;
  1375. }
  1376.  
  1377. .wp-pagenavi span.current {
  1378. text-decoration: none;
  1379. background:#333 !important;
  1380. border: 1px solid #111!important;
  1381. color:#fff !important;
  1382. padding:3px 7px !important;
  1383. display: block;
  1384. text-align: center;
  1385. float: left;
  1386. margin-right: 4px;
  1387.  
  1388. }
  1389.  
  1390. .wp-pagenavi span.extend {
  1391.  
  1392. text-decoration: none;
  1393. background:#333 !important;
  1394. border: 1px solid #111 !important;
  1395. color:#fff !important;
  1396. padding:3px 7px !important;
  1397. display: block;
  1398. text-align: center;
  1399. float: left;
  1400. margin-right: 4px;
  1401.  
  1402. }
  1403.  
  1404. .topbanner{
  1405. float:right;
  1406. margin:35px 20px 0px 0px;
  1407. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement