Advertisement
dehenderson

Untitled

Aug 9th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.12 KB | None | 0 0
  1. /*
  2. Theme Name: Brunelleschi
  3. Theme URI: http://kitmacallister.com/2011/brunelleschi/
  4. Description: Brunelleschi is a modern theme with emphasis on readability and clean typography. Brunelleschi includes a fully flexible mobile layout and a full HTML5 implementation, that way it looks great on any screen and on any modern browser. Brunelleschi also has lots of customizable options including page-width, multiple sidebars, featured content slider and more! Available in Belarusian, Czech, Dutch, English, French, German, Italian, Polish, Russian and Spanish.
  5. Author: Kit MacAllister
  6. Author URI: http://kitmacallister.com/about/
  7. Version: 1.5.9
  8. License: GNU General Public License
  9. License URI: license.txt
  10. Tags: black, blue, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, flexible-width, custom-menu, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
  11. */
  12.  
  13. /*
  14. * HTML5 Boilerplate
  15. *
  16. * What follows is the result of much research on cross-browser styling.
  17. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
  18. * Kroc Camen, and the H5BP dev community and team.
  19. *
  20. * Detailed information about this CSS: h5bp.com/css
  21. *
  22. * ==|== normalize ==========================================================
  23. */
  24.  
  25.  
  26. /* =============================================================================
  27. HTML5 display definitions
  28. ========================================================================== */
  29.  
  30. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  31. audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  32. audio:not([controls]) { display: none; }
  33. [hidden] { display: none; }
  34.  
  35.  
  36. /* =============================================================================
  37. Base
  38. ========================================================================== */
  39.  
  40. /*
  41. * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
  42. * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
  43. */
  44.  
  45. html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  46.  
  47. html, button, input, select, textarea { font-family: sans-serif; color: #222; }
  48.  
  49. body { margin: 0; font-size: 1em; line-height: 1.4; }
  50.  
  51. /*
  52. * Remove text-shadow in selection highlight: h5bp.com/i
  53. * These selection declarations have to be separate
  54. * Also: hot pink! (or customize the background color to match your design)
  55. */
  56.  
  57. ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
  58. ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
  59.  
  60.  
  61. /* =============================================================================
  62. Links
  63. ========================================================================== */
  64.  
  65. a { color: #00e; }
  66. a:visited { color: #551a8b; }
  67. a:hover { color: #06e; }
  68. a:focus { outline: thin dotted; }
  69.  
  70. /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
  71. a:hover, a:active { outline: 0; }
  72.  
  73.  
  74. /* =============================================================================
  75. Typography
  76. ========================================================================== */
  77.  
  78. abbr[title] { border-bottom: 1px dotted; }
  79.  
  80. b, strong { font-weight: bold; }
  81.  
  82. blockquote { margin: 1em 40px; }
  83.  
  84. dfn { font-style: italic; }
  85.  
  86. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  87.  
  88. ins { background: #ff9; color: #000; text-decoration: none; }
  89.  
  90. mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  91.  
  92. /* Redeclare monospace font family: h5bp.com/j */
  93. pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
  94.  
  95. q { quotes: none; }
  96. q:before, q:after { content: ""; content: none; }
  97.  
  98. small { font-size: 85%; }
  99.  
  100. /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
  101. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  102. sup { top: -0.5em; }
  103. sub { bottom: -0.25em; }
  104.  
  105.  
  106. /* =============================================================================
  107. Lists
  108. ========================================================================== */
  109.  
  110. ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  111. dd { margin: 0 0 0 40px; }
  112. nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  113.  
  114.  
  115. /* =============================================================================
  116. Embedded content
  117. ========================================================================== */
  118.  
  119. /*
  120. * 1. Improve image quality when scaled in IE7: h5bp.com/d
  121. * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
  122. */
  123.  
  124. img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
  125.  
  126. /*
  127. * Correct overflow not hidden in IE9
  128. */
  129.  
  130. svg:not(:root) { overflow: hidden; }
  131.  
  132.  
  133. /* =============================================================================
  134. Figures
  135. ========================================================================== */
  136.  
  137. figure { margin: 0; }
  138.  
  139.  
  140. /* =============================================================================
  141. Forms
  142. ========================================================================== */
  143.  
  144. form { margin: 0; }
  145. fieldset { border: 0; margin: 0; padding: 0; }
  146.  
  147. /* Indicate that 'label' will shift focus to the associated form element */
  148. label { cursor: pointer; }
  149.  
  150. /*
  151. * 1. Correct color not inheriting in IE6/7/8/9
  152. * 2. Correct alignment displayed oddly in IE6/7
  153. */
  154.  
  155. legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  156.  
  157. /*
  158. * 1. Correct font-size not inheriting in all browsers
  159. * 2. Remove margins in FF3/4 S5 Chrome
  160. * 3. Define consistent vertical alignment display in all browsers
  161. */
  162.  
  163. button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  164.  
  165. /*
  166. * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
  167. */
  168.  
  169. button, input { line-height: normal; }
  170.  
  171. /*
  172. * 1. Display hand cursor for clickable form elements
  173. * 2. Allow styling of clickable form elements in iOS
  174. * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
  175. */
  176.  
  177. button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  178.  
  179. /*
  180. * Re-set default cursor for disabled elements
  181. */
  182.  
  183. button[disabled], input[disabled] { cursor: default; }
  184.  
  185. /*
  186. * Consistent box sizing and appearance
  187. */
  188.  
  189. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  190. input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  191. input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  192.  
  193. /*
  194. * Remove inner padding and border in FF3/4: h5bp.com/l
  195. */
  196.  
  197. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  198.  
  199. /*
  200. * 1. Remove default vertical scrollbar in IE6/7/8/9
  201. * 2. Allow only vertical resizing
  202. */
  203.  
  204. textarea { overflow: auto; vertical-align: top; resize: vertical; }
  205.  
  206.  
  207. /* =============================================================================
  208. Tables
  209. ========================================================================== */
  210.  
  211. table { border-collapse: collapse; border-spacing: 0; }
  212. td { vertical-align: top; }
  213.  
  214.  
  215. /* =============================================================================
  216. Chrome Frame Prompt
  217. ========================================================================== */
  218.  
  219. .chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
  220.  
  221. /* ==|== primary styles =====================================================
  222. Author:
  223. ========================================================================== */
  224.  
  225. /*----------------------------------------
  226. #
  227. # 1140 GRID
  228. #
  229. ----------------------------------------*/
  230.  
  231. .container {
  232. padding-left: 20px;
  233. padding-right: 20px;
  234. }
  235.  
  236. .row {
  237. width: 100%;
  238. max-width: 1140px;
  239. min-width: 755px;
  240. margin: 0 auto;
  241. }
  242.  
  243. .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  244. margin-right: 3.8%;
  245. float: left;
  246. min-height: 1px;
  247. }
  248.  
  249. .row .onecol {
  250. width: 4.85%;
  251. }
  252.  
  253. .row .twocol {
  254. width: 13.45%;
  255. }
  256.  
  257. .row .threecol {
  258. width: 22.05%;
  259. }
  260.  
  261. .row .fourcol {
  262. width: 30.75%;
  263. }
  264.  
  265. .row .fivecol {
  266. width: 39.45%;
  267. }
  268.  
  269. .row .sixcol {
  270. width: 48%;
  271. }
  272.  
  273. .row .sevencol {
  274. width: 56.75%;
  275. }
  276.  
  277. .row .eightcol {
  278. width: 65.4%;
  279. }
  280.  
  281. .row .ninecol {
  282. width: 74.05%;
  283. }
  284.  
  285. .row .tencol {
  286. width: 82.7%;
  287. }
  288.  
  289. .row .elevencol {
  290. width: 91.35%;
  291. }
  292.  
  293. .row .twelvecol {
  294. width: 100%;
  295. float: left;
  296. }
  297.  
  298. .last {
  299. margin-right: 0px;
  300. }
  301.  
  302. img, object, embed {
  303. max-width: 100%;
  304. }
  305.  
  306. img {
  307. height: auto;
  308. }
  309.  
  310. #headerimg {
  311. display: block;
  312. }
  313.  
  314.  
  315. /* Smaller screens */
  316.  
  317. @media only screen and (max-width: 1023px) {
  318.  
  319. body {
  320. font-size: 0.8em;
  321. line-height: 1.5em;
  322. }
  323.  
  324. }
  325.  
  326.  
  327. /* Mobile */
  328.  
  329. @media handheld, only screen and (max-width: 767px) {
  330.  
  331. body {
  332. font-size: 16px;
  333. -webkit-text-size-adjust: none;
  334. }
  335.  
  336. .row, body, .container {
  337. width: 100%;
  338. min-width: 0;
  339. margin-left: 0px;
  340. margin-right: 0px;
  341. padding-left: 0px;
  342. padding-right: 0px;
  343. }
  344.  
  345. .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
  346. width: auto;
  347. float: none;
  348. margin-left: 0px;
  349. margin-right: 0px;
  350. padding-left: 20px;
  351. padding-right: 20px;
  352. }
  353.  
  354. .comment .comment {
  355. margin-left: -56px !important;
  356. }
  357. .comment .comment:before {
  358. content: '\27A5\00A0';
  359. color: #a0a0a0;
  360. float: left;
  361. }
  362. blockquote {
  363. padding-left: 0 !important;
  364. padding-right: 0 !important;
  365. }
  366.  
  367. /* Comment Response Textarea */
  368. #respond {
  369. margin-left: -60px;
  370. }
  371.  
  372. /* Prevent code blocks from becoming too long */
  373. #main code{ white-space: pre-wrap; display: inline-block; word-break: break-word;}
  374. #main pre { overflow: auto;}
  375. #main a { whitespace: pre-wrap; word-break: break-word; text-decoration: none;}
  376.  
  377. /* Entry Author Display */
  378. #author-avatar {
  379. margin-right: 10px !important;
  380. }
  381. #author-description {
  382. margin-left: 0px !important;
  383. display: inline !important;
  384. float: none !important;
  385. }
  386. #author-description h2 {
  387. line-height: 20px !important;
  388. margin-top: 10px !important;
  389. margin-bottom: 13px !important;
  390. border-bottom: 1px solid #ddd;
  391. }
  392.  
  393. /* Table Fix */
  394. table * { max-width: 100px }
  395.  
  396. /* Code Fix */
  397. code { word-break:break-word }
  398.  
  399. /* Left Sidebar Fix */
  400. #main { float: none !important}
  401. }
  402.  
  403. @media handheld, only screen and (max-width: 400px) {
  404. /* prevent too-wide images from breaking layout */
  405. .wp-caption {
  406. width: auto !important;
  407. }
  408. input, textarea {
  409. max-width: 100% !important;
  410. }
  411. .gallery-caption {
  412. word-break: break-all;
  413. margin: 0 10px;
  414. }
  415. .gallery img {
  416. border: 3px solid #ddd !important;
  417. width: 90%
  418. }
  419. }
  420.  
  421. /*----------------------------------------
  422. #
  423. # IE STYLES
  424. #
  425. ----------------------------------------*/
  426.  
  427. .ie6 .onecol, .ie7 .onecol, .ie8 .onecol {
  428. width: 4.7%;
  429. }
  430.  
  431. .ie6 .twocol, .ie7 .twocol, .ie8 .twocol {
  432. width: 13.2%;
  433. }
  434.  
  435. .ie6 .threecol, .ie7 .threecol, .ie8 .threecol {
  436. width: 22.05%;
  437. }
  438.  
  439. .ie6 .fourcol, .ie7 .fourcol, .ie8 .fourcol {
  440. width: 30.6%;
  441. }
  442.  
  443. .ie6 .fivecol, .ie7 .fivecol, .ie8 .fivecol {
  444. width: 39%;
  445. }
  446.  
  447. .ie6 .sixcol, .ie7 .sixcol, .ie8 .sixcol {
  448. width: 48%;
  449. }
  450.  
  451. .ie6 .sevencol, .ie7 .sevencol, .ie8 .sevencol {
  452. width: 56.75%;
  453. }
  454.  
  455. .ie6 .eightcol, .ie7 .eightcol, .ie8 .eightcol {
  456. width: 61.6%;
  457. }
  458.  
  459. .ie6 .ninecol, .ie7 .ninecol, .ie8 .ninecol {
  460. width: 74.05%;
  461. }
  462.  
  463. .ie6 .tencol, .ie7 .tencol, .ie8 .tencol {
  464. width: 82%;
  465. }
  466.  
  467. .ie6 .elevencol, .ie7 .elevencol, .ie8 .elevencol {
  468. width: 91.35%;
  469. }
  470.  
  471. /*----------------------------------------
  472. #
  473. # Links
  474. #
  475. ----------------------------------------*/
  476.  
  477. /* Shiny Transition Effects for the links */
  478. a:link {
  479. -webkit-transition: all .2s ease-in-out;
  480. -moz-transition: all .2s ease-in-out;
  481. -o-transition: all .2s ease-in-out;
  482. transition: all .2s ease-in-out
  483. -webkit-tap-highlight-color: #FF5E99;
  484. }
  485. a:hover, a:active {
  486. outline: none;
  487. -webkit-transition: all .2s ease-in-out;
  488. -moz-transition: all .2s ease-in-out;
  489. -o-transition: all .2s ease-in-out;
  490. transition: all .2s ease-in-out
  491. }
  492. a, a:active, a:visited {
  493. -webkit-transition: all .2s ease-in-out;
  494. -moz-transition: all .2s ease-in-out;
  495. -o-transition: all .2s ease-in-out;
  496. transition: all .2s ease-in-out
  497. color: #607890;
  498. }
  499. a:hover {
  500. -webkit-transition: all .2s ease-in-out;
  501. -moz-transition: all .2s ease-in-out;
  502. -o-transition: all .2s ease-in-out;
  503. transition: all .2s ease-in-out
  504. color: #036;
  505. }
  506.  
  507.  
  508. /*----------------------------------------
  509. #
  510. # TYPOGRAPHY
  511. #
  512. ----------------------------------------*/
  513. body { font-size: 87.5%; line-height:1.6em; }
  514. body,
  515. h1, h2, h3, h4, h5, h6,
  516. input,
  517. textarea,
  518. .page-title span,
  519. .pingback a.url,
  520. #site-title,
  521. .entry-title {
  522. font-family: Garamond, Baskerville, Georgia, 'Times New Roman', Times, serif;
  523. }
  524. #site-title,
  525. .entry-title {
  526. word-wrap: break-word;
  527. }
  528. h3#comments-title,
  529. h3#reply-title,
  530. #access .menu,
  531. #access div.menu ul,
  532. #cancel-comment-reply-link,
  533. .form-allowed-tags,
  534. #site-info,
  535. #wp-calendar,
  536. .comment-meta,
  537. .comment-body tr th,
  538. .comment-body thead th,
  539. .entry-content label,
  540. .entry-content tr th,
  541. .entry-content thead th,
  542. .entry-meta,
  543. .entry-utility,
  544. #respond label,
  545. .navigation,
  546. .page-title,
  547. .pingback p,
  548. .reply,
  549. .widget-title,
  550. .wp-caption-text,
  551. .home .hentry.format-aside:before,
  552. .home .hentry.category-asides:before,
  553. #entry-author-info h2 {
  554. font-size: 100%;
  555. font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
  556. text-transform: uppercase;
  557. letter-spacing: .1em;
  558. }
  559. .meta-prep, .meta-sep, .entry-utility-prep {
  560. text-transform: lowercase;
  561. color: #a0a0a0;
  562. font-size: 90%;
  563. letter-spacing: normal;
  564. }
  565. input[type=submit] {
  566. font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
  567.  
  568. }
  569. pre, code {
  570. background: #f0f0f0;
  571. font-size: 12px;
  572. white-space: pre;
  573. line-height: 1.5em;
  574. padding: .5em;
  575. font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  576. }
  577.  
  578. /*----------------------------------------
  579. #
  580. # LAYOUT
  581. #
  582. ----------------------------------------*/
  583.  
  584. body { padding: 12px 0;}
  585.  
  586. #wrapper {
  587. max-width: 960px;
  588. margin: 0 auto;
  589. background: #fff;
  590. overflow: hidden;
  591. }
  592.  
  593. #footer-widget-area {
  594. overflow: hidden;
  595. }
  596.  
  597. #footer-widget-area .widget-area {
  598. float: left;
  599. margin-right: 20px;
  600. }
  601. #footer-widget-area #fourth {
  602. margin-right: 0;
  603. }
  604. #site-info {
  605. float: left;
  606. font-size: 14px;
  607. font-weight: bold;
  608. }
  609. #site-generator {
  610. float: right;
  611. }
  612.  
  613. /*----------------------------------------
  614. #
  615. # GLOBAL
  616. #
  617. ----------------------------------------*/
  618. body,
  619. input,
  620. textarea {
  621. color: #666;
  622. font-size: 12px;
  623. line-height: 18px;
  624. }
  625. hr {
  626. background-color: #e7e7e7;
  627. border: 0;
  628. clear: both;
  629. height: 1px;
  630. margin-bottom: 18px;
  631. }
  632.  
  633. p {
  634. margin-bottom: 18px;
  635. }
  636. ul {
  637. list-style: square;
  638. margin: 0 0 18px 1.5em;
  639. }
  640. ol {
  641. list-style: decimal;
  642. margin: 0 0 18px 1.5em;
  643. }
  644. ol ol {
  645. list-style: upper-alpha;
  646. }
  647. ol ol ol {
  648. list-style: lower-roman;
  649. }
  650. ol ol ol ol {
  651. list-style: lower-alpha;
  652. }
  653. ul ul,
  654. ol ol,
  655. ul ol,
  656. ol ul {
  657. margin-bottom: 0;
  658. }
  659. dl {
  660. margin: 0 0 24px 0;
  661. }
  662. dt {
  663. font-weight: bold;
  664. }
  665. dd {
  666. margin-bottom: 18px;
  667. }
  668. strong {
  669. font-weight: bold;
  670. }
  671. cite,
  672. em,
  673. i {
  674. font-style: italic;
  675. }
  676. big {
  677. font-size: 131.25%;
  678. }
  679. ins {
  680. background: #ffc;
  681. text-decoration: none;
  682. }
  683. blockquote {
  684. font-style: italic;
  685. padding: 0 3em;
  686. }
  687. blockquote cite,
  688. blockquote em,
  689. blockquote i {
  690. font-style: normal;
  691. }
  692. abbr,
  693. acronym {
  694. border-bottom: 1px dotted #666;
  695. cursor: help;
  696. }
  697. sup,
  698. sub {
  699. height: 0;
  700. line-height: 1;
  701. position: relative;
  702. vertical-align: baseline;
  703. }
  704. sup {
  705. bottom: 1ex;
  706. }
  707. sub {
  708. top: .5ex;
  709. }
  710. input[type="text"],
  711. textarea {
  712. background: #f9f9f9;
  713. border: 1px solid #ccc;
  714. box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  715. -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  716. -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  717. padding: 2px;
  718. }
  719. a:link {
  720. color: #0066cc;
  721. }
  722. a:visited {
  723. color: #743399;
  724. }
  725. a:active,
  726. a:hover {
  727. color: #ff4b33;
  728. }
  729.  
  730. .screen-reader-text {
  731. position: absolute;
  732. left: -9000px;
  733. }
  734.  
  735. /*----------------------------------------
  736. #
  737. # HEADER
  738. #
  739. ----------------------------------------*/
  740.  
  741. #header {
  742. padding: 30px 0 0 0 !important;
  743. }
  744.  
  745. #headerimg {
  746. margin: 0 auto;
  747. margin-bottom: 17px;
  748. border-top: 1px solid #999;
  749. border-bottom: 1px solid #999;
  750. }
  751.  
  752. #branding {
  753. text-align: center;
  754. }
  755.  
  756. #site-title {
  757. display: block;
  758. margin: 0 auto;
  759. font-size: 30px;
  760. line-height: 36px;
  761. margin: 0 0 18px 0;
  762. }
  763. #site-title a {
  764. color: #000;
  765. font-weight: normal;
  766. text-decoration: none;
  767. text-transform: uppercase;
  768. letter-spacing: .1em;
  769. }
  770. #site-description {
  771. display: block;
  772. margin: 0 auto;
  773. letter-spacing: .1em;
  774. text-transform: uppercase;
  775. margin: .9em 0 2em;
  776. }
  777.  
  778. /*----------------------------------------
  779. #
  780. # NAVIGATION
  781. #
  782. ----------------------------------------*/
  783.  
  784. #access {
  785. border-top: 1px solid #666;
  786. border-bottom: 1px solid #666;
  787. padding: 10px 0;
  788. }
  789. #access .menu-header,
  790. div.menu {
  791. font-size: 13px;
  792. margin-left: 12px;
  793. }
  794. #access .menu-header ul,
  795. div.menu ul {
  796. list-style: none;
  797. margin: 0;
  798. padding: 0;
  799. }
  800. #access .menu-header li,
  801. div.menu li {
  802. float: left;
  803. position: relative;
  804. }
  805. #access a {
  806. color: #aaa;
  807. display: block;
  808. line-height: 38px;
  809. padding: 0 10px;
  810. text-decoration: none;
  811. }
  812. #access ul ul {
  813. box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  814. -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  815. -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  816. display: none;
  817. position: absolute;
  818. top: 38px;
  819. left: 0;
  820. float: left;
  821. z-index: 99999;
  822. background: #333;
  823. }
  824. #access ul ul li:hover {
  825. width: 100% !important;
  826. }
  827. #access ul ul ul {
  828. left: 100%;
  829. top: 0;
  830. }
  831. #access ul ul ul a:before{
  832. content: '\00BB';
  833. padding-right: 10px;
  834. }
  835. #access ul ul a {
  836. background: #333;
  837. line-height: 1em;
  838. padding: 10px;
  839. height: auto;
  840. }
  841. #access li:hover > a,
  842. #access ul ul :hover > a {
  843. background: #333;
  844. color: #fff;
  845. }
  846. #access ul li:hover > ul {
  847. display: block;
  848. }
  849. #access ul li.current_page_item > a,
  850. #access ul li.current-menu-ancestor > a,
  851. #access ul li.current-menu-item > a,
  852. #access ul li.current-menu-parent > a {
  853. color: #000;
  854. }
  855. #access ul li.current_page_item > a:hover,
  856. #access ul li.current-menu-ancestor > a:hover,
  857. #access ul li.current-menu-item > a:hover,
  858. #access ul li.current-menu-parent > a:hover {
  859. color: #fff;
  860. }
  861. * html #access ul li.current_page_item a,
  862. * html #access ul li.current-menu-ancestor a,
  863. * html #access ul li.current-menu-item a,
  864. * html #access ul li.current-menu-parent a,
  865. * html #access ul li a:hover {
  866. color: #fff;
  867. }
  868. #access ul li.page_item a:visited {
  869. color: #aaa;
  870. }
  871. #access ul li.page_item a:visited:hover {
  872. color: #fff;
  873. }
  874.  
  875. /*----------------------------------------
  876. #
  877. # CONTENT
  878. #
  879. ----------------------------------------*/
  880.  
  881. #main {
  882. margin-top: 24px;
  883. margin-bottom: 18px;
  884. }
  885. #main.right {
  886. float: right;
  887. }
  888. #main,
  889. #main input,
  890. #main textarea {
  891. color: #333;
  892. font-size: 16px;
  893. line-height: 24px;
  894. }
  895. #main p,
  896. #main ul,
  897. #main ol,
  898. #main dd,
  899. #main pre,
  900. #main hr {
  901. margin-bottom: 24px;
  902. }
  903. #main ul ul,
  904. #main ol ol,
  905. #main ul ol,
  906. #main ol ul {
  907. margin-bottom: 0;
  908. }
  909. #main kbd,
  910. #main tt,
  911. #main var {
  912. font-size: 15px;
  913. line-height: 21px;
  914. }
  915. #main dt,
  916. #main th {
  917. color: #000;
  918. }
  919.  
  920. /* Header Styles */
  921.  
  922. #main h1,
  923. #main h2,
  924. #main h3,
  925. #main h4,
  926. #main h5,
  927. #main h6 {
  928. color: #000;
  929. line-height: 1.5em;
  930. margin: 0 0 20px 0;
  931. font-weight: normal;
  932. }
  933. #main .entry-content h2 {
  934. border-bottom: 1px solid #ccc;
  935. }
  936. #main .entry-content h1 { text-transform: uppercase; letter-spacing: .2em }
  937. #main .entry-content h2 { letter-spacing: .2em; text-transform: lowercase; font-variant: small-caps }
  938. #main .entry-content h3 { font-variant: small-caps; text-transform: lowercase; letter-spacing: .25em }
  939. #main .entry-content h4 { font-variant: small-caps; text-transform: lowercase; font-size: 100%; letter-spacing: .15em }
  940. #main .entry-content h5 { text-transform: lowercase; font-variant: small-caps; font-size: 100%; display: inline; letter-spacing: .15em}
  941. #main .entry-content h6 { font-weight:bold; font-variant: small-caps; text-transform: lowercase; display: inline; letter-spacing: .15em}
  942.  
  943. #main table {
  944. border: 1px solid #e7e7e7;
  945. margin: 0 -1px 24px 0;
  946. text-align: left;
  947. width: 100%;
  948. }
  949. #main tr th,
  950. #main thead th {
  951. color: #888;
  952. font-size: 12px;
  953. font-weight: bold;
  954. line-height: 18px;
  955. padding: 9px 24px;
  956. }
  957. #main tr td {
  958. border-top: 1px solid #e7e7e7;
  959. padding: 6px 24px;
  960. }
  961. #main tr.odd td {
  962. background: #f2f7fc;
  963. }
  964. .hentry {
  965. border-top: 1px solid #ccc;
  966. padding: 18px 20px;
  967. }
  968. .home .sticky {
  969. background: #f2f7fc;
  970. border-top: 1px solid #999;
  971. padding: 18px 20px;
  972. }
  973. .single .hentry {
  974. margin: 0 0 36px 0;
  975. }
  976. .page-title {
  977. color: #000;
  978. font-size: 14px;
  979. font-weight: bold;
  980. margin: 0 0 36px 0;
  981. }
  982. .page-title span {
  983. color: #333;
  984. font-size: 16px;
  985. font-style: italic;
  986. font-weight: normal;
  987. }
  988. .page-title a:link,
  989. .page-title a:visited {
  990. color: #888;
  991. text-decoration: none;
  992. }
  993. .page-title a:active,
  994. .page-title a:hover {
  995. color: #ff4b33;
  996. }
  997. #main .entry-title {
  998. font-weight: normal;
  999. color: #000;
  1000. font-size: 2em;
  1001. line-height: 1.3em;
  1002. margin-bottom: 0;
  1003. }
  1004. .entry-title a:link,
  1005. .entry-title a:visited {
  1006. color: #000;
  1007. text-decoration: none;
  1008. }
  1009. .entry-title a:active,
  1010. .entry-title a:hover {
  1011. color: #ff4b33;
  1012. }
  1013. .entry-meta {
  1014. color: #888;
  1015. font-size: 12px;
  1016. }
  1017. .entry-meta abbr,
  1018. .entry-utility abbr {
  1019. border: none;
  1020. }
  1021. .entry-meta abbr:hover,
  1022. .entry-utility abbr:hover {
  1023. border-bottom: 1px dotted #666;
  1024. }
  1025. .entry-content,
  1026. .entry-summary {
  1027. clear: both;
  1028. padding: 12px 0 0 0;
  1029. }
  1030. #main .entry-summary p:last-child {
  1031. margin-bottom: 12px;
  1032. }
  1033. .entry-content fieldset {
  1034. border: 1px solid #e7e7e7;
  1035. margin: 0 0 24px 0;
  1036. max-width: 100%;
  1037. padding: 5%;
  1038. }
  1039. .entry-content fieldset legend {
  1040. background: #fff;
  1041. color: #000;
  1042. font-weight: bold;
  1043. padding: 0 24px;
  1044. }
  1045. .entry-content input {
  1046. margin: 0 0 24px 0;
  1047. }
  1048. .entry-content input.file,
  1049. .entry-content input.button {
  1050. margin-right: 24px;
  1051. }
  1052. .entry-content label {
  1053. color: #888;
  1054. font-size: 12px;
  1055. }
  1056. .entry-content select {
  1057. margin: 0 0 24px 0;
  1058. }
  1059. .entry-content sup,
  1060. .entry-content sub {
  1061. font-size: 10px;
  1062. }
  1063. .entry-content blockquote.left {
  1064. float: left;
  1065. margin-left: 0;
  1066. margin-right: 24px;
  1067. text-align: right;
  1068. width: 33%;
  1069. }
  1070. .entry-content blockquote.right {
  1071. float: right;
  1072. margin-left: 24px;
  1073. margin-right: 0;
  1074. text-align: left;
  1075. width: 33%;
  1076. }
  1077. .page-link {
  1078. clear: both;
  1079. color: #000;
  1080. font-weight: bold;
  1081. margin: 0 0 22px 0;
  1082. word-spacing: 0.5em;
  1083. }
  1084. .page-link a:link, .page-numbers,
  1085. .page-link a:visited, .page-numbers {
  1086. background: #f0f0f0;
  1087. color: #333;
  1088. font-weight: normal;
  1089. padding: 0.5em 0.75em;
  1090. text-decoration: none;
  1091. }
  1092. .home .sticky .page-link a {
  1093. background: #d9e8f7;
  1094. }
  1095. .page-link a:active, a.page-numbers:active,
  1096. .page-link a:hover, a.page-numbers:hover {
  1097. color: #ff4b33;
  1098. }
  1099. .page-numbers {
  1100. display: block;
  1101. float: left;
  1102. margin-right: .75em;
  1103. }
  1104. a.next.page-numbers, a.prev.page-numbers {
  1105. padding-top: 4px;
  1106. background: none;
  1107. border: 1px solid #ddd;
  1108. }
  1109. body.page .edit-link {
  1110. clear: both;
  1111. display: block;
  1112. }
  1113. #entry-author-info {
  1114. background: #f2f7fc;
  1115. border-top: 4px solid #000;
  1116. clear: both;
  1117. font-size: 14px;
  1118. line-height: 20px;
  1119. margin: 24px 0;
  1120. overflow: hidden;
  1121. padding: 18px 20px;
  1122. }
  1123. #entry-author-info #author-avatar {
  1124. background: #fff;
  1125. border: 1px solid #e7e7e7;
  1126. float: left;
  1127. height: 60px;
  1128. margin: 0 -104px 0 0;
  1129. padding: 11px;
  1130. }
  1131. #entry-author-info #author-description {
  1132. float: left;
  1133. margin: 0 0 0 104px;
  1134. }
  1135. #entry-author-info h2 {
  1136. font-size: 100%;
  1137. margin-bottom: 0;
  1138. color: #444;
  1139. line-height: 2.5;
  1140. margin-top: -10px;
  1141. }
  1142. .entry-utility {
  1143. clear: both;
  1144. color: #888;
  1145. font-size: 12px;
  1146. line-height: 18px;
  1147. }
  1148. .entry-meta a,
  1149. .entry-utility a {
  1150. color: #888;
  1151. }
  1152. .entry-meta a:hover,
  1153. .entry-utility a:hover {
  1154. color: #ff4b33;
  1155. }
  1156. #main .video-player {
  1157. padding: 0;
  1158. }
  1159.  
  1160.  
  1161. /*----------------------------------------
  1162. #
  1163. # ASIDES
  1164. #
  1165. ----------------------------------------*/
  1166.  
  1167. .home #main .format-aside p,
  1168. .home #main .category-asides p {
  1169. font-size: 14px;
  1170. line-height: 20px;
  1171. margin-top: 0;
  1172. }
  1173. .home .hentry.format-aside,
  1174. .home .hentry.category-asides {
  1175. padding: 20px;
  1176. background: #eee;
  1177. }
  1178.  
  1179. .home .hentry.format-aside:before,
  1180. .home .hentry.category-asides:before {
  1181. content: 'aside';
  1182. letter-spacing: .2em;
  1183. }
  1184.  
  1185. /*----------------------------------------
  1186. #
  1187. # GALLERY LISTING
  1188. #
  1189. ----------------------------------------*/
  1190.  
  1191. .gallery-thumb img {
  1192. max-width: 150px;
  1193. max-height: 150px;
  1194. height: auto !important;
  1195. height: 150px;
  1196. }
  1197.  
  1198. .gallery-thumb img.attachment-thumbnail {
  1199. -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1200. -moz-box-shadow: 0 .7em 1.5em -14px black;
  1201. -o-box-shadow: 0 .7em 1.5em -14px black;
  1202. box-shadow: 0 .7em 1.5em -14px black;
  1203. margin-bottom: 10px !important;
  1204. }
  1205.  
  1206. .format-gallery .size-thumbnail img,
  1207. .category-gallery .size-thumbnail img {
  1208. border: 10px solid #f0f0f0;
  1209. margin-bottom: 0;
  1210. }
  1211. .format-gallery .gallery-thumb,
  1212. .category-gallery .gallery-thumb {
  1213. float: left;
  1214. margin-right: 20px;
  1215. margin-top: -4px;
  1216. }
  1217. .home #main .format-gallery .entry-utility,
  1218. .home #main .category-gallery .entry-utility {
  1219. padding-top: 4px;
  1220. }
  1221.  
  1222. .gallery img {
  1223. -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1224. -moz-box-shadow: 0 .7em 1.5em -14px black;
  1225. -o-box-shadow: 0 .7em 1.5em -14px black;
  1226. box-shadow: 0 .7em 1.5em -14px black;
  1227. -webkit-transition: all .2s ease-in-out;
  1228. -moz-transition: all .2s ease-in-out;
  1229. -o-transition: all .2s ease-in-out;
  1230. transition: all .2s ease-in-out
  1231. }
  1232. .gallery img:hover {
  1233. border: 10px solid #ccc;
  1234. -webkit-transition: all .2s ease-in-out;
  1235. -moz-transition: all .2s ease-in-out;
  1236. -o-transition: all .2s ease-in-out;
  1237. transition: all .2s ease-in-out
  1238. }
  1239.  
  1240. /*----------------------------------------
  1241. #
  1242. # ATTACHMENT PAGES
  1243. #
  1244. ----------------------------------------*/
  1245.  
  1246. .attachment .entry-content .entry-caption {
  1247. font-size: 140%;
  1248. margin-top: 24px;
  1249. }
  1250. .attachment .entry-content .nav-previous a:before {
  1251. content: '\2190\00a0';
  1252. }
  1253. .attachment .entry-content .nav-next a:after {
  1254. content: '\00a0\2192';
  1255. }
  1256.  
  1257.  
  1258. /*----------------------------------------
  1259. #
  1260. # IMAGES
  1261. #
  1262. ----------------------------------------*/
  1263.  
  1264. img.size-auto,
  1265. img.size-full,
  1266. img.size-large,
  1267. img.size-medium,
  1268. .attachment img {
  1269. max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  1270. height: auto; /* Override height to match resized width for correct aspect ratio. */
  1271. }
  1272. .alignleft,
  1273. img.alignleft {
  1274. display: inline;
  1275. float: left;
  1276. margin-right: 24px;
  1277. margin-top: 4px;
  1278. }
  1279. .alignright,
  1280. img.alignright {
  1281. display: inline;
  1282. float: right;
  1283. margin-left: 24px;
  1284. margin-top: 4px;
  1285. }
  1286. .aligncenter,
  1287. img.aligncenter {
  1288. clear: both;
  1289. display: block;
  1290. margin-left: auto;
  1291. margin-right: auto;
  1292. }
  1293. img.alignleft,
  1294. img.alignright,
  1295. img.aligncenter {
  1296. margin-bottom: 12px;
  1297. }
  1298. .wp-caption {
  1299. background: #f0f0f0;
  1300. line-height: 18px;
  1301. margin-bottom: 20px;
  1302. padding: 4px;
  1303. text-align: center;
  1304. max-width: 100% !important;
  1305. -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1306. -moz-box-shadow: 0 .7em 1.5em -14px black;
  1307. -o-box-shadow: 0 .7em 1.5em -14px black;
  1308. box-shadow: 0 .7em 1.5em -14px black;
  1309. }
  1310. .wp-caption, .wp-caption.aligncenter {
  1311. padding-right: 14px;
  1312. }
  1313. .wp-caption.alignleft{
  1314. padding-right: 14px;
  1315. }
  1316. .wp-caption.alignright{
  1317. padding-left: 14px;
  1318. }
  1319. .wp-caption img {
  1320. margin: 5px 5px 0;
  1321. max-width: 100% !important;
  1322. width: 100% !important;
  1323. }
  1324. .wp-caption.alignleft img {
  1325. margin-right: -4px;
  1326. }
  1327. .wp-caption.alignright img {
  1328. margin-left: -4px;
  1329. }
  1330. .wp-caption-text {
  1331. color: #888;
  1332. font-size: 12px;
  1333. margin: 17px 5px 14px;
  1334. }
  1335. .wp-smiley {
  1336. margin: 0;
  1337. }
  1338. .gallery {
  1339. margin: 0 auto 18px;
  1340. }
  1341. .gallery .gallery-item {
  1342. float: left;
  1343. margin-top: 16px;
  1344. text-align: center;
  1345. width: 33%;
  1346. }
  1347. .gallery-columns-2 .gallery-item {
  1348. width: 50%;
  1349. }
  1350. .gallery-columns-4 .gallery-item {
  1351. width: 25%;
  1352. }
  1353. .gallery img {
  1354. border: 2px solid #cfcfcf;
  1355. }
  1356. .gallery-columns-2 .attachment-medium {
  1357. width: 92%;
  1358. max-width: 92%;
  1359. height: auto;
  1360. }
  1361. .gallery-columns-4 .attachment-thumbnail {
  1362. width: 84%;
  1363. max-width: 84%;
  1364. height: auto;
  1365. }
  1366. .gallery .gallery-caption {
  1367. color: #888;
  1368. font-size: 12px;
  1369. margin: 6px 0 12px;
  1370. }
  1371. .gallery dl {
  1372. margin: 0;
  1373. }
  1374. .gallery img {
  1375. border: 10px solid #f0f0f0;
  1376. }
  1377. .gallery br+br {
  1378. display: none;
  1379. }
  1380. #main .attachment img {/* single attachment images should be centered */
  1381. display: block;
  1382. margin: 0 auto;
  1383. }
  1384.  
  1385.  
  1386. /*----------------------------------------
  1387. #
  1388. # NAVIGATION
  1389. #
  1390. ----------------------------------------*/
  1391.  
  1392. .navigation {
  1393. color: #888;
  1394. font-size: 12px;
  1395. line-height: 18px;
  1396. overflow: hidden;
  1397. }
  1398. .navigation a:link,
  1399. .navigation a:visited {
  1400. color: #888;
  1401. text-decoration: none;
  1402. }
  1403. .navigation a:active,
  1404. .navigation a:hover {
  1405. color: #ff4b33;
  1406. }
  1407. .nav-previous {
  1408. float: left;
  1409. width: 50%;
  1410. }
  1411. .nav-next {
  1412. float: right;
  1413. text-align: right;
  1414. width: 50%;
  1415. }
  1416. #nav-above {
  1417. margin: 0 0 18px 0;
  1418. }
  1419. #nav-above {
  1420. display: none;
  1421. }
  1422. .paged #nav-above,
  1423. .single #nav-above {
  1424. display: block;
  1425. }
  1426. #nav-below {
  1427. padding-top: 18px;
  1428. padding-bottom: 18px;
  1429. border-top: 1px solid #ccc;
  1430. }
  1431. #nav-below .nav-previous a, #nav-below .nav-next a {
  1432. border: 1px solid #ddd;
  1433. padding: .75em;
  1434. display: inline-block;
  1435. }
  1436.  
  1437.  
  1438. /*----------------------------------------
  1439. #
  1440. # COMMENTS
  1441. #
  1442. ----------------------------------------*/
  1443. #comments {
  1444. clear: both;
  1445. }
  1446. #comments .navigation {
  1447. padding: 0 0 18px 0;
  1448. }
  1449. h3#comments-title,
  1450. h3#reply-title {
  1451. color: #000;
  1452. font-size: 20px;
  1453. font-weight: bold;
  1454. margin-bottom: 0;
  1455. }
  1456. h3#comments-title {
  1457. padding: 24px 0;
  1458. }
  1459. .commentlist {
  1460. list-style: none;
  1461. margin: 0;
  1462. }
  1463. .commentlist li.comment {
  1464. border-bottom: 1px solid #e7e7e7;
  1465. line-height: 24px;
  1466. margin: 0 0 24px 0;
  1467. padding: 0 0 0 56px;
  1468. position: relative;
  1469. }
  1470. .commentlist li:last-child {
  1471. border-bottom: none;
  1472. margin-bottom: 0;
  1473. }
  1474. #comments .comment-body ul,
  1475. #comments .comment-body ol {
  1476. margin-bottom: 18px;
  1477. }
  1478. #comments .comment-body p:last-child {
  1479. margin-bottom: 6px;
  1480. }
  1481. #comments .comment-body blockquote p:last-child {
  1482. margin-bottom: 24px;
  1483. }
  1484. .commentlist ol {
  1485. list-style: decimal;
  1486. }
  1487. .commentlist .avatar {
  1488. position: absolute;
  1489. top: 4px;
  1490. left: 0;
  1491. }
  1492. .comment-author {
  1493. }
  1494. .comment-author cite {
  1495. color: #000;
  1496. font-style: normal;
  1497. font-weight: bold;
  1498. }
  1499. .comment-author .says {
  1500. font-style: italic;
  1501. }
  1502. .comment-meta {
  1503. font-size: 12px;
  1504. margin: 0 0 18px 0;
  1505. }
  1506. .comment-meta a:link,
  1507. .comment-meta a:visited {
  1508. color: #888;
  1509. text-decoration: none;
  1510. }
  1511. .comment-meta a:active,
  1512. .comment-meta a:hover {
  1513. color: #ff4b33;
  1514. }
  1515. .commentlist .even {
  1516. }
  1517. .commentlist .bypostauthor {
  1518. }
  1519. .reply {
  1520. font-size: 12px;
  1521. padding: 0 0 24px 0;
  1522. }
  1523. .reply a,
  1524. a.comment-edit-link {
  1525. color: #888;
  1526. }
  1527. .reply a:hover,
  1528. a.comment-edit-link:hover {
  1529. color: #ff4b33;
  1530. }
  1531. .commentlist .children {
  1532. list-style: none;
  1533. margin: 0;
  1534. }
  1535. .commentlist .children li {
  1536. border: none;
  1537. margin: 0;
  1538. }
  1539. .nopassword{
  1540. display: none;
  1541. }
  1542. .nocomments {
  1543. text-transform: uppercase;
  1544. letter-spacing: .1em;
  1545. color: #ccc;
  1546. background: #fff;
  1547. border-bottom: 1px solid #ccc;
  1548. }
  1549. .page .nocomments {
  1550. display: none;
  1551. }
  1552. #comments .pingback {
  1553. border-bottom: 1px solid #e7e7e7;
  1554. margin-bottom: 18px;
  1555. padding-bottom: 18px;
  1556. }
  1557. .commentlist li.comment+li.pingback {
  1558. margin-top: -6px;
  1559. }
  1560. #comments .pingback p {
  1561. color: #888;
  1562. display: block;
  1563. font-size: 12px;
  1564. line-height: 18px;
  1565. margin: 0;
  1566. }
  1567. #comments .pingback .url {
  1568. font-size: 13px;
  1569. font-style: italic;
  1570. }
  1571.  
  1572. #comments li.comment ul ul, #comments li.comment ol ol,
  1573. #comments li.comment ul ol, #comments li.comment ol ul {
  1574. margin-bottom: 0;
  1575. }
  1576.  
  1577. /* Comments form */
  1578. input[type=submit] {
  1579. color: #333;
  1580. }
  1581. #respond {
  1582. border-top: 1px solid #e7e7e7;
  1583. margin: 24px 0;
  1584. overflow: hidden;
  1585. position: relative;
  1586. }
  1587. #respond p {
  1588. margin: 0;
  1589. }
  1590. #respond .comment-notes {
  1591. margin-bottom: 1em;
  1592. }
  1593. .form-allowed-tags {
  1594. line-height: 1em;
  1595. margin-top: 6px;
  1596. }
  1597. .form-allowed-tags code {
  1598. max-width: 98%;
  1599. display: block;
  1600. font-size: 10px !important;
  1601. white-space: normal;
  1602. margin-top: 5px;
  1603. }
  1604. .children #respond {
  1605. margin: 0 48px 0 0;
  1606. }
  1607. h3#reply-title {
  1608. margin: 18px 0;
  1609. }
  1610. #comments-list #respond {
  1611. margin: 0 0 18px 0;
  1612. }
  1613. #comments-list ul #respond {
  1614. margin: 0;
  1615. }
  1616. #cancel-comment-reply-link {
  1617. font-size: 12px;
  1618. font-weight: normal;
  1619. line-height: 18px;
  1620. }
  1621. #respond .required {
  1622. color: #ff4b33;
  1623. font-weight: bold;
  1624. }
  1625. #respond label {
  1626. color: #888;
  1627. font-size: 12px;
  1628. }
  1629. #respond input {
  1630. margin: 0 0 9px;
  1631. width: 98%;
  1632. }
  1633. #respond textarea {
  1634. width: 98%;
  1635. }
  1636. #respond .form-allowed-tags {
  1637. color: #888;
  1638. font-size: 12px;
  1639. line-height: 18px;
  1640. }
  1641. #respond .form-allowed-tags code {
  1642. font-size: 11px;
  1643. }
  1644. #respond .form-submit {
  1645. margin: 12px 0;
  1646. }
  1647. #respond .form-submit input {
  1648. font-size: 14px;
  1649. width: auto;
  1650. }
  1651.  
  1652.  
  1653. /*----------------------------------------
  1654. #
  1655. # WIDGET AREAS
  1656. #
  1657. ----------------------------------------*/
  1658.  
  1659. .widget-area ul {
  1660. list-style: none;
  1661. margin-left: 0;
  1662. padding: 0;
  1663. }
  1664. .widget-area li {
  1665. letter-spacing: .1em;
  1666. }
  1667. .widget-area li li {
  1668. font-size: 13px;
  1669. }
  1670. .widget-area ul ul {
  1671. list-style: square;
  1672. margin-left: 1.3em;
  1673. }
  1674. .widget-area select {
  1675. max-width: 100%;
  1676. }
  1677. .widget_search #s {/* This keeps the search inputs in line */
  1678. width: 60%;
  1679. }
  1680. .widget_search label {
  1681. display: none;
  1682. }
  1683. .widget-container {
  1684. margin: 0 0 18px 0;
  1685. word-wrap: break-word;
  1686. list-style: none;
  1687. }
  1688. .widget-title {
  1689. color: #a0a0a0;
  1690. font-weight: bold;
  1691. }
  1692. .widget-area a:link,
  1693. .widget-area a:visited {
  1694. text-decoration: none;
  1695. }
  1696. .widget-area a:active,
  1697. .widget-area a:hover {
  1698. text-decoration: underline;
  1699. }
  1700. .widget-area .entry-meta {
  1701. font-size: 11px;
  1702. }
  1703. #wp_tag_cloud div {
  1704. line-height: 1.6em;
  1705. }
  1706. #wp-calendar {
  1707. width: 100%;
  1708. }
  1709. #wp-calendar caption {
  1710. color: #222;
  1711. font-size: 14px;
  1712. font-weight: bold;
  1713. padding-bottom: 4px;
  1714. text-align: left;
  1715. }
  1716. #wp-calendar thead {
  1717. font-size: 11px;
  1718. }
  1719. #wp-calendar thead th {
  1720. }
  1721. #wp-calendar tbody {
  1722. color: #aaa;
  1723. }
  1724. #wp-calendar tbody td {
  1725. background: #f5f5f5;
  1726. border: 1px solid #fff;
  1727. padding: 3px 0 2px;
  1728. text-align: center;
  1729. }
  1730. #wp-calendar tbody .pad {
  1731. background: none;
  1732. }
  1733. #wp-calendar tfoot #next {
  1734. text-align: right;
  1735. }
  1736. .widget_rss a.rsswidget {
  1737. color: #000;
  1738. }
  1739. .widget_rss a.rsswidget:hover {
  1740. color: #ff4b33;
  1741. }
  1742. .widget_rss .widget-title img {
  1743. width: 11px;
  1744. height: 11px;
  1745. }
  1746.  
  1747. /* Main sidebars */
  1748. #main .widget-area ul {
  1749. margin-left: 0;
  1750. padding: 0 20px 0 0;
  1751. }
  1752. #main .widget-area ul ul {
  1753. border: none;
  1754. margin-left: 1.3em;
  1755. padding: 0;
  1756. }
  1757. #sidebar {
  1758. margin-top: 24px;
  1759. }
  1760. #sidebar h3:first-child {
  1761. margin-top: 0px;
  1762. }
  1763. #sidebar-two {
  1764. margin-top: 12px;
  1765. }
  1766. #sidebar-two.right{
  1767. float: right;
  1768. }
  1769.  
  1770. #footer-widget-area {
  1771. border-top: 1px solid #666;
  1772. padding: 10px 20px;
  1773. }
  1774. /* Footer widget areas */
  1775. /* Taken from 1140 gs */
  1776. #footer .widget-area {
  1777. margin-right: 3.8%;
  1778. float: left;
  1779. min-height: 1px;
  1780. width: 22.05%;
  1781. }
  1782. #footer .widget-area ul, #footer .widget-area li, #footer .widget-area a{
  1783. width: auto;
  1784. }
  1785.  
  1786. #footer .widget-area:last {
  1787. margin-right: 0px;
  1788. }
  1789.  
  1790. /* Media Queries for Footer Widgets */
  1791. @media handheld, only screen and (max-width: 767px) {
  1792.  
  1793. #footer .widget-area {
  1794. width: auto;
  1795. float: none;
  1796. margin-left: 0px;
  1797. margin-right: 0px;
  1798. padding-left: 20px;
  1799. padding-right: 20px;
  1800. }
  1801.  
  1802. }
  1803.  
  1804. /*----------------------------------------
  1805. #
  1806. # FOOTER
  1807. #
  1808. ----------------------------------------*/
  1809.  
  1810. #footer {
  1811. margin-bottom: 20px;
  1812. }
  1813. #colophon {
  1814. border-top: 1px solid #666;
  1815. margin-top: -1px;
  1816. overflow: hidden;
  1817. padding: 18px 0;
  1818. }
  1819. #footerbar {
  1820. margin-top: -1px;
  1821. overflow: hidden;
  1822. }
  1823. #site-info {
  1824. font-weight: bold;
  1825. }
  1826. #site-info a {
  1827. color: #000;
  1828. text-decoration: none;
  1829. }
  1830. #site-generator {
  1831. font-style: italic;
  1832. position: relative;
  1833. text-align: right;
  1834. }
  1835. #site-generator a {
  1836. background: url(images/wordpress.png) center left no-repeat;
  1837. color: #666;
  1838. display: inline-block;
  1839. line-height: 16px;
  1840. padding: 0 20px;
  1841. text-decoration: none;
  1842. }
  1843. #site-generator a:hover {
  1844. text-decoration: underline;
  1845. }
  1846. img#wpstats {
  1847. display: block;
  1848. margin: 0 auto 10px;
  1849. }
  1850.  
  1851. /*----------------------------------------
  1852. #
  1853. # NEW PRINT STYLE
  1854. #
  1855. ----------------------------------------*/
  1856.  
  1857. @media print {
  1858. html, body, #wrapper {
  1859. background: none !important;
  1860. width: 100% !important;
  1861. }
  1862. #wrapper {
  1863. clear: both !important;
  1864. display: block !important;
  1865. float: none !important;
  1866. position: relative !important;
  1867. }
  1868. #headerimg { display: none }
  1869. article { overflow: hidden }
  1870. #site-title,
  1871. #site-description {
  1872. float: none;
  1873. line-height: 1.4em;
  1874. margin: 0;
  1875. padding: 0;
  1876. }
  1877. #site-title {
  1878. font-size: 13pt !important; /* Keep important, it overwrites size-adjust bug */
  1879. }
  1880. #site-description {
  1881. padding-bottom: 18px;
  1882. border-bottom: 1px solid #888;
  1883. }
  1884. .entry-content {
  1885. font-size: 12pt;
  1886. line-height: 1.5em;
  1887. }
  1888. .entry-title {
  1889. font-size: 14pt;
  1890. }
  1891. #access,
  1892. #branding img,
  1893. #respond,
  1894. .comment-edit-link,
  1895. .edit-link,
  1896. .navigation,
  1897. .page-link,
  1898. .widget-area {
  1899. display: none !important;
  1900. }
  1901.  
  1902. #access,
  1903. .entry-meta,
  1904. .entry-utility,
  1905. .navigation,
  1906. .widget-area {
  1907. display: none !important;
  1908. }
  1909. #site-description {
  1910. display: none !important;
  1911.  
  1912. }
  1913. #main,
  1914. .one-column #main {
  1915. margin: 24pt 0 0;
  1916. width: 90%;
  1917. }
  1918. .wp-caption figcaption {
  1919. font-size: 11pt;
  1920. }
  1921. #site-info,
  1922. #site-generator {
  1923. display: none !important;
  1924.  
  1925. }
  1926. #colophon {
  1927. display: none !important;
  1928. }
  1929. img#wpstats {
  1930. display: none;
  1931. }
  1932. #site-generator a {
  1933. display: none !important;
  1934.  
  1935. }
  1936. #entry-author-info {
  1937. display: none !important;
  1938. }
  1939. #main {
  1940. display: inline;
  1941. }
  1942. .home .sticky {
  1943. border: none;
  1944. }
  1945. }
  1946.  
  1947.  
  1948. /* ==|== non-semantic helper classes ========================================
  1949. Please define your styles before this section.
  1950. ========================================================================== */
  1951.  
  1952. /* For image replacement */
  1953. .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  1954. .ir br { display: none; }
  1955.  
  1956. /* Hide from both screenreaders and browsers: h5bp.com/u */
  1957. .hidden { display: none !important; visibility: hidden; }
  1958.  
  1959. /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
  1960. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  1961.  
  1962. /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
  1963. .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  1964.  
  1965. /* Hide visually and from screenreaders, but maintain layout */
  1966. .invisible { visibility: hidden; }
  1967.  
  1968. /* Contain floats: h5bp.com/q */
  1969. .clearfix:before, .clearfix:after { content: ""; display: table; }
  1970. .clearfix:after { clear: both; }
  1971. .clearfix { *zoom: 1; }
  1972.  
  1973.  
  1974.  
  1975. /* ==|== print styles =======================================================
  1976. Print styles.
  1977. Inlined to avoid required HTTP connection: h5bp.com/r
  1978. ========================================================================== */
  1979.  
  1980. @media print {
  1981. * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  1982. a, a:visited { text-decoration: underline; }
  1983. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  1984. thead { display: table-header-group; } /* h5bp.com/t */
  1985. tr, img { page-break-inside: avoid; }
  1986. img { max-width: 100% !important; }
  1987. @page { margin: 0.5cm; }
  1988. p, h2, h3 { orphans: 3; widows: 3; }
  1989. h2, h3 { page-break-after: avoid; }
  1990. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement