Guest User

Untitled

a guest
Nov 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.78 KB | None | 0 0
  1. /* Master CSS for designintellection.com, RE-intellect */
  2.  
  3. * { margin:0; padding:0; }
  4.  
  5. body
  6. {
  7.     font-family:Palatino, "Palatino Linotype", Constantia, Georgia, "Times New Roman", serif;
  8.     color:#555554;
  9.     background:url("images/bg-dots-gray.gif") center top repeat-y;
  10. }
  11.  
  12. a { color:#ab443d; -webkit-transition:color 0.2s ease-in; }
  13. a:visited { color:#bc554e; }
  14. a:hover, a:active { color:#b9ad01; }
  15.  
  16. /* ------- Typesetting & Basics ------- */
  17.  
  18. em.amp { font-family:"Adobe Garamond Pro", "Garamond Premium Pro", "Adobe Caslon Pro", Palatino, "Palatino Linotype", "Times New Roman", serif; }
  19. a img { border:0; }
  20.  
  21. /* ------- LAYOUT ------- */
  22.  
  23. #site { display:block; margin:0 auto; position:relative; clear:both; }
  24. #identity { display:block; padding-bottom:20px; background:url("images/hbar4-dotted-gray.gif") left bottom repeat-x; }
  25. section#site-meta { padding-bottom:84px; }
  26.  
  27. a#home-link { text-decoration:none; }
  28. a#home-link span#home-icon { display:block; width:50px; height:50px; position:absolute; left:-68px; top:41px; background:url("images/icon-home-circle.png") 0 0 no-repeat; opacity:0; -webkit-transition:opacity 0.2s ease-in; }
  29. a#home-link:hover span#home-icon { opacity:0.9; }
  30. body#body- a#home-link span#home-icon { opacity:0.9; }
  31.  
  32. #identity hgroup { display:block; }
  33. h1#site-desc { float:none; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:30px; }
  34. h1#site-desc a { text-decoration:none; }
  35. h2#tagline { font-size:16px; line-height:20px; }
  36.  
  37. hgroup { display:block; margin:36px 0 24px 0; /*border-top:1px dotted #ababac;*/ }
  38. hgroup h1 { display:block; margin-top:18px; font-family:"HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", Helvetica, Arial, sans-serif; font-size:42px; font-weight:100; line-height:42px; color:#ee0e0e; }
  39. hgroup h2 { display:block; margin:0 0 24px 0; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:16px; font-style:italic; line-height:26px; font-weight:normal; color:#777776; }
  40.  
  41. span#contact { display:block; padding-right:10px; position:absolute; left:604px; top:0; border-right:1px dotted #ababac; }
  42. span#contact a { display:block; padding:27px 36px 19px 0; font-size:8px; letter-spacing:1px; line-height:12px; text-decoration:none; text-transform:uppercase; color:#777776; background:url("images/icon-mail-32c.gif") right 21px no-repeat; }
  43. span#contact a:hover, span#contact a:active { color:#b9ad01; background-position:right -58px; }
  44.  
  45. .main-nav { display:block; position:absolute; right:0; top:12px; }
  46. .main-nav-list { list-style:none; }
  47. .main-nav-item { display:inline; padding:0 3px; float:left; border-right:1px dotted #989999; }
  48. .main-nav-item:last-child { border-right:0; }
  49. .main-nav-link { display:block; padding:5px 7px; float:left; font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif; font-size:16px; font-weight:200; text-decoration:none; }
  50. .main-nav-item-active a { color:#333; background-color:#cbcccc; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; }
  51. .main-nav-item-active a:hover { color:#333; }
  52.  
  53. #identity footer { padding-bottom:24px; }
  54. #identity form#contact-form { display:none; }
  55.  
  56. /* Search Form */
  57. form#search-site { width:228px; margin-right:0; padding:16px 0 0 0; float:right; z-index:1000; }
  58. form#search-site p { position:relative; }
  59. form#search-site label.overlabel { display:none; font-family:Georgia, "Times New Roman", serif; font-size:12px; line-height:16px; color:#454242; }
  60. form#search-site label.overlabel-apply { position:absolute; top:5px; left:5px; font-family:Georgia, "Times New Roman", serif; font-size:12px; line-height:16px; color:#454242; z-index:1; }
  61. form#search-site input { width:168px; padding:4px 3px 3px 3px; display:inline-block; position:relative; float:left; font-family:Georgia, "Times New Roman", serif; font-size:12px; line-height:16px; color:#454242; border-top:2px solid #cdcdce; border-right:1px solid #dededf; border-bottom:1px solid #dededf; border-left:1px solid #cdcdce; background-color:#f0f0f1; }
  62. form#search-site button#search { width:48px; height:24px; margin-top:1px; margin-left:4px; display:inline-block; position:relative; float:left; line-height:16px; cursor:pointer; border:0; background:url("images/search-button.png") 0 0 no-repeat transparent; }
  63. form#search-site button#search:hover { background-position:0 -26px; }
  64. form#search-site button#search span { display:none; }
  65.  
  66. /* Blog */
  67.  
  68. section#rss-post-nav-search { display:block; margin-bottom:12px;}
  69.  
  70. a#atom-subscribe { display:block; text-decoration:none; }
  71. a#atom-subscribe p { padding:16px 0 18px 36px; font-size:12px; font-style:italic; line-height:16px; background:url("images/feed-icon-28x28.png") 0 16px no-repeat; }
  72. a#atom-subscribe p span.label { display:block; padding-top:2px; font-size:8px; font-style:normal; font-weight:bold; line-height:10px; letter-spacing:1px; text-transform:uppercase; color:#373737; -webkit-transition:color 0.2s ease-in; }
  73. a#atom-subscribe:hover p span.label { color:#b9ad01; }
  74.  
  75. ul#post-nav { list-style:none; }
  76. ul#post-nav li span.label { display:block; font-size:8px; font-style:normal; font-weight:bold; line-height:14px; letter-spacing:1px; text-transform:uppercase; color:#373737; }
  77. ul#post-nav li { padding:16px 0 18px 0; font-size:12px; font-style:italic; line-height:16px;  background-color:rgba(255,255,255,0.75); }
  78. ul#post-nav li a { text-decoration:none; }
  79.  
  80. #from-di { background-color:transparent; }
  81.  
  82. /* --- SINGLE POST */
  83.  
  84. article, aside#post-mentions, aside#featured-posts { display:block; padding:18px 0 12px 0; position:relative; border-top:6px solid #dddddc; background-color:rgba(255,255,255,0.75); }
  85. article { margin-bottom:48px; }
  86. .single article { margin-bottom:24px; border-top:6px solid #ee0e0e; }
  87. article header { margin:0 0 12px 0; }
  88.  
  89. article p.article-id { width:120px; padding-top:12px; position:absolute; left:-144px; top:-6px; font-family:Helvetica, Arial, sans-serif; font-size:42px; font-weight:bold; line-height:48px; color:#ababac; border-top:1px dotted #dddddc; }
  90. article p.article-id span { display:block; width:100%; height:80px; position:absolute; left:0; top:0; background:url("images/fg-dots-white.gif") 0 0 repeat transparent; }
  91.  
  92. article em.article-date { display:block; padding:0 0 30px 0; font-size:10px; font-style:normal; letter-spacing:1px; text-transform:uppercase; }
  93. article h1.article-title, article h2.article-title, aside#post-mentions h5 { margin-bottom:12px; font-family:Helvetica, Arial, sans-serif; font-size:16px; letter-spacing:1px; line-height:18px; text-transform:uppercase; }
  94. article h2.article-title a { text-decoration:none; border-bottom:1px dotted #dddddc; -webkit-transition:all 0.2s ease-in; }
  95. article h2.article-title a:hover { border-color:#ababac; }
  96. article p, article ol, article ul, article dl, article blockquote { padding-right:12px; padding-bottom:21px; font-family:Georgia, Palatino, "Palatino Linotype", Constantia, "Times New Roman", serif; font-size:14px; line-height:20px; }
  97.  
  98. article li { padding-bottom:12px; }
  99. article blockquote { margin-bottom:21px; padding:12px 84px 0 12px; font-style:italic; color:#fff; background-color:#777776; }
  100. article blockquote p:before { content:'\201C'; }
  101. article blockquote p:after { content:'\201D'; }
  102. article h3, article h4, .comments h3 { padding:12px 0 6px 0; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; line-height:20px; }
  103. article h4 { font-size:14px; font-style:italic; font-weight:normal; line-height:20px; }
  104. article abbr { font-size:12px; letter-spacing:1px; text-transform:uppercase; }
  105.  
  106. article p.read-more { margin-top:-21px; }
  107. article p.read-more a, a.comments-rss-link { display:block; width:116px; padding:6px 8px; font-family:Helvetica, Arial, sans-serif; font-size:13px; font-weight:bold; line-height:14px; text-decoration:none; color:#fff; background-color:#777776; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
  108. article p.read-more a:hover, a.comments-rss-link:hover { background-color:#333332; -webkit-transition:all 0.2s ease-in; }
  109.  
  110. .single article footer { margin-top:24px; padding-top:1px; border-top:1px dotted #ababac; }
  111. .single article footer p { padding-top:12px; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:10px; font-style:italic; letter-spacing:1px; line-height:16px; text-transform:uppercase; border-top:1px dotted #ababac; }
  112. .single article footer p a { font-size:12px; font-style:normal; font-weight:bold; letter-spacing:0; text-transform:none; }
  113.  
  114. .blog-custom footer { display:block; clear:both; }
  115. section#go-long article { height:4000px; }
  116.  
  117. .sidebar-block { margin-bottom:36px; background-color:rgba(222,226,173,0.7); border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; }
  118. .sidebar-block header { margin-top:0; border-bottom:0; }
  119. .sidebar-block h3 { margin-bottom:1px; padding:12px 0 12px 12px; font-family:Helvetica, Arial, sans-serif; font-size:16px; color:#50505c; }
  120. .sidebar-block h3 em { display:block; padding-top:3px; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:12px; font-weight:normal; line-height:14px; color:#83838f; }
  121. .sidebar-block h3 a { text-decoration:none; color:#50505c; }
  122. .sidebar-block h3 em a { text-decoration:underline; color:#b67a17; }
  123. .sidebar-block h3 em a:hover, .sidebar-block h3 em a:active { color:#b9ad01; }
  124.  
  125. .sidebar-block p { padding:0 12px 12px 12px; font-size:12px; line-height:15px; }
  126. .sidebar-block ul { list-style:none; }
  127. .sidebar-block ul li { padding:0 12px 12px 12px; font-size:12px; line-height:15px; }
  128. .sidebar-block ul li span.qualifier { font-style:italic; color:#777776; }
  129. .sidebar-block a { color:#666665; }
  130. .sidebar-block a.website-linked { display:block; margin:0 0 4px -12px; font-size:16px; line-height:16px; text-decoration:none; color:#ab443d; }
  131. .sidebar-block a:hover, .sidebar-block a.website-linked:hover, .sidebar-block a.website-linked:active { color:#b9ad01; }
  132. .sidebar-block p.lead { padding:0 12px 12px 12px; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:12px; line-height:15px; }
  133.  
  134. .sidebar-block footer { display:block; margin-top:1px; padding:12px; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:12px; line-height:15px; border-top:1px solid #fff; background-color:rgba(222,226,173,0.8); border-bottom-left-radius:6px; border-bottom-right-radius:6px; -webkit-border-bottom-left-radius:6px; -webkit-border-bottom-right-radius:6px; -moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px; }
  135. .sidebar-block footer p { padding:0; }
  136. .sidebar-block footer a { color:#b67a17; }
  137. .sidebar-block footer a:hover, .sidebar-block footer a:active { color:#b9ad01; }
  138.  
  139. /* Pingbacks & FEATURED POSTS */
  140. aside#post-mentions h5, aside#featured-posts h5 { padding:0 12px; font-size:10px; letter-spacing:1px; line-height:12px; text-transform:uppercase; }
  141. aside#post-mentions em, aside#featured-posts em { display:block; margin:0 12px 12px 12px; padding-bottom:6px; font-size:12px; line-height:20px; border-bottom:1px dotted #dddddc; }
  142. aside#post-mentions ul { padding:0 12px; list-style-type:square; }
  143. aside#post-mentions li { margin-left:12px; padding:0 0 6px 0; font-size:12px; line-height:15px; }
  144.  
  145. /* Contact */
  146.  
  147. section#contact-di header { display:block; margin:0 auto 24px auto; border-bottom:1px dotted #ababac; }
  148. section#contact-di h1 { display:block; font-family:"HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:42px; font-weight:100; line-height:42px; color:#ee0e0e; }
  149. section#contact-di h2 { margin:12px 0 24px 0; font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif; font-size:16px; font-style:italic; line-height:20px; font-weight:normal; color:#777776; }
  150. section#contact-di h3 { padding:0 0 12px 0; font-family:Helvetica, Arial, sans-serif; font-size:16px; line-height:16px; color:#ababac; }
  151. section#contact-di h3 span { font-weight:normal; }
  152. section#contact-di #main-message { padding-top:24px; border-top:6px solid #ee0e0e; }
  153. section#contact-di aside { padding-top:24px; border-top:6px solid #ababac; }
  154. section#contact-di aside p, section#contact-di aside ul { font-size:14px; line-height:18px; }
  155. section#contact-di aside p.pd-appr-budget { margin-bottom:12px; padding-top:12px; border-top:1px dotted #ddddde; border-bottom:1px dotted #ddddde; }
  156. section#contact-di aside p.pd-appr-budget label, section#contact-di aside p.pd-appr-timeline label { display:block; padding-bottom:3px; }
  157.  
  158.  
  159. /* SEARCH RESULTS */
  160. /* NEED TO CONVERT TO HTML5 */
  161. #search-results { width:960px; position:relative; }
  162. #search-display header { display:block; margin-bottom:12px; }
  163. #search-display .search-results-status { margin-top:24px; margin-bottom:12px; padding:12px 0; font-size:10px; letter-spacing:2px; text-align:center; text-transform:uppercase; background-color:#eeeeed; -webkit-border-radius:12px; -moz-border-radius:12px; }
  164. #search-display header p em { font-size:16px; font-style:italic; font-weight:bold; letter-spacing:0; line-height:20px; text-transform:none; }
  165.  
  166. #search-results article, aside#featured-posts article { margin-top:12px; margin-bottom:12px; position:relative; float:left; border-top:1px dotted #ababac; }
  167. #search-results article header, aside#featured-posts article header { display:block; margin:0; padding-top:7px; border-bottom:0; background-color:transparent; }
  168.  
  169. #search-results article em.article-date, aside#featured-posts article em.article-date { margin:0; padding:6px 0 0 0; display:block; font-family:Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif; font-size:10px; font-style:italic; line-height:10px; vertical-align:bottom; color:#ababac; }
  170. #search-results article:hover em.article-date, aside#featured-posts article:hover em.article-date { color:#454544; }
  171. #search-results article.unique em.article-date, aside#featured-posts article.unique em.article-date { color:#b7ae00; }
  172.  
  173. #search-results article h3 a, aside#featured-posts article h3 a { padding:0; display:block; position:relative; font-family:Helvetica, Arial, sans-serif; font-size:26px; font-weight:bold; line-height:28px; text-decoration:none; color:#454544; }
  174. #search-results article.aside h3, aside#featured-posts article.aside h3, aside#featured-posts article.unique h3 { margin:0 0 6px 0; }
  175. #search-results article.aside h3 a, #search-results article.unique h3 a, aside#featured-posts article.aside h3 a, aside#featured-posts article.unique h3 a { font-size:10px; letter-spacing:1px; line-height:12px; text-transform:uppercase; }
  176. #search-results article.unique h3 a, aside#featured-posts article.unique h3 a { font-size:12px; line-height:14px; letter-spacing:0; text-transform:none; }
  177. #search-results article h3 a:hover, aside#featured-posts article h3 a:hover { color:#ee0e0e; }
  178.  
  179. #search-results article p, aside#featured-posts article p { padding:0; font-size:12px; line-height:17px; text-indent:17px; color:#777776; }
  180. #search-results article p:first-child, aside#featured-posts article p:first-child { text-indent:0; }
  181.  
  182. #search-results article .article-content, aside#featured-posts article .article-content { padding:0; background-color:transparent; }
  183. #search-results article.unique .article-content, aside#featured-posts article.unique .article-content { padding:7px; }
  184.  
  185. /* FOR jQuery Masonry */
  186.  
  187. #search-results .article, #search-results .article .inner { width:228px; }
  188. #search-results .article .article-content, #search-results .article-aside .article-content { width:228px; }
  189.  
  190.  
  191. /* Send Message Form NEEDS TO BE CONVERTED TO HTML5 */
  192.  
  193. section#comment-message { display:block; padding-top:18px; border-top:6px solid #dddddc; }
  194. form#comment-public, #message-sent { /*border:1px dotted #ababac; border-top:0; background-color:#f1f1f0;*/ }
  195.  
  196. form#comment-public fieldset { border:0; }
  197. form#comment-public fieldset.sender-message { padding-top:12px; clear:both; border-top:1px dotted #ddddde; }
  198. form#comment-public fieldset p { position:relative; }
  199.  
  200. form#comment-public input, form#comment-public select, form#comment-public textarea
  201. {
  202.     width:318px;
  203.     margin: 6px 0px 6px 0px;
  204.     padding:4px;
  205.     font-family:Palatino, "Palatino Linotype", Constantia, "Times New Roman", Georgia, serif;
  206.     font-size:14px;
  207.     line-height:18px;
  208.     color:#373737;
  209.     border-top:1px solid #d0d0d0;
  210.     border-right:1px solid #e0e0e0;
  211.     border-bottom:1px solid #e0e0e0;
  212.     border-left:1px solid #d0d0d0;
  213.     background-color:#f1f1f0;
  214. }
  215.  
  216. form#comment-public select { color:#777776; }
  217. form#comment-public .sender-question { padding:12px 0; border-top:1px dotted #ddddde; }
  218. form#comment-public .sender-question p { font-size:12px; line-height:16px; color:#777776; }
  219. form#comment-public .sender-question p strong { display:block; padding-bottom:3px; font-weight:normal; color:#333332; }
  220. form#comment-public .sender-question p input { width:170px !important; margin-bottom:3px; }
  221. form#comment-public .sender-question p em { }
  222.  
  223. form#comment-public legend { padding-bottom:24px; font-size:12px; line-height:16px; }
  224. form#comment-public legend span { display:block; font-size:10px; letter-spacing:1px; line-height:16px; text-transform:uppercase; }
  225.  
  226. form#comment-public fieldset.sender-message input { width:314px; }
  227. form#comment-public textarea { height:172px;margin: 0px; }
  228.  
  229. label {
  230.     font-size:13px;
  231.     color:#777776;
  232.     width: 7em;
  233.     float: left;
  234.     text-align: right;
  235.     margin-right: 0.5em;
  236.     display: block;
  237.     margin-top: 6px;
  238. }
  239. label span
  240. {
  241.     display: block;
  242. }
  243.  
  244. form#comment-public .button { width:136px; height:42px; padding:0; margin-left: 7em; cursor:pointer; border:0; background:url("images/submit-button.png") 0 0 no-repeat; text-indent: -9999px; }
  245. form#comment-public .button:hover { background-position:0 -46px; }
  246. form#comment-public .button span { display:none; }
  247.  
  248. #message-sent dd, #message-sent ul li { padding-bottom:12px; font-size:12px; font-style:italic; line-height:16px; }
  249. #message-sent ul li { font-style:normal; }
  250. #message-sent h3 { padding-bottom:6px; font-size:18px; line-height:22px; color:#3888a6; }
  251. #message-sent span.operation { margin-bottom:18px; padding-top:6px; display:block; font-size:12px; line-height:16px; color:#777; }
  252.  
  253. #message-error { width:442px; margin-bottom:12px; padding:12px; border:1px solid #e9dd73; background-color:#f3ea9f; }
  254. body#body-contact #message-error { width:372px; position:relative; z-index:1002; }
  255. #message-error h3 { padding-bottom:6px; font-family:Helvetica, Arial, sans-serif; font-size:18px; line-height:22px; color:#343232; }
  256. #message-error ul { padding-left:16px; }
  257. #message-error li { padding-bottom:5px; font-family:Helvetica, Arial, sans-serif; font-size:13px; line-height:19px; }
  258.  
  259. /* ------- Site Meta ------- */
  260.  
  261. #site-meta p { margin:48px auto 0 auto; padding-top:12px; clear:both; font-size:12px; line-height:16px; border-top:2px solid #dcdcdb; }
  262.  
  263. /* ------- FRAMEWORK ------- */
  264.  
  265. .clear { display:block; height:0; clear:both; font-size:1px; line-height:1px; }
  266. .flow { float:left; }
  267.  
  268. .wide-1 { width:36px; margin-right:12px; }
  269. .wide-2 { width:84px; margin-right:12px; }
  270. .wide-3 { width:132px; margin-right:12px; }
  271. .wide-4 { width:180px; margin-right:12px; }
  272. .wide-5 { width:228px; margin-right:12px; }
  273. .wide-6 { width:276px; margin-right:12px; }
  274. .wide-7 { width:324px; margin-right:12px; }
  275. .wide-8 { width:372px; margin-right:12px; }
  276. .wide-9 { width:420px; margin-right:12px; }
  277. .wide-10 { width:468px; margin-right:12px; }
  278. .wide-11 { width:516px; margin-right:12px; }
  279. .wide-12 { width:564px; margin-right:12px; }
  280. .wide-13 { width:612px; margin-right:12px; }
  281. .wide-14 { width:660px; margin-right:12px; }
  282. .wide-15 { width:708px; margin-right:12px; }
  283. .wide-16 { width:756px; margin-right:12px; }
  284. .wide-17 { width:804px; margin-right:12px; }
  285. .wide-18 { width:852px; margin-right:12px; }
  286. .wide-19 { width:900px; margin-right:12px; }
  287. .wide-20 { width:948px; }
  288.  
  289. .push-1 { margin-right:60px; }
  290. .push-2 { margin-right:96px; }
  291. .skip-1 { margin-left:48px; }
  292. .skip-2 { margin-left:96px; }
  293. .skip-3 { margin-left:144px; }
  294. .skip-4 { margin-left:192px; }
  295. .skip-5 { margin-left:240px; }
  296. .pull-left-1 { margin-left:-48px; }
  297. .pull-left-3 { margin-left:-144px; }
  298.  
  299. .climb-1 { margin-top:-48px; }
  300. .drop-1 { margin-top:48px; }
  301. .drop-2 { margin-top:96px; }
  302.  
  303. /* Normal overrides */
  304. .or-pad { margin-right:0 !important; padding-right:12px !important; }
  305. .or-border-1 { margin-left:-1px; }
  306. .or-border-2 { margin-left:-2px; }
  307.  
  308. .end { margin-right:0 !important; }
  309.  
  310. .center { text-align:center; }
  311.  
  312. .print-only { display:none; }
  313.  
  314. img.float-right { margin:0 0 12px 12px; float:right; }
  315. img.float-left { margin:0 12px 12px 0; float:left; }
  316. img.frame { border:6px solid #ababac; }
  317.  
  318. .footnotes { margin-top:12px; padding-top:6px; border-top:1px solid #dddddc; }
  319. .footnotes, .footnotes p, .footnotes ol li { padding-bottom:12px !important; font-size:12px !important; line-height:16px !important; color:#777776 !important; }
  320.  
  321. .download-area { margin:21px 0; padding:12px; border:1px dotted #ababac; background-color:#eeeeed; }
  322. .download-small { padding-left:18px; font-weight:bold; text-decoration:none; background:url("images/icon-arrow-down.gif") 0 0 no-repeat; }
  323.  
  324. /* Comments */
  325. ol#commentlist { padding-top:21px; }
  326. ol#commentlist li { padding-bottom:21px; font-family:Georgia, Palatino, "Palatino Linotype", Constantia, "Times New Roman", serif; font-size:14px; line-height:20px; }
  327.  
  328. .no-comments { padding:0 0 24px 0; font-size:14px; font-style:italic; line-height:18px; }
  329. .response-title { margin-top:-4px; font-family:Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; line-height:16px; color:#777776; }
  330.  
  331. .comment { margin-bottom:24px; padding-top:24px; border-top:1px dotted #dddddc; }
  332. .comment-meta a { text-decoration:none; color:#999998; }
  333. .comment-meta a:visited { color:#999998; }
  334. .comment-meta a:hover, .comment-meta a:focus { text-decoration:underline; color:#777776; }
Add Comment
Please, Sign In to add comment