Guest User

Untitled

a guest
Jan 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.28 KB | None | 0 0
  1.  
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, font, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td {
  11.     margin: 0;
  12.     padding: 0;
  13.     border: 0;
  14.     outline: 0;
  15.     font-size: 100%;
  16.     vertical-align: baseline;
  17.     background: transparent;
  18. }
  19. body {
  20.     line-height: 1;
  21. }
  22. ol, ul {
  23.     list-style: none;
  24. }
  25. blockquote, q {
  26.     quotes: none;
  27. }
  28. blockquote:before, blockquote:after,
  29. q:before, q:after {
  30.     content: '';
  31.     content: none;
  32. }
  33. :focus {
  34.     outline: 0;
  35. }
  36. ins {
  37.     text-decoration: none;
  38. }
  39. del {
  40.     text-decoration: line-through;
  41. }
  42. table {
  43.     border-collapse: collapse;
  44.     border-spacing: 0;
  45. }
  46.  
  47.  
  48. /* Skeleton */
  49. .container {
  50.     background: url(images/main-bg-main.jpg) repeat-y center;
  51. }
  52. body.page .container2, body.archive .container2, body.category .container2, body.single .single-blog {
  53.     background: url(images/single-bg-center.jpg)  no-repeat center top;
  54. }
  55.  
  56. .container2 {
  57.     background: url(images/main-bg-center.jpg) no-repeat center top;
  58.     padding-top: 30px;
  59. }
  60. .single-blog {
  61.     background: url(images/single-bg-center.jpg)  no-repeat center top !important;
  62. }
  63.  
  64.  
  65. /* Background and Colors */
  66. body {
  67.     background: url(images/main-bg.jpg) repeat;
  68.     /* text-shadow: #000 0 0 0; */
  69. }
  70. a {
  71.     color: #fff;
  72. }
  73. ul.nav a, div.nav ul li a {
  74.     color: #828282;
  75. }
  76. .intro p, .intro-lands p {
  77.     color: #c3c3c3;
  78. }
  79. .section {
  80.     color: #fff;
  81. }
  82. .section a {
  83.     color: #fff;
  84. }
  85. .footer {
  86.     color: #cacbcc;
  87.     background: url(images/footer-bg.jpg) repeat-x;
  88. }
  89. .cat-desc {
  90.     color: #C3C3C3;
  91. }
  92.  
  93. /* Typography */
  94. body {
  95.     font: normal 62.5% Arial, Helvetica, Verdana, Sans-Serif;
  96. }
  97. ul.nav, div.nav ul {
  98.     font-size: 1.2em;
  99.     text-align: right;
  100.     /* text-transform: uppercase; */
  101. }
  102. ul.nav a, div.nav ul a {
  103.     text-decoration: none;
  104. }
  105. .intro p, .intro-lands p {
  106.     font-size: 1.7em;
  107. }
  108. .cat-desc {
  109.     font-size: 1.6em;
  110.     -moz-border-radius: 4px;
  111.     -webkit-border-radius: 4px;
  112. }
  113. .section h2, .latest h2 {
  114.     font-size: 1.7em;
  115.     font-weight: normal;
  116.     text-shadow: 1px 2px 1px #000000;
  117. }
  118. .section ul {
  119.     font-size: 1.2em;
  120. }
  121. .section a {
  122.     text-decoration: none;
  123. }
  124. .exif {
  125.   color: #333;
  126.   text-shadow: 1px 1px #777;
  127.   font-size: 1.1em;
  128. }
  129. .footer {
  130.     font-size: 1.1em;
  131.     text-align: right;
  132.     line-height: 20px;
  133. }
  134.  
  135. /* Specific Styling */
  136.  
  137. /* -- Main */
  138. .main {
  139.     padding-left: 5px;
  140.     padding-bottom: 30px;
  141. }
  142. body.home .main {
  143.     padding-bottom: 50px;
  144. }
  145.  
  146. /* -- Header */
  147.  
  148. /* -- Navigation */
  149. ul.nav, div.nav ul {
  150.     padding-top: 48px;
  151.     padding-right: 17px;
  152.     float: right;
  153.     width: 200px;
  154. }
  155. ul.nav li, div.nav ul li {
  156.     /*padding: 9px 17px 9px 0;*/
  157.     margin: 4px 0;
  158. }
  159. ul.nav li a, div.nav ul li a {
  160.     padding: 8px 30px 8px 20px;
  161. }
  162. ul.nav li a:hover,
  163. div.nav ul li a:hover,
  164. li.current_page_item a,
  165. .widgz ul li a:hover,
  166. .widgz ul li.current-cat a,
  167. .widgz ul li.cat-item a.active_category,
  168. li.current-cat a,
  169. li.cat-item a.active_category,
  170. li.current-menu-item a,
  171. li.current-category-ancestor a,
  172. li.current-post-ancestor a,
  173. .sf-menu li.sfHover > a {
  174.     background: url(images/nav-bg.jpg) right repeat-y;
  175.     -moz-border-radius-topleft: 4px;
  176.     -moz-border-radius-bottomleft: 4px;
  177.     -webkit-border-top-left-radius: 4px;
  178.     -webkit-border-bottom-left-radius: 4px;
  179.     color: #fff;
  180. }
  181. /* Superfish */
  182. .sf-menu a, .sf-menu a:visited {
  183.   display: inherit;
  184.   display: inline;
  185.   color: #828282;
  186. }
  187. .sf-menu ul {
  188.   width: 150px;
  189. }
  190. .sf-menu li {
  191.   padding: 8px 0;
  192.   float: none;
  193.   display: block;
  194.   width: 200px;
  195.   position: relative;
  196. }
  197. .sf-menu li li {
  198.   margin: 0;
  199.   padding: 0;
  200. }
  201. .sf-menu li li a,
  202. .sf-menu li li a:hover {
  203.   padding-top: 9px;
  204.   display: block;
  205.   text-align: left;
  206.   border-radius: 0;
  207.   -moz-border-radius: 0;
  208.   -webkit-border-radius: 0;
  209. }
  210. .sf-vertical li:hover ul,
  211. .sf-vertical li.sfHover ul,
  212. ul.sf-menu li li:hover ul,
  213. ul.sf-menu li li.sfHover ul,
  214. ul.sf-menu li li li:hover ul,
  215. ul.sf-menu li li li.sfHover ul {
  216.   left: 195px;
  217.   top: -3px;
  218. }
  219. ul.sf-menu li li:hover ul,
  220. ul.sf-menu li li.sfHover ul,
  221. ul.sf-menu li li li:hover ul,
  222. ul.sf-menu li li li.sfHover ul  {
  223.   left: 150px;
  224. }
  225. ul.sub-menu {
  226.   background: #424242;
  227.   float: none;
  228.   box-shadow:  1px 1px 2px rgba(0, 0, 0, .5);
  229.   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  230.   -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  231.   border-radius: 4px;
  232.   -moz-border-radius: 4px;
  233.   -webkit-border-radius: 4px;
  234.   border: 1px solid #373737;
  235.   border-top-color: #505050;
  236.   border-left-color: #505050;
  237.   padding: 2px 0;
  238. }
  239. .sf-sub-indicator {
  240.   text-indent: 0;
  241. }
  242. a > .sf-sub-indicator  {
  243.   top: .65em;
  244. }
  245.  
  246. /* -- Stage */
  247. .slideshow {
  248.     background: transparent url("images/shadow.png") no-repeat bottom center;
  249.     height: 375px;
  250.     overflow: hidden;
  251. }
  252. .slideshow img {
  253.     border: 1px solid #424242;
  254. }
  255. .slideshow .slide {
  256.     background: none !important;
  257. }
  258. .slideshow .slide h2 {
  259.   padding: 12px 10px 8px 10px;
  260.     font-size: 2em;
  261.     color: #fff;
  262.     font-weight: normal;
  263.     letter-spacing: 1px;
  264.     height: 26px;
  265.     float: left;
  266.     position: absolute;
  267.     bottom: 0;
  268.     background: #424242;
  269. }
  270.  
  271. /* -- Intro */
  272. .intro, .intro-lands {
  273.     background: url(images/bg-dark.jpg) repeat;
  274.     -moz-border-radius: 4px;
  275.     -webkit-border-radius: 4px;
  276. }
  277. .intro p, .intro-lands p {
  278.     background: url(images/intro-line.gif) repeat;
  279.     line-height: 30px;
  280.     margin: 10px;
  281. }
  282. .intro p a {
  283.     text-decoration: none;
  284.     color: #fff;
  285. }
  286.  
  287. /* -- Section */
  288. .section {
  289.     padding-top: 40px;
  290.     padding-bottom: 40px;
  291. }
  292.  
  293. /* -- Category */
  294. .section .category-list {
  295.     margin-left: 0px;
  296. }
  297. .category-list ul {
  298.     padding-top: 10px;
  299. }
  300. .category-list ul li {
  301.     float: left;
  302.     width: 120px;
  303.     padding: 6px 10px 6px 0;
  304.     border-bottom: 1px solid #747577;
  305. }
  306.  
  307. /* -- Latest */
  308. .latest {
  309.     /* padding-top: 30px; */
  310.     padding-bottom: 25px;
  311.     margin-bottom: 25px;
  312.     background: url(images/latest-border.png) no-repeat center bottom;
  313. }
  314. .latest ul {
  315.     padding-top: 20px;
  316. }
  317. .latest ul li {
  318.     float: left;
  319.     padding-right: 7px;
  320.     padding-bottom: 6px;
  321. }
  322. .latest ul li img {
  323.     border: 1px solid #424242;
  324. }
  325. .latest h2, .testimonial h2 {
  326.     color: #333333;
  327.     text-transform: uppercase;
  328.     padding-top: 23px;
  329.     text-shadow: 1px 1px #888888;
  330.     font-weight: bold;
  331. }
  332. /*
  333. .latest .photos {
  334.     background: url(images/bg-dark.jpg);
  335.     padding: 10px;
  336.     -moz-border-radius: 4px;
  337.     -webkit-border-radius: 4px;
  338. }
  339. */
  340. .latest .photos a {
  341.     float: left;
  342.     display: block;
  343.     margin-right: 5px;
  344.     margin-bottom: 5px;
  345. }
  346. .latest .photos a img {
  347.     border: 1px solid #424242;
  348. }
  349. .latest .photos a:hover img{
  350.     border-color: #999;
  351. }
  352.  
  353. /* -- Footer */
  354. .footer {
  355.     padding: 10px;
  356. }
  357.  
  358. /* -- Wordspop */
  359. .wordspop {
  360.     padding: 100px 45px 5px 0;
  361. }
  362. .wordspop a {
  363.     display: block;
  364.     background: url(images/wordspop.png) no-repeat center right;
  365.     width: 92px;
  366.     height: 36px;
  367.     float: right;
  368.     text-indent: -7777px;
  369. }
  370.  
  371. /* -- Exif */
  372. .exif {
  373.   margin-top: 5px;
  374. }
  375.  
  376. /* -- Single */
  377. .main h2.title {
  378.     font-size: 2.0em;
  379.     font-weight: normal;
  380.     text-transform: uppercase;
  381.     color: #fff;
  382.     background: url(images/title-border.png) repeat-x bottom;
  383.     padding-bottom: 10px;
  384.     margin-bottom: 10px;
  385.     text-shadow: 1px 1px 1px #000;
  386.     font-weight: bold;
  387. }
  388. .single .intro, .page .intro, .cat-desc, .single .intro-lands {
  389.     background: url(images/bg-dark.jpg) repeat;
  390.     padding: 10px 10px 10px 10px;
  391.     margin-top: 10px;
  392. }
  393. .main .text {
  394.     padding: 20px 0;
  395.     font-size: 1.4em;
  396.     color: #c4c4c4;
  397.     line-height: 1.8em;
  398. }
  399. .main .text p {
  400.     padding-bottom: 10px;
  401.     color: #fdfdfd;
  402. }
  403. .slide-lands {
  404.     width: 400px;
  405.     float: left;
  406. }
  407. .single .intro-lands {
  408.     width: 250px;
  409.     float: left;
  410.     margin-top: 0px;
  411. }
  412. a.full img {
  413.     border: 1px solid #4C4C4C;
  414. }
  415. /* -- Comments */
  416.  
  417. .comments {
  418.    
  419. }
  420. .comments h3 {
  421.     color: #333333;
  422.     text-transform: uppercase;
  423.     padding-top: 23px;
  424.     text-shadow: 1px 1px #888888;
  425. }
  426. .comment-post {
  427.     padding:  20px 0;
  428. }
  429. .comment-post .gravatar {
  430.     float: left;
  431.     padding: 0px 10px 10px 0;
  432. }
  433. .comment-post .comment-text {
  434.     font-size: 1.2em;
  435.     padding-right: 20px;
  436.     float: left;
  437.     width: 200px;
  438.     line-height: 20px;
  439. }
  440. .comment-text span {
  441.     color: #1e1e1e;
  442.     font-style: italic;
  443.     font-weight: bold;
  444. }
  445.  
  446. /* -- Category */
  447. div.this-category div {
  448.     float: left;
  449.     padding-right: 10px;
  450.     padding-bottom: 7px;
  451. }
  452. div.this-category div img {
  453.     border: 1px solid #4c4c4c;
  454. }
  455. div.this-category div a:hover img {
  456.     border: 1px solid #888;;
  457. }
  458. .cat-desc p {
  459.     background: url(images/intro-line.gif) repeat;
  460.     line-height: 30px;
  461. }
  462. /* -- Category -- Testimonial */
  463. div.this-category div.testimonials {
  464.     font-size: 1.6em;
  465.     line-height: 1.4em;
  466.     background: url("images/bg-dark.jpg");
  467.     padding: 10px;
  468.     -moz-border-radius: 4px;
  469.     -webkit-border-radius: 4px;
  470.     color: #fff;
  471. }
  472. div.this-category div.client_name {
  473.     font-size: 2em;
  474.     color: #fff;
  475.     text-shadow: 1px 1px 1px #000;
  476. }
  477. div.this-category div.clear {
  478.     float: none;
  479.     padding-bottom: 15px;
  480. }
  481. /* --widgz */
  482. .widgz {
  483.     text-align: right;
  484.     font-size: 1.2em;
  485.     padding-right: 17px;
  486.     padding-top: 20px;
  487. }
  488. .widgz h2 {
  489.     font-size: 1.0em;
  490.     font-weight: normal;
  491.     padding: 5px 30px 5px 5px;
  492.     text-transform: uppercase;
  493.     color: #fff;
  494. }
  495. .widgz ul {
  496.    
  497. }
  498. .widgz ul li {
  499.     /* border-bottom: 1px solid #424242; */
  500.     /* padding: 5px 30px 5px 5px; */
  501.     clear: both;
  502.     margin-bottom: 5px;
  503.     height: 18px;
  504. }
  505. .widgz ul li a {
  506.     color: #828282;
  507.     text-decoration: none;
  508.     padding: 8px 30px 8px 20px;
  509.     display: block;
  510.     float: right;
  511.     margin-bottom: 3px;
  512. }
  513.  
  514. /* Widgets */
  515. .textwidget {
  516.     padding: 8px 30px 8px 20px;
  517.     color: #828282;
  518.     font-style: italic;
  519.     line-height: 18px;
  520. }
  521. .cat-item {
  522.  
  523. }
  524.  
  525.  
  526. /* Comments - Responds */
  527. #comments {
  528.    
  529. }
  530. ol.commentlist {
  531.     list-style: none;
  532.     padding-top: 12px;
  533. }
  534. ol.commentlist li {
  535.     background: url("images/bg-dark.jpg") repeat scroll 0 0 transparent;
  536.     padding: 5px;
  537.     -moz-border-radius: 4px;
  538.     -webkit-border-radius: 4px;
  539.     font: 1.0em "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  540.     border: 1px solid #222222;
  541.     margin-bottom: 5px;
  542. }
  543. ol.commentlist li.odd {
  544.     background: url("images/bg-dark2.jpg") repeat scroll 0 0 transparent;
  545.     border: 1px solid #333;
  546. }
  547. ol.commentlist li cite {
  548.     font-weight: bold;
  549.     font-style: normal;
  550. }
  551. /* Comments - Respond Form */
  552. #respond {
  553.    
  554. }
  555. #respond h3, #comments {
  556.     color: #333333;
  557.     text-transform: uppercase;
  558.     padding-top: 23px;
  559.     text-shadow: 1px 1px #888888;
  560.     font-size: 1.6em;
  561. }
  562. #author, #email, #url, #comment {
  563.     background: url("images/bg-dark.jpg") repeat scroll 0 0 transparent;
  564.     border: 1px solid #222;
  565.     padding: 5px;
  566.     color: #efefef;
  567.     -moz-border-radius: 4px;
  568.     -webkit-border-radius: 4px;
  569. }
  570. div.comments-list {
  571.     padding-right: 10px;
  572. }
  573. #comment {
  574.     width: 300px;
  575. }
  576. #commentform {
  577.     padding-top: 10px;
  578. }
  579. .logged-in #commentform p {
  580.     font-size: 1.2em;
  581. }
  582. #commentform p{
  583.     padding: 2px 0;
  584. }
  585. #commentform input:focus, #commentform textarea:focus {
  586.     border: 1px solid #999;
  587. }
  588. #commentform textarea {
  589.     font: 1.0em "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  590. }
  591. img.avatar {
  592.     float: right;
  593. }
  594.  
  595. /* Testimonial */
  596. .testimonial {
  597.     color: #c3c3c3;
  598.     font: italic 1.2em "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  599. }
  600. .testimonial h2 {
  601.     font: bold 1.2em Arial, Helvetica, Sans-Serif;
  602.     padding-top: 0px;
  603.     padding-bottom: 29px;
  604.     background: url("images/testimonial-tick1.png") no-repeat 0 20px;
  605. }
  606. .testimonial p {
  607.     padding: 0 15px;
  608.     background: url("images/testimonial-tick2.png") no-repeat bottom right;
  609.     margin-top: -15px;
  610. }
  611. .testimonial p.client-name {
  612.     margin: 0;
  613.     background: none;
  614.     font-weight: bold;
  615.     font-style: normal;
  616. }
  617.  
  618. /* navigation */
  619. .navigation {
  620.     clear: both;
  621.     font-size: 1.1em;
  622.     padding-top: 30px;
  623.     text-transform: uppercase;
  624. }
  625. .navigation .alignleft {
  626.     float: left;
  627. }
  628. .navigation .alignleft a {
  629.     background: url(images/older-bg.png) no-repeat left;
  630.     padding: 25px 30px 25px 20px;
  631.     display: block;
  632.     float: right;
  633. }
  634. .navigation .alignright {
  635.     float: right;
  636. }
  637. .navigation .alignright a {
  638.     background: url(images/newer-bg.png) no-repeat right;
  639.     padding: 25px 20px 25px 30px;
  640.     display: block;
  641.     float: right;
  642. }
  643. .navigation a {
  644.     text-decoration: none;
  645.     font-weight: bold;
  646. }
  647. .navigation a:hover {
  648.     color: #999;
  649. }
  650. body.single .navigation {
  651.     padding-top: 10px;
  652.     width: 100%;
  653. }
  654.  
  655. /* Twitter for Wordpress Plugin Update */
  656. .widgz h2 {
  657.    
  658. }
  659. .widgz h2 a {
  660.     text-decoration: none;
  661.     font-weight: bold;
  662. }
  663. ul.twitter {
  664.     list-style: none;
  665.     padding-right: 30px;
  666.     line-height: 1.4em;
  667. }
  668. ul.twitter li {
  669.     display: inline;
  670.     color: #efefef;
  671.     font-style: italic;
  672. }
  673. ul.twitter li a {
  674.     display: inline;
  675.     float: none;
  676.     padding: 0;
  677.     margin: 0;
  678. }
  679.  
  680. /* Blog */
  681. .postmain,
  682. .postmain-nosidebar {
  683.     width: 449px;
  684.     float: left;
  685.     padding-right: 10px;
  686. }
  687. .postmain-nosidebar {
  688.   width: 100%;
  689. }
  690. .post {
  691.     clear: both;
  692.     padding-bottom: 10px;
  693.     padding-top: 10px;
  694.     color: #ccc;
  695.     float: left;
  696.     width: 100%;
  697. }
  698. .post .thumbnail {
  699.     width: 100px;
  700.     height: 100px;
  701.     float: left;
  702.     background: #666;
  703. }
  704. .post-content {
  705.     float: left;
  706.     padding-left: 15px;
  707.     width: 100%;
  708. }
  709. body.category .post-content {
  710.     padding-left: 0;
  711. }
  712. .post-content h2 {
  713.     font-size: 1.6em;
  714.     font-weight: normal;
  715.     color: #fff;
  716. }
  717. .post-content h2 a {
  718.     color: #fff;
  719.     text-decoration: none;
  720. }
  721. .post-content h2 a:hover {
  722.     color: #e7e7e7;
  723. }
  724. .post-content p {
  725.     font-size: 1.3em;
  726.     color: #d8d8d8;
  727. }
  728. .post-content .meta, .blogpost .meta {
  729.     text-transform: uppercase;
  730.     font-weight: bold;
  731.     padding: 5px 0;
  732.     border-bottom: 1px solid #999;
  733.     margin: 0 0 5px 0;
  734.     color: #CCCCCC;
  735. }
  736.  
  737. .blogpost a:hover {
  738.     text-decoration: none;
  739. }
  740. .blogpost p {
  741.     color: #d8d8d8;
  742.     font-size: 1.3em;
  743.     padding: 5px 0;
  744.     line-height: 1.4em;
  745. }
  746. .blogpost {
  747.     padding: 5px;
  748.     /* width: 400px; */
  749. }
  750. .blogpost h3 {
  751.     font-size: 1.8em;
  752.     font-weight: normal;
  753.     color: #fff;
  754.     text-transform: uppercase;
  755.     padding-bottom: 20px;
  756.     padding-top: 10px;
  757. }
  758. .blog .post-content {
  759.     padding-left: 0;
  760. }
  761. .single-blog .wp-post-image {
  762.     float: left;
  763.     padding: 5px 10px 10px 0;
  764. }
  765. .sidebar-blog {
  766.     width: 210px !important;
  767. }
  768. .sidebar-blog .cat-desc {
  769.     font-size: 1.2em;
  770. }
  771. .sidebar-blog .cat-desc a {
  772.     text-decoration: none;
  773. }
  774. .sidebar-blog .cat-desc a:hover {
  775.     text-decoration: underline;
  776. }
  777. .sidebar-blog .cat-desc h2 {
  778.     text-transform: uppercase;
  779.     padding-bottom: 5px;
  780. }
  781. .sidebar-blog .cat-desc .textwidget {
  782.     padding: 0;
  783. }
  784. .sidebar-blog .cat-desc ul li {
  785.     line-height: 1.6em;
  786. }
  787.  
  788. /* =Images
  789. -------------------------------------------------------------- */
  790.  
  791. /*
  792. Resize images to fit the main content area.
  793. - Applies only to images uploaded via WordPress by targeting size-* classes.
  794. - Other images will be left alone. Use "size-auto" class to apply to other images.
  795. */
  796. img.size-auto,
  797. img.size-full,
  798. img.size-large,
  799. img.size-medium,
  800. .attachment img {
  801.     max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  802.     height: auto; /* Override height to match resized width for correct aspect ratio. */
  803. }
  804. .alignleft,
  805. img.alignleft {
  806.     display: inline;
  807.     float: left;
  808.     margin-right: 10px;
  809.     margin-top: 4px;
  810. }
  811. .alignright,
  812. img.alignright {
  813.     display: inline;
  814.     float: right;
  815.     margin-left: 10px;
  816.     margin-top: 4px;
  817. }
  818. .aligncenter,
  819. img.aligncenter {
  820.     clear: both;
  821.     display: block;
  822.   margin: 10px auto;
  823. }
  824. img.alignleft,
  825. img.alignright,
  826. img.aligncenter {
  827.     margin-bottom: 12px;
  828. }
  829. .postmain .wp-caption {
  830.   max-width: 449px !important;
  831. }
  832. .wp-caption-text {
  833.     text-align: center;
  834.     font-size: 1.1em !important;
  835.     font-style: italic;
  836.     margin-top: 5px;
  837.   color: #333333 !important;
  838.   text-shadow: 1px 1px #777777;
  839. }
  840.  
  841. /* Navigation Pic */
  842. .navpic a img {
  843.     border: 1px solid #4C4C4C;
  844. }
  845. .navpic .alignright a {
  846.     background: url(images/image-arrow-right.jpg) no-repeat right center;
  847. }
  848. .navpic .alignleft a {
  849.     background: url(images/image-arrow.jpg) no-repeat left center;
  850. }
  851.  
  852. blockquote {
  853.   background: url(images/testimonial-tick1.png) left top no-repeat;
  854.   font-style: italic;
  855.   padding: 0 40px;
  856. }
  857. blockquote cite,
  858. blockquote em,
  859. blockquote i {
  860.   font-style: normal;
  861. }
  862.  
  863. /* Search Result */
  864. .search-result {
  865.     float: none;
  866.     clear: both;
  867.     padding: 10px;
  868. }
  869. .search-result h2 {
  870.     font-size: 14px;
  871.     text-shadow: 1px 1px 1px #000000;  
  872. }
  873. .search-result h2 a {
  874.     text-decoration: none;
  875. }
  876. .search-result h2 a:hover {
  877.     color: #efefef;
  878. }
Add Comment
Please, Sign In to add comment