Wordpress kako u css da izmenim zaglavlje treba kao u primeru?

Wordpress kako u css da izmenim zaglavlje treba kao u primeru?

offline
  • Pridružio: 28 Avg 2009
  • Poruke: 196

Zaglavlje koje je trenutno na satu [Link mogu videti samo ulogovani korisnici] i njen css kod

+ KOD

  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.6.5
  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: Georgia, Garamond, Baskerville , '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.     }
  749.    
  750.     #header hgroup {
  751.         text-align: center;
  752.     }
  753.    
  754.     .site-title {
  755.         display: block;
  756.         margin: 0 auto;
  757.         font-size: 30px;
  758.         line-height: 36px;
  759.         margin: 0 0 18px 0;
  760.     }
  761.     .site-title a {
  762.         color: #000;
  763.         font-weight: normal;
  764.         text-decoration: none;
  765.         text-transform: uppercase;
  766.         letter-spacing: .1em;
  767.     }
  768.     .site-description {
  769.         display: block;
  770.         margin: 0 auto;
  771.         letter-spacing: .1em;
  772.         text-transform: uppercase;
  773.         margin: .9em 0 2em;
  774.         font-weight: normal;
  775.         font-size: 130%;
  776.     }
  777.    
  778.     /*----------------------------------------
  779.     #
  780.     # NAVIGATION
  781.     #
  782.     ----------------------------------------*/
  783.    
  784.     #access {
  785.    
  786.         padding: 0 0;
  787.     }
  788.     #access .menu-header,
  789.     div.menu {
  790.         font-size: 13px;
  791.         margin-left: 12px;
  792.     }
  793.     #access .menu-header ul,
  794.     div.menu ul {
  795.         list-style: none;
  796.         margin: 0;
  797.         padding: 0;
  798.     }
  799.     #access .menu-header li,
  800.     div.menu li {
  801.         float: left;
  802.         position: relative;
  803.     }
  804.     #access a {
  805.         color: #aaa;
  806.         display: block;
  807.         line-height: 38px;
  808.         padding: 0 10px;
  809.         text-decoration: none;
  810.     }
  811.     #access ul ul {
  812.         box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  813.         -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  814.         -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  815.         display: none;
  816.         position: absolute;
  817.         top: 38px;
  818.         left: 0;
  819.         float: left;
  820.         z-index: 99999;
  821.         background: #333;
  822.     }
  823.     #access ul ul li:hover {
  824.         width: 100% !important;
  825.     }
  826.     #access ul ul ul {
  827.         left: 100%;
  828.         top: 0;
  829.     }
  830.     #access ul ul ul a:before{
  831.         content: '\00BB';
  832.         padding-right: 10px;
  833.     }
  834.     #access ul ul a {
  835.         background: #333;
  836.         line-height: 1em;
  837.         padding: 10px;
  838.         height: auto;
  839.     }
  840.     #access li:hover > a,
  841.     #access ul ul :hover > a {
  842.         background: #333;
  843.         color: #fff;
  844.     }
  845.     #access ul li:hover > ul {
  846.         display: block;
  847.     }
  848.     #access ul li.current_page_item > a,
  849.     #access ul li.current-menu-ancestor > a,
  850.     #access ul li.current-menu-item > a,
  851.     #access ul li.current-menu-parent > a {
  852.         color: #000;
  853.     }
  854.     #access ul li.current_page_item > a:hover,
  855.     #access ul li.current-menu-ancestor > a:hover,
  856.     #access ul li.current-menu-item > a:hover,
  857.     #access ul li.current-menu-parent > a:hover {
  858.         color: #fff;
  859.     }
  860.     * html #access ul li.current_page_item a,
  861.     * html #access ul li.current-menu-ancestor a,
  862.     * html #access ul li.current-menu-item a,
  863.     * html #access ul li.current-menu-parent a,
  864.     * html #access ul li a:hover {
  865.         color: #fff;
  866.     }
  867.     #access ul li.page_item a:visited {
  868.         color: #aaa;
  869.     }
  870.     #access ul li.page_item a:visited:hover {
  871.         color: #fff;
  872.     }
  873.    
  874.     /*----------------------------------------
  875.     #
  876.     # CONTENT
  877.     #
  878.     ----------------------------------------*/
  879.    
  880.     #main {
  881.         margin-top: 24px;
  882.         margin-bottom: 18px;
  883.     }
  884.     #main.right {
  885.         float: right;
  886.     }
  887.     #main,
  888.     #main input,
  889.     #main textarea {
  890.         color: #333;
  891.         font-size: 16px;
  892.         line-height: 24px;
  893.     }
  894.     #main p,
  895.     #main ul,
  896.     #main ol,
  897.     #main dd,
  898.     #main pre,
  899.     #main hr {
  900.         margin-bottom: 24px;
  901.     }
  902.     #main ul ul,
  903.     #main ol ol,
  904.     #main ul ol,
  905.     #main ol ul {
  906.         margin-bottom: 0;
  907.     }
  908.     #main kbd,
  909.     #main tt,
  910.     #main var {
  911.         font-size: 15px;
  912.         line-height: 21px;
  913.     }
  914.     #main dt,
  915.     #main th {
  916.         color: #000;
  917.     }
  918.    
  919.     /* Header Styles */
  920.    
  921.     #main h1,
  922.     #main h2,
  923.     #main h3,
  924.     #main h4,
  925.     #main h5,
  926.     #main h6 {
  927.         color: #000;
  928.         line-height: 1.5em;
  929.         margin: 0 0 20px 0;
  930.         font-weight: normal;
  931.     }
  932.     #main .entry-content h2 {
  933.         border-bottom: 1px solid #ccc;
  934.     }
  935.     #main .entry-content h1 { letter-spacing: .1em }
  936.     #main .entry-content h2 { letter-spacing: .1em; text-transform: lowercase; font-variant: small-caps }
  937.     #main .entry-content h3 { font-variant: small-caps; text-transform: lowercase; letter-spacing: .1em  }
  938.     #main .entry-content h4 { font-variant: small-caps; text-transform: lowercase; font-size: 100%; letter-spacing: .1em }
  939.     #main .entry-content h5 { text-transform: lowercase; font-variant: small-caps; font-size: 100%; display: inline; letter-spacing: .15em}
  940.     #main .entry-content h6 { font-weight:bold; font-variant: small-caps; text-transform: lowercase; display: inline; letter-spacing: .15em}
  941.    
  942.     #main table {
  943.         border: 1px solid #e7e7e7;
  944.         margin: 0 -1px 24px 0;
  945.         text-align: left;
  946.         width: 100%;
  947.     }
  948.     #main tr th,
  949.     #main thead th {
  950.         color: #888;
  951.         font-size: 12px;
  952.         font-weight: bold;
  953.         line-height: 18px;
  954.         padding: 9px 24px;
  955.     }
  956.     #main tr td {
  957.         border-top: 1px solid #e7e7e7;
  958.         padding: 6px 24px;
  959.     }
  960.     #main tr.odd td {
  961.         background: #f2f7fc;
  962.     }
  963.     .hentry {
  964.         border-top: 1px solid #ccc;
  965.         padding: 18px 20px;
  966.     }
  967.     .home .sticky {
  968.         background: #f2f7fc;
  969.         border-top: 1px solid #999;
  970.         padding: 18px 20px;
  971.     }
  972.     .single .hentry {
  973.         margin: 0 0 36px 0;
  974.     }
  975.     .page-title {
  976.         color: #000;
  977.         font-size: 14px;
  978.         font-weight: bold;
  979.         margin: 0 0 36px 0;
  980.     }
  981.     .page-title span {
  982.         color: #333;
  983.         font-size: 16px;
  984.         font-style: italic;
  985.         font-weight: normal;
  986.     }
  987.     .page-title a:link,
  988.     .page-title a:visited {
  989.         color: #888;
  990.         text-decoration: none;
  991.     }
  992.     .page-title a:active,
  993.     .page-title a:hover {
  994.         color: #ff4b33;
  995.     }
  996.     #main .entry-title {
  997.         font-weight: normal;
  998.         color: #000;
  999.         font-size: 2em;
  1000.         line-height: 1.3em;
  1001.         margin-bottom: 0;
  1002.     }
  1003.     .entry-title a:link,
  1004.     .entry-title a:visited {
  1005.         color: #000;
  1006.         text-decoration: none;
  1007.     }
  1008.     .entry-title a:active,
  1009.     .entry-title a:hover {
  1010.         color: #ff4b33;
  1011.     }
  1012.     .entry-meta {
  1013.         color: #888;
  1014.         font-size: 12px;
  1015.     }
  1016.     .entry-meta abbr,
  1017.     .entry-utility abbr {
  1018.         border: none;
  1019.     }
  1020.     .entry-meta abbr:hover,
  1021.     .entry-utility abbr:hover {
  1022.         border-bottom: 1px dotted #666;
  1023.     }
  1024.     .entry-content,
  1025.     .entry-summary {
  1026.         clear: both;
  1027.         padding: 12px 0 0 0;
  1028.     }
  1029.     #main .entry-summary p:last-child {
  1030.         margin-bottom: 12px;
  1031.     }
  1032.     .entry-content fieldset {
  1033.         border: 1px solid #e7e7e7;
  1034.         margin: 0 0 24px 0;
  1035.         max-width: 100%;
  1036.         padding: 5%;
  1037.     }
  1038.     .entry-content fieldset legend {
  1039.         background: #fff;
  1040.         color: #000;
  1041.         font-weight: bold;
  1042.         padding: 0 24px;
  1043.     }
  1044.     .entry-content input {
  1045.         margin: 0 0 24px 0;
  1046.     }
  1047.     .entry-content input.file,
  1048.     .entry-content input.button {
  1049.         margin-right: 24px;
  1050.     }
  1051.     .entry-content label {
  1052.         color: #888;
  1053.         font-size: 12px;
  1054.     }
  1055.     .entry-content select {
  1056.         margin: 0 0 24px 0;
  1057.     }
  1058.     .entry-content sup,
  1059.     .entry-content sub {
  1060.         font-size: 10px;
  1061.     }
  1062.     .entry-content blockquote.left {
  1063.         float: left;
  1064.         margin-left: 0;
  1065.         margin-right: 24px;
  1066.         text-align: right;
  1067.         width: 33%;
  1068.     }
  1069.     .entry-content blockquote.right {
  1070.         float: right;
  1071.         margin-left: 24px;
  1072.         margin-right: 0;
  1073.         text-align: left;
  1074.         width: 33%;
  1075.     }
  1076.     .page-link {
  1077.         clear: both;
  1078.         color: #000;
  1079.         font-weight: bold;
  1080.         margin: 0 0 22px 0;
  1081.         word-spacing: 0.5em;
  1082.     }
  1083.     .page-link a:link, .page-numbers,
  1084.     .page-link a:visited, .page-numbers {
  1085.         background: #f0f0f0;
  1086.         color: #333;
  1087.         font-weight: normal;
  1088.         padding: 0.5em 0.75em;
  1089.         text-decoration: none;
  1090.     }
  1091.     .home .sticky .page-link a {
  1092.         background: #d9e8f7;
  1093.     }
  1094.     .page-link a:active,  a.page-numbers:active,
  1095.     .page-link a:hover, a.page-numbers:hover {
  1096.         color: #ff4b33;
  1097.     }
  1098.     .page-numbers {
  1099.         display: block;
  1100.         float: left;
  1101.         margin-right: .75em;
  1102.     }
  1103.     a.next.page-numbers, a.prev.page-numbers {
  1104.         padding-top: 4px;
  1105.         background: none;
  1106.         border: 1px solid #ddd;
  1107.     }
  1108.     body.page .edit-link {
  1109.         clear: both;
  1110.         display: block;
  1111.     }
  1112.     #entry-author-info {
  1113.         background: #f2f7fc;
  1114.         border-top: 4px solid #000;
  1115.         clear: both;
  1116.         font-size: 14px;
  1117.         line-height: 20px;
  1118.         margin: 24px 0;
  1119.         overflow: hidden;
  1120.         padding: 18px 20px;
  1121.     }
  1122.     #entry-author-info #author-avatar {
  1123.         background: #fff;
  1124.         border: 1px solid #e7e7e7;
  1125.         float: left;
  1126.         height: 60px;
  1127.         margin: 0 -104px 0 0;
  1128.         padding: 11px;
  1129.     }
  1130.     #entry-author-info #author-description {
  1131.         float: left;
  1132.         margin: 0 0 0 104px;
  1133.     }
  1134.     #entry-author-info h2 {
  1135.         font-size: 100%;
  1136.         margin-bottom: 0;
  1137.         color: #444;
  1138.         line-height: 2.5;
  1139.         margin-top: -10px;
  1140.     }
  1141.     .entry-utility {
  1142.         clear: both;
  1143.         color: #888;
  1144.         font-size: 12px;
  1145.         line-height: 18px;
  1146.     }
  1147.     .entry-meta a,
  1148.     .entry-utility a {
  1149.         color: #888;
  1150.     }
  1151.     .entry-meta a:hover,
  1152.     .entry-utility a:hover {
  1153.         color: #ff4b33;
  1154.     }
  1155.     #main .video-player {
  1156.         padding: 0;
  1157.     }
  1158.    
  1159.    
  1160.     /*----------------------------------------
  1161.     #
  1162.     # ASIDES
  1163.     #
  1164.     ----------------------------------------*/
  1165.    
  1166.     .home #main .format-aside p,
  1167.     .home #main .category-asides p {
  1168.         font-size: 14px;
  1169.         line-height: 20px;
  1170.         margin-top: 0;
  1171.     }
  1172.     .home .hentry.format-aside,
  1173.     .home .hentry.category-asides {
  1174.         padding: 20px;
  1175.         background: #eee;
  1176.     }
  1177.    
  1178.     .home .hentry.format-aside:before,
  1179.     .home .hentry.category-asides:before {
  1180.         content: 'aside';
  1181.         letter-spacing: .2em;
  1182.     }
  1183.    
  1184.     /*----------------------------------------
  1185.     #
  1186.     # GALLERY LISTING
  1187.     #
  1188.     ----------------------------------------*/
  1189.    
  1190.     .gallery-thumb img {
  1191.         max-width: 150px;
  1192.         max-height: 150px;
  1193.         height: auto !important;
  1194.         height: 150px;
  1195.     }
  1196.    
  1197.     .gallery-thumb img.attachment-thumbnail {
  1198.         -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1199.         -moz-box-shadow: 0 .7em 1.5em -14px black;
  1200.         -o-box-shadow: 0 .7em 1.5em -14px black;
  1201.         box-shadow: 0 .7em 1.5em -14px black;
  1202.         margin-bottom: 10px !important;
  1203.     }
  1204.    
  1205.     .format-gallery .size-thumbnail img,
  1206.     .category-gallery .size-thumbnail img {
  1207.         border: 10px solid #f0f0f0;
  1208.         margin-bottom: 0;
  1209.     }
  1210.     .format-gallery .gallery-thumb,
  1211.     .category-gallery .gallery-thumb {
  1212.         float: left;
  1213.         margin-right: 20px;
  1214.         margin-top: -4px;
  1215.     }
  1216.     .home #main .format-gallery .entry-utility,
  1217.     .home #main .category-gallery .entry-utility {
  1218.         padding-top: 4px;
  1219.     }
  1220.    
  1221.     .gallery img {
  1222.         -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1223.         -moz-box-shadow: 0 .7em 1.5em -14px black;
  1224.         -o-box-shadow: 0 .7em 1.5em -14px black;
  1225.         box-shadow: 0 .7em 1.5em -14px black;
  1226.         -webkit-transition: all .2s ease-in-out;
  1227.         -moz-transition: all .2s ease-in-out;
  1228.         -o-transition: all .2s ease-in-out;
  1229.         transition:  all .2s ease-in-out
  1230.     }
  1231.     .gallery img:hover {
  1232.         border: 10px solid #ccc;
  1233.         -webkit-transition: all .2s ease-in-out;
  1234.         -moz-transition: all .2s ease-in-out;
  1235.         -o-transition: all .2s ease-in-out;
  1236.         transition:  all .2s ease-in-out
  1237.     }
  1238.    
  1239.     /*----------------------------------------
  1240.     #
  1241.     # ATTACHMENT PAGES
  1242.     #
  1243.     ----------------------------------------*/
  1244.    
  1245.     .attachment .entry-content .entry-caption {
  1246.         font-size: 140%;
  1247.         margin-top: 24px;
  1248.     }
  1249.     .attachment .entry-content .nav-previous a:before {
  1250.         content: '\2190\00a0';
  1251.     }
  1252.     .attachment .entry-content .nav-next a:after {
  1253.         content: '\00a0\2192';
  1254.     }
  1255.    
  1256.    
  1257.     /*----------------------------------------
  1258.     #
  1259.     # IMAGES
  1260.     #
  1261.     ----------------------------------------*/
  1262.    
  1263.     img.size-auto,
  1264.     img.size-full,
  1265.     img.size-large,
  1266.     img.size-medium,
  1267.     .attachment img {
  1268.         max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  1269.         height: auto; /* Override height to match resized width for correct aspect ratio. */
  1270.     }
  1271.     .alignleft,
  1272.     img.alignleft {
  1273.         display: inline;
  1274.         float: left;
  1275.         margin-right: 24px;
  1276.         margin-top: 4px;
  1277.     }
  1278.     .alignright,
  1279.     img.alignright {
  1280.         display: inline;
  1281.         float: right;
  1282.         margin-left: 24px;
  1283.         margin-top: 4px;
  1284.     }
  1285.     .aligncenter,
  1286.     img.aligncenter {
  1287.         clear: both;
  1288.         display: block;
  1289.         margin-left: auto;
  1290.         margin-right: auto;
  1291.     }
  1292.     img.alignleft,
  1293.     img.alignright,
  1294.     img.aligncenter {
  1295.         margin-bottom: 12px;
  1296.     }
  1297.     .wp-caption {
  1298.         background: #f0f0f0;
  1299.         line-height: 18px;
  1300.         margin-bottom: 20px;
  1301.         padding: 4px;
  1302.         text-align: center;
  1303.         max-width: 100% !important;
  1304.         -webkit-box-shadow: 0 .7em 1.5em -14px black;
  1305.         -moz-box-shadow: 0 .7em 1.5em -14px black;
  1306.         -o-box-shadow: 0 .7em 1.5em -14px black;
  1307.         box-shadow: 0 .7em 1.5em -14px black;
  1308.     }
  1309.     .wp-caption, .wp-caption.aligncenter {
  1310.         padding-right: 14px;
  1311.     }
  1312.     .wp-caption.alignleft{
  1313.         padding-right: 14px;
  1314.     }
  1315.     .wp-caption.alignright{
  1316.         padding-left: 14px;
  1317.     }
  1318.     .wp-caption img {
  1319.         margin: 5px 5px 0;
  1320.         max-width: 100% !important;
  1321.         width: 100% !important;
  1322.     }
  1323.     .wp-caption.alignleft img {
  1324.         margin-right: -4px;
  1325.     }
  1326.     .wp-caption.alignright img {
  1327.         margin-left: -4px;
  1328.     }
  1329.     .wp-caption-text {
  1330.         color: #888;
  1331.         font-size: 12px;
  1332.         margin: 17px 5px 14px;
  1333.     }
  1334.     .wp-smiley {
  1335.         margin: 0;
  1336.     }
  1337.     .gallery {
  1338.         margin: 0 auto 18px;
  1339.     }
  1340.     .gallery .gallery-item {
  1341.         float: left;
  1342.         margin-top: 16px;
  1343.         text-align: center;
  1344.         width: 33%;
  1345.     }
  1346.     .gallery-columns-2 .gallery-item {
  1347.         width: 50%;
  1348.     }
  1349.     .gallery-columns-4 .gallery-item {
  1350.         width: 25%;
  1351.     }
  1352.     .gallery img {
  1353.         border: 2px solid #cfcfcf;
  1354.     }
  1355.     .gallery-columns-2 .attachment-medium {
  1356.         width: 92%;
  1357.         max-width: 92%;
  1358.         height: auto;
  1359.     }
  1360.     .gallery-columns-4 .attachment-thumbnail {
  1361.         width: 84%;
  1362.         max-width: 84%;
  1363.         height: auto;
  1364.     }
  1365.     .gallery .gallery-caption {
  1366.         color: #888;
  1367.         font-size: 12px;
  1368.         margin: 6px 0 12px;
  1369.     }
  1370.     .gallery dl {
  1371.         margin: 0;
  1372.     }
  1373.     .gallery img {
  1374.         border: 10px solid #f0f0f0;
  1375.     }
  1376.     .gallery br+br {
  1377.         display: none;
  1378.     }
  1379.     #main .attachment img {/* single attachment images should be centered */
  1380.         display: block;
  1381.         margin: 0 auto;
  1382.     }
  1383.    
  1384.    
  1385.     /*----------------------------------------
  1386.     #
  1387.     # NAVIGATION
  1388.     #
  1389.     ----------------------------------------*/
  1390.    
  1391.     .navigation {
  1392.         color: #888;
  1393.         font-size: 12px;
  1394.         line-height: 18px;
  1395.         overflow: hidden;
  1396.     }
  1397.     .navigation a:link,
  1398.     .navigation a:visited {
  1399.         color: #888;
  1400.         text-decoration: none;
  1401.     }
  1402.     .navigation a:active,
  1403.     .navigation a:hover {
  1404.         color: #ff4b33;
  1405.     }
  1406.     .nav-previous {
  1407.         float: left;
  1408.         width: 50%;
  1409.     }
  1410.     .nav-next {
  1411.         float: right;
  1412.         text-align: right;
  1413.         width: 50%;
  1414.     }
  1415.     #nav-above {
  1416.         margin: 0 0 18px 0;
  1417.     }
  1418.     #nav-above {
  1419.         display: none;
  1420.     }
  1421.     .paged #nav-above,
  1422.     .single #nav-above {
  1423.         display: block;
  1424.     }
  1425.     #nav-below {
  1426.         padding-top: 18px;
  1427.         padding-bottom: 18px;
  1428.         border-top: 1px solid #ccc;
  1429.     }
  1430.     #nav-below .nav-previous a, #nav-below .nav-next a {
  1431.         border: 1px solid #ddd;
  1432.         padding: .75em;
  1433.         display: inline-block;
  1434.     }
  1435.    
  1436.    
  1437.     /*----------------------------------------
  1438.     #
  1439.     # COMMENTS
  1440.     #
  1441.     ----------------------------------------*/
  1442.     #comments {
  1443.         clear: both;
  1444.     }
  1445.     #comments .navigation {
  1446.         padding: 0 0 18px 0;
  1447.     }
  1448.     h3#comments-title,
  1449.     h3#reply-title {
  1450.         color: #000;
  1451.         font-size: 20px;
  1452.         font-weight: bold;
  1453.         margin-bottom: 0;
  1454.     }
  1455.     h3#comments-title {
  1456.         padding: 24px 0;
  1457.     }
  1458.     .commentlist {
  1459.         list-style: none;
  1460.         margin: 0;
  1461.     }
  1462.     .commentlist li.comment {
  1463.         border-bottom: 1px solid #e7e7e7;
  1464.         line-height: 24px;
  1465.         margin: 0 0 24px 0;
  1466.         padding: 0 0 0 56px;
  1467.         position: relative;
  1468.     }
  1469.     .commentlist li:last-child {
  1470.         border-bottom: none;
  1471.         margin-bottom: 0;
  1472.     }
  1473.     #comments .comment-body ul,
  1474.     #comments .comment-body ol {
  1475.         margin-bottom: 18px;
  1476.     }
  1477.     #comments .comment-body p:last-child {
  1478.         margin-bottom: 6px;
  1479.     }
  1480.     #comments .comment-body blockquote p:last-child {
  1481.         margin-bottom: 24px;
  1482.     }
  1483.     .commentlist ol {
  1484.         list-style: decimal;
  1485.     }
  1486.     .commentlist .avatar {
  1487.         position: absolute;
  1488.         top: 4px;
  1489.         left: 0;
  1490.     }
  1491.     .comment-author {
  1492.     }
  1493.     .comment-author cite {
  1494.         color: #000;
  1495.         font-style: normal;
  1496.         font-weight: bold;
  1497.     }
  1498.     .comment-author .says {
  1499.         font-style: italic;
  1500.     }
  1501.     .comment-meta {
  1502.         font-size: 12px;
  1503.         margin: 0 0 18px 0;
  1504.     }
  1505.     .comment-meta a:link,
  1506.     .comment-meta a:visited {
  1507.         color: #888;
  1508.         text-decoration: none;
  1509.     }
  1510.     .comment-meta a:active,
  1511.     .comment-meta a:hover {
  1512.         color: #ff4b33;
  1513.     }
  1514.     .commentlist .even {
  1515.     }
  1516.     .commentlist .bypostauthor {
  1517.     }
  1518.     .reply {
  1519.         font-size: 12px;
  1520.         padding: 0 0 24px 0;
  1521.     }
  1522.     .reply a,
  1523.     a.comment-edit-link {
  1524.         color: #888;
  1525.     }
  1526.     .reply a:hover,
  1527.     a.comment-edit-link:hover {
  1528.         color: #ff4b33;
  1529.     }
  1530.     .commentlist .children {
  1531.         list-style: none;
  1532.         margin: 0;
  1533.     }
  1534.     .commentlist .children li {
  1535.         border: none;
  1536.         margin: 0;
  1537.     }
  1538.     .nopassword{
  1539.         display: none;
  1540.     }
  1541.     .nocomments {
  1542.         text-transform: uppercase;
  1543.         letter-spacing: .1em;
  1544.         color: #ccc;
  1545.         background: #fff;
  1546.         border-bottom: 1px solid #ccc;
  1547.     }
  1548.     .page .nocomments {
  1549.         display: none;
  1550.     }
  1551.     #comments .pingback {
  1552.         border-bottom: 1px solid #e7e7e7;
  1553.         margin-bottom: 18px;
  1554.         padding-bottom: 18px;
  1555.     }
  1556.     .commentlist li.comment+li.pingback {
  1557.         margin-top: -6px;
  1558.     }
  1559.     #comments .pingback p {
  1560.         color: #888;
  1561.         display: block;
  1562.         font-size: 12px;
  1563.         line-height: 18px;
  1564.         margin: 0;
  1565.     }
  1566.     #comments .pingback .url {
  1567.         font-size: 13px;
  1568.         font-style: italic;
  1569.     }
  1570.    
  1571.     #comments li.comment ul ul, #comments li.comment ol ol,
  1572.     #comments li.comment ul ol, #comments li.comment ol ul {
  1573.         margin-bottom: 0;
  1574.     }
  1575.    
  1576.     /* Comments form */
  1577.     input[type=submit] {
  1578.         color: #333;
  1579.     }
  1580.     #respond {
  1581.         border-top: 1px solid #e7e7e7;
  1582.         margin: 24px 0;
  1583.         overflow: hidden;
  1584.         position: relative;
  1585.     }
  1586.     #respond p {
  1587.         margin: 0;
  1588.     }
  1589.     #respond .comment-notes {
  1590.         margin-bottom: 1em;
  1591.     }
  1592.     .form-allowed-tags {
  1593.         line-height: 1em;
  1594.         margin-top: 6px;
  1595.     }
  1596.     .form-allowed-tags code {
  1597.         max-width: 98%;
  1598.         display: block;
  1599.         font-size: 10px !important;
  1600.         white-space: normal;
  1601.         margin-top: 5px;
  1602.     }
  1603.     .children #respond {
  1604.         margin: 0 48px 0 0;
  1605.     }
  1606.     h3#reply-title {
  1607.         margin: 18px 0;
  1608.     }
  1609.     #comments-list #respond {
  1610.         margin: 0 0 18px 0;
  1611.     }
  1612.     #comments-list ul #respond {
  1613.         margin: 0;
  1614.     }
  1615.     #cancel-comment-reply-link {
  1616.         font-size: 12px;
  1617.         font-weight: normal;
  1618.         line-height: 18px;
  1619.     }
  1620.     #respond .required {
  1621.         color: #ff4b33;
  1622.         font-weight: bold;
  1623.     }
  1624.     #respond label {
  1625.         color: #888;
  1626.         font-size: 12px;
  1627.     }
  1628.     #respond input {
  1629.         margin: 0 0 9px;
  1630.         width: 98%;
  1631.     }
  1632.     #respond textarea {
  1633.         width: 98%;
  1634.     }
  1635.     #respond .form-allowed-tags {
  1636.         color: #888;
  1637.         font-size: 12px;
  1638.         line-height: 18px;
  1639.     }
  1640.     #respond .form-allowed-tags code {
  1641.         font-size: 11px;
  1642.     }
  1643.     #respond .form-submit {
  1644.         margin: 12px 0;
  1645.     }
  1646.     #respond .form-submit input {
  1647.         font-size: 14px;
  1648.         width: auto;
  1649.     }
  1650.    
  1651.    
  1652.     /*----------------------------------------
  1653.     #
  1654.     # WIDGET AREAS
  1655.     #
  1656.     ----------------------------------------*/
  1657.    
  1658.     .widget-area ul {
  1659.         list-style: none;
  1660.         margin-left: 0;
  1661.         padding: 0;
  1662.     }
  1663.     .widget-area li {
  1664.         letter-spacing: .1em;
  1665.     }
  1666.     .widget-area li li {
  1667.         font-size: 13px;
  1668.     }
  1669.     .widget-area ul ul {
  1670.         list-style: square;
  1671.         margin-left: 1.3em;
  1672.     }
  1673.     .widget-area select {
  1674.         max-width: 100%;
  1675.     }
  1676.     .widget_search #s {/* This keeps the search inputs in line */
  1677.         width: 60%;
  1678.     }
  1679.     .widget_search label {
  1680.         display: none;
  1681.     }
  1682.     .widget-container {
  1683.         margin: 0 0 18px 0;
  1684.         word-wrap: break-word;
  1685.         list-style: none;
  1686.     }
  1687.     .widget-title {
  1688.         color: #a0a0a0;
  1689.         font-weight: bold;
  1690.     }
  1691.     .widget-area a:link,
  1692.     .widget-area a:visited {
  1693.         text-decoration: none;
  1694.     }
  1695.     .widget-area a:active,
  1696.     .widget-area a:hover {
  1697.         text-decoration: underline;
  1698.     }
  1699.     .widget-area .entry-meta {
  1700.         font-size: 11px;
  1701.     }
  1702.     #wp_tag_cloud div {
  1703.         line-height: 1.6em;
  1704.     }
  1705.     #wp-calendar {
  1706.         width: 100%;
  1707.     }
  1708.     #wp-calendar caption {
  1709.         color: #222;
  1710.         font-size: 14px;
  1711.         font-weight: bold;
  1712.         padding-bottom: 4px;
  1713.         text-align: left;
  1714.     }
  1715.     #wp-calendar thead {
  1716.         font-size: 11px;
  1717.     }
  1718.     #wp-calendar thead th {
  1719.     }
  1720.     #wp-calendar tbody {
  1721.         color: #aaa;
  1722.     }
  1723.     #wp-calendar tbody td {
  1724.         background: #f5f5f5;
  1725.         border: 1px solid #fff;
  1726.         padding: 3px 0 2px;
  1727.         text-align: center;
  1728.     }
  1729.     #wp-calendar tbody .pad {
  1730.         background: none;
  1731.     }
  1732.     #wp-calendar tfoot #next {
  1733.         text-align: right;
  1734.     }
  1735.     .widget_rss a.rsswidget {
  1736.         color: #000;
  1737.     }
  1738.     .widget_rss a.rsswidget:hover {
  1739.         color: #ff4b33;
  1740.     }
  1741.     .widget_rss .widget-title img {
  1742.         width: 11px;
  1743.         height: 11px;
  1744.     }
  1745.    
  1746.     /* Main sidebars */
  1747.     #main .widget-area ul {
  1748.         margin-left: 0;
  1749.         padding: 0 20px 0 0;
  1750.     }
  1751.     #main .widget-area ul ul {
  1752.         border: none;
  1753.         margin-left: 1.3em;
  1754.         padding: 0;
  1755.     }
  1756.     #sidebar {
  1757.         margin-top: 24px;
  1758.     }
  1759.     #sidebar h3:first-child {
  1760.         margin-top: 0px;
  1761.     }
  1762.     #sidebar-two {
  1763.         margin-top: 12px;
  1764.     }
  1765.     #sidebar-two.right{
  1766.         float: right;
  1767.     }
  1768.    
  1769.     #footer-widget-area {
  1770.         border-top: 1px solid #666;
  1771.         padding: 10px 20px;
  1772.     }
  1773.     /* Footer widget areas */
  1774.     /* Taken from 1140 gs */
  1775.     #footer .widget-area {
  1776.         margin-right: 3.8%;
  1777.         float: left;
  1778.         min-height: 1px;
  1779.         width: 22.05%;
  1780.     }
  1781.     #footer .widget-area ul, #footer .widget-area li, #footer .widget-area a{
  1782.         width: auto;
  1783.     }
  1784.    
  1785.     #footer .widget-area:last {
  1786.         margin-right: 0px;
  1787.     }
  1788.    
  1789.     /* Media Queries for Footer Widgets */
  1790.     @media handheld, only screen and (max-width: 767px) {
  1791.    
  1792.         #footer .widget-area {
  1793.             width: auto;
  1794.             float: none;
  1795.             margin-left: 0px;
  1796.             margin-right: 0px;
  1797.             padding-left: 20px;
  1798.             padding-right: 20px;
  1799.         }
  1800.        
  1801.     }
  1802.    
  1803.     /*----------------------------------------
  1804.     #
  1805.     # FOOTER
  1806.     #
  1807.     ----------------------------------------*/
  1808.    
  1809.     #footer {
  1810.         margin-bottom: 20px;
  1811.     }
  1812.     #colophon {
  1813.         border-top: 1px solid #666;
  1814.         margin-top: -1px;
  1815.         overflow: hidden;
  1816.         padding: 18px 0;
  1817.     }
  1818.     #footerbar {
  1819.         margin-top: -1px;
  1820.         overflow: hidden;
  1821.     }
  1822.     #site-info {
  1823.         font-weight: bold;
  1824.     }
  1825.     #site-info a {
  1826.         color: #000;
  1827.         text-decoration: none;
  1828.     }
  1829.     #site-generator {
  1830.         font-style: italic;
  1831.         position: relative;
  1832.         text-align: right;
  1833.     }
  1834.     #site-generator a {
  1835.         background: url(images/wordpress.png) center left no-repeat;
  1836.         color: #666;
  1837.         display: inline-block;
  1838.         line-height: 16px;
  1839.         padding: 0 20px;
  1840.         text-decoration: none;
  1841.     }
  1842.     #site-generator a:hover {
  1843.         text-decoration: underline;
  1844.     }
  1845.     img#wpstats {
  1846.         display: block;
  1847.         margin: 0 auto 10px;
  1848.     }
  1849.    
  1850.     /*----------------------------------------
  1851.     #
  1852.     # NEW PRINT STYLE
  1853.     #
  1854.     ----------------------------------------*/
  1855.    
  1856.     @media print {
  1857.         html, body, #wrapper {
  1858.             background: none !important;
  1859.             width: 100% !important;
  1860.         }
  1861.         #wrapper {
  1862.             clear: both !important;
  1863.             display: block !important;
  1864.             float: none !important;
  1865.             position: relative !important;
  1866.         }
  1867.         #headerimg { display: none }
  1868.         article { overflow: hidden }
  1869.         #site-title,
  1870.         #site-description {
  1871.             float: none;
  1872.             line-height: 1.4em;
  1873.             margin: 0;
  1874.             padding: 0;
  1875.         }
  1876.         #site-title {
  1877.             font-size: 13pt !important; /* Keep important, it overwrites size-adjust bug */
  1878.         }
  1879.         #site-description {
  1880.             padding-bottom: 18px;
  1881.             border-bottom: 1px solid #888;
  1882.         }
  1883.         .entry-content {
  1884.             font-size: 12pt;
  1885.             line-height: 1.5em;
  1886.         }
  1887.         .entry-title {
  1888.             font-size: 14pt;
  1889.         }
  1890.         #access,
  1891.         #branding img,
  1892.         #respond,
  1893.         .comment-edit-link,
  1894.         .edit-link,
  1895.         .navigation,
  1896.         .page-link,
  1897.         .widget-area {
  1898.             display: none !important;
  1899.         }
  1900.    
  1901.         #access,
  1902.         .entry-meta,
  1903.         .entry-utility,
  1904.         .navigation,
  1905.         .widget-area {
  1906.             display: none !important;
  1907.         }
  1908.         #site-description {
  1909.             display: none !important;
  1910.    
  1911.         }
  1912.         #main,
  1913.         .one-column #main {
  1914.             margin: 24pt 0 0;
  1915.             width: 90%;
  1916.         }
  1917.         .wp-caption figcaption {
  1918.             font-size: 11pt;
  1919.         }
  1920.         #site-info,
  1921.         #site-generator {
  1922.             display: none !important;
  1923.    
  1924.         }
  1925.         #colophon {
  1926.             display: none !important;
  1927.         }
  1928.         img#wpstats {
  1929.             display: none;
  1930.         }
  1931.         #site-generator a {
  1932.             display: none !important;
  1933.    
  1934.         }
  1935.         #entry-author-info {
  1936.             display: none !important;
  1937.         }
  1938.         #main {
  1939.             display: inline;
  1940.         }
  1941.         .home .sticky {
  1942.             border: none;
  1943.         }
  1944.     }
  1945.  
  1946.  
  1947. /* ==|== non-semantic helper classes ========================================
  1948.    Please define your styles before this section.
  1949.    ========================================================================== */
  1950.  
  1951. /* For image replacement */
  1952. .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; }
  1953. .ir br { display: none; }
  1954.  
  1955. /* Hide from both screenreaders and browsers: h5bp.com/u */
  1956. .hidden { display: none !important; visibility: hidden; }
  1957.  
  1958. /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
  1959. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  1960.  
  1961. /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
  1962. .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  1963.  
  1964. /* Hide visually and from screenreaders, but maintain layout */
  1965. .invisible { visibility: hidden; }
  1966.  
  1967. /* Contain floats: h5bp.com/q */
  1968. .clearfix:before, .clearfix:after { content: ""; display: table; }
  1969. .clearfix:after { clear: both; }
  1970. .clearfix { *zoom: 1; }
  1971.  
  1972.  
  1973.  
  1974. /* ==|== print styles =======================================================
  1975.    Print styles.
  1976.    Inlined to avoid required HTTP connection: h5bp.com/r
  1977.    ========================================================================== */
  1978.  
  1979. @media print {
  1980.   * { 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 */
  1981.   a, a:visited { text-decoration: underline; }
  1982.   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  1983.   thead { display: table-header-group; } /* h5bp.com/t */
  1984.   tr, img { page-break-inside: avoid; }
  1985.   img { max-width: 100% !important; }
  1986.   @page { margin: 0.5cm; }
  1987.   p, h2, h3 { orphans: 3; widows: 3; }
  1988.   h2, h3 { page-break-after: avoid; }
  1989. }
  1990.  
  1991. Code:



A treba mi kao
Code:
[Link mogu videti samo ulogovani korisnici]



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Pridružio: 21 Sep 2011
  • Poruke: 104

Možeš li biti odredjeniji šta tačno želiš,jer jedino što ja vidim u zaglavlju/header jesu različiti fontovi,ti nemaš logo sliku a on ima i to da ovaj drugi sajt ima jedan padajuči meni + link/tipku prema feedburner RSS ping servisu.Što se fonta tiče kako vidim on koristi Arial a ti Georgia.Takodje iz source koda (ne tog što si okačio) mogu vidjeti da je kod njega logo u .jpg formatu uploadovan a ti uopšte nemaš logo u bilo kojem image formatu ,kod tebe jednostavan stliriziran tekst.Kod njega je posebno div tag header a posebno div tag za logo gdj se nalazi ova jpg slika.
Dakle kod njega je logo slika u posebnom div tagu i samim tim se ne radi o stliriziranom tekstu kao kod tebe gdje se radi o tekstu koji se nalazi u headeru,ali moguče je to vrlo lako dotjerati,samo nisam siguran uopšte šta tačno želiš da dobiješ,tako da bi trebao reći više detalja .Mada ču ti reći da sajtovi sa jedinstvenim dizajnom uvjek bolje prolaze,naravno nije loše tražiti inspiraciju u drugim radovima.
Odma ču ti reći da ovo govorim samo iz razloga jer imam iskustva,i znam 100% da jedinstven izgled je uvjek bolja opcija,naravno možeš korisiti i druge radove koje češ onda dotjerivati po svom ukusu i potrebama.



Ko je trenutno na forumu
 

Ukupno su 972 korisnika na forumu :: 78 registrovanih, 9 sakrivenih i 885 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: A.R.Chafee.Jr., Andrija 1993, Arsenije, as2025, babaroga, bankulen, bobo85, Cicumile, cole77, DalmatinacMF, dearg, dejanbenkovic, Dekanovic, Demi87, Dimitrise93, dmarx1, dora, Dovla, draganl, DrNeoCortex, Feller, FOX, GeoM, Georgius, goranvas, Kalem, kalens021, karevski, Kawasaki1000, Kobrim, koneks, Kototamopeva, krkalon, ladro, laki_bb, lcc, Lieutenant, MakiMaki02, Mcdado, mercedesamg, Metanoja, miki kv, miodrag, mist-mist, MK10, Mmipko, mnn2, Orc, Oscar, pceklic, Pekman, Phaeton, PlayerOne, Povratak1912, PrincipL, radionica1, rambod, raptorsi, rovac, S2M, sap, sasa87, sekretar, Shinobi, SOVO515, Srle993, Stoilkovic, tmanda323, Tvrtko I, vaci, Valter071, vasa.93, veljkovicdani, Vlada78, Vlado82, yufighter, Yugol33, zombicar153