Advertisement
Guest User

CSS twenty ten wordpress theme site title missing

a guest
Sep 16th, 2010
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.80 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Ten
  3. Theme URI: http://wordpress.org/
  4. Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
  5. Author: the WordPress team
  6. Version: 1.1
  7. Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
  8. */
  9.  
  10.  
  11. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  12. -------------------------------------------------------------- */
  13.  
  14. html, body, div, span, applet, object, iframe,
  15. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  16. a, abbr, acronym, address, big, cite, code,
  17. del, dfn, em, font, img, ins, kbd, q, s, samp,
  18. small, strike, strong, sub, sup, tt, var,
  19. b, u, i, center,
  20. dl, dt, dd, ol, ul, li,
  21. fieldset, form, label, legend,
  22. table, caption, tbody, tfoot, thead, tr, th, td {
  23.     background: transparent;
  24.     border: 0;
  25.     margin: 0;
  26.     padding: 0;
  27.     vertical-align: baseline;
  28. }
  29. body {
  30.     line-height: 1;
  31. }
  32. h1, h2, h3, h4, h5, h6 {
  33.     clear: both;
  34.     font-weight: normal;
  35. }
  36. ol, ul {
  37.     list-style: none;
  38. }
  39. blockquote {
  40.     quotes: none;
  41. }
  42. blockquote:before, blockquote:after {
  43.     content: '';
  44.     content: none;
  45. }
  46. del {
  47.     text-decoration: line-through;
  48. }
  49. /* tables still need 'cellspacing="0"' in the markup */
  50. table {
  51.     border-collapse: collapse;
  52.     border-spacing: 0;
  53. }
  54. a img {
  55.     border: none;
  56. }
  57.  
  58. /* =Layout
  59. -------------------------------------------------------------- */
  60.  
  61. /*
  62. LAYOUT: Two columns
  63. DESCRIPTION: Two-column fixed layout with one sidebar right of content
  64. */
  65. #container {
  66.     float: left;
  67.     margin: 0 -250px 0 0;
  68.     width: 100%;
  69. }
  70. #content {
  71.     margin: -40px 260px 0 20px;
  72. }
  73. #primary,
  74. #secondary {
  75.     float: right;
  76.     margin: -30px 0px 0px 0px;
  77.     overflow: hidden;
  78.     width: 220px;
  79. }
  80. #secondary {
  81.     clear: right;
  82. }
  83. #footer {
  84.     clear: both;
  85.     width: 100%;
  86. }
  87.  
  88. /*
  89. LAYOUT: One column, no sidebar
  90. DESCRIPTION: One centered column with no sidebar
  91. */
  92.  
  93. .one-column #content {
  94.     margin: 0 auto;
  95.     width: 640px;
  96. }
  97.  
  98. /*
  99. LAYOUT: Full width, no sidebar
  100. DESCRIPTION: Full width content with no sidebar; used for attachment pages
  101. */
  102.  
  103. .single-attachment #content {
  104.     margin: 0 auto;
  105.     width: 900px;
  106. }
  107.  
  108.  
  109. /* =Fonts
  110. -------------------------------------------------------------- */
  111. body,
  112. input,
  113. textarea,
  114. .page-title span,
  115. .pingback a.url {
  116.         font-family: Arial, Helvetica, sans-serif;
  117.    
  118. }
  119. h3#comments-title,
  120. h3#reply-title,
  121. #access .menu,
  122. #access div.menu ul,
  123. #cancel-comment-reply-link,
  124. .form-allowed-tags,
  125. #site-info,
  126. #site-title,
  127. #wp-calendar,
  128. .comment-meta,
  129. .comment-body tr th,
  130. .comment-body thead th,
  131. .entry-content label,
  132. .entry-content tr th,
  133. .entry-content thead th,
  134. .entry-meta,
  135. .entry-title,
  136. .entry-utility,
  137. #respond label,
  138. .navigation,
  139. .page-title,
  140. .pingback p,
  141. .reply,
  142. .widget-title,
  143. .wp-caption-text,
  144. input[type=submit] {
  145.     font-family: Arial, Helvetica, sans-serif;
  146. }
  147. pre {
  148.     font-family: Arial, Helvetica, sans-serif;
  149. }
  150. code {
  151.     font-family: Arial, Helvetica, sans-serif;
  152. }
  153.  
  154.  
  155. /* =Structure
  156. -------------------------------------------------------------- */
  157.  
  158. /* The main theme structure */
  159. #access .menu-header,
  160. div.menu,
  161. #colophon,
  162. #branding,
  163. #main,
  164. #wrapper {
  165.     margin: 0 auto;
  166.     width: 940px;
  167. }
  168. #wrapper {
  169.     background: #fff;
  170.     margin-top: 0px;
  171.     padding: 0 20px;
  172. }
  173.  
  174. /* Structure the footer area */
  175. #footer-widget-area {
  176.     width: 980px;
  177.     background: #222;
  178.     margin-left: -19px;
  179.     overflow: hidden;
  180. }
  181. #footer-widget-area .widget-area {
  182.     background: #222;
  183.     float: left;
  184.     margin-left: 20px;
  185.     margin-top: 30px;
  186.     width: 220px;
  187. }
  188. #footer-widget-area #fourth {
  189.     margin-right: 0;
  190. }
  191. #site-info {
  192.     float: left;
  193.     font-size: 14px;
  194.     font-weight: bold;
  195.     width: 700px;
  196. }
  197. #site-generator {
  198.     float: right;
  199.     width: 220px;
  200. }
  201.  
  202.  
  203. /* =Global Elements
  204. -------------------------------------------------------------- */
  205.  
  206. /* Main global 'theme' and typographic styles */
  207. body {
  208.     background: #f5f5f5 url('images/bg.jpg') repeat-x;
  209. }
  210. body,
  211. input,
  212. textarea {
  213.     color: #666;
  214.     font-size: 11px;
  215.     line-height: 16px;
  216. }
  217. hr {
  218.     background-color: #e7e7e7;
  219.     border: 0;
  220.     clear: both;
  221.     height: 1px;
  222.     margin-bottom: 18px;
  223. }
  224.  
  225. /* Text elements */
  226. p {
  227.     margin-bottom: 18px;
  228. }
  229. ul {
  230.     list-style: square;
  231.     margin: 0 0 18px 1.5em;
  232. }
  233. ol {
  234.     list-style: decimal;
  235.     margin: 0 0 18px 1.5em;
  236. }
  237. ol ol {
  238.     list-style: upper-alpha;
  239. }
  240. ol ol ol {
  241.     list-style: lower-roman;
  242. }
  243. ol ol ol ol {
  244.     list-style: lower-alpha;
  245. }
  246. ul ul,
  247. ol ol,
  248. ul ol,
  249. ol ul {
  250.     margin-bottom: 0;
  251. }
  252. dl {
  253.     margin: 0 0 24px 0;
  254. }
  255. dt {
  256.     font-weight: bold;
  257. }
  258. dd {
  259.     margin-bottom: 18px;
  260. }
  261. strong {
  262.     font-weight: bold;
  263. }
  264. cite,
  265. em,
  266. i {
  267.     font-style: italic;
  268. }
  269. big {
  270.     font-size: 131.25%;
  271. }
  272. ins {
  273.     background: #ffc;
  274.     text-decoration: none;
  275. }
  276. blockquote {
  277.     font-style: italic;
  278.     padding: 0 3em;
  279. }
  280. blockquote cite,
  281. blockquote em,
  282. blockquote i {
  283.     font-style: normal;
  284. }
  285. pre {
  286.     background: #f7f7f7;
  287.     color: #222;
  288.     line-height: 18px;
  289.     margin-bottom: 18px;
  290.     padding: 1.5em;
  291. }
  292. abbr,
  293. acronym {
  294.     border-bottom: 1px dotted #666;
  295.     cursor: help;
  296. }
  297. sup,
  298. sub {
  299.     height: 0;
  300.     line-height: 1;
  301.     position: relative;
  302.     vertical-align: baseline;
  303. }
  304. sup {
  305.     bottom: 1ex;
  306. }
  307. sub {
  308.     top: .5ex;
  309. }
  310. input[type="text"],
  311. textarea {
  312.     background: #f9f9f9;
  313.     border: 1px solid #ccc;
  314.     box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  315.     -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  316.     -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  317.     padding: 2px;
  318. }
  319. a:link {
  320.     color: #0066cc;
  321. }
  322. a:visited {
  323.     color: #743399;
  324. }
  325. a:active,
  326. a:hover {
  327.     color: #ff4b33;
  328. }
  329.  
  330. /* Text meant only for screen readers */
  331. .screen-reader-text {
  332.     position: absolute;
  333.     left: -9000px;
  334. }
  335.  
  336.  
  337. /* =Header
  338. -------------------------------------------------------------- */
  339.  
  340. #header {
  341.     padding: 0 0 0 0;
  342. }
  343. #site-title {
  344.     float: left;
  345.     font-size: 0;
  346.     line-height: 0;
  347.     margin: 0 0 0 0;
  348.     width: 700px;
  349. }
  350. #site-title a {
  351.     color: #FFFFFF;
  352.     font-weight: bold;
  353.     text-decoration: none;
  354. }
  355. #site-description {
  356.     clear: right;
  357.     float: right;
  358.     font-style: italic;
  359.     margin: 0 0 0 0;
  360.     width: 220px;
  361. }
  362.  
  363. /* This is the custom header image */
  364. #branding img {
  365.     border-top: 1px dotted #FFFFFF;
  366.     border-bottom: 1px solid #000;
  367.     clear: both;
  368.     display: block;
  369. }
  370.  
  371.  
  372. /* =Menu
  373. -------------------------------------------------------------- */
  374.  
  375. #access {
  376.     background: #420084;
  377.     display: block;
  378.     float: left;
  379.     margin: 0 auto;
  380.     width: 940px;
  381. }
  382. #access .menu-header,
  383. div.menu {
  384.     font-size: 12px;
  385.     margin-left: 12px;
  386.     width: 928px;
  387. }
  388. #access .menu-header ul,
  389. div.menu ul {
  390.     list-style: none;
  391.     margin: 0;
  392. }
  393. #access .menu-header li,
  394. div.menu li {
  395.     float: left;
  396.     position: relative;
  397. }
  398. #access a {
  399.     color: #fff;
  400.     display: block;
  401.     line-height: 38px;
  402.     padding: 0 10px;
  403.     text-decoration: none;
  404. }
  405. #access ul ul {
  406.     box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  407.     -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  408.     -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  409.     display: none;
  410.     position: absolute;
  411.     top: 38px;
  412.     left: 0;
  413.     float: left;
  414.     width: 180px;
  415.     z-index: 99999;
  416. }
  417. #access ul ul li {
  418.     min-width: 180px;
  419. }
  420. #access ul ul ul {
  421.     left: 100%;
  422.     top: 0;
  423. }
  424. #access ul ul a {
  425.     background: #333;
  426.     line-height: 1em;
  427.     padding: 10px;
  428.     width: 160px;
  429.     height: auto;
  430. }
  431. #access li:hover > a,
  432. #access ul ul :hover > a {
  433.     background: #FF0099;
  434.     color: #fff;
  435. }
  436. #access ul li:hover > ul {
  437.     display: block;
  438. }
  439. #access ul li.current_page_item > a,
  440. #access ul li.current-menu-ancestor > a,
  441. #access ul li.current-menu-item > a,
  442. #access ul li.current-menu-parent > a {
  443.     color: #fff;
  444. }
  445. * html #access ul li.current_page_item a,
  446. * html #access ul li.current-menu-ancestor a,
  447. * html #access ul li.current-menu-item a,
  448. * html #access ul li.current-menu-parent a,
  449. * html #access ul li a:hover {
  450.     color: #fff;
  451. }
  452.  
  453.  
  454. /* =Content
  455. -------------------------------------------------------------- */
  456.  
  457. #main {
  458.     clear: both;
  459.     overflow: hidden;
  460.     padding: 40px 0 0 0;
  461. }
  462. #content {
  463.     margin-bottom: 36px;
  464. }
  465. #content,
  466. #content input,
  467. #content textarea {
  468.     color: #333;
  469.     font-size: 11px;
  470.     line-height: 14px;
  471. }
  472. #content p,
  473. #content ul,
  474. #content ol,
  475. #content dd,
  476. #content pre,
  477. #content hr {
  478.     margin-bottom: 24px;
  479. }
  480. #content ul ul,
  481. #content ol ol,
  482. #content ul ol,
  483. #content ol ul {
  484.     margin-bottom: 0;
  485. }
  486. #content pre,
  487. #content kbd,
  488. #content tt,
  489. #content var {
  490.     font-size: 15px;
  491.     line-height: 21px;
  492. }
  493. #content code {
  494.     font-size: 13px;
  495. }
  496. #content dt,
  497. #content th {
  498.     color: #000;
  499. }
  500. #content h1,
  501. #content h2,
  502. #content h3,
  503. #content h4,
  504. #content h5,
  505. #content h6 {
  506.     color: #000;
  507.     line-height: 1.5em;
  508.     margin: 0 0 20px 0;
  509. }
  510. #content table {
  511.     border: 1px solid #e7e7e7;
  512.     margin: 0 -1px 24px 0;
  513.     text-align: left;
  514.     width: 100%;
  515. }
  516. #content tr th,
  517. #content thead th {
  518.     color: #888;
  519.     font-size: 11px;
  520.     font-weight: bold;
  521.     line-height: 16px;
  522.     padding: 9px 24px;
  523. }
  524. #content tr td {
  525.     border-top: 1px solid #e7e7e7;
  526.     padding: 6px 24px;
  527. }
  528. #content tr.odd td {
  529.     background: #FFD9EC;
  530. }
  531. .hentry {
  532.     margin: 0 0 48px 0;
  533. }
  534. .home .sticky {
  535.     background: #ffeaf5;
  536.     border-top: 20px solid #FF0080;
  537.     margin-left: -20px;
  538.     margin-right: -20px;
  539.     padding: 18px 20px;
  540. }
  541. .single .hentry {
  542.     margin: 0 0 36px 0;
  543. }
  544. .page-title {
  545.     color: #000;
  546.     font-size: 14px;
  547.     font-weight: bold;
  548.     margin: 0 0 36px 0;
  549. }
  550. .page-title span {
  551.     color: #333;
  552.     font-size: 16px;
  553.     font-style: italic;
  554.     font-weight: normal;
  555. }
  556. .page-title a:link,
  557. .page-title a:visited {
  558.     color: #888;
  559.     text-decoration: none;
  560. }
  561. .page-title a:active,
  562. .page-title a:hover {
  563.     color: #ff4b33;
  564. }
  565. #content .entry-title {
  566.     color: #000;
  567.     font-size: 21px;
  568.     font-weight: bold;
  569.     line-height: 1.0em;
  570.     margin-bottom: 0;
  571. }
  572. .entry-title a:link,
  573. .entry-title a:visited {
  574.     color: #000;
  575.     text-decoration: none;
  576. }
  577. .entry-title a:active,
  578. .entry-title a:hover {
  579.     color: #ff4b33;
  580. }
  581. .entry-meta {
  582.     color: #888;
  583.     font-size: 11px;
  584. }
  585. .entry-meta abbr,
  586. .entry-utility abbr {
  587.     border: none;
  588. }
  589. .entry-meta abbr:hover,
  590. .entry-utility abbr:hover {
  591.     border-bottom: 1px dotted #666;
  592. }
  593. .entry-content,
  594. .entry-summary {
  595.     clear: both;
  596.     padding: 12px 0 0 0;
  597. }
  598. #content .entry-summary p:last-child {
  599.     margin-bottom: 12px;
  600. }
  601. .entry-content fieldset {
  602.     border: 1px solid #e7e7e7;
  603.     margin: 0 0 24px 0;
  604.     padding: 24px;
  605. }
  606. .entry-content fieldset legend {
  607.     background: #fff;
  608.     color: #000;
  609.     font-weight: bold;
  610.     padding: 0 24px;
  611. }
  612. .entry-content input {
  613.     margin: 0 0 24px 0;
  614. }
  615. .entry-content input.file,
  616. .entry-content input.button {
  617.     margin-right: 24px;
  618. }
  619. .entry-content label {
  620.     color: #888;
  621.     font-size: 11px;
  622. }
  623. .entry-content select {
  624.     margin: 0 0 24px 0;
  625. }
  626. .entry-content sup,
  627. .entry-content sub {
  628.     font-size: 10px;
  629. }
  630. .entry-content blockquote.left {
  631.     float: left;
  632.     margin-left: 0;
  633.     margin-right: 24px;
  634.     text-align: right;
  635.     width: 33%;
  636. }
  637. .entry-content blockquote.right {
  638.     float: right;
  639.     margin-left: 24px;
  640.     margin-right: 0;
  641.     text-align: left;
  642.     width: 33%;
  643. }
  644. .page-link {
  645.     color: #000;
  646.     font-weight: bold;
  647.     margin: 0 0 22px 0;
  648.     word-spacing: 0.5em;
  649. }
  650. .page-link a:link,
  651. .page-link a:visited {
  652.     background: f8f8f8;
  653.     color: #333;
  654.     font-weight: normal;
  655.     padding: 0.5em 0.75em;
  656.     text-decoration: none;
  657. }
  658. .home .sticky .page-link a {
  659.     background: #d9e8f7;
  660. }
  661. .page-link a:active,
  662. .page-link a:hover {
  663.     color: #ff4b33;
  664. }
  665. body.page .edit-link {
  666.     clear: both;
  667.     display: block;
  668. }
  669. #entry-author-info {
  670.     background: #f2f7fc;
  671.     border-top: 4px solid #000;
  672.     clear: both;
  673.     font-size: 14px;
  674.     line-height: 20px;
  675.     margin: 24px 0;
  676.     overflow: hidden;
  677.     padding: 18px 20px;
  678. }
  679. #entry-author-info #author-avatar {
  680.     background: #fff;
  681.     border: 1px solid #e7e7e7;
  682.     float: left;
  683.     height: 60px;
  684.     margin: 0 -104px 0 0;
  685.     padding: 11px;
  686. }
  687. #entry-author-info #author-description {
  688.     float: left;
  689.     margin: 0 0 0 104px;
  690. }
  691. #entry-author-info h2 {
  692.     color: #000;
  693.     font-size: 100%;
  694.     font-weight: bold;
  695.     margin-bottom: 0;
  696. }
  697. .entry-utility {
  698.     clear: both;
  699.     color: #888;
  700.     font-size: 11px;
  701.     line-height: 18px;
  702. }
  703. .entry-meta a,
  704. .entry-utility a {
  705.     color: #888;
  706. }
  707. .entry-meta a:hover,
  708. .entry-utility a:hover {
  709.     color: #ff4b33;
  710. }
  711. #content .video-player {
  712.     padding: 0;
  713. }
  714.  
  715.  
  716. /* =Asides
  717. -------------------------------------------------------------- */
  718.  
  719. .home #content .category-asides p {
  720.     font-size: 14px;
  721.     line-height: 20px;
  722.     margin-bottom: 10px;
  723.     margin-top: 0;
  724. }
  725. .home .hentry.category-asides {
  726.     padding: 0;
  727. }
  728. .home #content .category-asides .entry-content {
  729.     padding-top: 0;
  730. }
  731.  
  732.  
  733. /* =Gallery listing
  734. -------------------------------------------------------------- */
  735.  
  736. .category-gallery .size-thumbnail img {
  737.     border: 10px solid #f1f1f1;
  738.     margin-bottom: 0;
  739. }
  740. .category-gallery .gallery-thumb {
  741.     float: left;
  742.     margin-right: 20px;
  743.     margin-top: -4px;
  744. }
  745. .home #content .category-gallery .entry-utility {
  746.     padding-top: 4px;
  747. }
  748.  
  749.  
  750. /* =Attachment pages
  751. -------------------------------------------------------------- */
  752.  
  753. .attachment .entry-content .entry-caption {
  754.     font-size: 140%;
  755.     margin-top: 24px;
  756. }
  757. .attachment .entry-content .nav-previous a:before {
  758.     content: '\2190\00a0';
  759. }
  760. .attachment .entry-content .nav-next a:after {
  761.     content: '\00a0\2192';
  762. }
  763.  
  764.  
  765. /* =Images
  766. -------------------------------------------------------------- */
  767.  
  768. #content img {
  769.     margin: 0;
  770.     height: auto;
  771.     max-width: 640px;
  772.     width: auto;
  773. }
  774. #content .attachment img {
  775.     max-width: 900px;
  776. }
  777. #content .alignleft,
  778. #content img.alignleft {
  779.     display: inline;
  780.     float: left;
  781.     margin-right: 24px;
  782.     margin-top: 4px;
  783. }
  784. #content .alignright,
  785. #content img.alignright {
  786.     display: inline;
  787.     float: right;
  788.     margin-left: 24px;
  789.     margin-top: 4px;
  790. }
  791. #content .aligncenter,
  792. #content img.aligncenter {
  793.     clear: both;
  794.     display: block;
  795.     margin-left: auto;
  796.     margin-right: auto;
  797. }
  798. #content img.alignleft,
  799. #content img.alignright,
  800. #content img.aligncenter {
  801.     margin-bottom: 12px;
  802. }
  803. #content .wp-caption {
  804.     background: f8f8f8;
  805.     line-height: 18px;
  806.     margin-bottom: 20px;
  807.     padding: 4px;
  808.     text-align: center;
  809. }
  810. #content .wp-caption img {
  811.     margin: 5px 5px 0;
  812. }
  813. #content .wp-caption p.wp-caption-text {
  814.     color: #888;
  815.     font-size: 11px;
  816.     margin: 5px;
  817. }
  818. #content .wp-smiley {
  819.     margin: 0;
  820. }
  821. #content .gallery {
  822.     margin: 0 auto 18px;
  823. }
  824. #content .gallery .gallery-item {
  825.     float: left;
  826.     margin-top: 0;
  827.     text-align: center;
  828.     width: 33%;
  829. }
  830. #content .gallery img {
  831.     border: 2px solid #cfcfcf;
  832. }
  833. #content .gallery .gallery-caption {
  834.     color: #888;
  835.     font-size: 11px;
  836.     margin: 0 0 12px;
  837. }
  838. #content .gallery dl {
  839.     margin: 0;
  840. }
  841. #content .gallery img {
  842.     border: 10px solid #f1f1f1;
  843. }
  844. #content .gallery br+br {
  845.     display: none;
  846. }
  847. #content .attachment img { /* single attachment images should be centered */
  848.     display: block;
  849.     margin: 0 auto;
  850. }
  851.  
  852.  
  853. /* =Navigation
  854. -------------------------------------------------------------- */
  855.  
  856. .navigation {
  857.     color: #888;
  858.     font-size: 11px;
  859.     line-height: 16px;
  860.     overflow: hidden;
  861. }
  862. .navigation a:link,
  863. .navigation a:visited {
  864.     color: #888;
  865.     text-decoration: none;
  866. }
  867. .navigation a:active,
  868. .navigation a:hover {
  869.     color: #ff4b33;
  870. }
  871. .nav-previous {
  872.     float: left;
  873.     width: 50%;
  874. }
  875. .nav-next {
  876.     float: right;
  877.     text-align: right;
  878.     width: 50%;
  879. }
  880. #nav-above {
  881.     margin: 0 0 18px 0;
  882. }
  883. #nav-above {
  884.     display: none;
  885. }
  886. .paged #nav-above,
  887. .single #nav-above {
  888.     display: block;
  889. }
  890. #nav-below {
  891.     margin: -18px 0 0 0;
  892. }
  893.  
  894.  
  895. /* =Comments
  896. -------------------------------------------------------------- */
  897. #comments {
  898.     clear: both;
  899. }
  900. #comments .navigation {
  901.     padding: 0 0 18px 0;
  902. }
  903. h3#comments-title,
  904. h3#reply-title {
  905.     color: #000;
  906.     font-size: 20px;
  907.     font-weight: bold;
  908.     margin-bottom: 0;
  909. }
  910. h3#comments-title {
  911.     padding: 24px 0;
  912. }
  913. .commentlist {
  914.     list-style: none;
  915.     margin: 0;
  916. }
  917. .commentlist li.comment {
  918.     border-bottom: 1px solid #e7e7e7;
  919.     line-height: 24px;
  920.     margin: 0 0 24px 0;
  921.     padding: 0 0 0 56px;
  922.     position: relative;
  923. }
  924. .commentlist li:last-child {
  925.     border-bottom: none;
  926.     margin-bottom: 0;
  927. }
  928. #comments .comment-body ul,
  929. #comments .comment-body ol {
  930.     margin-bottom: 18px;
  931. }
  932. #comments .comment-body p:last-child {
  933.     margin-bottom: 6px;
  934. }
  935. #comments .comment-body blockquote p:last-child {
  936.     margin-bottom: 24px;
  937. }
  938. .commentlist ol {
  939.     list-style: decimal;
  940. }
  941. .commentlist .avatar {
  942.     position: absolute;
  943.     top: 4px;
  944.     left: 0;
  945. }
  946. .comment-author {
  947. }
  948. .comment-author cite {
  949.     color: #000;
  950.     font-style: normal;
  951.     font-weight: bold;
  952. }
  953. .comment-author .says {
  954.     font-style: italic;
  955. }
  956. .comment-meta {
  957.     font-size: 11px;
  958.     margin: 0 0 18px 0;
  959. }
  960. .comment-meta a:link,
  961. .comment-meta a:visited {
  962.     color: #888;
  963.     text-decoration: none;
  964. }
  965. .comment-meta a:active,
  966. .comment-meta a:hover {
  967.     color: #ff4b33;
  968. }
  969. .commentlist .even {
  970. }
  971. .commentlist .bypostauthor {
  972. }
  973. .reply {
  974.     font-size: 11px;
  975.     padding: 0 0 24px 0;
  976. }
  977. .reply a,
  978. a.comment-edit-link {
  979.     color: #888;
  980. }
  981. .reply a:hover,
  982. a.comment-edit-link:hover {
  983.     color: #ff4b33;
  984. }
  985. .commentlist .children {
  986.     list-style: none;
  987.     margin: 0;
  988. }
  989. .commentlist .children li {
  990.     border: none;
  991.     margin: 0;
  992. }
  993. .nopassword,
  994. .nocomments {
  995.     display: none;
  996. }
  997. #comments .pingback {
  998.     border-bottom: 1px solid #e7e7e7;
  999.     margin-bottom: 18px;
  1000.     padding-bottom: 18px;
  1001. }
  1002. .commentlist li.comment+li.pingback {
  1003.     margin-top: -6px;
  1004. }
  1005. #comments .pingback p {
  1006.     color: #888;
  1007.     display: block;
  1008.     font-size: 11px;
  1009.     line-height: 14px;
  1010.     margin: 0;
  1011. }
  1012. #comments .pingback .url {
  1013.     font-size: 13px;
  1014.     font-style: italic;
  1015. }
  1016.  
  1017. /* Comments form */
  1018. input[type=submit] {
  1019.     color: #333;
  1020. }
  1021. #respond {
  1022.     border-top: 1px solid #e7e7e7;
  1023.     margin: 24px 0;
  1024.     overflow: hidden;
  1025.     position: relative;
  1026. }
  1027. #respond p {
  1028.     margin: 0;
  1029. }
  1030. #respond .comment-notes {
  1031.     margin-bottom: 1em;
  1032. }
  1033. .form-allowed-tags {
  1034.     line-height: 1em;
  1035. }
  1036. .children #respond {
  1037.     margin: 0 48px 0 0;
  1038. }
  1039. h3#reply-title {
  1040.     margin: 18px 0;
  1041. }
  1042. #comments-list #respond {
  1043.     margin: 0 0 18px 0;
  1044. }
  1045. #comments-list ul #respond {
  1046.     margin: 0;
  1047. }
  1048. #cancel-comment-reply-link {
  1049.     font-size: 11px;
  1050.     font-weight: normal;
  1051.     line-height: 16px;
  1052. }
  1053. #respond .required {
  1054.     color: #ff4b33;
  1055.     font-weight: bold;
  1056. }
  1057. #respond label {
  1058.     color: #888;
  1059.     font-size: 11px;
  1060. }
  1061. #respond input {
  1062.     margin: 0 0 9px;
  1063.     width: 98%;
  1064. }
  1065. #respond textarea {
  1066.     width: 98%;
  1067. }
  1068. #respond .form-allowed-tags {
  1069.     color: #888;
  1070.     font-size: 11px;
  1071.     line-height: 16px;
  1072. }
  1073. #respond .form-allowed-tags code {
  1074.     font-size: 11px;
  1075. }
  1076. #respond .form-submit {
  1077.     margin: 12px 0;
  1078. }
  1079. #respond .form-submit input {
  1080.     font-size: 14px;
  1081.     width: auto;
  1082. }
  1083.  
  1084.  
  1085. /* =Widget Areas
  1086. -------------------------------------------------------------- */
  1087.  
  1088. .widget-area ul {
  1089.     list-style: none;
  1090.     margin-left: 0;
  1091. }
  1092. .widget-area ul ul {
  1093.     list-style: square;
  1094.     margin-left: 1.3em;
  1095. }
  1096. .widget_search #s {/* This keeps the search inputs in line */
  1097.     width: 60%;
  1098. }
  1099. .widget_search label {
  1100.     display: none;
  1101. }
  1102. .widget-container {
  1103.     margin: 0 0 18px 0;
  1104. }
  1105. .widget-title {
  1106.     color: #fff;
  1107.     font-weight: bold;
  1108. }
  1109. .widget-area a:link,
  1110. .widget-area a:visited {
  1111.     text-decoration: none;
  1112.     color: #0099FF;
  1113. }
  1114. .widget-area a:active,
  1115. .widget-area a:hover {
  1116.     text-decoration: underline;
  1117. }
  1118. .widget-area .entry-meta {
  1119.     font-size: 11px;
  1120. }
  1121. #wp_tag_cloud div {
  1122.     line-height: 1.6em;
  1123. }
  1124. #wp-calendar {
  1125.     width: 100%;
  1126. }
  1127. #wp-calendar caption {
  1128.     color: #fff;
  1129.     font-size: 14px;
  1130.     font-weight: bold;
  1131.     padding-bottom: 4px;
  1132.     text-align: left;
  1133. }
  1134. #wp-calendar thead {
  1135.     font-size: 11px;
  1136. }
  1137. #wp-calendar thead th {
  1138. }
  1139. #wp-calendar tbody {
  1140.     color: #aaa;
  1141. }
  1142. #wp-calendar tbody td {
  1143.     background: #f5f5f5;
  1144.     border: 1px solid #fff;
  1145.     padding: 3px 0 2px;
  1146.     text-align: center;
  1147. }
  1148. #wp-calendar tbody .pad {
  1149.     background: none;
  1150. }
  1151. #wp-calendar tfoot #next {
  1152.     text-align: right;
  1153. }
  1154. .widget_rss a.rsswidget {
  1155.     color: #FFF;
  1156. }
  1157. .widget_rss a.rsswidget:hover {
  1158.     color: #ff4b33;
  1159. }
  1160. .widget_rss .widget-title img {
  1161.     width: 11px;
  1162.     height: 11px;
  1163. }
  1164.  
  1165. /* Main sidebars */
  1166. #main .widget-area ul {
  1167.     margin-left: 0;
  1168.     padding: 0 20px 0 0;
  1169. }
  1170. #main .widget-area ul ul {
  1171.     border: none;
  1172.     margin-left: 1.3em;
  1173.     padding: 0;
  1174. }
  1175. #primary {
  1176. }
  1177. #secondary {
  1178. }
  1179.  
  1180. /* Footer widget areas */
  1181. #footer-widget-area {
  1182. }
  1183.  
  1184.  
  1185. /* =Footer
  1186. -------------------------------------------------------------- */
  1187. #footer {
  1188.     background-image:url(images/background_footer.jpg);
  1189.     background-repeat:repeat-x;
  1190.     padding:-50px;
  1191.     position:relative;
  1192.     top:0;
  1193.     min-height:130px;
  1194.     margin-bottom:0;
  1195. }
  1196. #site-info {
  1197.     font-weight: bold;
  1198. }
  1199. #site-info a {
  1200.     color: #000;
  1201.     text-decoration: none;
  1202. }
  1203. #site-generator {
  1204.     font-style: italic;
  1205.     position: relative;
  1206. }
  1207. #site-generator a {
  1208.     background: url(images/wordpress.png) center left no-repeat;
  1209.     color: #666;
  1210.     display: inline-block;
  1211.     line-height: 14px;
  1212.     padding-left: 20px;
  1213.     text-decoration: none;
  1214. }
  1215. #site-generator a:hover {
  1216.     text-decoration: underline;
  1217. }
  1218. img#wpstats {
  1219.     display: block;
  1220.     margin: 0 auto 10px;
  1221. }
  1222.  
  1223.  
  1224. /* =Mobile Safari ( iPad, iPhone and iPod Touch )
  1225. -------------------------------------------------------------- */
  1226.  
  1227. pre {
  1228.     -webkit-text-size-adjust: 140%;
  1229. }
  1230. code {
  1231.     -webkit-text-size-adjust: 160%;
  1232. }
  1233. #access,
  1234. .entry-meta,
  1235. .entry-utility,
  1236. .navigation,
  1237. .widget-area {
  1238.     -webkit-text-size-adjust: 120%;
  1239. }
  1240. #site-description {
  1241.     -webkit-text-size-adjust: none;
  1242. }
  1243.  
  1244.  
  1245. /* =Print Style
  1246. -------------------------------------------------------------- */
  1247.  
  1248. @media print {
  1249.     body {
  1250.         background: none !important;
  1251.     }
  1252.     #wrapper {
  1253.         clear: both !important;
  1254.         display: block !important;
  1255.         float: none !important;
  1256.         position: relative !important;
  1257.     }
  1258.     #header {
  1259.         border-bottom: 2pt solid #000;
  1260.         padding-bottom: 18pt;
  1261.     }
  1262.     #colophon {
  1263.         border-top: 2pt solid #000;
  1264.     }
  1265.     #site-title,
  1266.     #site-description {
  1267.         float: none;
  1268.         line-height: 1.4em;
  1269.         margin: 0;
  1270.         padding: 0;
  1271.     }
  1272.     #site-title {
  1273.         font-size: 13pt;
  1274.     }
  1275.     .entry-content {
  1276.         font-size: 11pt;
  1277.         line-height: 1.6em;
  1278.     }
  1279.     .entry-title {
  1280.         font-size: 21pt;
  1281.     }
  1282.     #access,
  1283.     #branding img,
  1284.     #respond,
  1285.     .comment-edit-link,
  1286.     .edit-link,
  1287.     .navigation,
  1288.     .page-link,
  1289.     .widget-area {
  1290.         display: none !important;
  1291.     }
  1292.     #container,
  1293.     #header,
  1294.     #footer {
  1295.         margin: 0;
  1296.         width: 100%;
  1297.     }
  1298.     #content,
  1299.     .one-column #content {
  1300.         margin: 24pt 0 0;
  1301.         width: 100%;
  1302.     }
  1303.     .wp-caption p {
  1304.         font-size: 11pt;
  1305.     }
  1306.     #site-info,
  1307.     #site-generator {
  1308.         float: none;
  1309.         width: auto;
  1310.     }
  1311.     #colophon {
  1312.         width: auto;
  1313.     }
  1314.     img#wpstats {
  1315.         display: none;
  1316.     }
  1317.     #site-generator a {
  1318.         margin: 0;
  1319.         padding: 0;
  1320.     }
  1321.     #entry-author-info {
  1322.         border: 1px solid #e7e7e7;
  1323.     }
  1324.     #main {
  1325.         display: inline;
  1326.     }
  1327.     .home .sticky {
  1328.         border: none;
  1329.     }
  1330. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement