Advertisement
Guest User

*le css

a guest
Apr 5th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 53.56 KB | None | 0 0
  1. /*
  2. Theme Name: Graphene
  3. Theme URI: http://www.khairul-syahir.com/wordpress-dev/graphene-theme
  4. Description: The Graphene theme for WordPress is a stylish, neat, and tight WordPress theme supporting configurable columns layout and columns widths options. It includes 4 predefined widget areas, with the ability to add countless more widget areas, as well as determine the number of columns to display in the footer widget area. It includes action hooks for unprecendeted customisability, and jQuery slider for your featured posts. Compatibility support has been added for the bbPress plugin. It has built-in Twitter widget, allows for customisable colours, header and background, as well as built-in AdSense placement and social sharing buttons. It also supports custom menu with drop-down navigation, and threaded comments of up to 10 levels deep! The codes are written so that you can easily override or add functionality to the theme by using your own child theme without altering the parent theme's code. Seriously, there's too many features for this theme to describe them all here! This theme has been tested and confirmed compatible with IE7 and above, Mozilla Firefox, Google Chrome, Opera, and Safari. The theme currently has been translated into more than 25 languages, and fully supports right-to-left languages. See the <a href="http://www.khairul-syahir.com/wordpress-dev/graphene-theme#changelog">theme's changelog</a>.
  5. Version: 1.7
  6. Author: Syahir Hakim
  7. Author URI: http://www.khairul-syahir.com
  8. Tags: black, blue, white, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-width, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, rtl-language-support, post-formats, featured-image-header, featured-images, full-width-template, microformats
  9. License: GNU General Public License, Version 3 (or newer)
  10. License URI: http://www.gnu.org/licenses/gpl.html
  11. */
  12.  
  13. /* =Resets and Clearfix
  14. -------------------------------------------------------------- */
  15.  
  16. html,
  17. body,
  18. h1,
  19. h2,
  20. h3,
  21. h4,
  22. h5,
  23. h6,
  24. p,
  25. img,
  26. ul,
  27. ol,
  28. li,
  29. form,
  30. fieldset {
  31.     border: 0 none;
  32.     margin: 0;
  33.     padding: 0;
  34. }
  35.  
  36. /* Containers
  37. ----------------------------------------------------------------------------------------------------*/
  38. .container_16 {
  39.     margin-left: auto;
  40.     margin-right: auto;
  41.     width: 960px;
  42. }
  43. /* Grid >> Global
  44. ----------------------------------------------------------------------------------------------------*/
  45. .grid_1,
  46. .grid_2,
  47. .grid_3,
  48. .grid_4,
  49. .grid_5,
  50. .grid_6,
  51. .grid_7,
  52. .grid_8,
  53. .grid_9,
  54. .grid_10,
  55. .grid_11,
  56. .grid_12,
  57. .grid_13,
  58. .grid_14,
  59. .grid_15,
  60. .grid_16 {
  61.     display: inline;
  62.     float: left;
  63.     position: relative;
  64.     margin-left: 10px;
  65.     margin-right: 10px;
  66. }
  67. .push_1,
  68. .pull_1,
  69. .push_2,
  70. .pull_2,
  71. .push_3,
  72. .pull_3,
  73. .push_4,
  74. .pull_4,
  75. .push_5,
  76. .pull_5,
  77. .push_6,
  78. .pull_6,
  79. .push_7,
  80. .pull_7,
  81. .push_8,
  82. .pull_8,
  83. .push_9,
  84. .pull_9,
  85. .push_10,
  86. .pull_10,
  87. .push_11,
  88. .pull_11,
  89. .push_12,
  90. .pull_12,
  91. .push_13,
  92. .pull_13,
  93. .push_14,
  94. .pull_14,
  95. .push_15,
  96. .pull_15,
  97. .push_16,
  98. .pull_16 {
  99.     position: relative
  100. }
  101. .gutter-left {
  102.     margin-left: 10px;
  103. }
  104. .gutter-right {
  105.     margin-right: 10px;
  106. }
  107.  
  108. /* Grid >> Children (Alpha ~ First, Omega ~ Last)
  109. ----------------------------------------------------------------------------------------------------*/
  110. .alpha {
  111.     margin-left: 0
  112. }
  113. .omega {
  114.     margin-right: 0
  115. }
  116. /* Grid >> 16 Columns
  117. ----------------------------------------------------------------------------------------------------*/
  118. .container_16 .grid_1 {
  119.     width: 40px
  120. }
  121. .container_16 .grid_2 {
  122.     width: 100px
  123. }
  124. .container_16 .grid_3 {
  125.     width: 160px
  126. }
  127. .container_16 .grid_4 {
  128.     width: 220px
  129. }
  130. .container_16 .grid_5 {
  131.     width: 280px
  132. }
  133. .container_16 .grid_6 {
  134.     width: 340px
  135. }
  136. .container_16 .grid_7 {
  137.     width: 400px
  138. }
  139. .container_16 .grid_8 {
  140.     width: 460px
  141. }
  142. .container_16 .grid_9 {
  143.     width: 520px
  144. }
  145. .container_16 .grid_10 {
  146.     width: 580px
  147. }
  148. .container_16 .grid_11 {
  149.     width: 640px
  150. }
  151. .container_16 .grid_12 {
  152.     width: 700px
  153. }
  154. .container_16 .grid_13 {
  155.     width: 760px
  156. }
  157. .container_16 .grid_14 {
  158.     width: 820px
  159. }
  160. .container_16 .grid_15 {
  161.     width: 880px
  162. }
  163. .container_16 .grid_16 {
  164.     width: 940px
  165. }
  166. /* Prefix Extra Space >> 16 Columns
  167. ----------------------------------------------------------------------------------------------------*/
  168. .container_16 .prefix_1 {
  169.     padding-left: 60px
  170. }
  171. .container_16 .prefix_2 {
  172.     padding-left: 120px
  173. }
  174. .container_16 .prefix_3 {
  175.     padding-left: 180px
  176. }
  177. .container_16 .prefix_4 {
  178.     padding-left: 240px
  179. }
  180. .container_16 .prefix_5 {
  181.     padding-left: 300px
  182. }
  183. .container_16 .prefix_6 {
  184.     padding-left: 360px
  185. }
  186. .container_16 .prefix_7 {
  187.     padding-left: 420px
  188. }
  189. .container_16 .prefix_8 {
  190.     padding-left: 480px
  191. }
  192. .container_16 .prefix_9 {
  193.     padding-left: 540px
  194. }
  195. .container_16 .prefix_10 {
  196.     padding-left: 600px
  197. }
  198. .container_16 .prefix_11 {
  199.     padding-left: 660px
  200. }
  201. .container_16 .prefix_12 {
  202.     padding-left: 720px
  203. }
  204. .container_16 .prefix_13 {
  205.     padding-left: 780px
  206. }
  207. .container_16 .prefix_14 {
  208.     padding-left: 840px
  209. }
  210. .container_16 .prefix_15 {
  211.     padding-left: 900px
  212. }
  213. /* Suffix Extra Space >> 16 Columns
  214. ----------------------------------------------------------------------------------------------------*/
  215. .container_16 .suffix_1 {
  216.     padding-right: 60px
  217. }
  218. .container_16 .suffix_2 {
  219.     padding-right: 120px
  220. }
  221. .container_16 .suffix_3 {
  222.     padding-right: 180px
  223. }
  224. .container_16 .suffix_4 {
  225.     padding-right: 240px
  226. }
  227. .container_16 .suffix_5 {
  228.     padding-right: 300px
  229. }
  230. .container_16 .suffix_6 {
  231.     padding-right: 360px
  232. }
  233. .container_16 .suffix_7 {
  234.     padding-right: 420px
  235. }
  236. .container_16 .suffix_8 {
  237.     padding-right: 480px
  238. }
  239. .container_16 .suffix_9 {
  240.     padding-right: 540px
  241. }
  242. .container_16 .suffix_10 {
  243.     padding-right: 600px
  244. }
  245. .container_16 .suffix_11 {
  246.     padding-right: 660px
  247. }
  248. .container_16 .suffix_12 {
  249.     padding-right: 720px
  250. }
  251. .container_16 .suffix_13 {
  252.     padding-right: 780px
  253. }
  254. .container_16 .suffix_14 {
  255.     padding-right: 840px
  256. }
  257. .container_16 .suffix_15 {
  258.     padding-right: 900px
  259. }
  260. /* Push Space >> 16 Columns
  261. ----------------------------------------------------------------------------------------------------*/
  262. .container_16 .push_1 {
  263.     left: 60px
  264. }
  265. .container_16 .push_2 {
  266.     left: 120px
  267. }
  268. .container_16 .push_3 {
  269.     left: 180px
  270. }
  271. .container_16 .push_4 {
  272.     left: 240px
  273. }
  274. .container_16 .push_5 {
  275.     left: 300px
  276. }
  277. .container_16 .push_6 {
  278.     left: 360px
  279. }
  280. .container_16 .push_7 {
  281.     left: 420px
  282. }
  283. .container_16 .push_8 {
  284.     left: 480px
  285. }
  286. .container_16 .push_9 {
  287.     left: 540px
  288. }
  289. .container_16 .push_10 {
  290.     left: 600px
  291. }
  292. .container_16 .push_11 {
  293.     left: 660px
  294. }
  295. .container_16 .push_12 {
  296.     left: 720px
  297. }
  298. .container_16 .push_13 {
  299.     left: 780px
  300. }
  301. .container_16 .push_14 {
  302.     left: 840px
  303. }
  304. .container_16 .push_15 {
  305.     left: 900px
  306. }
  307. /* Pull Space >> 16 Columns
  308. ----------------------------------------------------------------------------------------------------*/
  309. .container_16 .pull_1 {
  310.     left: -60px
  311. }
  312. .container_16 .pull_2 {
  313.     left: -120px
  314. }
  315. .container_16 .pull_3 {
  316.     left: -180px
  317. }
  318. .container_16 .pull_4 {
  319.     left: -240px
  320. }
  321. .container_16 .pull_5 {
  322.     left: -300px
  323. }
  324. .container_16 .pull_6 {
  325.     left: -360px
  326. }
  327. .container_16 .pull_7 {
  328.     left: -420px
  329. }
  330. .container_16 .pull_8 {
  331.     left: -480px
  332. }
  333. .container_16 .pull_9 {
  334.     left: -540px
  335. }
  336. .container_16 .pull_10 {
  337.     left: -600px
  338. }
  339. .container_16 .pull_11 {
  340.     left: -660px
  341. }
  342. .container_16 .pull_12 {
  343.     left: -720px
  344. }
  345. .container_16 .pull_13 {
  346.     left: -780px
  347. }
  348. .container_16 .pull_14 {
  349.     left: -840px
  350. }
  351. .container_16 .pull_15 {
  352.     left: -900px
  353. }
  354. /* Clear Floated Elements
  355. ----------------------------------------------------------------------------------------------------*/
  356. .clear {
  357.     clear: both;
  358.     display: block;
  359.     overflow: hidden;
  360.     visibility: hidden;
  361.     width: 0;
  362.     height: 0;
  363. }
  364. .clearfix:before,
  365. .clearfix:after {
  366.     content: '020';
  367.     display: block;
  368.     overflow: hidden;
  369.     visibility: hidden;
  370.     width: 0;
  371.     height: 0;
  372. }
  373. .clearfix:after {
  374.     clear: both
  375. }
  376. /*
  377.   The following zoom:1 rule is specifically for IE6 + IE7.
  378.   Move to separate stylesheet if invalid CSS is a problem.
  379. */
  380. .clearfix {
  381.     zoom: 1
  382. }
  383.  
  384. /* =Non-classed HTML elements
  385. -------------------------------------------------------------- */
  386.  
  387. body {
  388.     background: url(images/bg_g.png) repeat #000 fixed;
  389.     color: #2c2b2b;
  390.     font: normal 12px arial;
  391.     line-height: 18px;
  392.     position: relative;
  393. }
  394. a {
  395.     color: #1772af;
  396.     text-decoration: none;
  397. }
  398. a:hover {
  399.     color: #074d7c;
  400.     text-decoration: none;
  401. }
  402.  
  403. /* =Container elements
  404. -------------------------------------------------------------- */
  405.  
  406. .bg-gradient {
  407.     background: url(images/bg-gradient.png) left bottom repeat-x fixed;
  408.     position: relative;
  409.     width: 100%;
  410.     height: 100%;
  411.     padding-bottom: 1px;
  412. }
  413. #container {
  414.     -webkit-box-shadow: 0 0 10px #000;
  415.     box-shadow: 0 0 10px #000;
  416. }
  417.  
  418. /* =Header
  419. -------------------------------------------------------------- */
  420.  
  421. #top-bar {
  422.     background: url(images/sprite_h.png) left -596px repeat-x #313130;
  423.     border-bottom:1px solid #222;
  424.     height: 54px;
  425.     position: relative;
  426.     z-index: 10;
  427. }
  428. #profiles{
  429.     padding-top: 13px;
  430.     float: left;
  431. }
  432. #profiles a {
  433.     float: left;
  434.     margin-right: 10px;
  435. }
  436. #profiles span {
  437.     display: none;
  438. }
  439. #top_search {
  440.     float: right;
  441.     margin-top: 15px;
  442. }
  443. #top_search input {
  444.     box-shadow: inset 0 0 3px #333;
  445.     border: none;
  446.     color: gray;
  447.     padding: 3px 7px 2px 5px;
  448.     width: 79.5455%;
  449.     height: 18px;
  450.     float: left;
  451. }
  452. #top_search button {
  453.     background: url(images/sprite_master.png) -38px top no-repeat;
  454.     border: 0;
  455.     cursor: pointer;
  456.     display: block;
  457.     float: right;
  458.     width: 23px;
  459.     height: 23px;
  460. }
  461. #top_search button span {
  462.     display: none;
  463. }
  464. #nav #top_search {
  465.     position: absolute;
  466.     right: 0;
  467.     top: 50%;
  468.     margin-top: -12px;
  469. }
  470. #header {
  471.     background-position: center top;
  472.     background-repeat: no-repeat;
  473.     border-top:1px solid #000;
  474.   height: 198px;
  475.     width: 100%;
  476.     position: relative;
  477. }
  478. .header_title {
  479.     font: bold 28px "Trebuchet MS";
  480.     position: relative;
  481.     top: 110px;
  482. }
  483. .header_title a,
  484. .header_title a:visited {
  485.     text-decoration: none;
  486. }
  487. .header_desc {
  488.     font-size: 18px;
  489.     font-weight: normal;
  490.     border-bottom: none;
  491.     color: #000;
  492.     position: relative;
  493.     top: 110px;
  494.     width: 852px;
  495. }
  496. #header_img_link {
  497.     display: block;
  498.     position: absolute;
  499.     text-decoration: none;
  500.     width: 100%;
  501.     height: 198px;
  502. }
  503. #header .sidebar-wrap {
  504.     position: absolute;
  505.     z-index: 50;
  506. }
  507. .sidebar-wrap #searchsubmit {
  508.     float: right;
  509.     margin-top: 10px;
  510. }
  511. .sidebar-wrap #s {
  512.     width: 160px;
  513. }
  514.  
  515. /* =Navigation
  516. -------------------------------------------------------------- */
  517.  
  518. /* Son of Suckerfish - what makes it tick */
  519. #nav a {
  520.     display: block;
  521. }
  522. #nav li {
  523.     float: left;
  524. }
  525. #nav li ul {
  526.     position: absolute;
  527.     width: 200px;
  528.     left: -999em;
  529. }
  530. #nav li:hover ul {
  531.     left: auto;
  532. }
  533. #header-menu li ul ul {
  534.     margin: -34px 0 0 200px;
  535. }
  536. #secondary-menu li ul ul {
  537.     margin: -29px 0 0 200px;
  538. }
  539. #nav, #nav ul {
  540.     padding: 0;
  541.     list-style: none;
  542.     line-height: 1;
  543.     z-index: 20;
  544. }
  545. #nav li:hover ul ul,
  546. #nav li:hover ul ul ul,
  547. #nav li:hover ul ul ul ul,
  548. #nav li:hover ul ul ul ul ul {
  549.     left: -999em;
  550. }
  551. #nav li:hover ul,
  552. #nav li li:hover ul,
  553. #nav li li li:hover ul,
  554. #nav li li li li:hover ul {
  555.     left: auto;
  556. }
  557.  
  558. /* What gives our menus style */
  559. .menu-bottom-shadow{
  560.     background: url(images/sprite_h.png) left top repeat-x #eee;
  561.     height: 3px;
  562.     width: 100%;
  563. }
  564. #nav .menu li:hover{
  565.     position: static;
  566. }
  567. #nav .menu ul {
  568.     box-shadow: 0 1px 2px #555;
  569. }
  570.  
  571. /* Top level header menu, default state */
  572. #header-menu-wrap {
  573.     position: relative;
  574.     background: url(images/sprite_h.png) left -3px repeat-x #000000;
  575.     z-index: 15;
  576. }
  577. #header-menu,
  578. #secondary-menu {
  579.     margin: 0 10px;
  580. }
  581. #header-menu > li {
  582.     font: normal 14px arial;
  583.     margin: 0 0 0 5px;
  584. }
  585. #header-menu > li:first-child {
  586.     margin-left: 0;
  587. }
  588. #header-menu > li > a {
  589.     color: #ffffff;
  590.     line-height: 16px;
  591.     padding: 9px 10px 10px;
  592. }
  593. #header-menu > li > a > span {
  594.     display: block;
  595.     font-size: 11px;
  596.     color: #aaa;
  597. }
  598. #header-menu > li.menu-item-ancestor > a {
  599.     background: url(images/sprite_master.png) -877px -236px no-repeat transparent;
  600.     padding-left: 26px;
  601. }
  602.  
  603. /* Top level header menu, hover and current state */
  604. #header-menu > li:hover,
  605. #header-menu > li.current-menu-item,
  606. #header-menu > li.current-menu-ancestor {
  607.     background: url(images/sprite_h.png) left -300px repeat-x #d5d5d5;
  608. }
  609. #header-menu > li:hover > a,
  610. #header-menu > li.current-menu-item > a,
  611. #header-menu > li.current-menu-ancestor > a {
  612.     color: #000;
  613. }
  614. #header-menu > li:hover > a > span,
  615. #header-menu > li.current-menu-item > a > span,
  616. #header-menu > li.current-menu-ancestor > a > span {
  617.     color: #484848;
  618. }
  619. #header-menu > li.menu-item-ancestor:hover > a,
  620. #header-menu > li.current-menu-item > a,
  621. #header-menu > li.current-menu-ancestor > a {
  622.     background-position: -877px -192px;
  623. }
  624.  
  625. /* Sub level header menu, default state */
  626. #header-menu ul li a {
  627.     color: #000;
  628.     padding: 10px;
  629.     width: 180px;
  630. }
  631. #header-menu ul li {
  632.     background: url(images/sprite_h.png) left -777px repeat-x #dfdfdf;
  633. }
  634. #header-menu ul li.menu-item-ancestor > a {
  635.     background: url(images/sprite_master.png) -652px -194px no-repeat transparent;
  636.     padding-right: 25px;
  637.     width: 165px;
  638. }
  639.  
  640. /* Sub level header menu, hover and current state */
  641. #header-menu ul li:hover,
  642. #header-menu ul li.current-menu-item,
  643. #header-menu ul li.current-menu-ancestor {
  644.     background-position: left -856px;
  645.     background-color: #212121;
  646. }
  647. #header-menu ul li:hover > a,
  648. #header-menu ul li.current-menu-item > a,
  649. #header-menu ul li.current-menu-ancestor > a {
  650.     color: #fff;
  651. }
  652. #header-menu ul li.menu-item-ancestor:hover > a,
  653. #header-menu ul li.current-menu-item > a,
  654. #header-menu ul li.current-menu-ancestor > a {
  655.     background-position: -652px -238px;
  656. }
  657.  
  658. /* Secondary menu */
  659. /* Top level, default state */
  660. #secondary-menu-wrap {
  661.     width: 100%;
  662.     border-top: 1px solid #000;
  663.     background: url(images/sprite_h.png) left -940px repeat-x #222;
  664. }
  665. #secondary-menu > li {
  666.     font: normal 11px arial;
  667.     margin: 0 5px;
  668.     text-transform: uppercase;
  669. }
  670. #secondary-menu > li:first-child {
  671.     margin-left: 0;
  672. }
  673. #secondary-menu > li > a {
  674.     color: #fff;
  675.     line-height: 16px;
  676.     padding: 7px 10px 6px;
  677. }
  678. #secondary-menu > li.menu-item-ancestor > a {
  679.     background: url(images/sprite_master.png) -877px -316px no-repeat transparent;
  680.     padding-left: 20px;
  681. }
  682.  
  683. /* Top level, hover and current state */
  684. #secondary-menu > li:hover,
  685. #secondary-menu > li.current-menu-item,
  686. #secondary-menu > li.current-menu-ancestor {
  687.     background: url(images/sprite_h.png) left -1014px repeat-x #dfdfdf;
  688. }
  689. #secondary-menu > li:hover > a,
  690. #secondary-menu > li.current-menu-item > a,
  691. #secondary-menu > li.current-menu-ancestor > a {
  692.     color: #000;
  693. }
  694. #secondary-menu > li.menu-item-ancestor:hover > a,
  695. #secondary-menu > li.current-menu-item > a,
  696. #secondary-menu > li.current-menu-ancestor > a {
  697.     background-position: -877px -283px;
  698. }
  699.  
  700. /* Sub level, default state */
  701. #secondary-menu ul li a {
  702.     color: #000;
  703.     padding: 7px 15px 6px;
  704.     width: 170px;
  705.     line-height: 16px;
  706. }
  707. #secondary-menu ul li {
  708.     background: url(images/sprite_h.png) left -1014px repeat-x #dfdfdf;
  709. }
  710. #secondary-menu ul li.menu-item-ancestor > a {
  711.     background: url(images/sprite_master.png) -652px -286px no-repeat transparent;
  712.     padding-right: 20px;
  713.     width: 165px;
  714. }
  715. /* Sub level header menu, hover and current state */
  716. #secondary-menu ul li:hover,
  717. #secondary-menu ul li.current-menu-item,
  718. #secondary-menu ul li.current-menu-ancestor {
  719.     background-position: left -1084px;
  720.     background-color: #212121;
  721. }
  722. #secondary-menu ul li:hover > a,
  723. #secondary-menu ul li.current-menu-item > a,
  724. #secondary-menu ul li.current-menu-ancestor > a {
  725.     color: #fff;
  726. }
  727. #secondary-menu ul li.menu-item-ancestor:hover > a,
  728. #secondary-menu ul li.current-menu-item > a,
  729. #secondary-menu ul li.current-menu-ancestor > a {
  730.     background-position: -652px -319px;
  731. }
  732.  
  733. /* =Content Area
  734. -------------------------------------------------------------- */
  735.  
  736. #content {
  737.     background: #e3e3e3;
  738.     padding-top: 21px;
  739.     padding-bottom: 20px;
  740. }
  741. .page-title {
  742.     background: #2070B7;
  743.     background: linear-gradient(left top, #0F2D4D, #2880C3);
  744.     background: -moz-linear-gradient(left top, #0F2D4D, #2880C3);
  745.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorStr='#0F2D4D', EndColorStr='#2880C3')";
  746.     background: -webkit-linear-gradient(left top, #0F2D4D, #2880C3);
  747.     -pie-background: linear-gradient(left top, #0F2D4D, #2880C3);
  748.     color: #e3e3e3;
  749.     font-size: 16px;
  750.     margin: 0 auto 10px;
  751.     padding: 8px 0;
  752.     text-align: center;
  753.     text-shadow: 0 -1px 0 #333;
  754. }
  755. .page-title span {
  756.     color: #fff;
  757. }
  758. .cat-desc{
  759.     padding: 10px;
  760.     margin-top: -10px;
  761.     overflow: hidden;
  762. }
  763. .cat-desc p{
  764.     font: normal 12px/18px arial;
  765.     margin-top: 10px;
  766. }
  767. .cat-desc p:first-child{
  768.     margin-top: 0;
  769. }
  770. .featured_slider {
  771.     -pie-background: linear-gradient(left top, #0F2D4D, #2880C3);
  772.     background: #0F2D4D;
  773.     background: -moz-linear-gradient(left top, #0F2D4D, #2880C3);
  774.     background: -webkit-linear-gradient(left top, #0F2D4D, #2880C3);
  775.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorStr='#0F2D4D', EndColorStr='#2880C3')";
  776.     background: linear-gradient(left top, #0F2D4D, #2880C3);
  777.     margin-bottom: 20px;
  778.     padding-bottom: 25px;
  779.     padding-top: 15px;
  780.     position: relative;
  781.     width: 100%;
  782. }
  783. .bgimage-excerpt.featured_slider {
  784.     margin-top: -9px;
  785.     padding-top: 0;
  786.     -pie-background: none;
  787.     background: none;
  788.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='false')";
  789. }
  790. .featured_slider #slider_root {
  791.     background: #fff;
  792.     margin: 10px auto 0;
  793.     overflow: hidden;
  794.     position: relative;
  795.     height: 240px;
  796.     width: 100%;
  797. }
  798. .three-col-right .bgimage-excerpt.featured_slider #slider_root {
  799.     margin-left: 0;
  800. }
  801. .bgimage-excerpt.featured_slider #slider_root {
  802.     -moz-box-shadow: 0 0 5px #555;
  803.     -webkit-box-shadow: 0 0 5px #555;
  804.     box-shadow: 0 0 5px #555;
  805. }
  806. .featured_slider .slider_items {
  807.     position: absolute;
  808.     width: 20000em;
  809.     height: 100%;
  810. }
  811. .sliderpost_featured_image {
  812.     float: left;
  813.     margin: 4px 1em 12px 0;
  814. }
  815. .sliderpost_featured_image img {
  816.     -moz-box-shadow: 0 0 5px #555;
  817.     -webkit-box-shadow: 0 0 5px #555;
  818.     box-shadow: 0 0 5px #555;
  819. }
  820. .slider_post {
  821.     float: left;
  822.     position: relative;
  823.     height: 100%;
  824. }
  825. .slider-entry-wrap {
  826.     margin: 20px;
  827. }
  828. .fade .slider_post {
  829.     position: absolute !important;
  830.     left: 0;
  831.     top: 0;
  832.     display: none;
  833. }
  834. .slider_post_entry p{
  835.     margin-bottom: 10px;
  836. }
  837. .bgimage-excerpt .slider_post {
  838.     padding: 0;
  839.     position: relative;
  840.     height: 100%;
  841. }
  842. .thumbnail-excerpt .block-button {
  843.     position: absolute;
  844.     right: 15px;
  845.     bottom: 10px;
  846. }
  847. .sliderpost_featured_image {
  848.     margin: 20px 1em 1em 20px;
  849. }
  850. .bgimage-excerpt .slider-entry-wrap {
  851.     background: url(images/black70.png) repeat;
  852.     background: rgba(0, 0, 0, 0.6);
  853.     position: absolute;
  854.     left: 0;
  855.     bottom: 0;
  856.     width: 100%;
  857.     margin: 0;
  858.     z-index: 10;
  859. }
  860. .slider_post .permalink-overlay {
  861.     display: block;
  862.     position: absolute;
  863.     left: 0;
  864.     top: 0;
  865.     width: 100%;
  866.     height: 100%;
  867.     z-index: 5;
  868. }
  869. .slider_post .permalink-overlay span {
  870.     display: none;
  871. }
  872. .bgimage-excerpt .slider-entry-wrap .slider-content-wrap {
  873.     padding: 5px 10px;
  874. }
  875. .bgimage-excerpt .slider_post h2 a,
  876. .bgimage-excerpt .slider_post h2 a:visited {
  877.     color: #fff;
  878.     font: normal 18px arial;
  879. }
  880. .bgimage-excerpt .slider_post_entry p {
  881.     color: #ccc;
  882. }
  883. .slider_post h2 {
  884.     border-bottom: none;
  885. }
  886. .slider_post h2 a,
  887. .slider_post h2 a:visited {
  888.     font: normal 26px georgia;
  889. }
  890. .slider_post a.continue_reading {
  891.     display: none;
  892. }
  893.  
  894. .block-button,
  895. .block-button:visited,
  896. .Button,
  897. .button,
  898. #commentform #submit {
  899.     background: url(images/bg-block-button.png) left bottom repeat-x #1C5FA5;
  900.     background: -moz-linear-gradient(#2982C5, #1C5FA5);
  901.     background: -webkit-linear-gradient(#2982C5, #1C5FA5);
  902.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2982C5', EndColorStr='#1C5FA5')";
  903.     background: linear-gradient(#2982C5, #1C5FA5);
  904.  
  905.     -moz-border-radius: 3px;
  906.     -webkit-border-radius: 3px;
  907.     border-radius: 3px;
  908.  
  909.     -moz-box-shadow: 0 0 5px #555;
  910.     -webkit-box-shadow: 0 0 5px #555;
  911.     box-shadow: 0 0 5px #555;
  912.  
  913.     border: 1px solid #1C5FA5;
  914.     color: #fff;
  915.     cursor: pointer;
  916.     display: block;
  917.     float: right;
  918.     font: bold 12px arial;
  919.     margin: 0 5px 5px;
  920.     padding: 5px 15px 6px;
  921.     position: relative;
  922.     text-decoration: none;
  923.     text-shadow: 0 -1px 0 #16497E;
  924. }
  925. .block-button:hover,
  926. .button:hover,
  927. #commentform #submit:hover {
  928.     background: url(images/bg-block-button-hover.png) left bottom repeat-x #1C5FA5;
  929.     background: -moz-linear-gradient(#2982C5, #15467A);
  930.     background: -webkit-linear-gradient(#2982C5, #15467A);
  931.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2982C5', EndColorStr='#15467A')";
  932.     background: linear-gradient(#2982C5, #15467A);
  933.     color: #fff;
  934.     cursor: pointer;
  935.     text-decoration: none;
  936. }
  937. .slider_nav {
  938.     clear: both;
  939.     height: 20px;
  940.     position: absolute;
  941.     right: 10px;
  942.     bottom: 0;
  943.     text-align: right;
  944. }
  945. .bgimage-excerpt .slider_nav {
  946.     right: 0;
  947.     }
  948. .slider_nav a span {
  949.     display: none;
  950. }
  951. .slider_nav a,
  952. .slider_nav a:visited {
  953.     background: url(images/sprite_master.png) -80px -37px no-repeat;
  954.     display: inline-block;
  955.     margin-left: 3px;
  956.     width: 12px;
  957.     height: 12px;
  958. }
  959. .slider_nav a.active,
  960. .slider_nav a.active:visited,
  961. .slider_nav a:hover {
  962.     background-position: -68px -37px;
  963. }
  964. .post {
  965.     background: #fff;
  966.     border-bottom: 1px solid #ccc;
  967.     border-top: 1px solid #d8d8d8;
  968.     margin-bottom: 10px;
  969.     padding: 15px 0 10px;
  970.     overflow: visible;
  971.     position: relative;
  972.     width: 100%;
  973. }
  974. .child-page {
  975.     background: #E9ECF5;
  976.     padding-bottom: 10px;
  977.     padding-top: 10px;
  978. }
  979. .child-page .entry-content {
  980.     margin-top: 0;
  981. }
  982. .child-page .entry-content p {
  983.     line-height: 18px;
  984.     margin-top: 5px;
  985. }
  986. .child-page .post-title {
  987.     border-bottom: none;
  988.     margin: 0;
  989.     padding: 0;
  990. }
  991. .adsense_single {
  992.     text-align: center;
  993.     float: none;
  994. }
  995. .post .date {
  996.     background: url(images/sprite_master.png) -325px top no-repeat;
  997.     padding: 0 0 4px;
  998.     text-align: center;
  999.     display: block;
  1000.     width: 40px;
  1001.     margin-right: 10px;
  1002.     float: left;
  1003. }
  1004. .post .date.with-year {
  1005.     margin-top: -5px;
  1006.     padding-bottom: 0;
  1007. }
  1008. .post .date span {
  1009.     display: block;
  1010. }
  1011. .post .date .month {
  1012.     font: normal 8px tahoma;
  1013.     text-transform: uppercase;
  1014.     padding-top: 2px;
  1015.     color: #fff;
  1016.     height: 12px;
  1017. }
  1018. .post .date .day {
  1019.     font: bold 19px tahoma;
  1020.     color: #fff;
  1021.     text-shadow: 0 -1px 0 #111;
  1022. }
  1023. .post .date .year {
  1024.     font: bold 10px tahoma;
  1025.     color: #000;
  1026.     margin-top: 3px;
  1027. }
  1028. .post .entry {
  1029.     margin: 0 10px;
  1030.     padding: 0;
  1031. }
  1032. .post-title,
  1033. .post-title a {
  1034.     font: 22px arial;
  1035.     color: #1772af;
  1036.     margin-top: -3px;
  1037. }
  1038. .post-title a,
  1039. .post-title a:visited {
  1040.     border: none;
  1041. }
  1042. .post-meta {
  1043.     position: relative;
  1044. }
  1045. .post-meta p,
  1046. .post-meta ul,
  1047. .post-meta li {
  1048.     float: left;
  1049. }
  1050. .post-meta .meta_categories {
  1051.     background: url(images/sprite_master.png) left -85px no-repeat;
  1052.     padding-left: 20px;
  1053.     max-width: 60%;
  1054. }
  1055. .three-columns .post-meta ul {
  1056.     width: 185px;
  1057. }
  1058. .post-meta{
  1059.     font: normal 11px/18px tahoma;
  1060. }
  1061. .post-meta li {
  1062.     list-style-position: outside;
  1063.     list-style-type: none;
  1064.     margin-left: 5px;
  1065. }
  1066. .post-meta .post-author,
  1067. .post-meta .edit-post,
  1068. .post-meta .post-date-inline,
  1069. .email,
  1070. .print {
  1071.     display: block;
  1072.     float: right;
  1073.     position: relative;
  1074. }
  1075. .post-meta .edit-post,
  1076. .post-meta .post-date-inline,
  1077. .print,
  1078. .email {
  1079.     margin-left: 5px;
  1080. }
  1081. .email img{
  1082.     vertical-align: bottom;
  1083. }
  1084. .print span {
  1085.     display: none;
  1086.     }
  1087. .print a,
  1088. .print a:visited {
  1089.     background: url(images/sprite_master.png) -152px -38px no-repeat;
  1090.     display: block;
  1091.     margin-top: 2px;
  1092.     width: 16px;
  1093.     height: 16px;
  1094.     }
  1095. .post-meta .post-date-inline {
  1096.     border-left: 1px solid #ccc;
  1097.     padding-left: 5px;
  1098. }
  1099. .email a:last-child {
  1100.     display: none;
  1101. }
  1102. .email a:first-child {
  1103.     display: inline;
  1104. }
  1105. .post-avatar-wrap {
  1106.     float: right;
  1107. }
  1108. .sticky {
  1109.     background-color: #def;
  1110. }
  1111. .sticky h2,
  1112. .sticky .post-meta .post-date-inline,
  1113. .sticky .entry-footer {
  1114.     border-color:#aaa;
  1115. }
  1116. .entry-content {
  1117.     clear: both;
  1118. }
  1119. .entry-content img,
  1120. .wp-caption {
  1121.     max-width: 98%;
  1122.     height: auto;
  1123. }
  1124. .wp-caption {
  1125.     background: #eee;
  1126.     border: 1px solid #ddd;
  1127.     margin: 0 auto;
  1128. }
  1129. .entry-content .wp-caption img {
  1130.     border: 1px solid #ccc;
  1131.     max-width: 98.5%;
  1132.     margin: 4px;
  1133. }
  1134. .wp-caption-text {
  1135.     color: #5e5e5e !important;
  1136.     font: normal 11px arial !important;
  1137.     margin: 0 5px !important;
  1138.     padding-bottom: 5px;
  1139.     text-align: center;
  1140. }
  1141. .comment-entry ol,
  1142. .comment-entry ul {
  1143.     display: block !important;
  1144.     margin: 5px 0 10px 25px !important;
  1145.     width: auto !important;
  1146. }
  1147. .comment-entry li {
  1148.     line-height: 18px;
  1149.     margin-bottom: 10px;
  1150. }
  1151. .comment-entry ul li {
  1152.     list-style-type: circle !important;
  1153. }
  1154. .entry-content .gallery-caption {
  1155.     background: #efefef;
  1156.     color: #555;
  1157.     font-size: 11px;
  1158.     padding: 5px;
  1159. }
  1160. .entry-content h1,
  1161. .entry-content h2,
  1162. .entry-content h3,
  1163. .entry-content h4,
  1164. .entry-content h5,
  1165. .entry-content h6,
  1166. .comment-entry h1,
  1167. .comment-entry h2,
  1168. .comment-entry h3,
  1169. .comment-entry h4,
  1170. .comment-entry h5,
  1171. .comment-entry h6 {
  1172.     color: #333;
  1173.     font: bold 16px arial;
  1174.     margin: 20px 0 5px 0;
  1175. }
  1176. .entry-content h1,
  1177. .comment-entry h1 {
  1178.     font-size: 20px;
  1179. }
  1180. .entry-content h2,
  1181. .comment-entry h2 {
  1182.     border-bottom: none;
  1183.     font-size: 18px;
  1184. }
  1185. .entry-content h4,
  1186. .comment-entry h4 {
  1187.     font-size: 14px;
  1188. }
  1189. .entry-content h5,
  1190. .comment-entry h5 {
  1191.     font-size: 13px;
  1192. }
  1193. .entry-content h6,
  1194. .comment-entry h6 {
  1195.     font-size: 12px;
  1196. }
  1197. .entry-content p,
  1198. .comment-entry p,
  1199. dt {
  1200.     margin-top: 10px;
  1201. }
  1202.  
  1203. .entry-content .excerpt-thumb img,
  1204. .child-page .excerpt-thumb img {
  1205.     float: left;
  1206.     margin: 10px 1em 0 0;
  1207. }
  1208. .child-page .excerpt-thumb img {
  1209.     margin-top: 0;
  1210. }
  1211. .entry-content .wp-caption img {
  1212.     margin-bottom: 0;
  1213. }
  1214. .entry-content .wp-caption-text {
  1215.     margin-top: 0;
  1216. }
  1217. a.more-link,
  1218. a.more-link span {
  1219.     display: block;
  1220.     margin: 10px 0 5px;
  1221. }
  1222. .entry-content dt {
  1223.     margin-top: 10px;
  1224. }
  1225. .entry-content ul {
  1226.     list-style-position: outside;
  1227.     margin: 10px 0 10px 30px;
  1228. }
  1229. .entry-content ul li {
  1230.     list-style-image: url(images/list-style-image.png);
  1231.     margin-bottom: 7px;
  1232. }
  1233. .entry-content ol {
  1234.     margin: 5px 0 5px 30px;
  1235. }
  1236. .comment-entry ol li {
  1237.     list-style: decimal;
  1238. }
  1239. .entry-content ol li {
  1240.     margin-bottom: 7px;
  1241. }
  1242. .entry-content ol ol,
  1243. .comment-entry ol ol li {
  1244.     list-style-type: lower-alpha;
  1245. }
  1246. .comment-entry ol ol li {
  1247.     margin-left: 0;
  1248. }
  1249. .entry-content ol ol ol,
  1250. .comment-entry ol ol ol li {
  1251.     list-style-type: lower-roman;
  1252. }
  1253. .entry-content img,
  1254. .child-page img {
  1255.     border: 4px solid #e3e3e3;
  1256.     margin: 5px;
  1257. }
  1258. .entry-content table img,
  1259. .child-page table img {
  1260.     border: none;
  1261.     margin: 0;
  1262. }
  1263. .alignright {
  1264.     float: right;
  1265.     margin: 4px 0 12px 1em !important;
  1266. }
  1267. .alignleft {
  1268.     float: left;
  1269.     margin: 4px 1em 12px 0 !important;
  1270. }
  1271. .aligncenter {
  1272.     display: block;
  1273.     margin: 1em auto !important;
  1274. }
  1275. img.wp-smiley,
  1276. .entry-content p img.wp-smiley,
  1277. .comment-entry p img.wp-smiley {
  1278.     border: none !important;
  1279.     display: inline !important;
  1280.     float: none !important;
  1281.     margin: 0;
  1282. }
  1283. table {
  1284.     border-collapse: collapse;
  1285. }
  1286. table td,
  1287. table th,
  1288. table tr {
  1289.     border: 1px solid #ccc;
  1290.     font-family: arial;
  1291.     padding: 2px 5px;
  1292. }
  1293. table th {
  1294.     background: #e0e0e0;
  1295.     border-bottom-width: 2px;
  1296. }
  1297. table tr {
  1298.     background: #f3f3f3;
  1299. }
  1300. table tr.alternate {
  1301.     background: #fff;
  1302. }
  1303. table#wp-calendar td,
  1304. table#wp-calendar th,
  1305. table#wp-calendar tr {
  1306.     border: none;
  1307. }
  1308. blockquote {
  1309.     background: url(images/sprite_master.png) left -475px no-repeat #f3f3f3;
  1310.     border: 1px dotted #e3e3e3;
  1311.     clear: both;
  1312.     margin: 10px 0 10px 10px;
  1313.     padding: 8px 18px 5px 10px;
  1314. }
  1315. blockquote p {
  1316.     color: #474747 !important;
  1317.     margin-bottom: 5px;
  1318.     margin-top: 0 !important;
  1319.     text-indent: 35px;
  1320. }
  1321. blockquote cite {
  1322.     display: block;
  1323.     font-style: italic;
  1324.     margin-top: 10px;
  1325.     text-align: right;
  1326. }
  1327. blockquote blockquote {
  1328.     margin-left: 0;
  1329. }
  1330. p cite {
  1331.     display: block;
  1332.     text-align: right;
  1333. }
  1334. p code {
  1335.     background-color: #EDEDFF;
  1336. }
  1337. p.form-allowed-tags code {
  1338.     background: none;
  1339. }
  1340. code.block,
  1341. pre.block {
  1342.     background: url(images/sprite_master.png) -839px -446px no-repeat #f3f3f3;
  1343.     border: 1px dotted #e3e3e3;
  1344.     color: #000;
  1345.     display: block;
  1346.     font: normal 11px "Courier New";
  1347.     margin: 10px 0;
  1348.     padding: 15px 2px 2px 20px;
  1349. }
  1350. .entry-footer {
  1351.     border-top: 1px solid #e3e3e3;
  1352.     clear: both;
  1353.     margin-top: 20px;
  1354. }
  1355. .link-pages {
  1356.     clear: both;
  1357.     margin-top: 10px;
  1358.     text-align: center;
  1359. }
  1360. .add-this,
  1361. .add-this-right {
  1362.     float: left;
  1363.     padding-top: 7px;
  1364. }
  1365. .add-this-right {
  1366.     float: right;
  1367.     clear: right;
  1368. }
  1369. .post-tags {
  1370.     color: #929292;
  1371.     float: left;
  1372.     font: normal 11px tahoma;
  1373.     line-height: 16px;
  1374.     margin-top: 5px;
  1375.     max-width:60%;
  1376. }
  1377. .single .author-info {
  1378.     background: #E9ECF5;
  1379.     margin-bottom: 10px;
  1380.     margin-top: 5px;
  1381.     padding: 10px;
  1382. }
  1383. .single .author_h4 {
  1384.     color: #929292;
  1385.     font: normal 18px arial;
  1386.     margin: 15px 0 5px 10px;
  1387. }
  1388. .author-avatar-wrap {
  1389.     width: auto !important;
  1390. }
  1391. .author-entry .avatar,
  1392. .author-info .avatar {
  1393.     float: left;
  1394.     position: static;
  1395. }
  1396. .author-entry .author_name {
  1397.     font-size: 14px;
  1398.     margin-bottom: 5px;
  1399. }
  1400. .author-entry .entry-content {
  1401.     margin-top: 10px;
  1402. }
  1403. .author-entry p {
  1404.     color: #444;
  1405.     line-height: 18px;
  1406. }
  1407. .author-entry .avatar {
  1408.     border: 4px solid #e3e3e3;
  1409.     float: left;
  1410. }
  1411. .author-entry h2,
  1412. .author-entry .entry-content {
  1413.     float: right;
  1414. }
  1415. .author-entry .entry-content {
  1416.     clear: right;
  1417.     padding-bottom: 20px;
  1418. }
  1419. .author-entry .author-first-heading {
  1420.     margin-bottom: 0;
  1421.     margin-top: 0;
  1422. }
  1423. .comment-avatar-wrap {
  1424.     width: 40px;
  1425.     float: left;
  1426.     margin-right: 10px;
  1427. }
  1428. .comment-nav {
  1429.     color: #929292;
  1430.     font: normal 12px tahoma;
  1431.     text-align: center;
  1432. }
  1433. .comment-link {
  1434.     float: right;
  1435.     padding-top: 5px;
  1436.     text-align: right;
  1437.     margin-left: 20px;
  1438. }
  1439. .comment-link a,
  1440. .comment-link a:visited {
  1441.     font: normal 18px arial;
  1442. }
  1443. .post-nav {
  1444.     margin-bottom: 10px;
  1445. }
  1446. .wp-pagenavi{
  1447.     padding-top: 10px;
  1448.     text-align: center;
  1449. }
  1450. .previous ,
  1451. .previous a,
  1452. .previous a:visited,
  1453. .next-post ,
  1454. .next-post a,
  1455. .next-post a:visited {
  1456.     color: #929292;
  1457.     font: 12px tahoma;
  1458.     text-decoration: none;
  1459. }
  1460. .previous {
  1461.     float: left;
  1462. }
  1463. .next-post {
  1464.     float: right;
  1465.     text-align: right;
  1466. }
  1467. .entry-content .search-404-results {
  1468.     margin: 20px 0 0;
  1469. }
  1470. .search-404-results li {
  1471.     list-style: none !important;
  1472.     border-top: 1px solid #ddd;
  1473. }
  1474. .search-404-results li h3 {
  1475.     margin-top: 10px;
  1476. }
  1477.  
  1478. /* =Post Formats
  1479. -------------------------------------------------------------- */
  1480.  
  1481. /* Status */
  1482. .post.post-format{
  1483.     border: none;
  1484.     padding: 0;
  1485.     position: relative;
  1486.     width: 100% !important;
  1487. }
  1488. .post-format .entry-header{
  1489.     width: 100%;
  1490.     height: 30px;
  1491.     background: url(images/sprite_h.png) left -661px repeat-x #598ead;
  1492.     color: #022a3b;
  1493. }
  1494. .post-format .format-title{
  1495.     height: 30px;
  1496.     width: 110px;
  1497.     padding-right: 8px;
  1498.     background: url(images/sprite_master.png) -152px -416px no-repeat #185069;
  1499.     color: #fff;
  1500.     text-align: center;
  1501.     font-weight: bold;
  1502.     line-height: 30px;
  1503.     text-shadow: 0 -1px 0 #222;
  1504.     float: left;
  1505. }
  1506. .post-format .format-title a,
  1507. .post-format .format-title a:visited,
  1508. .post-format .format-title a:hover{
  1509.     color: #fff;
  1510. }
  1511. .post-format .entry-title{
  1512.     height: 30px;
  1513.     float: left;
  1514.     margin-left: 10px;
  1515.     line-height: 30px;
  1516.     color: #022a3b;
  1517.     font-style: italic;
  1518. }
  1519. .post-format .entry-title a,
  1520. .post-format .entry-title a:visited{
  1521.     color: #022a3b;
  1522. }
  1523. .post-format .edit-post,
  1524. .post-format .comment-link {
  1525.     float: right;
  1526.     margin: 5px 5px 0 0;
  1527.     padding: 0;
  1528. }
  1529. .post-format .comment-link a,
  1530. .post-format .comment-link a:visited,
  1531. .post-format .edit-post a,
  1532. .post-format .edit-post a:visited {
  1533.     color: #022A3B;
  1534.     font-size: 12px;
  1535. }
  1536. .post-format .comment-link a {
  1537.     font-weight: bold;
  1538. }
  1539. .post-format .entry-date{
  1540.     font-size: 11px;
  1541. }
  1542. .post-format .entry-content{
  1543.     height: 110px;
  1544.     position: relative;
  1545.     margin-top: 0;
  1546.     padding-left: 120px;
  1547.     padding-right: 10px;
  1548.     overflow: hidden;
  1549.     color: #292929;
  1550. }
  1551. .post-format .entry-content p,
  1552. .post-format .entry-content li {
  1553.     line-height: 16px;
  1554. }
  1555. .post-format .post-format-thumbnail{
  1556.     position: absolute;
  1557.     left: 0;
  1558.     top: 0;
  1559.     overflow: hidden;
  1560.     box-shadow: 0 0 3px #333;
  1561.     width: 110px;
  1562.     height: 110px;
  1563.     padding: 0;
  1564. }
  1565. .post-format .post-format-thumbnail img{
  1566.     position: absolute;
  1567.     left: 0;
  1568.     top: 0;
  1569.     border: none;
  1570.     margin: 0;
  1571.     max-width: 100%;
  1572. }
  1573. .post-format .entry-description p {
  1574.     font: normal 11px/16px arial !important;
  1575.     color: #5E5E5E;
  1576. }
  1577. .post-format .post-author{
  1578.     position: absolute;
  1579.     right: 10px;
  1580.     bottom: 10px;
  1581.     text-align: right;
  1582.     font: italic 12px arial;
  1583. }
  1584.  
  1585. .format-link .post-format-thumbnail {
  1586.     background: url(images/sprite_master.png) -296px -166px no-repeat;
  1587. }
  1588. .format-audio .format-title{
  1589.     background-position: -287px -416px;
  1590.     background-color: #e24c03;
  1591.     text-shadow: 0 -1px 0 #666;
  1592. }
  1593. .format-audio .entry-header{
  1594.     background-position: left -700px;
  1595.     background-color: #fbb53c;
  1596. }
  1597. .format-audio .post-format-thumbnail{
  1598.     background: url(images/sprite_master.png) -296px -291px no-repeat;
  1599.     height: 110px;
  1600.     width: 110px;
  1601. }
  1602.  
  1603. .format-image .format-title,
  1604. .format-video .format-title{
  1605.     background-position: -418px -416px;
  1606.     background-color: #f5a8af;
  1607. }
  1608. .format-image .entry-header,
  1609. .format-video .entry-header{
  1610.     background-position: left -737px;
  1611.     background-color: #f5a8af;
  1612. }
  1613. .format-image .post-format-thumbnail,
  1614. .format-video .post-format-thumbnail{
  1615.     background: url(images/sprite_master.png) -417px -291px no-repeat;
  1616.     height: 110px;
  1617.     width: 110px;
  1618. }
  1619. .format-image .entry-content,
  1620. .format-video .entry-content{
  1621.     height: auto;
  1622.     padding-left: 110px;
  1623.     padding-right: 0;
  1624.     position: relative;
  1625. }
  1626. .format-image .wp-caption-text,
  1627. .post-format .entry-description {
  1628.     position: absolute;
  1629.     left: 10px;
  1630.     top: 120px;
  1631.     width: 90px;
  1632.     text-align: left;
  1633.     font-style: italic;
  1634. }
  1635. .format-image .wp-caption,
  1636. .format-image .entry-content p,
  1637. .format-video .entry-content p {
  1638.     border: none;
  1639.     background: none;
  1640.     padding: 0;
  1641.     margin: 0 !important;
  1642.     max-width: 100%;
  1643. }
  1644. .format-image .wp-caption > a,
  1645. .format-image .entry-content > a,
  1646. .format-video .entry-content > a{
  1647.     display: block;
  1648.     line-height: 0;
  1649. }
  1650. .format-image .entry-content img,
  1651. .format-video .entry-content img{
  1652.     margin: 0;
  1653.     max-width: 100%;
  1654.     border: none;
  1655. }
  1656. .format-image .entry-title,
  1657. .format-video .entry-title{
  1658.     font-style: normal;
  1659. }
  1660. .format-image .entry-date,
  1661. .format-video .entry-date{
  1662.     position: absolute;
  1663.     left: 10px;
  1664.     bottom: 5px;
  1665.     width: 95px;
  1666.     font-style: italic;
  1667.     color: #777;
  1668.     line-height: 14px;
  1669. }
  1670. .format-image .entry-date span,
  1671. .format-video .entry-date span{
  1672.     color: #5e5e5e;
  1673. }
  1674. .format-video .entry-content p{
  1675.     line-height: 0;
  1676. }
  1677. .format-video .entry-content .entry-date{
  1678.     line-height: 14px;
  1679. }
  1680. .format-video .post-format-thumbnail{
  1681.     background: url(images/sprite_master.png) -177px -291px no-repeat;
  1682. }
  1683.  
  1684. /* =Comments
  1685. -------------------------------------------------------------- */
  1686.  
  1687. #comments {
  1688.     clear: both;
  1689. }
  1690. #comments .nopassword {
  1691.     background: none repeat scroll 0 0 #FFFFE0;
  1692.     border: 1px solid #E6DB55;
  1693.     float:left;
  1694.     margin-top:15px;
  1695.     padding: 10px;
  1696. }
  1697. #comments > h4,
  1698. #respond > h3,
  1699. h3.author-post-list {
  1700.     background: url(images/sprite_master.png) -880px 6px no-repeat;
  1701.     clear: both;
  1702.     color: #929292;
  1703.     font: normal 20px arial;
  1704.     margin-top: 20px;
  1705.     margin-bottom: 5px;
  1706.     padding-left: 25px;
  1707. }
  1708. #comments > h4 a,
  1709. #comments > h4 a:visited {
  1710.     color: #929292;
  1711. }
  1712. #comments h4.pings {
  1713.     background-position: -880px -109px;
  1714.     clear: none;
  1715. }
  1716. #comments > h4 {
  1717.     float: left;
  1718. }
  1719. #comments > h4.current a {
  1720.     color: #1772AF;
  1721. }
  1722. #respond h3#reply-title {
  1723.     background-position: -880px -17px;
  1724.     margin-left: 10px;
  1725.     margin-top: 20px;
  1726. }
  1727. h3.author-post-list {
  1728.     background-position: -880px -76px;
  1729.     margin-bottom: 10px;
  1730.     margin-top: 50px;
  1731.     padding-left: 30px;
  1732. }
  1733. #respond h3#reply-title small {
  1734.     background: none;
  1735.     display: block;
  1736.     font-size: 12px;
  1737. }
  1738. #pings_list {
  1739.     display: none;
  1740. }
  1741. #comments ol {
  1742.     list-style-position: outside;
  1743.     list-style-type: none;
  1744. }
  1745. #comments > ol {
  1746.     clear: both;
  1747. }
  1748. .comment-wrap {
  1749.     margin: 0 10px;
  1750. }
  1751. #comments ol li.comment,
  1752. #comments ol li.pingback,
  1753. #comments ol li.trackback {
  1754.     background: #e9ecf5;
  1755.     margin-bottom: 10px;
  1756.     clear: both;
  1757.     padding: 18px 0 10px;
  1758.     position: relative;
  1759. }
  1760. #comments ol li .avatar {
  1761.     border: 1px solid #aaa;
  1762. }
  1763. #comments li .comment-wrap > h5 {
  1764.     color: #2c2b2b;
  1765.     font: normal 16px arial;
  1766.     line-height: 24px;
  1767. }
  1768. #comments li .comment-wrap > h5 cite {
  1769.     font-style: normal;
  1770. }
  1771. #comments ol.children li.comment {
  1772.     padding-top: 10px;
  1773.     border-top: 1px solid #ddd;
  1774. }
  1775. #comments .children {
  1776.     margin-left: 60px;
  1777. }
  1778. #comments ol.children .avatar {
  1779.     left: 0;
  1780.     top: 10px;
  1781. }
  1782. #comments .comment-meta {
  1783.     margin-top: 3px;
  1784.     position: relative;
  1785.     max-width: 100%;
  1786. }
  1787. #comments p.commentmetadata {
  1788.     font: normal 11px arial;
  1789. }
  1790. #comments p.comment-reply-link {
  1791.     font: normal 11px arial;
  1792.     position: absolute;
  1793.     top: 0;
  1794.     right: 0;
  1795. }
  1796. #comments .comment-entry {
  1797.     margin-top: 15px;
  1798.     padding-bottom: 10px;
  1799. }
  1800. #comments .comment-entry p,
  1801. #comments .comment-entry ul li,
  1802. #comments .comment-entry ol li {
  1803.     font: normal 12px arial;
  1804.     line-height: 16px;
  1805.     margin-bottom: 10px;
  1806. }
  1807. #comments ol.children li.bypostauthor,
  1808. #comments li.bypostauthor.comment {
  1809.     background: #fff;
  1810.     border-top: 5px solid #ccc;
  1811. }
  1812. #comments ol.children li.bypostauthor .avatar,
  1813. #comments li.bypostauthor li.comment .avatar {
  1814.     left: 10px;
  1815. }
  1816. #comments #commentform {
  1817.     border: 1px solid #d8d8d8;
  1818. }
  1819. .two-col-right #comments_list > #respond #commentform {
  1820.     margin-left: -2px;
  1821. }
  1822. .sidebar select {
  1823.     border: 1px solid #e3e3e3;
  1824.     color: #2c2b2b;
  1825.     font: normal 12px arial;
  1826. }
  1827. #commentform {
  1828.     background: #eee;
  1829.     padding: 18px 10px 15px;
  1830. }
  1831. #commentform input,
  1832. #commentform textarea {
  1833.     border: 1px solid #e3e3e3;
  1834.     color: #2c2b2b;
  1835.     font: normal 12px arial;
  1836.     padding: 4px 3px;
  1837.     height: 16px;
  1838. }
  1839. #commentform textarea {
  1840.     border: 1px solid #e3e3e3;
  1841.     height: 175px;
  1842.     width: 612px;
  1843. }
  1844. .one-column #commentform textarea {
  1845.     width: 912px;
  1846. }
  1847. .three-columns #commentform textarea {
  1848.     width: 432px;
  1849. }
  1850. #commentform .input-text:focus,
  1851. #commentform textarea:focus {
  1852.     border-color: #bfdff5;
  1853. }
  1854. #commentform #submit {
  1855.     height: auto;
  1856.     float: left;
  1857.     *padding-left: 0;
  1858.     *padding-right: 0;
  1859. }
  1860. #respond {
  1861.     left: 0;
  1862.     z-index: 10;
  1863.     min-width: 100%;
  1864.     margin-bottom: 20px;
  1865. }
  1866. #respond #cancel-comment-reply {
  1867.     margin-bottom: 10px;
  1868. }
  1869. #commentform .block-button {
  1870.     float: left;
  1871. }
  1872. #commentform .form-allowed-tags {
  1873.     font-size: 11px;
  1874.     margin-top: 0 !important;
  1875.     margin-bottom: 10px;
  1876. }
  1877. #commentform .form-allowed-tags code {
  1878.     display: block;
  1879. }
  1880. #commentform .comment-notes {
  1881.     padding-bottom: 10px;
  1882. }
  1883. .comment-form-author,
  1884. .comment-form-email,
  1885. .comment-form-url {
  1886.     float: left;
  1887.     margin: 10px;
  1888.     width: 193.3333px;
  1889. }
  1890. .one-column .comment-form-author,
  1891. .one-column .comment-form-email,
  1892. .one-column .comment-form-url {
  1893.     width: 293.3333px;
  1894. }
  1895. .three-columns .comment-form-author,
  1896. .three-columns .comment-form-email,
  1897. .three-columns .comment-form-url {
  1898.     width: 133.3333px;
  1899. }
  1900. .comment-form-message {
  1901.     clear: both;
  1902.     margin-bottom: 10px;
  1903. }
  1904. .comment-form-author {
  1905.     margin-left: 0;
  1906. }
  1907. .comment-form-url {
  1908.     margin-right: 0;
  1909. }
  1910. .graphene-form-field {
  1911.     display: block;
  1912.     width: 185.3333px;
  1913. }
  1914. .one-column .graphene-form-field {
  1915.     width: 285.3333px;
  1916. }
  1917. .three-columns .graphene-form-field {
  1918.     width: 125.3333px;
  1919. }
  1920.  
  1921. /* =Sidebars
  1922. -------------------------------------------------------------- */
  1923.  
  1924. #sidebar1,
  1925. #sidebar2 {
  1926.     display: inline;
  1927.     float: left;
  1928.     margin-top: 4px;
  1929.     padding-bottom: 30px;
  1930. }
  1931. #sidebar2 {
  1932.     padding-left: 0;
  1933. }
  1934. .sidebar h3 {
  1935.     background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
  1936.     background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
  1937.     background: -webkit-linear-gradient(#3C9CD2, #1F6EB6);
  1938.     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C9CD2', EndColorStr='#1F6EB6')";
  1939.     background: linear-gradient(#3C9CD2, #1F6EB6);
  1940.     border-bottom: 1px solid #195392;
  1941.     -moz-border-radius: 5px 5px 0 0;
  1942.     -webkit-border-radius: 5px 5px 0 0;
  1943.     border-radius: 0 0 0 0;
  1944.     color: #fff;
  1945.     *display: inline;
  1946.     font: bold 16px/20px arial;
  1947.     margin: -15px 0 5px -12px;
  1948.     padding: 7px 12px;
  1949.     text-shadow: 0 -1px 0 #555;
  1950.     width: 100%;
  1951.     zoom: 1;
  1952. }
  1953. .sidebar > .warning_block {
  1954.     margin-top: -4px;
  1955. }
  1956. .sidebar > .warning_block p {
  1957.     margin-top: 10px;
  1958.     font-size: 11px;
  1959.     line-height: 16px;
  1960. }
  1961. .sidebar > .warning_block .first-p {
  1962.     margin-top: 0;
  1963. }
  1964. .sidebar h3 a,
  1965. .sidebar h3 a:visited,
  1966. .sidebar h3 a:hover {
  1967.     color: #fff;
  1968. }
  1969. .sidebar div.sidebar-wrap {
  1970.     background: #fff;
  1971.     -moz-box-shadow: 0 0 5px #BBB;
  1972.     -webkit-box-shadow: 0 0 5px #BBB;
  1973.     box-shadow: 0 0 5px #BBB;
  1974.     margin-bottom: 16px;
  1975.     padding: 10px 12px;
  1976.     position: relative;
  1977. }
  1978. .sidebar #tweetfollow {
  1979.     margin-top: 10px;
  1980.     text-align: right;
  1981. }
  1982. #sidebar_bottom {
  1983.     background: #E3E3E3;
  1984.     clear: both;
  1985.     margin-top: -10px;
  1986.     padding: 0 0 20px 0;
  1987.     font-size: 0;
  1988. }
  1989. #sidebar_bottom .sidebar-wrap {
  1990.     display: inline-block;
  1991.     *display: inline;
  1992.     margin: 10px 10px 5px;
  1993.     padding: 10px;
  1994.     vertical-align: top;
  1995.     width: 280px;
  1996.     zoom: 1;
  1997.     font-size: 12px;
  1998. }
  1999. #sidebar_bottom .sidebar-wrap h3 {
  2000.     -moz-border-radius: 0;
  2001.     -webkit-border-radius: 0;
  2002.     border-radius: 0;
  2003.     margin: -10px -10px 10px -10px;
  2004.     padding: 7px 10px;
  2005.     width: 100%;
  2006.     height: auto;
  2007. }
  2008. #calendar_wrap {
  2009.     text-align: center;
  2010. }
  2011. #wp-calendar {
  2012.     border-collapse: collapse;
  2013.     margin: 0 auto;
  2014. }
  2015. #wp-calendar #today {
  2016.     font-weight: bold;
  2017. }
  2018. #wp-calendar td,
  2019. #wp-calendar th {
  2020.     padding: 3px 4px;
  2021. }
  2022. #wp-calendar #prev {
  2023.     text-align: left;
  2024. }
  2025. #wp-calendar #next {
  2026.     text-align: right;
  2027. }
  2028. .sidebar ol {
  2029.     list-style-position: outside;
  2030.     margin-left: 29px;
  2031. }
  2032. .sidebar ol ol {
  2033.     list-style-type: lower-alpha;
  2034.     margin-left: 20px;
  2035. }
  2036. .sidebar ul ul {
  2037.     margin-left: 20px;
  2038. }
  2039. .sidebar ol ol ol {
  2040.     list-style-type: lower-roman;
  2041. }
  2042. .sidebar ol li {
  2043.     line-height: 15px;
  2044.     padding: 2px 0;
  2045. }
  2046. .sidebar ul ul li {
  2047.     border: none;
  2048. }
  2049. .sidebar ul ul li {
  2050.     line-height: 15px;
  2051. }
  2052. .sidebar p {
  2053.     line-height: 18px;
  2054. }
  2055. .sidebar p img {
  2056.     border: 4px solid #dedede;
  2057. }
  2058. .sidebar ul {
  2059.     list-style-position: outside;
  2060.     list-style-type: none;
  2061. }
  2062. .sidebar ul li {
  2063.     border-bottom: 1px solid #e3e3e3;
  2064.     line-height: 15px;
  2065.     padding: 6px 0;
  2066. }
  2067. .sidebar ul li img,
  2068. .sidebar ol li img {
  2069.     display: inline;
  2070.     margin: 0 2px;
  2071.     vertical-align: middle;
  2072. }
  2073. .sidebar ul li span.meta-rss {
  2074.     display: inline-block;
  2075.     width: 0px;
  2076.     height: 16px;
  2077. }
  2078.  
  2079. /* =The homepage panes
  2080. -------------------------------------------------------------- */
  2081.  
  2082. .homepage_panes{
  2083.     width: 100%;
  2084. }
  2085. .homepage_panes .alpha {
  2086.     clear: both;
  2087. }
  2088. .homepage_panes .omega {
  2089.     float: right;
  2090. }
  2091. .homepage_pane{
  2092.     margin-bottom: 20px;
  2093.     margin-top: 15px;
  2094.     vertical-align: top;
  2095. }
  2096. .two-columns .homepage_pane {
  2097.     width: 48.4375% !important;
  2098. }
  2099. .homepage_pane .excerpt-thumb {
  2100.     text-align: center;
  2101. }
  2102. .homepage_pane img{
  2103.     -moz-box-shadow: -2px 2px 5px #777;
  2104.     -webkit-box-shadow: -2px 2px 5px #999;
  2105.     box-shadow: -2px 2px 5px #999;
  2106.     margin: 0 auto 5px auto;
  2107.     max-width: 100%;
  2108.     height: auto;
  2109. }
  2110. .homepage_pane .post-title{
  2111.     margin-bottom: 5px;
  2112. }
  2113. .homepage_pane .post-title a,
  2114. .homepage_pane .post-title a:visited{
  2115.     font: normal 20px arial;
  2116. }
  2117. .homepage_pane .post-excerpt{
  2118.     color: #696a6a;
  2119.     font: normal 12px/18px arial;
  2120. }
  2121. .homepage_pane .post-excerpt p{
  2122.     margin-bottom: 10px;
  2123. }
  2124. .homepage_pane .post-comments{
  2125.     margin-top: 10px;
  2126.     margin-right: 0;
  2127. }
  2128.  
  2129. /* =Footer
  2130. -------------------------------------------------------------- */
  2131.  
  2132. #footer {
  2133.     background: url(images/sprite_h.png) left -1352px repeat-x #111;
  2134.     border-top: 1px solid #d5d5d5;
  2135.     padding-top: 50px;
  2136.     margin-bottom: 30px;
  2137.     min-height: 80px;
  2138.     position: relative;
  2139.     color: #999;
  2140.     clear: both;
  2141. }
  2142. #copyright {
  2143.     margin: 0 10px 20px;
  2144.     float: left;
  2145.     max-width: 30%;
  2146. }
  2147. #copyright p{
  2148.     margin-top: 10px;
  2149. }
  2150. #copyright h3{
  2151.     font: normal 14px arial;
  2152.     color: #e3e3e3;
  2153. }
  2154. #copyright .cc-logo{
  2155.     height: 32px;
  2156.     width: 96px;
  2157.     background: url(images/sprite_master.png) -417px -240px no-repeat;
  2158. }
  2159. #copyright .cc-logo span{
  2160.     display: none;
  2161. }
  2162. #footer a,
  2163. #footer a:visited {
  2164.     color: #fff;
  2165.     text-decoration: none;
  2166. }
  2167. #footer a:hover {
  2168.     border-bottom: 1px dotted #fff;
  2169. }
  2170. .footer-menu-wrap {
  2171.     font-size: 14px;
  2172.     float: right;
  2173.     text-align: right;
  2174.     margin: 0 10px 0;
  2175. }
  2176. .footer-menu-wrap li {
  2177.     display: inline-block;
  2178.     *display: inline;
  2179.     zoom: 1;
  2180.     padding-left: 10px;
  2181.     margin-left: 10px;
  2182.     vertical-align: top;
  2183. }
  2184. .footer-menu-wrap a,
  2185. .footer-menu-wrap a:visited {
  2186.     color: #fff;
  2187. }
  2188. .footer-menu-wrap ul.sub-menu {
  2189.     margin-top: 5px;
  2190.     padding-left: 5px;
  2191.     border-left: 1px solid #222;
  2192.     list-style: none;
  2193. }
  2194.  
  2195. .footer-menu-wrap ul.sub-menu li {
  2196.     display: block;
  2197.     font-size: 12px;
  2198.     line-height: 18px;
  2199.     border: none;
  2200.     margin: 0;
  2201.     padding: 0;
  2202. }
  2203. #footer-menu {
  2204.     text-align: left;
  2205. }
  2206. #footer-menu .sub-menu li a,
  2207. #footer-menu .sub-menu li a:visited {
  2208.     color: #ccc;
  2209. }
  2210. #developer {
  2211.     text-align: right;
  2212.     clear: right;
  2213.     padding: 20px 0;
  2214.     float: right;
  2215. }
  2216.  
  2217. /* =Shortcode blocks
  2218. -------------------------------------------------------------- */
  2219.  
  2220. .message-block {
  2221.     border-radius: 4px;
  2222.     -moz-border-radius: 4px;
  2223.     -webkit-border-radius: 4px;
  2224.     padding: 5px 10px 5px 50px;
  2225.     background: #eee;
  2226.     margin: 10px 0 0;
  2227.     min-height: 35px;
  2228.     overflow: auto;
  2229. }
  2230. .message-block p.first-p {
  2231.     margin-top: 0;
  2232. }
  2233.  
  2234. .warning_block,
  2235. .error_block {
  2236.     background: #FCC url(js/buttons/warning.png) no-repeat scroll 10px 7px;
  2237.     border: 1px solid #F99;
  2238.     color: #C31B00;
  2239. }
  2240. .error_block {
  2241.     background-image: url(js/buttons/error.png);
  2242. }
  2243. .notice_block {
  2244.     background: #FDEBAE url(js/buttons/notice.png) no-repeat scroll 10px 7px;
  2245.     border: 1px solid #E6C555;
  2246.     color: #9E660D;
  2247. }
  2248. .important_block {
  2249.     background: #DEE3AB url(js/buttons/important.png) no-repeat scroll 10px 7px;
  2250.     border: 1px solid #A3C159;
  2251.     color: #5E6F33;
  2252. }
  2253.  
  2254. .printonly {
  2255.     display: none;
  2256. }
  2257.  
  2258. /* =Plugins
  2259. -------------------------------------------------------------- */
  2260.  
  2261. /* WP-Email */
  2262. #wp-email-popup{
  2263.     background: #fff;
  2264. }
  2265. #wp-email-popup p{
  2266.     margin-top: 10px;
  2267. }
  2268. #wp-email-content img{
  2269.     border: none;
  2270.     margin: 0;
  2271. }
  2272. .Button{
  2273.     float: none;
  2274.     margin: 20px auto 10px auto;
  2275. }
  2276. .wp-email label {
  2277.     padding-top: 4px;
  2278.     height: 28px;
  2279. }
  2280. .wp-email .TextField,
  2281. .wp-email .Forms {
  2282.     border: 1px solid #e3e3e3;
  2283.     color: #2c2b2b;
  2284.     font: normal 12px arial;
  2285.     padding: 4px 3px;
  2286.     width: 250px;
  2287.     height: 16px;
  2288. }
  2289. .wp-email #imageverify{
  2290.     width: 50px;
  2291. }
  2292. .wp-email .Forms{
  2293.     height: 100px;
  2294. }
  2295.  
  2296. /* WP-CommentNavi*/
  2297. .commentnavi-view-all{
  2298.     margin-top: 10px;
  2299. }
  2300.  
  2301. /* Breadcrumb NavXT */
  2302. .breadcrumb{
  2303.     padding: 5px 15px 5px 15px;
  2304.     margin-bottom: 10px;
  2305.     background: #eee;
  2306.     font-size: 12px;
  2307.     font-weight: bold;
  2308. }
  2309. .breadcrumb a{
  2310.     font-weight: normal;
  2311. }
  2312.  
  2313. /* Fancybox for WordPress */
  2314. #fancy_title table,
  2315. #fancy_title table th,
  2316. #fancy_title table tr,
  2317. #fancy_title table td{
  2318.     border: none;
  2319.     border-collapse: none;
  2320. }
  2321. #fancy_title table tr{
  2322.     background: none;
  2323. }
  2324.  
  2325. /* WPStats */
  2326. #wpstats {
  2327.     position: absolute;
  2328.     left: 0;
  2329.     bottom: 0;
  2330. }
  2331.  
  2332. .hide { display: none; }
  2333.  
  2334. .mysocial { background: url(images/social/rss.png) no-repeat top left; width: 32px; height: 32px; }
  2335. .mysocial-icon { width: 32px; height: 32px; }
  2336. .social-audioboo{ background-image: url(images/social/audioboo.png); }
  2337. .social-bebo{ background-image: url(images/social/bebo.png); }
  2338. .social-behance{ background-image: url(images/social/behance.png); }
  2339. .social-blogger{ background-image: url(images/social/blogger.png); }
  2340. .social-buzz{ background-image: url(images/social/buzz.png); }
  2341. .social-creativecommons{ background-image: url(images/social/creativecommons.png); }
  2342. .social-dailybooth{ background-image: url(images/social/dailybooth.png); }
  2343. .social-delicious{ background-image: url(images/social/delicious.png); }
  2344. .social-designfloat{ background-image: url(images/social/designfloat.png); }
  2345. .social-deviantart{ background-image: url(images/social/deviantart.png); }
  2346. .social-digg{ background-image: url(images/social/digg.png); }
  2347. .social-dopplr{ background-image: url(images/social/dopplr.png); }
  2348. .social-dribbble{ background-image: url(images/social/dribbble.png); }
  2349. .social-email{ background-image: url(images/social/email.png); }
  2350. .social-ember{ background-image: url(images/social/ember.png); }
  2351. .social-facebook{ background-image: url(images/social/facebook.png); }
  2352. .social-flickr{ background-image: url(images/social/flickr.png); }
  2353. .social-forrst{ background-image: url(images/social/forrst.png); }
  2354. .social-friendfeed{ background-image: url(images/social/friendfeed.png); }
  2355. .social-google{ background-image: url(images/social/google.png); }
  2356. .social-gowalla{ background-image: url(images/social/gowalla.png); }
  2357. .social-grooveshark{ background-image: url(images/social/grooveshark.png); }
  2358. .social-hyves{ background-image: url(images/social/hyves.png); }
  2359. .social-lastfm{ background-image: url(images/social/lastfm.png); }
  2360. .social-linkedin{ background-image: url(images/social/linkedin.png); }
  2361. .social-livejournal{ background-image: url(images/social/livejournal.png); }
  2362. .social-lockerz{ background-image: url(images/social/lockerz.png); }
  2363. .social-megavideo{ background-image: url(images/social/megavideo.png); }
  2364. .social-myspace{ background-image: url(images/social/myspace.png); }
  2365. .social-piano{ background-image: url(images/social/piano.png); }
  2366. .social-playfire{ background-image: url(images/social/playfire.png); }
  2367. .social-playstation{ background-image: url(images/social/playstation.png); }
  2368. .social-reddit{ background-image: url(images/social/reddit.png); }
  2369. .social-rss{ background-image: url(images/social/rss.png); }
  2370. .social-skype{ background-image: url(images/social/skype.png); }
  2371. .social-socialvibe{ background-image: url(images/social/socialvibe.png); }
  2372. .social-soundcloud{ background-image: url(images/social/soundcloud.png); }
  2373. .social-spotify{ background-image: url(images/social/spotify.png); }
  2374. .social-steam{ background-image: url(images/social/steam.png); }
  2375. .social-stumbleupon{ background-image: url(images/social/stumbleupon.png); }
  2376. .social-technorati{ background-image: url(images/social/technorati.png); }
  2377. .social-tumblr{ background-image: url(images/social/tumblr.png); }
  2378. .social-twitpic{ background-image: url(images/social/twitpic.png); }
  2379. .social-twitter{ background-image: url(images/social/twitter.png); }
  2380. .social-typepad{ background-image: url(images/social/typepad.png); }
  2381. .social-vimeo{ background-image: url(images/social/vimeo.png); }
  2382. .social-wakoopa{ background-image: url(images/social/wakoopa.png); }
  2383. .social-wordpress{ background-image: url(images/social/wordpress.png); }
  2384. .social-xing{ background-image: url(images/social/xing.png); }
  2385. .social-yahoo{ background-image: url(images/social/yahoo.png); }
  2386. .social-youtube{ background-image: url(images/social/youtube.png); }
  2387. .entry-content img, .child-page img {
  2388.     border: none;
  2389.     margin: 5px;
  2390. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement