Advertisement
Guest User

Untitled

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