Advertisement
Guest User

Untitled

a guest
Oct 9th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.43 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /*
  4.     Theme Name: warm-home
  5.    
  6.     Theme URI: http://www.wpart.org/wordpress-themes-warm-home-4/
  7.    
  8.     Description: The Wordpress templates "Warm Home",with the tone of light and breezy ,elegant and full of life.It is divided into two columns:
  9.     Column list of posts, customize Sidebar.Home Posts list displays as thumbnail and summary .Sidebar specific the first header background.Supporting the sidebar widget , threaded-comments and Stylesheet Edit.
  10.    
  11.     Version: 1.9
  12.    
  13.     Author:WPart.org
  14.    
  15.     Author URI: http://www.wpart.org
  16.    
  17.     tags:black, white,silver,light,green,yellow,two-columns,right-sidebar,threaded-comments,seasonal
  18.    
  19.     License: GNU GENERAL PUBLIC LICENSE Version 2, June 1991
  20.  
  21.     License URI: http://www.gnu.org/licenses/gpl-2.0.html
  22. */
  23.  
  24. body {
  25.     background: url(images/footer.jpg) no-repeat bottom center #e8e7e5;
  26.     margin:0 auto;
  27.     padding:0;
  28.     font-family: Arial, Tahoma, Helvetica, sans-serif;
  29.     color:#848484;
  30.     font-size:12px;
  31. }
  32. body a {
  33.     color:#51504f;
  34. }
  35. body a:hover {
  36.     text-decoration:underline;
  37. }
  38.  
  39. .floatright{
  40.     float:right;
  41.     }
  42.  
  43. .floatleft{
  44.     float:left;
  45.     }
  46.        
  47. .alignright{
  48.    float:right;
  49.    margin:15px;
  50.    margin-right:0;
  51.    }
  52.  
  53. .alignleft{
  54.     float:left;
  55.     margin:15px;
  56.     margin-left:0;
  57.    }
  58.  
  59. .aligncenter {
  60.    display:block;
  61.    clear: both;
  62.    margin:15px auto;
  63.    }
  64.  
  65. #content .main .entry img.alighleft{
  66.     display: inline;
  67.     float: left;
  68.     margin:4px 0 0 24px;
  69. }
  70.  
  71. #content .main .entry img.alignright {
  72.     display: inline;
  73.     float: right;
  74.     margin:4px 0 0 24px;
  75. }
  76.  
  77. #content .main .entry img.aligncenter {
  78.     clear: both;
  79.     float:none;
  80.     display:block;
  81.     margin:auto;
  82. }
  83.  
  84. #content .main .entry img.alignnone {
  85.     float:none;
  86. }
  87.  
  88. #content .main .entry img.alignleft,
  89. #content .main .entry img.alignright,
  90. #content .main .entry img.aligncenter,
  91. #content .main .entry img.alignnone{
  92.     margin-bottom: 12px;
  93. }
  94.  
  95. table,tr, th, td {
  96.     background: transparent;
  97.     border: 0;
  98.     margin: 0;
  99.     padding: 0;
  100.     vertical-align: baseline;
  101. }
  102.  
  103. table {
  104.     border-collapse: collapse;
  105.     border-spacing: 0;
  106. }
  107.  
  108. .main table {
  109.     border: 1px solid #e7e7e7;
  110.     margin: 0 -1px 24px 0;
  111.     text-align: left;
  112.     width: 100%;
  113. }
  114. .main  tr th,
  115. .main  thead th {
  116.     color: #888;
  117.     font-size: 12px;
  118.     font-weight: bold;
  119.     line-height: 18px;
  120.     padding: 9px 24px;
  121. }
  122. .main tr td {
  123.     border-top: 1px solid #e7e7e7;
  124.     padding: 6px 24px;
  125. }
  126. .main  tr.odd td {
  127.     background: #f2f7fc;
  128. }
  129.            
  130. #header {
  131.     width:500px;
  132.     height:200px;  
  133.     background:url(images/header_bg.jpg) no-repeat top;
  134.     margin:0 auto;
  135.     padding:40px 200px 50px 300px;
  136.     position:relative;
  137.     text-align:center;
  138. }
  139. #header h1 {
  140.     font-size:24px;
  141.     font-weight:bold;
  142.     width:500px;
  143.     margin:0;
  144. }
  145. #header h1 a {
  146.     color:#bdbdbd;
  147.     text-decoration:none;
  148. }
  149. #description {
  150.     color:#787878;
  151.     font-size:12px;
  152.     width:500px;
  153. }
  154.  
  155. /* =Menu
  156. -------------------------------------------------------------- */
  157.  
  158. #nav {
  159.     height:52px;
  160.     width:740px;
  161.     background:url(images/nav_bg.jpg) 10px 5px no-repeat;
  162.     padding:0 230px 0 30px;
  163.     margin:0 auto;
  164.     text-transform:normal;
  165.     font-weight:bold
  166. }
  167.  
  168. #nav .menu-header,
  169. div.menu {
  170.     font-size: 13px;
  171.     margin-left: 10px;
  172.     width: 740px;
  173. }
  174.  
  175. #nav .menu-header ul,
  176. div.menu ul {
  177.     list-style: none;
  178.     margin: 0;
  179.     padding:0;
  180. }
  181.  
  182. #nav .menu-header li,
  183. div.menu li {
  184.     float: left;
  185.     position: relative;
  186. }
  187.  
  188. #nav ul li {
  189.     margin-right:15px;
  190. }
  191.  
  192. #nav a {
  193.     font-size:14px;
  194.     color:#787878;
  195.     display: block;
  196.     height:35px;
  197.     vertical-align:bottom;
  198.     text-decoration:none;
  199. }
  200.  
  201. #nav ul ul {
  202.     display: block;
  203.     position: absolute;
  204.     top:20px;
  205.     left:0;
  206.     float: left;
  207.     width:180px;
  208.     z-index: 99999;
  209. }
  210.  
  211. #nav ul ul li {
  212.    margin-left:2px;
  213.  
  214. }
  215. #nav ul ul ul {
  216.     left: 100%;
  217.     top: 0;
  218. }
  219. #nav ul ul a {
  220.     background-color: #E8E7E5;
  221.     line-height: 1em;
  222.     padding:5px;
  223.     height: auto;
  224.     width:160px;
  225.     margin:0px;
  226.     padding:3px 20px 3px 10px;
  227.     font-size:11px;
  228.     letter-spacing:normal;
  229.     border-left:10px solid #a0d89b;
  230. }
  231.  
  232. #nav ul ul :hover > a {
  233.     color: #787878;
  234. }
  235. #nav ul li:hover > ul {
  236.     display: block;
  237. }
  238. #nav ul li.current_page_item > a,
  239. #nav ul li.current-menu-ancestor > a,
  240. #nav ul li.current-menu-item > a,
  241. #nav ul li.current-menu-parent > a {
  242.     color: #787878;
  243. }
  244. * html #nav ul li.current_page_item a,
  245. * html #nav ul li.current-menu-ancestor a,
  246. * html #nav ul li.current-menu-item a,
  247. * html #nav ul li.current-menu-parent a,
  248. * html #nav ul li a:hover {
  249.     color:#787878;
  250. }
  251.  
  252. #nav li ul {width: 10em;left: -999em;}
  253. #nav li:hover ul {left: auto;} 
  254.  
  255.  
  256. /* search form */
  257. #searchTop {
  258.     position:absolute;
  259.     text-align:right;
  260.     width:180px;
  261.     right:0px;
  262.     top:170px;
  263.     z-index:100;
  264. }
  265. #searchTop form {
  266.     padding:0;
  267.     margin:0;
  268.     height:26px;
  269. }
  270. #searchTop .txtField {
  271.     border:1px solid #cfcecc;
  272.     background-color:#F0F0F0;
  273.     width:115px;
  274.     margin-right:5px;
  275.     padding:5px;
  276.     font-family: Arial, Tahoma, Helvetica, sans-serif;
  277.     font-size:12px;
  278.     float:right;
  279. }
  280. #searchTop .btnSearch {
  281.     margin:0;
  282.     padding:2px;
  283.     float:right;
  284.     height:26px;
  285.     width:29px;
  286.     color:#999999;
  287.     font-size:10px;
  288.     background: url(images/zoom.jpg) no-repeat top transparent;
  289.     border:1px solid #e8e7e5;
  290.     text-indent:-999px;
  291.     cursor:hand;
  292. }
  293. .Search {
  294.     text-align:right;
  295.     width:209px;
  296.     padding: 20px 0 0 20px;
  297. }
  298. .Search form {
  299.     padding:0;
  300.     margin:0;
  301.     height:26px;
  302. }
  303. .Search .txtField {
  304.     border:1px solid #cfcecc;
  305.     background-color:#F0F0F0;
  306.     width:140px;
  307.     margin-right:5px;
  308.     padding:5px;
  309.     font-family: Arial, Tahoma, Helvetica, sans-serif;
  310.     font-size:12px;
  311.     float:left;
  312. }
  313. .Search .btnSearch {
  314.     margin:0;
  315.     padding:2px;
  316.     float:left;
  317.     height:26px;
  318.     width:29px;
  319.     color:#999999;
  320.     font-size:10px;
  321.     background: url(images/zoom.jpg) no-repeat top transparent;
  322.     border:1px solid #e8e7e5;
  323.     text-indent:-999px;
  324.     cursor:hand;
  325. }
  326.  
  327. .single-attachment #content {
  328.     margin: 0 auto;
  329.     width: 992px;
  330. }
  331.  
  332.  
  333. #content {
  334.     width:992px;
  335.     margin:0 auto;
  336.     padding-left:8px;
  337.     clear:both;
  338. }
  339. /*main start*/ 
  340. #content .main {
  341.     width:569px;
  342.     margin:17px 15px 120px 0px;
  343.     float:left;
  344.     display:inline;
  345.     line-height:20px;
  346. }
  347. #content .main .top {
  348.     background:url(images/content_top.jpg) top no-repeat;
  349.     height:17px;
  350.     overflow:hidden;
  351.     margin:0;
  352. }
  353. #content .main .bot {
  354.     background:url(images/content_bot.jpg) bottom no-repeat;
  355.     height:18px;
  356.     width:569px;
  357.     overflow:hidden;
  358. }
  359. #content .main .center {
  360.     background:url(images/content_bg.jpg) repeat-y;
  361.     padding:10px 25px 20px 38px;
  362.     width:506px;
  363.     float:left;
  364.     word-wrap: break-word;
  365.     word-break: normal;
  366. }
  367.  
  368. #content .main .posts{
  369.     width:100%;
  370. }
  371.  
  372. #content .main .posts .postmetadata {
  373.     font-size:12px;
  374.     width:100%;
  375.     padding-bottom:5px;
  376.     margin-bottom:15px;
  377.     border-bottom:1px solid #d8d8d8;
  378. }
  379. #content .main .posts .postmetadata a {
  380.     color:#51504f;
  381.     text-decoration:underline;
  382. }
  383. .title {
  384.     color:#999999;
  385.     font-size:18px;
  386.     font-weight:bold;
  387.     height:25px;
  388.     margin:0;
  389.     padding-bottom:15px;
  390.     border-bottom:1px solid #d8d8d8;
  391. }
  392.  
  393. #content .main .entry {
  394.     width:100%;
  395. }
  396.  
  397. #content .main .entry img {
  398.     padding:5px;
  399.     background:#fff;
  400.     float:left;
  401.     border:1px solid #CCCCCC;
  402.     margin:12px 12px 12px 0;
  403.     max-width:450px;
  404.     max-height:500px;
  405. }
  406.  
  407. #content .main .entry h3{
  408.     clear:both;
  409. }
  410.  
  411. /* next previous */
  412. .previous a {
  413.     float:left;
  414.     width:93px;
  415.     height:33px;
  416. }
  417. .previous a:hover {
  418.     font-weight:bold;
  419. }
  420. .next a {
  421.     float:right;
  422.     width:93px;
  423.     height:33px;
  424. }
  425. .next a:hover {
  426.     font-weight:bold;
  427. }
  428. /*main end*/   
  429.  
  430. .posts-quick {
  431.     margin:0;
  432.     padding:0;
  433.     list-style:none;
  434. }
  435. .posts-quick .entry-thumbnails {
  436.     width:110px;
  437.     height:90px;
  438.     padding:8px;
  439.     background: url(images/postimg_bg.jpg) no-repeat;
  440.     margin:0 12px 12px 0;
  441.     float:left;
  442.     border:none;
  443.     overflow:hidden;
  444. }
  445. .posts-quick .entry-thumbnails img {
  446.     width:110px;
  447.     height:90px;
  448.     border:none;
  449. }
  450. .posts-quick li {
  451.     margin-bottom:20px;
  452.     padding:10px 0;
  453.     border-bottom:1px dashed #d8d8d8;
  454.     position:relative;
  455.     clear:both;
  456.     height:auto;
  457.     line-height:20px;
  458.     width:499px;
  459. }
  460. .posts-quick li .commentnum a {
  461.     position:absolute;
  462.     top:12px;
  463.     left:-47px;
  464.     height:25px;
  465.     width:21px;
  466.     text-align: center;
  467.     text-decoration:none;
  468.     display:block;
  469.     padding:7px 13px 13px 7px;
  470.     font-size:14px;
  471.     background:url(images/comment_bg.jpg) no-repeat;
  472. }
  473. .posts-quick h3, .singleTitle {
  474.     color:#999999;
  475.     font-size:14px;
  476.     font-weight:bold;
  477.     line-height:20px;
  478.     margin:0;
  479.     padding:0;
  480. }
  481. .posts-quick h3 a {
  482.     color:#999999;
  483.     text-decoration:none;
  484. }
  485. .posts-quick h3 a:hover {
  486.     color:#333;
  487.     text-decoration:underline;
  488. }
  489. .posts-quick .entry-summary {
  490.     font-size: 12px;
  491.     width:360px;
  492.     white-space:normal;
  493. }
  494. .posts-quick .postmetadata {
  495.     font-size:12px;
  496.     float:left;
  497.     width:364px;
  498.     padding-bottom:5px;
  499.     border-bottom:1px solid #d8d8d8;
  500. }
  501.  
  502. .posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited {
  503.     margin: 3px 0;
  504.     font-size: 12px;
  505.     color:#51504f;
  506.     text-decoration: none;
  507.     float:right;
  508. }
  509.  
  510. .posts-quick .postmetadata a {
  511.     color:#51504f;
  512.     text-decoration:underline;
  513. }
  514.  
  515. .posts-quick .quick-read-more a:hover {
  516.     text-decoration:underline;
  517. }
  518.  
  519. .edit-link {
  520.     clear: both;
  521.     display: block;
  522. }
  523.  
  524. .page-link {
  525.     color: #666;
  526.     font-weight: bold;
  527.     margin: 0 0 22px 0;
  528.     word-spacing: 0.5em;
  529.     clear:both;
  530. }
  531. .page-link a:link,
  532. .page-link a:visited {
  533.     background: #f1f1f1;
  534.     color: #333;
  535.     font-weight: normal;
  536.     padding: 0.5em 0.75em;
  537.     text-decoration: none;
  538. }
  539. .home .sticky .page-link a {
  540.     background: #E7F2D0;
  541. }
  542. .page-link a:active,
  543. .page-link a:hover {
  544.     color: #ff4b33;
  545. }
  546.  
  547.  
  548.  
  549.  
  550. /*sidebar01 start*/
  551.  
  552. #sidebar_1 {
  553.     width:229px;
  554.     padding-top:15px;
  555.     float: left;
  556. }
  557. #sidebar_1 .widget_1 h2 {
  558.     background: url(images/sidebar01_title_bg1.jpg) no-repeat center bottom;
  559.     padding:62px 5px 28px 50px;
  560.     margin:0;
  561.     width:174px;
  562.     font-size:14px;
  563.     font-weight:bold;
  564.     color:#8f8d8d;
  565.     text-transform:uppercase;
  566. }
  567. #sidebar_1 h2 {
  568.     background:url(images/sidebar01_title_bg2.jpg) no-repeat bottom;
  569.     height:13px;
  570.     width:174px;
  571.     padding:0 5px 30px 50px;
  572.     margin-top:40px;
  573.     font-size:14px;
  574.     font-weight:bold;
  575.     text-transform:uppercase;
  576.     color:#8f8d8d;
  577.     float:left;
  578. }
  579. #sidebar_1 ul {
  580.     font-size:8px;
  581.     line-height: 12px;
  582.     width:215px;
  583.     margin:0px;
  584.     padding:0;
  585.     text-align:justify;
  586.     }
  587.  
  588. #sidebar_1 ul li {
  589.     float:justify;
  590.     list-style-type: none;
  591. }
  592. #sidebar_1 ul li ul {
  593.     width:190px;
  594.     float: left;
  595.     padding:5px 0 5px 10px;
  596.     margin-left:17px;
  597. }
  598. #sidebar_1 ul li ul ul {
  599.     width:95%;
  600.     float: left;
  601.     background-image: none;
  602.     margin: 0px;
  603.     padding: 0px;
  604. }
  605. #sidebar_1 ul li ul li {
  606.     list-style-type: none;
  607.     padding-left: 20px;
  608.     width: 85%;
  609.     display: block;
  610.     float: left;
  611.     margin:0 5px;
  612. }
  613. #sidebar_1 a {
  614.     color: #5c5c5c;
  615.     text-decoration:none;
  616. }
  617. #sidebar_1 .tagcloud {
  618.     width:220px;
  619.     padding-left:5px;
  620. }
  621. #sidebar_1 .tagcloud a {
  622.     color: #5c5c5c;
  623.     text-decoration:none;
  624.     display:inline;
  625. }
  626. #sidebar_1 a:hover {
  627.     text-decoration: underline;
  628.     font-weight:bold;
  629. }
  630. /*calendar start*/
  631.  
  632. #calendar_wrap {
  633.     width:220px;
  634.     float: left;
  635.     text-align: center;
  636.     padding:15px 30px;
  637. }
  638. #wp-calendar {
  639.     empty-cells: show;
  640.     font-size: 12px;
  641.     color: #5c5c5c;
  642.     text-decoration: none;
  643.     text-align: center;
  644.     width:200px;
  645.     padding: 5px 0px;
  646.     margin:0 14px;
  647. }
  648. #wp-calendar a:link, #wp-calendar a:visited {
  649.     text-decoration: none;
  650.     background-color: #999999;
  651.     color:#FFFFFF;
  652.     padding: 2px;
  653. }
  654. #wp-calendar a:hover, #wp-calendar a:active {
  655.     text-decoration: underline;
  656. }
  657. #wp-calendar caption {
  658.     font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
  659.     font-weight: normal;
  660.     text-align: center;
  661.     color: #5c5c5c;
  662.     font-size:12px;
  663.     height: 22px;
  664.     line-height: 22px;
  665.     padding-bottom: 5px;
  666. }
  667.  
  668. #wp-calendar thead {
  669.     font-size: 11px;
  670. }
  671. #wp-calendar thead th {
  672. }
  673. #wp-calendar tbody {
  674.     color: #aaa;
  675. }
  676. #wp-calendar tbody td {
  677.     padding: 3px 0 2px;
  678.     text-align: center;
  679. }
  680.  
  681. /*sidebar01 end*/  
  682.  
  683.  
  684.  
  685.  
  686.  
  687. /*sidebar02 start*/
  688.  
  689. #sidebar_2 {
  690.     width:160px;
  691.     margin:44px 0 0 10px;
  692.     padding-top:160px;
  693.     background:url(images/gallerybg.jpg) no-repeat top;
  694.     float:left;
  695. }
  696. #sidebar_2 ul {
  697.     list-style:none;
  698.     padding:0px;
  699.     margin:0;
  700. }
  701. #sidebar_2 li {
  702.     list-style:none;
  703. }
  704. #sidebar_2 h2 {
  705.     width:160px;
  706.     margin:30px 0 10px 0;
  707.     font-size:14px;
  708.     font-weight:bold;
  709.     text-transform:uppercase;
  710.     color:#8f8d8d;
  711.     clear:both;
  712. }
  713. #advertarea {
  714.     display: block;
  715.     padding:0px 0 25px 0;
  716. }
  717.  
  718. .advert {
  719.     width:120px;
  720.     height:115px;
  721.     border:none;
  722.     padding:17px 22px 20px 18px;
  723.     margin:10px 0 8px 0;
  724.     background:url(images/gallerybg2.jpg) center no-repeat;
  725. }
  726.  
  727. #sidebar_2 img {
  728.     width:120px;
  729.     height:115px;
  730.     border:none;
  731. }
  732. /*sidebar02 end*/  
  733.  
  734.  
  735.  
  736. /*footer start*/
  737.  
  738. #footer {
  739.     margin:0 auto;
  740.     margin-top:80px;
  741.     padding:70px 0 180px 150px;
  742.     text-align:left;
  743.     clear: both;
  744.     width: 850px;
  745. }
  746. /*footer end*/
  747.  
  748.  
  749.  
  750. .navigation {
  751.     height:20px;
  752.     padding:10px 0;
  753.     list-style:none;
  754.     text-align:center;
  755.     clear:both;
  756. }
  757.  
  758. .navigation a {
  759.     float:none;
  760.     text-decoration: none;
  761.     padding:3px 5px;
  762.     margin-top:10px;
  763.     border: 1px solid #848484;
  764.     border-radius: 3px;
  765.     -moz-border-radius: 3px;
  766.     -webkit-border-radius: 3px;
  767.     display: inline-block;
  768. }
  769.  
  770. .navigation a:hover {
  771.     background-color:#ccc;
  772.     color: #FFF;
  773. }
  774.  
  775.  
  776.  
  777.  
  778. /* comments */
  779. #comments{
  780.     float:left;
  781.     margin:10px 0;
  782.     }
  783.    
  784. .commentlist {
  785.     list-style: none;
  786.     margin:0;
  787.     padding:0;
  788. }
  789.  
  790. .commentlist li.comment {
  791.     border-bottom: 1px dashed #ccc;
  792.     line-height: 24px;
  793.     margin: 0 0 24px 0;
  794.     padding:10px 0 30px 0;
  795.     float:left;
  796.     width:100%;
  797.  
  798. }
  799.  
  800. #reply-title {
  801.     width: 470px;
  802.     float: left;
  803.     height: 40px;
  804.     padding-left:20px;
  805.     line-height:35px;
  806.     background: url(images/titlebg.jpg) top left no-repeat;
  807. }
  808.  
  809. .commentlist ol {
  810.     list-style: decimal;
  811. }
  812.    
  813. .commentlist .avatar {
  814.     border: 1px solid #E7E7E7;
  815.     padding: 2px;
  816.     float: left;
  817.     margin: 0 15px 10px 0;
  818. }
  819. .commentlist cite {
  820.     font-weight: 700;
  821.     font-style: normal;
  822.     line-height: 20px;
  823.     font-size: 14px;
  824.     color:#51504F;
  825. }
  826.  
  827. .commentlist .children {
  828.     list-style: none;
  829.     margin: 0;
  830. }
  831. .commentlist .children li {
  832.     border: none;
  833.     margin: 0;
  834. }
  835.  
  836. .commentlist p {
  837.     font-size: 12px;
  838. }
  839. .commentlist .comment-meta, #commentlist .comment-meta abbr {
  840.     border: none;
  841.     text-decoration: none;
  842.     font-size: 11px;
  843. }
  844.  
  845.  
  846. .commentlist .reply a, .comments-navigation a, .read-more {
  847.     color:#666;
  848.     float:right;
  849.     text-decoration: none;
  850.     padding:0 8px;
  851.     border: 1px solid #CCC;
  852. }
  853. .commentlist .reply a:hover, .comments-navigation a:hover,  .read-more:hover {
  854.     background-color: #ccc;
  855.     color: #FFF;
  856. }
  857. .comments-navigation {
  858.     padding: 0 10px 10px;
  859. }
  860. .comments-navigation a {
  861.     display: inline-block;
  862. }
  863. .nocomments {
  864.     border: solid #E7E7E7;
  865.     border-width: 0 1px 1px;
  866.     padding: 15px 10px;
  867.     margin: 0 10px 10px 0;
  868.     font-size: 12px;
  869.     display:none;
  870. }
  871.  
  872. #respond{
  873.     padding-top:20px;
  874.     }
  875.    
  876. #commentform {
  877.     margin-right: 10px;
  878.     padding: 10px;
  879. }
  880. #commentform label {
  881.     color: #848484;
  882. }
  883. #commentform label.error {
  884.     margin: 5px 0;
  885.     color: #A80009;
  886.     font-weight: bold;
  887.     padding: 5px;
  888. }
  889. #commentform span.required {
  890.     color: #A80009;
  891. }
  892. #commentform input[type=text] {
  893.     display: block;
  894.     width: 300px;
  895.     border:1px solid #ccc;
  896.     font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
  897.     margin: 5px 0;
  898. }
  899. #commentform textarea {
  900.     display: block;
  901.     font: 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
  902.     border:1px solid #ccc;
  903.     width: 90%;
  904.     margin-bottom: 5px;
  905. }
  906.  
  907. #commentform input #submit {
  908.     color:#666666;
  909.     padding:5px;
  910.     margin:7px 0;
  911.     text-align: center;
  912.     border: 1px solid #ccc;
  913.     background:#FFFFFF;
  914. }
  915.  
  916. #commentform input #submit:hover{
  917.     color:#fff;
  918.     padding:5px;
  919.     margin: 0 0 7px 0;
  920.     text-align: center;
  921.     background:#ccc;
  922. }
  923.  
  924. #cancel-comment-reply-link {
  925.     font-size: 11px;
  926.     float:right;
  927. }
  928.  
  929. .wp-caption {
  930.     line-height: 18px;
  931.     margin-bottom: 20px;
  932.     width:100%;
  933.     padding: 4px;
  934.     text-align: center;
  935. }
  936.  
  937. .wp-caption-text {
  938.     color:#666666;
  939.     font-size: 12px;
  940.     margin: 5px;
  941.     width:80%;
  942.     clear:both;
  943. }
  944.  
  945. .wp-caption img {
  946.     margin: 5px 5px 0;
  947. }
  948.  
  949. img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  950.     height: auto;
  951.     max-width: 100%;
  952. }
  953.  
  954. .home .sticky {
  955.     border-top: 4px solid #ccc;
  956.     background: #E7F2D0;
  957.     margin:10px -20px;
  958.     padding: 18px 20px;
  959.     }
  960.  
  961. .gallery-caption {
  962.     color: #666666;
  963.     font-size: 12px;
  964.     margin: 0 0 12px;
  965. }
  966. .bypostauthor {
  967. }
  968.  
  969. .page-title {
  970.     color: #333;
  971.     font-size: 14px;
  972.     font-weight: bold;
  973.     margin: 0 0 36px 0;
  974. }
  975. .page-title span {
  976.     color: #333;
  977.     font-size: 16px;
  978.     font-style: italic;
  979.     font-weight: normal;
  980. }
  981. .page-title a:link,
  982. .page-title a:visited {
  983.     color: #888;
  984.     text-decoration: none;
  985. }
  986. .page-title a:active,
  987. .page-title a:hover {
  988.     color: #ff4b33;
  989. }
  990.  
  991. #content dt, #content th {
  992.     color: #333;
  993. }
  994.  
  995. dt {
  996.     font-weight: bold;
  997. }
  998.  
  999. /* =Gallery listing
  1000. -------------------------------------------------------------- */
  1001.  
  1002. .format-gallery .size-thumbnail img,
  1003. .category-gallery .size-thumbnail img {
  1004.     border: 10px solid #f1f1f1;
  1005.     margin-bottom: 0;
  1006. }
  1007. .format-gallery .gallery-thumb,
  1008. .category-gallery .gallery-thumb {
  1009.     float: left;
  1010.     margin-right: 20px;
  1011.     margin-top: -4px;
  1012. }
  1013.  
  1014. #content .main .center .entry-utility {
  1015.     padding-top: 4px;
  1016.     margin:10px 0;
  1017. }
  1018.  
  1019. #content .main .entry .gallery {
  1020.     margin: 0 auto 18px;
  1021. }
  1022. #content .main .entry .gallery .gallery-item {
  1023.     float: left;
  1024.     margin-top: 0;
  1025.     text-align: center;
  1026.     width: 33%;
  1027. }
  1028. #content .main .entry .gallery-columns-2 .gallery-item {
  1029.     width: 50%;
  1030. }
  1031. #content .main .entry .gallery-columns-4 .gallery-item {
  1032.     width: 25%;
  1033. }
  1034.  
  1035. #content .main .entry .gallery-columns-2 .attachment-medium {
  1036.     max-width: 92%;
  1037.     height: auto;
  1038. }
  1039. #content .main .entry .gallery-columns-4 .attachment-thumbnail {
  1040.     max-width: 84%;
  1041.     height: auto;
  1042. }
  1043. #content .main .entry .gallery .gallery-caption {
  1044.     color: #888;
  1045.     font-size: 12px;
  1046.     margin: 0 0 12px;
  1047. }
  1048. #content .main .entry .gallery dl {
  1049.     margin: 0;
  1050. }
  1051. #content .main .entry .gallery img {
  1052.     border: 10px solid #f1f1f1;
  1053. }
  1054. #content .main .entry .gallery br+br {
  1055.     display: none;
  1056. }
  1057.  
  1058. #content .attachment img { /* single attachment images should be centered */
  1059.     display: block;
  1060.     margin: 0 auto;
  1061. }
  1062.  
  1063. /* =Attachment pages
  1064. -------------------------------------------------------------- */
  1065.  
  1066. .attachment .entry-content .entry-caption {
  1067.     font-size: 140%;
  1068.     margin-top: 24px;
  1069. }
  1070. .attachment .entry-content .nav-previous a:before {
  1071.     content: '\2190\00a0';
  1072.     float:left;
  1073. }
  1074. .attachment .entry-content .nav-next a:after {
  1075.     content: '\00a0\2192';
  1076.     float:right;
  1077. }
  1078.  
  1079. #nav-below {
  1080.     margin: -18px 0 0 0;
  1081.     clear:both;
  1082. }
  1083.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement