Advertisement
Guest User

catch box child theme style.css

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