Advertisement
Guest User

question

a guest
Jul 11th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 64.71 KB | None | 0 0
  1. /*
  2. Theme Name: Catch Box
  3. Theme URI: http://catchthemes.com/themes/catchbox
  4. Author: Catch Themes Team
  5. Author URI: http://catchthemes.com
  6. Description: Catch Box is simple, lightweight, box shaped, and adaptable WordPress Theme for bloggers and professionals. It is based on HTML5, CSS3 and Responsive Web Design to view in various devices. 10 Best Reasons to use Catch Box Theme. 1. Responsive Web Design, 2. Custom Menus (Primary, Secondary and Footer menus), 3. Theme Options for light or dark or blue color scheme, custom link colors, three layout choices, two content choices between excerpt and content option in homepage, feed redirection, custom css styles, 4. Featured Sliders where you can define number of slides and post IDs, 5. Social Links (Facebook, Twitter, RSS, Linkedin, Pinterest, etc), 6. Webmaster Tools (Google, Yahoo and Bing site verification ID, Header and Footer codes), 7. Custom Backgrounds, 8. Custom Header, 9. Catchbox Adspace widget to add any type of Advertisements, and 10. Support popular plugins. Multilingual Ready (WPML) and also currently translated in Brazilian Portuguese, Spanish, Danish, Germany, French, Polish, Czech, Croatian, Italian, Swedish, Russian, Arabic and Serbian. Free Support Forum at http://catchthemes.com/support-forum/forum/catch-box-public/
  7. Version: 2.5
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags: dark, light, blue, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  11. */
  12.  
  13. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  14. -------------------------------------------------------------- */
  15.  
  16. html, body, div, span, applet, object, iframe,
  17. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  18. a, abbr, acronym, address, big, cite, code,
  19. del, dfn, em, font, ins, kbd, q, s, samp,
  20. small, strike, strong, sub, sup, tt, var,
  21. dl, dt, dd, ol, ul, li,
  22. fieldset, form, label, legend,
  23. table, caption, tbody, tfoot, thead, tr, th, td {
  24.     border: 0;
  25.     font-family: inherit;
  26.     font-size: 100%;
  27.     font-style: inherit;
  28.     font-weight: inherit;
  29.     margin: 0;
  30.     outline: 0;
  31.     padding: 0;
  32.     vertical-align: baseline;
  33. }
  34. :focus {/* remember to define focus styles! */
  35.     outline: 0;
  36. }
  37. body {
  38.     background: #fff;
  39.     line-height: 1;
  40. }
  41. ol, ul {
  42.     list-style: none;
  43. }
  44. table {/* tables still need 'cellspacing="0"' in the markup */
  45.     border-collapse: separate;
  46.     border-spacing: 0;
  47. }
  48. caption, th, td {
  49.     font-weight: normal;
  50.     text-align: left;
  51. }
  52. blockquote:before, blockquote:after,
  53. q:before, q:after {
  54.     content: "";
  55. }
  56. blockquote, q {
  57.     quotes: "" "";
  58. }
  59. a img {
  60.     border: 0;
  61. }
  62. article, aside, details, figcaption, figure,
  63. footer, header, hgroup, menu, nav, section {
  64.     display: block;
  65. }
  66.  
  67.  
  68. /* =Structure
  69. ----------------------------------------------- */
  70.  
  71. body {
  72.     padding-top: 2em;
  73. }
  74. #page {
  75.     margin: 0 auto 2em;
  76.     max-width: 1000px;
  77. }
  78. #header-content {
  79.    margin: 0 3%;
  80.     padding: 2.5em 0;
  81.     position: relative;
  82. }
  83. #access div,
  84. #access-secondary div,
  85. #access-footer div {
  86.     margin: 0 3%;
  87. }
  88. #primary {
  89.     float: left;
  90.     margin: 0 -35.5% 0 0;
  91.     width: 100%;
  92. }
  93. #content {
  94.     margin: 0 38.6% 0 3%;
  95.     width: 58.4%;
  96. }
  97. #secondary {
  98.     float: right;
  99.     margin-right: 3%;
  100.     width: 32.5%;
  101. }
  102.  
  103. /* Right Content */
  104. .sidebar-content #primary {
  105.     float: right;
  106.     margin: 0 0 0 -35.5%;
  107. }
  108. .sidebar-content #content {
  109.     margin: 0 3% 0 38.6%;
  110. }
  111. .sidebar-content #secondary {
  112.     float: left;
  113.     margin-left: 3%;
  114.     margin-right: 0;
  115. }
  116.  
  117. /* Singular and Fullwidth */
  118. .singular #primary,
  119. .fullwidth #primary {
  120.     margin: 0;
  121. }
  122. .singular #content,
  123. .fullwidth #content,
  124. .sidebar-content.singular #content {
  125.     margin: 0 3%;
  126.     position: relative;
  127.     width: auto;
  128. }
  129.  
  130. /* Attachments */
  131. .singular.single-attachment .entry-header,
  132. .singular .image-attachment .entry-content {
  133.     margin: 0 auto;
  134.     width: auto;
  135. }
  136. .singular .image-attachment .entry-description {
  137.     padding: 1em 0 0;
  138.     text-align: center;
  139. }
  140.  
  141. /* error404 */
  142. .error404 #primary {
  143.     float: none;
  144.     margin: 0;
  145. }
  146. .error404 #primary #content {
  147.     margin: 0 3%;
  148.     width: auto;
  149. }
  150.  
  151. /* Alignment */
  152. .alignleft {
  153.     display: inline;
  154.     float: left;
  155.     margin-right: 2em;
  156. }
  157. .alignright {
  158.     display: inline;
  159.     float: right;
  160.     margin-left: 2em;
  161. }
  162. .aligncenter {
  163.     clear: both;
  164.     display: block;
  165.     margin-left: auto;
  166.     margin-right: auto;
  167. }
  168.  
  169. /* One column */
  170. .content-onecolumn #page {
  171.     max-width: 690px;
  172. }
  173. .content-onecolumn #content {
  174.     margin: 0 3%;
  175.     width: auto;
  176. }
  177. .content-onecolumn #nav-below {
  178.     border-bottom: 1px solid #ccc;
  179.     margin-bottom: 2em;
  180. }
  181. .content-onecolumn #secondary {
  182.     float: none;
  183.     margin: 0 3%;
  184.     width: auto;
  185. }
  186.  
  187. /* Remove the margin on singular articles */
  188. .content-onecolumn.singular .entry-header,
  189. .content-onecolumn.singular .entry-content,
  190. .content-onecolumn.singular footer.entry-meta,
  191. .content-onecolumn.singular #comments-title {
  192.     width: 100%;
  193. }
  194. /* Simplify the pullquotes and pull styles */
  195. .content-onecolumn.singular blockquote.pull {
  196.     margin: 0 0 2em;
  197. }
  198. .content-onecolumn.singular .pull.alignleft {
  199.     margin: 0 2em 0 0;
  200. }
  201. .content-onecolumn.singular .pull.alignright {
  202.     margin: 0 0 0 2em;
  203. }
  204. .content-onecolumn.singular #author-info {
  205.     margin: 2.2em -8.8% 0;
  206.     padding: 20px 8.8%;
  207. }
  208. /* Make sure we have room for our comment avatars */
  209. .content-onecolumn .commentlist > li.comment {
  210.     margin-left: 102px;
  211.     width: auto;
  212. }
  213. /* Talking avatars take up too much room at this size */
  214. .content-onecolumn .commentlist > li.comment {
  215.     margin-left: 0;
  216. }
  217. .content-onecolumn .commentlist > li.comment .comment-meta,
  218. .content-onecolumn .commentlist > li.comment .comment-content {
  219.  
  220. }
  221. .content-onecolumn .commentlist .avatar {
  222.  
  223. }
  224. .content-onecolumn .commentlist .children .avatar {
  225.     background: none;
  226.     padding: 0;
  227.     position: absolute;
  228.     left: 2.2em;
  229. }
  230. .content-onecolumn #respond {
  231.     width: auto;
  232. }
  233.  
  234.  
  235. /* =Global
  236. ----------------------------------------------- */
  237.  
  238. body, input, textarea {
  239.     color: #373737;
  240.     font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  241.     font-weight: 300;
  242.     line-height: 1.625;
  243. }
  244. body {
  245.     background: #ccc;
  246. }
  247. #page {
  248.     background: #eee;
  249.     -moz-border-radius: 5px;
  250.     border-radius: 5px;
  251. }
  252.  
  253. /* Headings */
  254. h1,h2,h3,h4,h5,h6 {
  255.     clear: both;
  256. }
  257. hr {
  258.     background-color: #ccc;
  259.     border: 0;
  260.     height: 1px;
  261.     margin-bottom: 2em;
  262. }
  263.  
  264. /* Text elements */
  265. p {
  266.     margin-bottom: 2em;
  267. }
  268. ul, ol {
  269.     margin: 0 0 2em 2.5em;
  270. }
  271. ul {
  272.     list-style: disc;
  273. }
  274. ol {
  275.     list-style-type: decimal;
  276. }
  277. ol ol {
  278.     list-style: upper-alpha;
  279. }
  280. ol ol ol {
  281.     list-style: lower-roman;
  282. }
  283. ol ol ol ol {
  284.     list-style: lower-alpha;
  285. }
  286. ul ul, ol ol, ul ol, ol ul {
  287.     margin-bottom: 0;
  288. }
  289. dl {
  290.     margin: 0 2em;
  291. }
  292. dt {
  293.     font-weight: bold;
  294. }
  295. dd {
  296.     margin-bottom: 2em;
  297. }
  298. strong {
  299.     font-weight: bold;
  300. }
  301. cite, em, i {
  302.     font-style: italic;
  303. }
  304. blockquote {
  305.     font-family: Georgia, "Bitstream Charter", serif;
  306.     font-style: italic;
  307.     font-weight: normal;
  308.     margin: 0 3em;
  309. }
  310. blockquote em, blockquote i, blockquote cite {
  311.     font-style: normal;
  312. }
  313. blockquote cite {
  314.     color: #666;
  315.     font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  316.     font-weight: 300;
  317.     letter-spacing: 0.05em;
  318.     text-transform: uppercase;
  319. }
  320. pre {
  321.     background: #f4f4f4;
  322.     font: 13px "Courier 10 Pitch", Courier, monospace;
  323.     line-height: 1.5;
  324.     margin-bottom: 2em;
  325.     overflow: auto;
  326.     padding: 0.75em 2em;
  327. }
  328. code, kbd {
  329.     font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  330. }
  331. abbr, acronym, dfn {
  332.     border-bottom: 1px dotted #666;
  333.     cursor: help;
  334. }
  335. address {
  336.     display: block;
  337.     margin: 0 0 2em;
  338. }
  339. ins {
  340.     background: #fff9c0;
  341.     text-decoration: none;
  342. }
  343. sup,
  344. sub {
  345.     font-size: 10px;
  346.     height: 0;
  347.     line-height: 1;
  348.     position: relative;
  349.     vertical-align: baseline;
  350. }
  351. sup {
  352.     bottom: 1ex;
  353. }
  354. sub {
  355.     top: .5ex;
  356. }
  357.  
  358. /* Forms */
  359. input[type=text],
  360. input[type=password],
  361. textarea {
  362.     background: #fafafa;
  363.     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  364.     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  365.     box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  366.     border: 1px solid #ccc;
  367.     color: #888;
  368. }
  369. input[type=text]:focus,
  370. textarea:focus {
  371.     color: #373737;
  372. }
  373. textarea {
  374.     padding-left: 3px;
  375.     width: 98%;
  376. }
  377. input[type=text] {
  378.     padding: 3px;
  379. }
  380. input#s {
  381.     background: url("images/search.png") no-repeat scroll 5px 6px #f0f0f0;
  382.     -moz-border-radius: 5px;
  383.     border-radius: 5px;
  384.     font-size: 14px;
  385.     height: 22px;
  386.     line-height: 1.2em;
  387.     padding: 4px 10px 4px 28px;
  388. }
  389. input#searchsubmit {
  390.     display: none;
  391. }
  392.  
  393. /* Links */
  394. a {
  395.     color: #1982d1;
  396.     text-decoration: none;
  397. }
  398. a:focus,
  399. a:active,
  400. a:hover {
  401.     text-decoration: underline;
  402. }
  403.  
  404. /* Assistive text */
  405. .assistive-text {
  406.     position: absolute !important;
  407.     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  408.     clip: rect(1px, 1px, 1px, 1px);
  409. }
  410. #access a.assistive-text:active,
  411. #access a.assistive-text:focus {
  412.     background: #eee;
  413.     border-bottom: 1px solid #ccc;
  414.     color: #1982d1;
  415.     clip: auto !important;
  416.     font-size: 12px;
  417.     position: absolute;
  418.     text-decoration: underline;
  419.     top: 0;
  420.     left: 3%;
  421. }
  422. /* clearfix hack */
  423. .clearfix:after {
  424.     visibility: hidden;
  425.     display: block;
  426.     font-size: 0;
  427.     content: " ";
  428.     clear: both;
  429.     height: 0;
  430. }
  431. .clearfix {
  432.     display: inline-block;
  433. }
  434. /* start commented backslash hack \*/
  435. * html .clearfix {
  436.     height:1%;
  437. }
  438. .clearfix {
  439.     display: block;
  440. }
  441. .clear {
  442.     clear: both;
  443. }
  444. /* close commented backslash hack */
  445. .displayblock {
  446.     display: block;
  447. }
  448. .displaynone {
  449.     display: none;
  450. }
  451.  
  452. /* =Header
  453. ----------------------------------------------- */
  454.  
  455. #branding {
  456.     background-color: #fff;
  457.     padding-bottom: 10px;
  458.     position: relative;
  459.     z-index: 9999;
  460.     -moz-border-radius: 5px;
  461.     border-radius: 5px;
  462. }
  463. #site-title {
  464.     padding: 0;
  465.     font-size: 36px;
  466.     line-height: 46px;
  467. }
  468. #site-title a {
  469.     color: #111;
  470.     font-weight: bold;
  471.     text-decoration: none;
  472. }
  473. #site-title a:hover,
  474. #site-title a:focus,
  475. #site-title a:active {
  476.     color: #1982d1;
  477. }
  478. #site-description {
  479.     color: #7a7a7a;
  480.     font-size: 14px;
  481. }
  482. .logo-wrap {
  483.     clear: both;
  484.     display: inline-block;
  485.     float: left;
  486.     max-width: 100%;
  487. }
  488. #branding img {
  489.     height: auto;
  490.     max-width: 100%;
  491. }
  492. #site-logo {
  493.     line-height: 0;
  494. }
  495. #branding #site-logo img { margin: 0 }
  496.  
  497. /* =Menu
  498. -------------------------------------------------------------- */
  499.  
  500. #branding #access,
  501. #colophon #access-footer {
  502.     background: #3d3d3d; /* Show a solid color for older browsers */
  503.     background: -moz-linear-gradient(#585858, #3d3d3d);
  504.     background: -o-linear-gradient(#585858, #3d3d3d);
  505.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
  506.     background: -webkit-linear-gradient(#585858, #3d3d3d);
  507.     clear: both;
  508.     display: block;
  509.     float: left;
  510.     margin: 0 auto 2px;
  511.     width: 100%;
  512. }
  513. #branding ul.menu,
  514. #colophon #access-footer ul.menu {
  515.     font-size: 14px;
  516.     list-style: none;
  517.     margin: 0 0 0 -0.8125em;
  518.     padding-left: 0;
  519. }
  520. #branding ul.menu li {
  521.     border-left: 1px solid #444;
  522.     float: left;
  523.     position: relative;
  524. }
  525. #branding ul.menu a,
  526. #colophon #access-footer ul.menu a {
  527.     color: #eee;
  528.     line-height: 3em;
  529.     padding: 0 1.2125em;
  530.     text-decoration: none;
  531. }
  532. #branding ul.menu a {
  533.     display: block;
  534. }
  535. #branding ul.menu ul {
  536.     -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  537.     -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  538.     box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  539.     display: none;
  540.     float: left;
  541.     margin: 0;
  542.     position: absolute;
  543.     top: 3em;
  544.     left: 0;
  545.     list-style: none;
  546.     width: 188px;
  547.     z-index: 99999;
  548. }
  549. #branding ul.menu ul ul {
  550.     left: 100%;
  551.     top: 0;
  552. }
  553. #branding ul.menu ul a {
  554.     background: #f9f9f9;
  555.     border-bottom: 1px dotted #ccc;
  556.     color: #444;
  557.     font-size: 13px;
  558.     font-weight: normal;
  559.     height: auto;
  560.     line-height: 1.4em;
  561.     padding: 10px;
  562.     width: 168px;
  563. }
  564. #branding ul.menu li:first-child,
  565. #branding ul.menu ul li {
  566.     border:none;
  567. }
  568. #branding ul.menu li:hover > a,
  569. #branding ul.menu ul :hover > a,
  570. #branding ul.menu a:focus {
  571.     background: #efefef;
  572. }
  573. #branding ul.menu li:hover > a,
  574. #branding ul.menu a:focus,
  575. #colophon #access-footer ul.menu a:hover,
  576. #colophon #access-footer ul.menu a:focus {
  577.     background: #e5e5e5; /* Show a solid color for older browsers */
  578.     background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  579.     background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  580.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
  581.     background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  582.     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
  583.     color: #373737;
  584. }
  585. #branding ul.menu li:hover > ul {
  586.     display: block;
  587. }
  588. #branding .menu .current-menu-item > a,
  589. #branding .menu .current-menu-ancestor > a,
  590. #branding .menu .current_page_item > a,
  591. #branding .menu .current_page_ancestor > a,
  592. #colophon .menu .current-menu-item a {
  593.     font-weight: bold;
  594. }
  595. #access-secondary {
  596.     background-color: #e6e6e6;
  597.     clear: both;
  598.     display: block;
  599.     float: left;
  600.     margin: 0 auto 2px;
  601.     width: 100%;
  602. }
  603. #branding #access-secondary ul.menu {
  604.     font-size: 13px;
  605. }
  606. #branding #access-secondary ul.menu li {
  607.    border-left: 1px solid #dedede;
  608. }
  609. #branding #access-secondary ul.menu a {
  610.     color: #373737;
  611.     line-height: 2.5em;
  612. }
  613. #branding #access-secondary ul.menu ul {
  614.    list-style: none;
  615.     top: 2.5em;
  616. }
  617. #branding #access-secondary ul.menu ul a {
  618.    line-height: 1.5em;
  619. }
  620. #branding #access-secondary ul.menu ul ul {
  621.     top: 0;
  622. }
  623. #colophon #access-footer {
  624.     margin-bottom: 0;
  625. }
  626. #colophon #access-footer ul.menu li {
  627.     border-left: 1px solid #444;
  628.     float: left;
  629. }
  630. #colophon #access-footer ul.menu ul {
  631.     border-left: 1px solid #444;
  632.    display: inline;
  633.     float: left;
  634.     list-style: none outside none;
  635.     margin: 0;
  636. }
  637. #colophon #access-footer ul.menu a {
  638.    display: inline;
  639.     float: left;
  640. }
  641. #branding #access-secondary ul.menu li:first-child,
  642. #colophon #access-footer ul.menu li:first-child {
  643.    border: none;
  644. }
  645. /* =Responsive Menu (Tinynav.js)
  646. -------------------------------------------------------------- */
  647. .tinynav {
  648.     display: none;
  649.     font-size: 16px;
  650. }
  651. .default-menu {
  652.     display: none !important;
  653. }
  654. .tinynav option:last-child {
  655.     display: none;
  656. }
  657.  
  658. /* =Search Form
  659. ----------------------------------------------- */
  660.  
  661. #branding #searchform {
  662.     position: absolute;
  663.     top: 2.8em;
  664.     right: 3%;
  665.     text-align: right;
  666. }
  667. #branding #searchform div {
  668.     margin: 0;
  669. }
  670. #branding #s {
  671.     float: right;
  672.     -webkit-transition-duration: 400ms;
  673.     -webkit-transition-property: width, background;
  674.     -webkit-transition-timing-function: ease;
  675.     -moz-transition-duration: 400ms;
  676.     -moz-transition-property: width, background;
  677.     -moz-transition-timing-function: ease;
  678.     -o-transition-duration: 400ms;
  679.     -o-transition-property: width, background;
  680.     -o-transition-timing-function: ease;
  681.     width: 72px;
  682. }
  683. #branding #s:focus {
  684.     background-color: #f9f9f9;
  685.     width: 196px;
  686. }
  687. #branding #searchsubmit {
  688.     display: none;
  689. }
  690. #branding .only-search #searchform {
  691.     top: 5px;
  692.     z-index: 1;
  693. }
  694. #branding .only-search #s {
  695.     background-color: #666;
  696.     border-color: #000;
  697.     color: #222;
  698. }
  699. #branding .only-search #s,
  700. #branding .only-search #s:focus {
  701.     width: 85%;
  702. }
  703. #branding .only-search #s:focus {
  704.     background-color: #bbb;
  705. }
  706. #branding .with-image #searchform {
  707.     top: auto;
  708.     bottom: -27px;
  709.     max-width: 195px;
  710. }
  711. #branding .only-search + #access div {
  712.     padding-right: 205px;
  713. }
  714.  
  715.  
  716. /* =Content
  717. ----------------------------------------------- */
  718.  
  719. #main {
  720.     background-color: #eee;
  721.     clear: both;
  722.     padding: 2em 0 0;
  723. }
  724. .page-header {
  725.     background-color: #FFFFFF;
  726.    border-bottom: 2px solid #CCCCCC;
  727.     -moz-border-radius: 5px;
  728.     border-radius: 5px;
  729.     margin: 0 0 2em;
  730.     padding: 2em 5%;
  731. }
  732. .page-header .page-title, .page-header p {
  733.     margin: 0;
  734. }
  735. .page-title {
  736.     color: #666;
  737.     font-size: 16px;
  738.     font-weight: bold;
  739.     letter-spacing: 0.1em;
  740.     line-height: 18px;
  741.     margin: 0 0 2em;
  742.     text-transform: uppercase;
  743. }
  744. .page-title a {
  745.     font-size: 12px;
  746.     font-weight: bold;
  747.     letter-spacing: 0;
  748.     text-transform: none;
  749. }
  750. .hentry,
  751. .no-results,
  752. #author-info,
  753. #disqus_thread,
  754. #content .error404 {
  755.    background-color: #fff;
  756.    border-bottom: 2px solid #ccc;
  757.    -moz-border-radius: 5px;
  758.     border-radius: 5px;
  759.     margin: 0 0 2em;
  760.     padding: 0.5em 5% 2em;
  761.     position: relative;
  762.     width: auto;
  763. }
  764. .hentry:last-child,
  765. .no-results {
  766.     border-bottom: none;
  767. }
  768. .blog .sticky .entry-header .entry-meta {
  769.     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  770.     clip: rect(1px, 1px, 1px, 1px);
  771.     position: absolute !important;
  772. }
  773. .entry-title {
  774.     clear: both;
  775.     color: #222;
  776.     font-size: 26px;
  777.     font-weight: bold;
  778.     line-height: 1.5em;
  779.     padding-bottom: .3em;
  780.     padding-top: 15px;
  781. }
  782. .entry-title,
  783. .entry-title a {
  784.     color: #222;
  785.     text-decoration: none;
  786. }
  787. .entry-title a:hover,
  788. .entry-title a:focus,
  789. .entry-title a:active {
  790.     color: #1982d1;
  791. }
  792. .entry-meta {
  793.     color: #666;
  794.     clear: both;
  795.     font-size: 12px;
  796.     line-height: 18px;
  797. }
  798. .entry-meta a {
  799.     font-weight: bold;
  800. }
  801. .single-author .entry-meta .by-author {
  802.  
  803. }
  804. .entry-content,
  805. .entry-summary {
  806.     padding: 2em 0 0;
  807. }
  808. .page .entry-content {
  809.     padding: 1em 0 0;
  810. }
  811. .hentry h1 {
  812.     font-size: 26px;
  813. }
  814. .hentry h2 {
  815.     font-size: 24px;
  816. }
  817. .hentry h3 {
  818.     font-size: 22px;
  819.     font-weight: bold;
  820.     margin: 0 0 0.8125em;
  821. }
  822. .hentry h4 {
  823.     font-size: 20px;
  824.     margin: 0 0 0.5em;
  825. }
  826. .hentry h5 {
  827.     font-size: 18px;
  828. }
  829. .hentry h6 {
  830.     font-size: 16px;
  831. }
  832.  
  833. .entry-content h1,
  834. .entry-content h2,
  835. .comment-content h1,
  836. .comment-content h2 {
  837.     color: #000;
  838.     font-weight: bold;
  839.     margin: 0 0 .8125em;
  840. }
  841. .comment-content h3 {
  842.     font-size: 10px;
  843.     letter-spacing: 0.1em;
  844.     line-height: 2.6em;
  845.     text-transform: uppercase;
  846. }
  847. .entry-content table,
  848. .comment-content table {
  849.     border-bottom: 1px solid #ccc;
  850.     margin: 0 0 2em;
  851.     width: 100%;
  852. }
  853. .entry-content th,
  854. .comment-content th {
  855.     color: #666;
  856.     font-size: 10px;
  857.     font-weight: 500;
  858.     letter-spacing: 0.1em;
  859.     line-height: 2.6em;
  860.     text-transform: uppercase;
  861. }
  862. .entry-content td,
  863. .comment-content td {
  864.     border-top: 1px solid #ccc;
  865.     padding: 6px 10px 6px 0;
  866. }
  867. .entry-content #s {
  868.     width: 75%;
  869. }
  870. .comment-content ul,
  871. .comment-content ol {
  872.     margin-bottom: 2em;
  873. }
  874. .comment-content ul ul,
  875. .comment-content ol ol,
  876. .comment-content ul ol,
  877. .comment-content ol ul {
  878.     margin-bottom: 0;
  879. }
  880. dl.gallery-item {
  881.     margin: 0;
  882. }
  883. .page-link {
  884.     clear: both;
  885.     display: block;
  886.     float: right;
  887.     margin: 0 0 2em;
  888. }
  889.  
  890. .entry-meta .edit-link a,
  891. .commentlist .edit-link a {
  892.     background: #eee;
  893.     -moz-border-radius: 3px;
  894.     border-radius: 3px;
  895.     color: #666;
  896.     float: right;
  897.     font-size: 12px;
  898.     line-height: 1.5em;
  899.     font-weight: 300;
  900.     text-decoration: none;
  901.     padding: 0 8px;
  902. }
  903. .singular .entry-header,
  904. .singular .entry-content,
  905. .error404 .entry-header,
  906. .error404 .entry-content {
  907.     margin: 0 auto;
  908.     width: 68.9%;
  909. }
  910. .singular .entry-meta .edit-link a {
  911.     margin: 0.35em;
  912. }
  913. .entry-meta .edit-link a:hover,
  914. .commentlist .edit-link a:hover {
  915.     background: #888;
  916.     color: #fff;
  917. }
  918. .entry-content .edit-link {
  919.     clear: both;
  920.     display: block;
  921. }
  922. a.more-link {
  923.     white-space: nowrap;
  924. }
  925. /* Images */
  926. .entry-content img,
  927. .comment-content img {
  928.     max-width: 100%; /* Fluid images for posts, comments, and widgets */
  929.     height: auto;
  930. }
  931. .widget img {
  932.     max-width: 100%;
  933.     text-align: center;
  934. }
  935. img[class*="align"],
  936. img[class*="wp-image-"],
  937. img[class*="attachment-"] {
  938.     height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  939. }
  940. img.size-full,
  941. img.size-large,
  942. img.wp-post-image {
  943.     max-width: 97.4%;
  944.     height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  945. }
  946. .entry-content img.wp-smiley {
  947.     border: none;
  948.     margin-bottom: 0;
  949.     margin-top: 0;
  950.     padding: 0;
  951. }
  952. img.alignleft,
  953. img.alignright,
  954. img.aligncenter {
  955.     margin-bottom: 2em;
  956. }
  957. p img,
  958. .wp-caption {
  959.     margin-top: 0.4em;
  960. }
  961. .wp-caption {
  962.     background: #eee;
  963.     margin-bottom: 2em;
  964.     max-width: 96%;
  965.     padding: 9px;
  966. }
  967. .wp-caption img {
  968.     display: block;
  969.     margin: 0 auto;
  970.     max-width: 98%;
  971. }
  972. .wp-caption .wp-caption-text,
  973. .gallery-caption {
  974.     color: #666;
  975.     font-family: Georgia, serif;
  976.     font-size: 12px;
  977. }
  978. .wp-caption .wp-caption-text {
  979.     margin-bottom: 0.2em;
  980.     padding: 10px 0 0 40px;
  981.     position: relative;
  982. }
  983. .wp-caption .wp-caption-text:before {
  984.     color: #666;
  985.     content: '\2014';
  986.     font-size: 14px;
  987.     font-style: normal;
  988.     font-weight: bold;
  989.     margin-right: 5px;
  990.     position: absolute;
  991.     left: 10px;
  992.     top: 7px;
  993. }
  994. #content .gallery {
  995.     margin: 0 auto 2em;
  996. }
  997. #content .gallery a img {
  998.     border: none;
  999. }
  1000. img#wpstats {
  1001.     display: block;
  1002.     margin: 0 auto 2em;
  1003. }
  1004. #content .gallery-columns-5 .gallery-item {
  1005.    padding: 0 1%;
  1006.     width: 18%;
  1007. }
  1008. { }
  1009. #content .gallery-columns-4 .gallery-item {
  1010.     width: 23%;
  1011.     padding: 0 1%;
  1012. }
  1013. #content .gallery-columns-5 .gallery-item img,
  1014. #content .gallery-columns-4 .gallery-item img,
  1015. #content .gallery-columns-3 .gallery-item img {
  1016.    padding: 6% !important;
  1017.     max-width: 86%;
  1018. }
  1019. #content .gallery-columns-3 .gallery-item {
  1020.    padding: 0 1%;
  1021.     width: 31.33%;
  1022. }
  1023. #content .gallery-columns-1 .gallery-item img {
  1024.     max-width: 97%
  1025. }
  1026.  
  1027.  
  1028. #content .gallery dd.gallery-caption {
  1029.     margin-bottom: 1em;
  1030. }
  1031. /* Image borders */
  1032. img[class*="align"],
  1033. img[class*="wp-image-"],
  1034. #content .gallery .gallery-icon img,
  1035. img.wp-post-image,
  1036. img.attachment-thumbnail{/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  1037.     border: 1px solid #ccc;
  1038.     padding: 6px;
  1039. }
  1040. .wp-caption img {
  1041.     border-color: #eee;
  1042.     padding: 0;
  1043. }
  1044. a:focus img[class*="align"],
  1045. a:hover img[class*="align"],
  1046. a:active img[class*="align"],
  1047. a:focus img[class*="wp-image-"],
  1048. a:hover img[class*="wp-image-"],
  1049. a:active img[class*="wp-image-"],
  1050. #content .gallery .gallery-icon a:focus img,
  1051. #content .gallery .gallery-icon a:hover img,
  1052. #content .gallery .gallery-icon a:active img,
  1053. a:hover img.wp-post-image,
  1054. .gallery-thumb a:hover img.attachment-thumbnail {/* Add some useful style to those fancy borders for linked images ... */
  1055.     background: #eee;
  1056.     border-color: #bbb;
  1057. }
  1058. .wp-caption a:focus img,
  1059. .wp-caption a:active img,
  1060. .wp-caption a:hover img {/* ... including captioned images! */
  1061.     background: #fff;
  1062.     border-color: #ccc;
  1063. }
  1064.  
  1065. /* Make sure embeds and iframes fit their containers */
  1066. embed,
  1067. iframe,
  1068. object {
  1069.     max-width: 100%;
  1070. }
  1071.  
  1072. /* Password Protected Posts */
  1073. .post-password-required .entry-header .comments-link {
  1074.     margin: 2em 0 0;
  1075. }
  1076. .post-password-required input[type=password] {
  1077.     margin: 0.8125em 0;
  1078. }
  1079. .post-password-required input[type=password]:focus {
  1080.     background: #f7f7f7;
  1081. }
  1082.  
  1083. /* Author Info */
  1084. #author-info {
  1085.     font-size: 12px;
  1086.     overflow: hidden;
  1087.     padding-top: 2em;
  1088. }
  1089. .archive #author-info {
  1090.     border-bottom: 1px solid #ccc;
  1091.     margin: 0 0 2.2em;
  1092.     padding: 0 0 2.2em;
  1093. }
  1094. #author-avatar {
  1095.    display: inline;
  1096.     float: left;
  1097.     width: 13%;
  1098. }
  1099. #author-avatar img {
  1100.     background: #fff;
  1101.     -moz-border-radius: 3px;
  1102.     border-radius: 3px;
  1103.     -webkit-box-shadow: 0 1px 2px #bbb;
  1104.     -moz-box-shadow: 0 1px 2px #bbb;
  1105.     box-shadow: 0 1px 2px #bbb;
  1106.     height: auto;
  1107.     max-width: 90%;
  1108.     padding: 5%;
  1109. }
  1110. #author-description {
  1111.    display: inline;
  1112.     float: right;
  1113.     width: 82%;
  1114. }
  1115. #author-description h2 {
  1116.     color: #000;
  1117.     font-size: 15px;
  1118.     font-weight: bold;
  1119.     margin: 5px 0 10px;
  1120. }
  1121.  
  1122. /* Comments link */
  1123. .entry-header .comments-link a {
  1124.  
  1125. }
  1126. .entry-header .comments-link a:hover,
  1127. .entry-header .comments-link a:focus,
  1128. .entry-header .comments-link a:active {
  1129.  
  1130. }
  1131. .entry-header .comments-link .leave-reply {
  1132.  
  1133. }
  1134.  
  1135. /* Featured Slider */
  1136. #slider {
  1137.    background-color: #555;
  1138.    border-bottom: 2px solid #ccc;
  1139.    border-radius: 5px;
  1140.     -moz-border-radius: 5px;
  1141.     margin: 0 0 2em;
  1142.     position: relative;
  1143. }
  1144. #slider-wrap a {
  1145.     display: block;
  1146.     padding: 11px 11px 10px;
  1147.    
  1148. }
  1149. #slider-wrap a.more-link {
  1150.     display: inline;
  1151.     padding: 0;
  1152. }
  1153. #slider-wrap img {
  1154.    border: none;
  1155.     display: block;
  1156.     height: auto;
  1157.     margin: 0 auto;
  1158.     max-width: 100%;
  1159.     padding: 0;
  1160. }
  1161. #slider-wrap a:hover img {
  1162.     background: none;
  1163.     border: none;
  1164. }
  1165.  
  1166. #slider-wrap .featured-text {
  1167.    color: #FFFFFF;
  1168.    padding: 0 11px 10px;
  1169. }
  1170. #content nav#nav-slider {
  1171.     padding: 0;
  1172. }
  1173. #nav-slider img {
  1174.      max-width:33px;
  1175.      height:auto;
  1176.      width:100%;
  1177.  }
  1178. #nav-slider .nav-previous,
  1179. #nav-slider .nav-next {
  1180.    cursor: pointer;
  1181.     display: block;
  1182.     max-width: 33px;
  1183.     opacity: 0.7;
  1184.     position: absolute;
  1185.     top: 106px;
  1186.     width: 6%;
  1187.     z-index: 999;
  1188. }
  1189. #nav-slider .nav-previous:hover,
  1190. #nav-slider .nav-next:hover {
  1191.     opacity: 10;
  1192. }
  1193. #nav-slider .nav-previous {
  1194.    left: 11px;
  1195. }
  1196. #nav-slider .nav-next {
  1197.    right: 11px;
  1198. }
  1199.  
  1200. /*
  1201. Post Formats Headings
  1202. To hide the headings, display: none the ".entry-header .entry-format" selector,
  1203. and remove the padding rules below.
  1204. */
  1205. .entry-header .entry-format {
  1206.     color: #666;
  1207.     font-size: 10px;
  1208.     font-weight: 500;
  1209.     letter-spacing: 0.1em;
  1210.     line-height: 2.6em;
  1211.     position: absolute;
  1212.     text-transform: uppercase;
  1213.     top: 0;
  1214.     right: 5px;
  1215. }
  1216. .entry-header hgroup .entry-title {
  1217.     padding-top: 15px;
  1218. }
  1219. article.format-aside .entry-content,
  1220. article.format-link .entry-content,
  1221. article.format-status .entry-content {
  1222.     padding: 20px 0 0;
  1223. }
  1224. article.format-status .entry-content {
  1225.     min-height: 65px;
  1226. }
  1227. .recent-posts .entry-header .entry-format {
  1228.     display: none;
  1229. }
  1230. .recent-posts .entry-header hgroup .entry-title {
  1231.     padding-top: 0;
  1232. }
  1233.  
  1234. /* Singular content styles for Posts and Pages */
  1235. .singular .hentry {
  1236.     padding: 3.88em 5%;
  1237. }
  1238. .singular.page .hentry,
  1239. #content .error404 {
  1240.    padding: 3em 5%;
  1241. }
  1242. .singular .entry-title,
  1243. .error404 .entry-title {
  1244.     color: #000;
  1245.     font-size: 36px;
  1246.     font-weight: bold;
  1247.     line-height: 48px;
  1248. }
  1249. .singular .entry-title,
  1250. .singular .entry-header .entry-meta {
  1251.     padding-right: 0;
  1252. }
  1253. .singular .entry-header .entry-meta {
  1254.     left: 30px;
  1255.     position: absolute;
  1256.     top: 23px;
  1257. }
  1258. blockquote.pull {
  1259.     font-size: 21px;
  1260.     font-weight: bold;
  1261.     line-height: 1.6125em;
  1262.     margin: 0 0 2em;
  1263.     text-align: center;
  1264. }
  1265. .singular blockquote.pull {
  1266.     margin: 0 -22.25% 2em;
  1267. }
  1268. .pull.alignleft {
  1269.     margin: 0 2em 0 0;
  1270.     text-align: right;
  1271.     width: 33%;
  1272. }
  1273. .singular .pull.alignleft {
  1274.     margin: 0 2em 0 -22.25%;
  1275. }
  1276. .pull.alignright {
  1277.     margin: 0 0 0 2em;
  1278.     text-align: left;
  1279.     width: 33%;
  1280. }
  1281. .singular .pull.alignright {
  1282.     margin: 0 -22.25% 0 2em;
  1283. }
  1284. .singular blockquote.pull.alignleft,
  1285. .singular blockquote.pull.alignright {
  1286.     width: 33%;
  1287. }
  1288.  
  1289. /* =Aside
  1290. ----------------------------------------------- */
  1291.  
  1292. .format-aside .entry-title,
  1293. .format-aside .entry-header .comments-link {
  1294.     display: none;
  1295. }
  1296. .singular .format-aside .entry-title {
  1297.     display: block;
  1298. }
  1299. .format-aside .entry-content {
  1300.     padding: 0;
  1301. }
  1302. .singular .format-aside .entry-content {
  1303.     padding: 2em 0 0;
  1304. }
  1305.  
  1306.  
  1307. /* =Link
  1308. ----------------------------------------------- */
  1309.  
  1310. .format-link .entry-title,
  1311. .format-link .entry-header .comments-link {
  1312.     display: none;
  1313. }
  1314. .singular .format-link .entry-title {
  1315.     display: block;
  1316. }
  1317. .format-link .entry-content {
  1318.     padding: 0;
  1319. }
  1320. .singular .format-link .entry-content {
  1321.     padding: 2em 0 0;
  1322. }
  1323.  
  1324.  
  1325. /* =Gallery
  1326. ----------------------------------------------- */
  1327.  
  1328. .format-gallery .gallery-thumb {
  1329.     float: left;
  1330.     display: block;
  1331.     margin: .375em 2em 0 0;
  1332. }
  1333.  
  1334.  
  1335. /* =Status
  1336. ----------------------------------------------- */
  1337.  
  1338. .format-status .entry-title,
  1339. .format-status .entry-header .comments-link {
  1340.     display: none;
  1341. }
  1342. .singular .format-status .entry-title {
  1343.     display: block;
  1344. }
  1345. .format-status .entry-content {
  1346.     padding: 0;
  1347. }
  1348. .singular .format-status .entry-content {
  1349.     padding: 2em 0 0;
  1350. }
  1351. .format-status img.avatar {
  1352.     -moz-border-radius: 3px;
  1353.     border-radius: 3px;
  1354.     -webkit-box-shadow: 0 1px 2px #ccc;
  1355.     -moz-box-shadow: 0 1px 2px #ccc;
  1356.     box-shadow: 0 1px 2px #ccc;
  1357.     float: left;
  1358.     margin: 4px 10px 2px 0;
  1359.     padding: 0;
  1360. }
  1361.  
  1362.  
  1363. /* =Quote
  1364. ----------------------------------------------- */
  1365.  
  1366. .format-quote blockquote {
  1367.     color: #555;
  1368.     font-size: 17px;
  1369.     margin: 0;
  1370. }
  1371.  
  1372.  
  1373. /* =Image
  1374. ----------------------------------------------- */
  1375.  
  1376. .indexed.format-image .entry-header {
  1377.     min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
  1378. }
  1379. .indexed.format-image .entry-content {
  1380.     padding-top: 0.5em;
  1381. }
  1382. .indexed.format-image p,
  1383. .indexed.format-image p img {
  1384.     margin-bottom: 0;
  1385. }
  1386. .indexed.format-image footer.entry-meta {
  1387.     background: #ccc;
  1388.     margin-top: -7px;
  1389.     padding: 20px 30px;
  1390.     overflow: hidden;
  1391. }
  1392. .indexed.format-image div.entry-meta {
  1393.     display: inline-block;
  1394.     float: left;
  1395.     width: 35%;
  1396. }
  1397. .indexed.format-image div.entry-meta + div.entry-meta {
  1398.     float: none;
  1399.     width: 65%;
  1400. }
  1401. .indexed.format-image .entry-meta span.cat-links,
  1402. .indexed.format-image .entry-meta span.tag-links,
  1403. .indexed.format-image .entry-meta span.comments-link {
  1404.     display: block;
  1405. }
  1406. .indexed.format-image footer.entry-meta a {
  1407.     color: #444;
  1408. }
  1409. .indexed.format-image footer.entry-meta a:hover {
  1410.     color: #fff;
  1411. }
  1412. #content .indexed.format-image img {
  1413.     border: none;
  1414.     max-width: 100%;
  1415.     padding: 0;
  1416. }
  1417. .indexed.format-image .wp-caption {
  1418.     background: #111;
  1419.     margin-bottom: 0;
  1420.     max-width: 96%;
  1421.     padding: 11px;
  1422. }
  1423. .indexed.format-image .wp-caption .wp-caption-text {
  1424.     color: #ccc;
  1425. }
  1426. .indexed.format-image .wp-caption .wp-caption-text:before {
  1427.     color: #444;
  1428. }
  1429. .indexed.format-image a:hover img {
  1430.     opacity: 0.8;
  1431. }
  1432.  
  1433.  
  1434. /* =error404
  1435. ----------------------------------------------- */
  1436.  
  1437. .error404 #main #searchform {
  1438.     background: #f9f9f9;
  1439.     border: 1px solid #ccc;
  1440.     border-width: 1px 0;
  1441.     margin: 0 -30.55% 2em;
  1442.     overflow: hidden;
  1443.     padding: 2em 8.9%;
  1444. }
  1445. .error404 #main #s {
  1446.     width: 95%;
  1447. }
  1448. .error404 #main .widget {
  1449.     clear: none;
  1450.     float: left;
  1451.     margin-right: 3.7%;
  1452.     width: 30.85%;
  1453. }
  1454. .error404 #main .widget_archive {
  1455.     margin-right: 0;
  1456. }
  1457. .error404 #main .widget_tag_cloud {
  1458.     float: none;
  1459.     margin-right: 0;
  1460.     width: 100%;
  1461. }
  1462. .error404 .widgettitle {
  1463.     font-size: 10px;
  1464.     letter-spacing: 0.1em;
  1465.     line-height: 2.6em;
  1466.     text-transform: uppercase;
  1467. }
  1468.  
  1469.  
  1470. /* =Showcase
  1471. ----------------------------------------------- */
  1472.  
  1473. h1.showcase-heading {
  1474.     color: #666;
  1475.     font-size: 10px;
  1476.     font-weight: 500;
  1477.     letter-spacing: 0.1em;
  1478.     line-height: 2.6em;
  1479.     text-transform: uppercase;
  1480. }
  1481.  
  1482. /* Intro */
  1483. article.intro {
  1484.     background: #f9f9f9;
  1485.     border-bottom: none;
  1486.     margin: -1.855em -8.9% 2em;
  1487.     padding: 0 8.9%;
  1488. }
  1489. article.intro .entry-title {
  1490.     display: none;
  1491. }
  1492. article.intro .entry-content {
  1493.     color: #111;
  1494.     font-size: 16px;
  1495.     padding: 2em 0 0.625em;
  1496. }
  1497.  
  1498.  
  1499. /* Featured post */
  1500. section.featured-post {
  1501.     float: left;
  1502.     margin: -2em -8.9% 2em;
  1503.     padding: 2em 8.9% 0;
  1504.     position: relative;
  1505.     width: 100%;
  1506. }
  1507. section.featured-post .hentry {
  1508.     border: none;
  1509.     color: #666;
  1510.     margin: 0;
  1511. }
  1512. section.featured-post .entry-meta {
  1513.     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  1514.     clip: rect(1px, 1px, 1px, 1px);
  1515.     position: absolute !important;
  1516. }
  1517.  
  1518. /* Small featured post */
  1519. section.featured-post .attachment-small-feature {
  1520.     float: right;
  1521.     height: auto;
  1522.     margin: 0 -8.9% 2em 0;
  1523.     max-width: 59%;
  1524.     position: relative;
  1525.     right: -15px;
  1526. }
  1527. section.featured-post.small {
  1528.     padding-top: 0;
  1529. }
  1530. section.featured-post .attachment-small-feature:hover,
  1531. section.featured-post .attachment-small-feature:focus,
  1532. section.featured-post .attachment-small-feature:active {
  1533.     opacity: .8;
  1534. }
  1535. article.feature-image.small {
  1536.     float: left;
  1537.     margin: 0 0 2em;
  1538.     width: 45%;
  1539. }
  1540. article.feature-image.small .entry-title {
  1541.     line-height: 1.2em;
  1542. }
  1543. article.feature-image.small .entry-summary {
  1544.     color: #555;
  1545.     font-size: 13px;
  1546. }
  1547. article.feature-image.small .entry-summary p a {
  1548.     background: #222;
  1549.     color: #eee;
  1550.     display: block;
  1551.     left: -23.8%;
  1552.     padding: 9px 26px 9px 85px;
  1553.     position: relative;
  1554.     text-decoration: none;
  1555.     top: 20px;
  1556.     width: 180px;
  1557.     z-index: 1;
  1558. }
  1559. article.feature-image.small .entry-summary p a:hover {
  1560.     background: #1982d1;
  1561.     color: #eee;
  1562.     color: rgba(255,255,255,0.8);
  1563. }
  1564.  
  1565. /* Large featured post */
  1566. section.feature-image.large {
  1567.     border: none;
  1568.     max-height: 288px;
  1569.     padding: 0;
  1570.     width: 100%;
  1571. }
  1572. section.feature-image.large .showcase-heading {
  1573.     display: none;
  1574. }
  1575. section.feature-image.large .hentry {
  1576.     border-bottom: none;
  1577.     left: 9%;
  1578.     margin: 2em 9% 0 0;
  1579.     position: absolute;
  1580.     top: 0;
  1581. }
  1582. article.feature-image.large .entry-title a {
  1583.     background: #222;
  1584.     background: rgba(0,0,0,0.8);
  1585.     -moz-border-radius: 3px;
  1586.     border-radius: 3px;
  1587.     color: #fff;
  1588.     display: inline-block;
  1589.     font-weight: 300;
  1590.     padding: .2em 20px;
  1591. }
  1592. section.feature-image.large:hover .entry-title a,
  1593. section.feature-image.large .entry-title:hover a {
  1594.     background: #eee;
  1595.     background: rgba(255,255,255,0.8);
  1596.     color: #222;
  1597. }
  1598. article.feature-image.large .entry-summary {
  1599.     display: none;
  1600. }
  1601. section.feature-image.large img {
  1602.     display: block;
  1603.     height: auto;
  1604.     max-width: 117.9%;
  1605.     padding: 0 0 6px;
  1606. }
  1607.  
  1608. /* Featured Slider */
  1609. .featured-posts {
  1610.     border-bottom: 1px solid #ccc;
  1611.     display: block;
  1612.     height: 328px;
  1613.     margin: 2em -8.9% 20px;
  1614.     max-width: 1000px;
  1615.     padding: 0;
  1616.     position: relative;
  1617.     overflow: hidden;
  1618. }
  1619. .featured-posts .showcase-heading {
  1620.     padding-left: 8.9%;
  1621. }
  1622. .featured-posts section.featured-post {
  1623.     background: #fff;
  1624.     height: 288px;
  1625.     left: 0;
  1626.     margin: 0;
  1627.     position: absolute;
  1628.     top: 30px;
  1629.     width: auto;
  1630. }
  1631. .featured-posts section.featured-post.large {
  1632.     max-width: 100%;
  1633.     overflow: hidden;
  1634. }
  1635. .featured-posts section.featured-post {
  1636.     -webkit-transition-duration: 200ms;
  1637.     -webkit-transition-property: opacity, visibility;
  1638.     -webkit-transition-timing-function: ease;
  1639.     -moz-transition-duration: 200ms;
  1640.     -moz-transition-property: opacity, visibility;
  1641.     -moz-transition-timing-function: ease;
  1642. }
  1643. .featured-posts section.featured-post {
  1644.     opacity: 0;
  1645.     visibility: hidden;
  1646. }
  1647. .featured-posts #featured-post-1 {
  1648.     opacity: 1;
  1649.     visibility: visible;
  1650. }
  1651. .featured-post .feature-text:after,
  1652. .featured-post .feature-image.small:after {
  1653.     content: ' ';
  1654.     background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  1655.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  1656.     background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  1657.     background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
  1658.     background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  1659.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  1660.     background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  1661.     width: 100%;
  1662.     height: 45px;
  1663.     position: absolute;
  1664.     top: 230px;
  1665. }
  1666. .featured-post .feature-image.small:after {
  1667.     top: 253px;
  1668. }
  1669. #content .feature-slider {
  1670.     top: 5px;
  1671.     right: 8.9%;
  1672.     overflow: visible;
  1673.     position: absolute;
  1674. }
  1675. .feature-slider ul {
  1676.     list-style-type: none;
  1677.     margin: 0;
  1678. }
  1679. .feature-slider li {
  1680.     float: left;
  1681.     margin: 0 6px;
  1682. }
  1683. .feature-slider a {
  1684.     background: #3c3c3c;
  1685.     background: rgba(60,60,60,0.9);
  1686.     -moz-border-radius: 12px;
  1687.     border-radius: 12px;
  1688.     -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  1689.     -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  1690.     box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  1691.     display: block;
  1692.     width: 14px;
  1693.     height: 14px;
  1694. }
  1695. .feature-slider a.active {
  1696.     background: #1982d1;
  1697.     -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  1698.     -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  1699.     box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  1700.     cursor: default;
  1701.     opacity: 0.5;
  1702. }
  1703.  
  1704. /* Recent Posts */
  1705. section.recent-posts {
  1706.     padding: 0 0 2em;
  1707. }
  1708. section.recent-posts .hentry {
  1709.     border: none;
  1710.     margin: 0;
  1711. }
  1712. section.recent-posts .other-recent-posts {
  1713.     border-bottom: 1px solid #ccc;
  1714.     list-style: none;
  1715.     margin: 0;
  1716. }
  1717. section.recent-posts .other-recent-posts li {
  1718.     padding: 0.3125em 0;
  1719.     position: relative;
  1720. }
  1721. section.recent-posts .other-recent-posts .entry-title {
  1722.     border-top: 1px solid #ccc;
  1723.     font-size: 17px;
  1724. }
  1725. section.recent-posts .other-recent-posts a[rel="bookmark"] {
  1726.     color: #373737;
  1727.     float: left;
  1728.     max-width: 84%;
  1729. }
  1730. section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  1731.     content: '-';
  1732.     color: transparent;
  1733.     font-size: 11px;
  1734. }
  1735. section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
  1736. }
  1737. section.recent-posts .other-recent-posts .comments-link a,
  1738. section.recent-posts .other-recent-posts .comments-link > span {
  1739.     border-bottom: 2px solid #999;
  1740.     bottom: -2px;
  1741.     color: #444;
  1742.     display: block;
  1743.     font-size: 10px;
  1744.     font-weight: 500;
  1745.     line-height: 2.76333em;
  1746.     padding: 0.3125em 0 0.3125em 1em;
  1747.     position: absolute;
  1748.     right: 0;
  1749.     text-align: right;
  1750.     text-transform: uppercase;
  1751.     z-index: 1;
  1752. }
  1753. section.recent-posts .other-recent-posts .comments-link > span {
  1754.     border-color: #bbb;
  1755.     color: #888;
  1756. }
  1757. section.recent-posts .other-recent-posts .comments-link a:hover {
  1758.     color: #1982d1;
  1759.     border-color: #1982d1;
  1760. }
  1761. section.recent-posts .other-recent-posts li:after {
  1762.     clear: both;
  1763.     content: '.';
  1764.     display: block;
  1765.     height: 0;
  1766.     visibility: hidden;
  1767. }
  1768.  
  1769.  
  1770. /* =Attachments
  1771. ----------------------------------------------- */
  1772.  
  1773. .image-attachment div.attachment {
  1774.     background: f9f9f9;
  1775.     overflow: hidden;
  1776.     text-align: center;
  1777. }
  1778. .image-attachment div.attachment img {
  1779.     display: block;
  1780.     height: auto;
  1781.     margin: 0 auto 2em;
  1782.     max-width: 100%;
  1783. }
  1784. .image-attachment div.attachment a img {
  1785.     border: 1px solid #ccc;
  1786.    display: block;
  1787.     height: auto;
  1788.     margin: 0 auto;
  1789.     max-width: 97%;
  1790.     padding: 1%;
  1791. }
  1792. .image-attachment div.attachment a:focus img,
  1793. .image-attachment div.attachment a:hover img,
  1794. .image-attachment div.attachment a:active img {
  1795.     border-color: #bbb;
  1796.     background: #eee;
  1797. }
  1798. .image-attachment .entry-caption p {
  1799.     font-size: 10px;
  1800.     letter-spacing: 0.1em;
  1801.     line-height: 2.6em;
  1802.     margin: 0 0 2.6em;
  1803.     text-transform: uppercase;
  1804. }
  1805.  
  1806.  
  1807. /* =Navigation
  1808. -------------------------------------------------------------- */
  1809.  
  1810. #content nav {
  1811.     clear: both;
  1812.     overflow: hidden;
  1813.     padding: 0 0 0.8em;
  1814. }
  1815. #content nav a {
  1816.     display: inline-block;
  1817.     font-size: 12px;
  1818.     font-weight: bold;
  1819.     line-height: 2.2em;
  1820. }
  1821. #nav-above {
  1822.     padding: 0 0 1.625em;
  1823. }
  1824. #nav-above {
  1825.     display: none;
  1826. }
  1827. .paged #nav-above {
  1828.     display: block;
  1829. }
  1830. .nav-previous {
  1831.     float: left;
  1832.     width: 50%;
  1833. }
  1834. .nav-next {
  1835.     float: right;
  1836.     text-align: right;
  1837.     width: 50%;
  1838. }
  1839. #content nav .meta-nav {
  1840.     font-weight: normal;
  1841. }
  1842. #nav-below .wp-pagenavi {
  1843.     float: right;
  1844. }
  1845. #nav-below .wp-pagenavi a,
  1846. #nav-below .wp-pagenavi span,
  1847. #nav-below #wp_page_numbers ul li a,
  1848. .page-link span,
  1849. .page-link a span {
  1850.     border: none;
  1851.     float:left;
  1852.     height:32px;
  1853.     background:#ddd;
  1854.     color:#555;
  1855.     text-align:center;
  1856.     font-size:14px;
  1857.     line-height:30px;
  1858.     display:block;
  1859.     padding:0 12px;
  1860.     text-decoration:none;
  1861. }
  1862. #nav-below .wp-pagenavi a,
  1863. #nav-below .wp-pagenavi span,
  1864. .page-link span {
  1865.     margin: 0 0 0 10px;
  1866. }
  1867. #nav-below .wp-pagenavi span.pages,
  1868. .page-link span.pages {
  1869.     color: #555;
  1870.     background: none;
  1871.     padding: 2px 0 0 0;
  1872. }
  1873. #nav-below .wp-pagenavi a:hover,
  1874. #nav-below #wp_page_numbers ul li a:hover,
  1875. .page-link a span:hover {
  1876.     background:#444;
  1877.     color:#fff;
  1878. }
  1879. #nav-below .wp-pagenavi span.current,
  1880. #nav-below #wp_page_numbers ul li.active_page a,
  1881. .page-link span {
  1882.     background:#444;
  1883.     color:#fff;
  1884.     font-weight: normal;
  1885. }
  1886. #nav-below #wp_page_numbers {
  1887.    background: none repeat scroll 0 0 transparent;
  1888.     float: right;
  1889.     margin: 0;
  1890.     width: auto;
  1891. }
  1892. #nav-below #wp_page_numbers ul {
  1893.     border: none;
  1894.     list-style: none;
  1895. }
  1896. #nav-below #wp_page_numbers ul li {
  1897.    color: #aaa;
  1898.    float: left;
  1899.     font-size: 12px;
  1900.     line-height: 30px;
  1901.     margin-left: 10px;
  1902. }
  1903. #nav-below #wp_page_numbers ul li.page_info {
  1904.     background: none;
  1905.     border: none;
  1906. }
  1907.  
  1908.  
  1909. /* Singular navigation */
  1910. #nav-single {
  1911.    float: right;
  1912.     position: relative;
  1913.     right: 3%;
  1914.     text-align: right;
  1915.     top: 20px;
  1916.     z-index: 1;
  1917. }
  1918. #nav-single .nav-previous,
  1919. #nav-single .nav-next {
  1920.     float: none;
  1921.     width: auto;
  1922. }
  1923. #nav-single .nav-next {
  1924.     padding-left: .5em;
  1925. }
  1926.  
  1927.  
  1928. /* =Widgets
  1929. ----------------------------------------------- */
  1930.  
  1931. .widget-area {
  1932.     font-size: 12px;
  1933. }
  1934. .widget {
  1935.     background-color: #fff;
  1936.     border-bottom: 2px solid #ccc;
  1937.    -moz-border-radius: 5px;
  1938.     border-radius: 5px;
  1939.     clear: both;
  1940.     margin-bottom: 2em;
  1941.     padding: 0.5em 1em 1em;
  1942. }
  1943. .widget-title {
  1944.     border-bottom: 2px solid #ccc;
  1945.    color: #222;
  1946.     font-size: 16px;
  1947.     font-weight: bold;
  1948.     letter-spacing: 0.1em;
  1949.     padding: 0 1em 0.5em;
  1950.     margin: 0 -0.75em 1em;
  1951. }
  1952. .widget-title a {
  1953.     color: #222;
  1954.     font-size: 16px;
  1955.     font-weight: bold;
  1956. }
  1957. .widget-title a:hover {
  1958.     text-decoration: none;
  1959. }
  1960. .widget .paddingtop {
  1961.     display: block;
  1962.     padding-top: 0.5em;
  1963. }
  1964. .widget ul {
  1965.     font-size: 15px;
  1966.     margin: 0 0 0 1em;
  1967. }
  1968. .widget ul ul {
  1969.     margin-left: 1.5em;
  1970. }
  1971. .widget ul li {
  1972.     color: #777;
  1973.     font-size: 13px;
  1974. }
  1975. .widget a {
  1976.     font-weight: 400;
  1977.     text-decoration: none;
  1978. }
  1979. .widget a:hover,
  1980. .widget a:focus,
  1981. .widget a:active {
  1982.     text-decoration: underline;
  1983. }
  1984.  
  1985. /* Search Widget */
  1986. .widget_search form {
  1987.     margin-top: 0.5em;
  1988. }
  1989. .widget_search #s {
  1990.     width: 87%;
  1991. }
  1992. .widget_search #searchsubmit {
  1993.     background: #ccc;
  1994.     border: 1px solid #ccc;
  1995.     -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  1996.     -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  1997.     box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  1998.     color: #888;
  1999.     font-size: 13px;
  2000.     line-height: 25px;
  2001.     position: relative;
  2002.     top: -2px;
  2003. }
  2004. .widget_search #searchsubmit:active {
  2005.     background: #1982d1;
  2006.     border-color: #0861a5;
  2007.     -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  2008.     -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  2009.     box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  2010.     color: #bfddf3;
  2011. }
  2012.  
  2013. /* Twitter */
  2014. .widget_twitter li {
  2015.     margin-bottom: 14px;
  2016. }
  2017. .widget_twitter .timesince {
  2018.     display: block;
  2019.     font-size: 11px;
  2020.     margin-right: -10px;
  2021.     text-align: right;
  2022. }
  2023.  
  2024. /* Widget Image */
  2025. .widget_image img {
  2026.     height: auto;
  2027.     max-width: 100%;
  2028. }
  2029.  
  2030. /* Calendar Widget */
  2031.  
  2032. .widget_calendar #wp-calendar {
  2033.     color: #555;
  2034.     width: 100%;
  2035.     text-align: center;
  2036. }
  2037. .widget_calendar #wp-calendar caption,
  2038. .widget_calendar #wp-calendar td,
  2039. .widget_calendar #wp-calendar th {
  2040.     text-align: center;
  2041. }
  2042. .widget_calendar #wp-calendar caption {
  2043.     font-size: 11px;
  2044.     font-weight: 500;
  2045.     padding: 5px 0 3px 0;
  2046.     text-transform: uppercase;
  2047. }
  2048. .widget_calendar #wp-calendar th {
  2049.     background: #f4f4f4;
  2050.     border-top: 1px solid #ccc;
  2051.     border-bottom: 1px solid #ccc;
  2052.     font-weight: bold;
  2053. }
  2054. .widget_calendar #wp-calendar tfoot td {
  2055.     background: #f4f4f4;
  2056.     border-top: 1px solid #ccc;
  2057.     border-bottom: 1px solid #ccc;
  2058. }
  2059.  
  2060.  
  2061. /* =Comments
  2062. ----------------------------------------------- */
  2063.  
  2064. #comments-title {
  2065.    color: #222;
  2066.    font-size: 14px;
  2067.     font-weight: bold;
  2068.     line-height: 14px;
  2069.     padding: 0 0 2em;
  2070. }
  2071. #comments-title span {
  2072.     text-transform: uppercase;
  2073. }
  2074. .nopassword,
  2075. .nocomments {
  2076.     color: #aaa;
  2077.     font-size: 24px;
  2078.     font-weight: 100;
  2079.     margin: 26px 0;
  2080.     text-align: center;
  2081. }
  2082. .commentlist {
  2083.     list-style: none;
  2084.     margin: 0 auto;
  2085.     word-wrap: break-word;
  2086. }
  2087. .content .commentlist,
  2088. .page-template-sidebar-page-php .commentlist {
  2089.     width: 100%; /* reset the width for the one-column and sidebar page layout */
  2090. }
  2091. .commentlist > li.comment {
  2092.     background: #f6f6f6;
  2093.     border: 1px solid #ccc;
  2094.     -moz-border-radius: 3px;
  2095.     border-radius: 3px;
  2096.     margin: 0 0 2em;
  2097.     padding: 2em;
  2098.     position: relative;
  2099. }
  2100. .commentlist .pingback {
  2101.     margin: 0 0 2em;
  2102.     padding: 0 2em;
  2103. }
  2104. .commentlist .children {
  2105.     list-style: none;
  2106.     margin: 0;
  2107. }
  2108. .commentlist .children li.comment {
  2109.     border-left: 1px solid #ccc;
  2110.     -moz-border-radius: 0 3px 3px 0;
  2111.     border-radius: 0 3px 3px 0;
  2112.     margin: 2em 0 0;
  2113.     padding: 2em;
  2114.     position: relative;
  2115. }
  2116. .commentlist .children li.comment .fn {
  2117.     display: block;
  2118. }
  2119. .comment-meta .fn {
  2120.     font-style: normal;
  2121. }
  2122. .comment-meta {
  2123.     color: #666666;
  2124.    font-size: 12px;
  2125.     line-height: 2.2em;
  2126.     margin-left: 18%;
  2127. }
  2128. .comment-content {
  2129.     margin-left: 18%;
  2130. }
  2131. .commentlist .children li.comment .comment-meta {
  2132.     line-height: 2em;
  2133.     margin-left: 14%;
  2134. }
  2135. .commentlist .children li.comment .comment-content {
  2136.     margin: 2em 0 0;
  2137. }
  2138. .comment-meta a {
  2139.     font-weight: bold;
  2140. }
  2141. .comment-meta a:focus,
  2142. .comment-meta a:active,
  2143. .comment-meta a:hover {
  2144. }
  2145. .commentlist .avatar {
  2146.     -moz-border-radius: 3px;
  2147.     border-radius: 3px;
  2148.     -webkit-box-shadow: 0 1px 2px #ccc;
  2149.     -moz-box-shadow: 0 1px 2px #ccc;
  2150.     box-shadow: 0 1px 2px #ccc;
  2151.     left: 30px;
  2152.     padding: 0;
  2153.     position: absolute;
  2154.     top: 30px;
  2155.     height: auto;
  2156.     max-width: 11%;
  2157. }
  2158. .commentlist > li:before {
  2159. }
  2160. .commentlist > li.pingback:before {
  2161.     content: '';
  2162. }
  2163. .commentlist .children .avatar {
  2164.     background: none;
  2165.     -webkit-box-shadow: none;
  2166.     -moz-box-shadow: none;
  2167.     box-shadow: none;
  2168.     left: 2.2em;
  2169.     max-width: 10%;
  2170.     padding: 0;
  2171.     top: 3em;
  2172. }
  2173. a.comment-reply-link {
  2174.     background: #eee;
  2175.     -moz-border-radius: 3px;
  2176.     border-radius: 3px;
  2177.     color: #666;
  2178.     display: inline-block;
  2179.     font-size: 12px;
  2180.     padding: 0 8px;
  2181.     text-decoration: none;
  2182.     margin-top: 0.5em;
  2183. }
  2184. a.comment-reply-link:hover,
  2185. a.comment-reply-link:focus,
  2186. a.comment-reply-link:active {
  2187.     background: #888;
  2188.     color: #fff;
  2189. }
  2190. a.comment-reply-link > span {
  2191.     display: inline-block;
  2192.     position: relative;
  2193.     top: -1px;
  2194. }
  2195.  
  2196. /* Post author highlighting */
  2197. .commentlist > li.bypostauthor {
  2198.     background: #ccc;
  2199.     border-color: #d3d3d3;
  2200. }
  2201. .commentlist > li.bypostauthor .comment-meta {
  2202.     color: #575757;
  2203. }
  2204. .commentlist > li.bypostauthor .comment-meta a:focus,
  2205. .commentlist > li.bypostauthor .comment-meta a:active,
  2206. .commentlist > li.bypostauthor .comment-meta a:hover {
  2207. }
  2208. .commentlist > li.bypostauthor:before {
  2209.  
  2210. }
  2211.  
  2212. /* Post Author threaded comments */
  2213. .commentlist .children > li.bypostauthor {
  2214.     background: #ccc;
  2215.     border-color: #d3d3d3;
  2216. }
  2217.  
  2218. /* Comment Form */
  2219. #respond {
  2220.     background: #ccc;
  2221.     border: 1px solid #d3d3d3;
  2222.     -moz-border-radius: 3px;
  2223.     border-radius: 3px;
  2224.     margin: 0 auto 2em;
  2225.     padding: 2em;
  2226.     position: relative;
  2227.     width: auto;
  2228. }
  2229. .singular #respond {
  2230.     width: 68.9%;
  2231. }
  2232. #respond input[type="text"],
  2233. #respond textarea {
  2234.     background: #fff;
  2235.     border: 4px solid #eee;
  2236.     -moz-border-radius: 5px;
  2237.     border-radius: 5px;
  2238.     -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  2239.     -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  2240.     box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  2241.     position: relative;
  2242.     padding: 10px;
  2243.     text-indent: 80px;
  2244. }
  2245. #respond .comment-form-author,
  2246. #respond .comment-form-email,
  2247. #respond .comment-form-url,
  2248. #respond .comment-form-comment {
  2249.     position: relative;
  2250. }
  2251. #respond .comment-form-author label,
  2252. #respond .comment-form-email label,
  2253. #respond .comment-form-url label,
  2254. #respond .comment-form-comment label {
  2255.     background: #eee;
  2256.     -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  2257.     -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  2258.     box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  2259.     color: #555;
  2260.     display: inline-block;
  2261.     font-size: 13px;
  2262.     left: 4px;
  2263.     min-width: 60px;
  2264.     padding: 4px 10px;
  2265.     position: relative;
  2266.     top: 40px;
  2267.     z-index: 1;
  2268. }
  2269. #respond input[type="text"]:focus,
  2270. #respond textarea:focus {
  2271.     text-indent: 0;
  2272.     z-index: 1;
  2273. }
  2274. #respond textarea {
  2275.     resize: vertical;
  2276.     width: 95%;
  2277. }
  2278. #respond .comment-form-author .required,
  2279. #respond .comment-form-email .required {
  2280.     color: #bd3500;
  2281.     font-size: 22px;
  2282.     font-weight: bold;
  2283.     left: 75%;
  2284.     position: absolute;
  2285.     top: 45px;
  2286.     z-index: 1;
  2287. }
  2288. #respond .comment-notes,
  2289. #respond .logged-in-as {
  2290.     font-size: 13px;
  2291. }
  2292. #respond p {
  2293.     margin: 10px 0;
  2294. }
  2295. #respond .form-submit {
  2296.     float: right;
  2297.     margin: -20px 0 10px;
  2298. }
  2299. #respond input#submit {
  2300.     background: #222;
  2301.     border: none;
  2302.     -moz-border-radius: 3px;
  2303.     border-radius: 3px;
  2304.     -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  2305.     -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  2306.     box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  2307.     color: #eee;
  2308.     cursor: pointer;
  2309.     font-size: 15px;
  2310.     margin: 20px 0;
  2311.     padding: 5px 42px 5px 22px;
  2312.     position: relative;
  2313.     left: 30px;
  2314.     text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  2315. }
  2316. #respond input#submit:active {
  2317.     background: #1982d1;
  2318.     color: #bfddf3;
  2319. }
  2320. #respond #cancel-comment-reply-link {
  2321.     color: #666;
  2322.     margin-left: 10px;
  2323.     text-decoration: none;
  2324. }
  2325. #respond .logged-in-as a:hover,
  2326. #respond #cancel-comment-reply-link:hover {
  2327.     text-decoration: underline;
  2328. }
  2329. .commentlist #respond {
  2330.     margin: 2em 0 0;
  2331.     width: auto;
  2332. }
  2333. #reply-title {
  2334.     color: #373737;
  2335.     font-size: 24px;
  2336.     font-weight: bold;
  2337.     line-height: 30px;
  2338. }
  2339. #cancel-comment-reply-link {
  2340.     color: #888;
  2341.     display: block;
  2342.     font-size: 10px;
  2343.     font-weight: normal;
  2344.     line-height: 2.2em;
  2345.     letter-spacing: 0.05em;
  2346.     position: absolute;
  2347.     right: 2em;
  2348.     text-decoration: none;
  2349.     text-transform: uppercase;
  2350.     top: 1.1em;
  2351. }
  2352. #cancel-comment-reply-link:focus,
  2353. #cancel-comment-reply-link:active,
  2354. #cancel-comment-reply-link:hover {
  2355.     color: #ff4b33;
  2356. }
  2357. #respond label {
  2358.     line-height: 2.2em;
  2359. }
  2360. #respond input[type=text] {
  2361.     display: block;
  2362.     height: 24px;
  2363.     width: 75%;
  2364. }
  2365. #respond p {
  2366.     font-size: 12px;
  2367. }
  2368. p.comment-form-comment {
  2369.     margin: 0;
  2370. }
  2371. .form-allowed-tags {
  2372.     display: none;
  2373. }
  2374.  
  2375.  
  2376. /* =Footer
  2377. ----------------------------------------------- */
  2378.  
  2379. #colophon {
  2380.    border-top: 1px solid #ccc;
  2381.    clear: both;
  2382. }
  2383. #supplementary {
  2384.    background-color: #eee;
  2385.    overflow: hidden;
  2386.     padding: 2em 3% 0;
  2387. }
  2388. #supplementary .widget {
  2389.     margin-bottom: 2.5em;
  2390. }
  2391. #supplementary .widget-area {
  2392.  
  2393. }
  2394. #supplementary .widget-title {
  2395.  
  2396. }
  2397. #supplementary .widget ul {
  2398.  
  2399. }
  2400. /* Two Footer Widget Areas */
  2401. #supplementary.two .widget-area {
  2402.     float: left;
  2403.     width: 48.5%;
  2404. }
  2405. #supplementary.two .widget-area + .widget-area {
  2406.     float: right;
  2407. }
  2408.  
  2409.  
  2410. /* Three Footer Widget Areas */
  2411. #supplementary.three .widget-area {
  2412.    float: left;
  2413.     margin-right: 3%;
  2414.     width: 31.3%;
  2415. }
  2416. #supplementary.three .widget-area + .widget-area + .widget-area {
  2417.     margin-right: 0;
  2418. }
  2419.  
  2420. /* Site Generator Line */
  2421. #site-generator {
  2422.     background-color: #fff;
  2423.     border-top: 1px solid #ccc;
  2424.     border-bottom: 2px solid #aaa;
  2425.     clear: both;
  2426.     display: block;
  2427.     -moz-border-radius: 0 0 5px 5px;
  2428.     border-radius: 0 0 5px 5px;
  2429.     color: #666;
  2430.     font-size: 12px;
  2431.     line-height: 2.2em;
  2432.     padding: 2.2em 0.5em;
  2433.     text-align: center;
  2434. }
  2435. #site-generator a {
  2436.     color: #555;
  2437.     font-weight: bold;
  2438. }
  2439. #site-generator .sep {
  2440.     margin: 0 7px;
  2441. }
  2442. #site-generator .copyright,
  2443. #site-generator .powered {
  2444.    display: inline;
  2445.     width: 47%;
  2446. }
  2447. #site-generator .copyright {
  2448.     clear: both;
  2449.     margin-left: 3%;
  2450.     float: left;
  2451.     text-align: left;
  2452. }
  2453. #site-generator .powered {
  2454.     margin-right: 3%;
  2455.     float: right;
  2456.     text-align: right;
  2457. }
  2458. /* Social Profile */
  2459. .social-profile {
  2460.     clear: both;
  2461.     float: right;
  2462.     margin-right: 2.8%;
  2463.     padding-bottom: 0.9em;
  2464. }
  2465. .social-profile ul {
  2466.     list-style: none;
  2467.     margin: 0;
  2468.     padding: 0;
  2469. }
  2470. .social-profile ul li {
  2471.     margin: 0 0 10px 10px;
  2472.     float: left;
  2473. }
  2474. .social-profile ul li a {
  2475.     display: block;
  2476.     background: url("images/social-profiles.png") no-repeat right top;
  2477.     width: 34px;
  2478.     height: 34px;
  2479.     -webkit-border-radius: 3px;
  2480.     -moz-border-radius: 3px;
  2481.     border-radius: 3px;
  2482.     text-indent: -99999px;
  2483. }
  2484. .social-profile ul li a:active {
  2485.     -moz-box-shadow: inset 0 0 6px #000;
  2486.     -webkit-box-shadow: inset 0 0 6px #000;
  2487.     box-shadow: inset 0 0 6px #000;
  2488. }
  2489. .social-profile ul li.facebook a {
  2490.     background-position: 0 0;
  2491. }
  2492. .social-profile ul li.facebook a:hover {
  2493.     background-position: 0 -44px;
  2494. }
  2495. .social-profile ul li.twitter a {
  2496.     background-position: -44px 0;
  2497. }
  2498. .social-profile ul li.twitter a:hover {
  2499.     background-position: -44px -44px;
  2500. }
  2501. .social-profile ul li.rss a {
  2502.     background-position: -88px 0;
  2503. }
  2504. .social-profile ul li.rss a:hover {
  2505.     background-position: -88px -44px;
  2506. }
  2507. .social-profile ul li.you-tube a {
  2508.     background-position: -132px 0;
  2509. }
  2510. .social-profile ul li.you-tube a:hover {
  2511.     background-position: -132px -44px;
  2512. }
  2513. .social-profile ul li.linkedin a {
  2514.     background-position: -176px 0;
  2515. }
  2516. .social-profile ul li.linkedin a:hover {
  2517.     background-position: -176px -44px;
  2518. }
  2519. .social-profile ul li.tumblr a {
  2520.     background-position: -220px 0;
  2521. }
  2522. .social-profile ul li.tumblr a:hover {
  2523.     background-position: -220px -44px;
  2524. }
  2525. .social-profile ul li.viemo a,
  2526. .social-profile ul li.vimeo a {
  2527.     background-position: -264px 0;
  2528. }
  2529. .social-profile ul li.viemo a:hover {
  2530.     background-position: -264px -44px;
  2531. }
  2532. .social-profile ul li.dribbble a {
  2533.     background-position: -308px 0;
  2534. }
  2535. .social-profile ul li.dribbble a:hover {
  2536.     background-position: -308px -44px;
  2537. }
  2538. .social-profile ul li.my-space a {
  2539.     background-position: -352px 0;
  2540. }
  2541. .social-profile ul li.my-space a:hover {
  2542.     background-position: -352px -44px;
  2543. }
  2544. .social-profile ul li.aim a {
  2545.     background-position: -396px 0;
  2546. }
  2547. .social-profile ul li.aim a:hover {
  2548.     background-position: -396px -44px;
  2549. }
  2550. .social-profile ul li.flickr a {
  2551.     background-position: -440px 0;
  2552. }
  2553. .social-profile ul li.flickr a:hover {
  2554.     background-position: -440px -44px;
  2555. }
  2556. .social-profile ul li.pinterest a {
  2557.     background-position: -484px 0;
  2558. }
  2559. .social-profile ul li.pinterest a:hover {
  2560.     background-position: -484px -44px;
  2561. }
  2562. .social-profile ul li.google-plus a {
  2563.     background-position: -528px 0;
  2564. }
  2565. .social-profile ul li.google-plus a:hover {
  2566.     background-position: -528px -44px;
  2567. }
  2568. .social-profile ul li.wordpress a {
  2569.     background-position: -572px 0;
  2570. }
  2571. .social-profile ul li.wordpress a:hover {
  2572.     background-position: -572px -44px;
  2573. }
  2574. .social-profile ul li.deviantart a {
  2575.     background-position: -616px 0;
  2576. }
  2577. .social-profile ul li.deviantart a:hover {
  2578.     background-position: -616px -44px;
  2579. }
  2580. img#wpstats {
  2581.     display: none;
  2582. }
  2583.  
  2584.  
  2585. /* =Jetpack plugins
  2586. ----------------------------------------------- */
  2587. /* Infinite Scroller */
  2588. #content #infinite-handle {
  2589.    display: block;
  2590.     padding-bottom: 2em;
  2591.     text-align: center;
  2592.     width: 100%;
  2593. }
  2594. #content #infinite-handle span {
  2595.    background-color: #444;
  2596.    display: block;
  2597.     font-size: 14px;
  2598.     padding: 10px 0;
  2599.     width: 100%;
  2600. }
  2601. #content #infinite-handle span:hover {
  2602.     background-color: #000;
  2603. }
  2604.  
  2605.  
  2606. /* =Responsive Structure
  2607. ----------------------------------------------- */
  2608. /* Smaller than standard 1060 (devices and browsers) */
  2609. @media screen and (max-width: 1060px) {
  2610.   #page {
  2611.    max-width: 900px;
  2612.   }
  2613.   #nav-slider .nav-previous,
  2614.  #nav-slider .nav-next {
  2615.    top: 94px;
  2616.   }
  2617. }
  2618.  
  2619. @media screen and (max-width: 960px) {
  2620.     /*  ipad */
  2621.     #page {
  2622.         max-width: 708px;
  2623.     }
  2624.     /* Simplify the basic layout */
  2625.     #main #content {
  2626.         margin: 0 3%;
  2627.         width: auto;
  2628.     }
  2629.     #nav-slider .nav-previous,
  2630.     #nav-slider .nav-next {
  2631.         top: 137px;
  2632.     }
  2633.     #nav-below {
  2634.         border-bottom: 1px solid #ccc;
  2635.         margin-bottom: 2em;
  2636.     }
  2637.     #main #secondary {
  2638.         float: none;
  2639.         margin: 0 3%;
  2640.         width: auto;
  2641.     }
  2642.     #branding ul.menu a,
  2643.     #colophon #access-footer ul.menu a {
  2644.         padding: 0 0.83em;
  2645.     }
  2646.     /* Remove the margin on singular articles */
  2647.     .singular .entry-header,
  2648.     .singular .entry-content,
  2649.     .singular footer.entry-meta,
  2650.     .singular #comments-title {
  2651.         width: 100%;
  2652.     }
  2653.     /* Simplify the pullquotes and pull styles */
  2654.     .singular blockquote.pull {
  2655.         margin: 0 0 2em;
  2656.     }
  2657.     .singular .pull.alignleft {
  2658.         margin: 0 2em 0 0;
  2659.     }
  2660.     .singular .pull.alignright {
  2661.         margin: 0 0 0 2em;
  2662.     }
  2663.     .singular #author-info {
  2664.         margin: 2.2em -8.8% 0;
  2665.         padding: 20px 8.8%;
  2666.     }
  2667.     .widget_search #s {
  2668.         width: 93.8%;
  2669.     }
  2670.     /* Make sure we have room for our comment avatars */
  2671.     .commentlist {
  2672.         width: 100%;
  2673.     }
  2674.     .commentlist > li.comment,
  2675.     .commentlist .pingback {
  2676.         width: auto;
  2677.     }
  2678.     /* And a full-width comment form */
  2679.     #respond {
  2680.         width: auto;
  2681.     }
  2682.     /* No need to float footer widgets at this size */
  2683.     #colophon #supplementary .widget-area {
  2684.         float: none;
  2685.         margin-right: 0;
  2686.         width: auto;
  2687.     }
  2688.     /* No need to float 404 widgets at this size */
  2689.     .error404 #main .widget {
  2690.         float: none;
  2691.         margin-right: 0;
  2692.         width: auto;
  2693.     }  
  2694. }
  2695.    
  2696. @media screen and (max-width: 767px) {
  2697.     /*  small tablet */
  2698.     #page {
  2699.         max-width: 480px;
  2700.     }
  2701.     /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  2702.     body {
  2703.         padding: 0;
  2704.     }
  2705.     body, input, textarea {
  2706.         font-size: 13px;
  2707.     }
  2708.     #branding,
  2709.     #site-generator {
  2710.         border-radius: 0;
  2711.     }
  2712.     input#s {
  2713.         font-size: 16px;
  2714.     }
  2715.     #main,
  2716.     #supplementary {
  2717.         padding-top: 1em;
  2718.     }
  2719.     #header-content {
  2720.         padding: 2em 0 6em;
  2721.         text-align: center;
  2722.     }
  2723.     .logo-wrap {
  2724.         float: none;
  2725.         text-align: center;
  2726.     }
  2727.     #site-title {
  2728.         font-size: 28px;
  2729.         line-height: 38px;
  2730.     }
  2731.     #branding #searchform {
  2732.         bottom: 2em;
  2733.         position: absolute;
  2734.         right: 0;
  2735.         text-align: center;
  2736.         top: auto;
  2737.         width: 100%;
  2738.     }
  2739.     #branding #s {
  2740.         float: none;
  2741.     }
  2742.     #access ul {
  2743.         font-size: 12px;
  2744.     }
  2745.     #nav-slider .nav-previous,
  2746.     #nav-slider .nav-next {
  2747.         top: 82px;
  2748.     }
  2749.     #slider,
  2750.     .hentry,
  2751.     .no-results,
  2752.     #author-info,
  2753.     #disqus_thread,
  2754.     #content .error404,
  2755.     #nav-below,
  2756.     .widget,
  2757.     #supplementary .widget {
  2758.         margin-bottom: 1em;
  2759.     }
  2760.     #content nav {
  2761.         padding-bottom: 1em;
  2762.     }
  2763.     article.intro .entry-content {
  2764.         font-size: 12px;
  2765.     }
  2766.     .entry-title {
  2767.         font-size: 21px;
  2768.     }
  2769.     .featured-post .entry-title {
  2770.         font-size: 14px;
  2771.     }
  2772.     .singular .entry-title {
  2773.         font-size: 28px;
  2774.     }
  2775.     .entry-meta {
  2776.         font-size: 12px;
  2777.     }
  2778.     blockquote {
  2779.         margin: 0;
  2780.     }
  2781.     blockquote.pull {
  2782.         font-size: 17px;
  2783.     }
  2784.     /* Floated content doesn't work well at this size */
  2785.     .alignleft,
  2786.     .alignright {
  2787.         float: none;
  2788.         margin-left: 0;
  2789.         margin-right: 0;
  2790.     }
  2791.     /* Make sure the post-post navigation doesn't collide with anything */
  2792.     #nav-single {
  2793.         display: block;
  2794.     }
  2795.     .singular .hentry {
  2796.         padding: 2em 5%;
  2797.     }
  2798.     .singular.page .hentry {
  2799.         padding: 2em 5%;
  2800.     }
  2801.     .widget_search #s {
  2802.         width: 89%;
  2803.     }
  2804.     /* Talking avatars take up too much room at this size */
  2805.     .commentlist .children li.comment .comment-meta {
  2806.         margin-left: 16%;
  2807.     }
  2808.     .commentlist > li.comment,
  2809.     .commentlist > li.pingback {
  2810.         margin-left: 0 !important;
  2811.     }
  2812.     .commentlist .avatar {
  2813.  
  2814.     }
  2815.     .commentlist .children .avatar {
  2816.         background: none;
  2817.         left: 2.2em;
  2818.         padding: 0;
  2819.         position: absolute;
  2820.         top: 2.2em;
  2821.     }
  2822.     /* Menu */
  2823.     #access .menu-header-container,
  2824.     #access-secondary .menu-secondary-container,
  2825.     #access-footer .menu-footer-container {
  2826.         padding: 14px 0;
  2827.     }  
  2828.     #branding ul.menu,
  2829.     #access-secondary.mobile-disable,
  2830.     #access-footer ul.menu,
  2831.     #colophon #access-footer.mobile-disable {
  2832.         display: none;
  2833.     }
  2834.     #branding ul.menu li,
  2835.     #access-footer ul.menu li {
  2836.         border: none;
  2837.         float: none;
  2838.         text-align: center;
  2839.     }
  2840.     #colophon #access-footer ul.menu a {
  2841.         display: block;
  2842.         float: none;
  2843.     }  
  2844.     .tinynav {
  2845.         background-image: none;
  2846.         background-color: transparent;
  2847.         background-position: right center;
  2848.         background-repeat: no-repeat;
  2849.         border: none;
  2850.         color: #fff;
  2851.         display: block;
  2852.         margin-bottom: 0;
  2853.         margin-left: auto;
  2854.         margin-top: 0;
  2855.         overflow: hidden;
  2856.         width: 100%;
  2857.     }  
  2858.     .tinynav2 {
  2859.         color: #373737;
  2860.     }
  2861.     .tinynav option {
  2862.         color: #000;
  2863.     }
  2864.     /* Pagination */
  2865.     #content #infinite-handle {
  2866.         padding-bottom: 1em;
  2867.     }
  2868.     #nav-below .wp-pagenavi a,
  2869.     #nav-below .wp-pagenavi span,
  2870.     #nav-below #wp_page_numbers ul li a,
  2871.     .page-link span,
  2872.     .page-link a span {
  2873.         height: 25px;
  2874.         font-size:12px;
  2875.         line-height: 24px;
  2876.         padding:0 10px;
  2877.     }  
  2878.     #nav-below .wp-pagenavi a,
  2879.     #nav-below .wp-pagenavi span,
  2880.     .page-link span {
  2881.         margin: 0 0 0 5px;
  2882.     }  
  2883.    
  2884.     /* Use the available space in the smaller comment form */
  2885.     .singular #respond {
  2886.         width: auto;
  2887.     }
  2888.     #respond input[type="text"] {
  2889.         width: 95%;
  2890.     }
  2891.     #respond .comment-form-author .required,
  2892.     #respond .comment-form-email .required {
  2893.         left: 95%;
  2894.     }
  2895.     .social-profile {
  2896.         float: none;
  2897.         text-align: center;
  2898.     }
  2899.     .social-profile ul li {
  2900.         display: inline-block;
  2901.         float: none;
  2902.         margin: 0 0 10px 10px;
  2903.     }
  2904.     #site-generator .copyright, #site-generator .powered {
  2905.         display: block;
  2906.         margin-left: 3%;
  2907.         float: none;
  2908.         text-align: center;
  2909.         width: 97%;
  2910.     }
  2911. }
  2912. @media (max-device-width: 767px) { 
  2913.     .tinynav {
  2914.         background-image: url("images/select-arrow.png");
  2915.     }
  2916. }
  2917. @media screen and (max-width: 479px) {
  2918.     /*  iphone */
  2919.     #page {
  2920.         max-width: 320px;
  2921.     }
  2922.     #site-title {
  2923.         font-size: 26px;
  2924.         line-height: 36px;
  2925.     }
  2926.     #site-description {
  2927.         font-size: 12px;
  2928.     }
  2929.     #content .gallery-columns-2 .gallery-item {
  2930.         width: 45%;
  2931.         padding-right: 4%;
  2932.     }
  2933.     #content .gallery-columns-2 .gallery-item img {
  2934.         width: 100%;
  2935.         height: auto;
  2936.     }
  2937.     #nav-slider .nav-previous,
  2938.     #nav-slider .nav-next {
  2939.         top: 57px;
  2940.     }
  2941.     .widget_search #s {
  2942.         width: 85%;
  2943.     }
  2944.     img.size-full,
  2945.     img.size-large,
  2946.     img.wp-post-image {
  2947.         max-width: 94.6%;
  2948.     }
  2949.     .commentlist .children li.comment .comment-meta {
  2950.         margin-left: 22%;
  2951.     }
  2952.     #site-generator .copyright, #site-generator .powered {
  2953.         font-size: 9px;
  2954.     }
  2955. }
  2956. @media screen and (max-width: 319px) {
  2957.     /* small phone */
  2958.     #page {
  2959.         max-width: 100%;
  2960.     }
  2961.     #page {
  2962.         margin-top: 0;
  2963.     }
  2964.     #branding {
  2965.         border-top: none;
  2966.     }
  2967.     #branding #s:focus {
  2968.         width: 150px;
  2969.     }
  2970.     input[type="text"] {
  2971.         width: 98%;
  2972.     }
  2973.     .widget_search #s {
  2974.         width: 80%;
  2975.     }
  2976.     #nav-slider .nav-previous,
  2977.     #nav-slider .nav-next {
  2978.         top: 45px;
  2979.     }  
  2980. }
  2981.  
  2982.  
  2983. /* =Print
  2984. ----------------------------------------------- */
  2985.  
  2986. @media print {
  2987.     body {
  2988.         background: none !important;
  2989.         font-size: 10pt;
  2990.     }
  2991.     footer.entry-meta a[rel=bookmark]:link:after,
  2992.     footer.entry-meta a[rel=bookmark]:visited:after {
  2993.         content: " [" attr(href) "] "; /* Show URLs */
  2994.     }
  2995.     #page {
  2996.         clear: both !important;
  2997.         display: block !important;
  2998.         float: none !important;
  2999.         max-width: 100%;
  3000.         position: relative !important;
  3001.     }
  3002.     #branding {
  3003.         border-top: none !important;
  3004.         padding: 0;
  3005.     }
  3006.     #site-title a {
  3007.         font-size: 21pt;
  3008.     }
  3009.     #site-description {
  3010.         font-size: 10pt;
  3011.     }
  3012.     #branding #searchform {
  3013.         display: none;
  3014.     }
  3015.     #branding img {
  3016.         display: none;
  3017.     }
  3018.     #access {
  3019.         display: none;
  3020.     }
  3021.     #main {
  3022.         border-top: none;
  3023.         box-shadow: none;
  3024.     }
  3025.     #primary {
  3026.         float: left;
  3027.         margin: 0;
  3028.         width: 100%;
  3029.     }
  3030.     #content {
  3031.         margin: 0;
  3032.         width: auto;
  3033.     }
  3034.     .singular #content {
  3035.         margin: 0;
  3036.         width: 100%;
  3037.     }
  3038.     .singular .entry-header .entry-meta {
  3039.         position: static;
  3040.     }
  3041.     .entry-meta .edit-link a {
  3042.         display: none;
  3043.     }
  3044.     #content nav {
  3045.         display: none;
  3046.     }
  3047.     .singular .entry-header,
  3048.     .singular .entry-content,
  3049.     .singular footer.entry-meta,
  3050.     .singular #comments-title {
  3051.         margin: 0;
  3052.         width: 100%;
  3053.     }
  3054.     .entry-title,
  3055.     .singular .entry-title {
  3056.         font-size: 21pt;
  3057.     }
  3058.     .entry-meta {
  3059.         font-size: 10pt;
  3060.     }
  3061.     .entry-header .comments-link {
  3062.         display: none;
  3063.     }
  3064.     .page-link {
  3065.         display: none;
  3066.     }
  3067.     .singular #author-info {
  3068.         background: none;
  3069.         border-bottom: none;
  3070.         border-top: none;
  3071.         margin: 2.2em 0 0;
  3072.         padding: 0;
  3073.     }
  3074.     #respond {
  3075.         display: none;
  3076.     }
  3077.     .widget-area {
  3078.         display: none;
  3079.     }
  3080.     #colophon {
  3081.         display: none;
  3082.     }
  3083.  
  3084.     /* Comments */
  3085.     .commentlist > li.comment {
  3086.         background: none;
  3087.         border: 1px solid #ccc;
  3088.         -moz-border-radius: 3px;
  3089.         border-radius: 3px;
  3090.         margin: 0 auto 2em;
  3091.         padding: 2em;
  3092.         position: relative;
  3093.         width: auto;
  3094.     }
  3095.     .commentlist .avatar {
  3096.         height: 39px;
  3097.         left: 2.2em;
  3098.         top: 2.2em;
  3099.         width: 39px;
  3100.     }
  3101.     .commentlist li.comment .comment-meta {
  3102.         line-height: 2em;
  3103.         margin-left: 50px;
  3104.     }
  3105.     .commentlist li.comment .fn {
  3106.         display: block;
  3107.     }
  3108.     .commentlist li.comment .comment-content {
  3109.         margin: 2em 0 0;
  3110.     }
  3111.     .commentlist .comment-edit-link {
  3112.         display: none;
  3113.     }
  3114.     .commentlist > li::before,
  3115.     .commentlist > li.bypostauthor::before {
  3116.         content: '';
  3117.     }
  3118.     .commentlist .reply {
  3119.         display: none;
  3120.     }
  3121.  
  3122.     /* Post author highlighting */
  3123.     .commentlist > li.bypostauthor {
  3124.         color: #444;
  3125.     }
  3126.     .commentlist > li.bypostauthor .comment-meta {
  3127.         color: #666;
  3128.     }
  3129.     .commentlist > li.bypostauthor:before {
  3130.         content: none;
  3131.     }
  3132.  
  3133.     /* Post Author threaded comments */
  3134.     .commentlist .children > li.bypostauthor {
  3135.         background: #fff;
  3136.         border-color: #ccc;
  3137.     }
  3138.     .commentlist .children > li.bypostauthor > article,
  3139.     .commentlist .children > li.bypostauthor > article .comment-meta {
  3140.         color: #666;
  3141.     }
  3142.  
  3143. }
  3144.  
  3145.  
  3146. /* =IE7
  3147. ----------------------------------------------- */
  3148.  
  3149. #ie7 article.intro {
  3150.     margin-left: -3%;
  3151.     margin-right: -3%;
  3152.     padding-left: -3%;
  3153.     padding-right: -3%;
  3154.     max-width: 1000px;
  3155. }
  3156. #ie7 section.featured-post {
  3157.     margin-left: -3%;
  3158.     margin-right: -3%;
  3159.     max-width: 850px;
  3160. }
  3161. #ie7 section.recent-posts {
  3162.     margin-right: 3%;
  3163. }
  3164.  
  3165. /* =Contactform7
  3166. ----------------------------------------------- */
  3167. #content span.wpcf7-not-valid-tip {
  3168.    background: none repeat scroll 0 0 transparent;
  3169.     border: 0 none;
  3170.     color: #FF0018;
  3171.    font-size: 12px;
  3172.     left: 5px;
  3173.     line-height: 12px;
  3174.     padding: 2px;
  3175.     top: 0;
  3176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement