default.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. /*
  2. Design by NodeThirtyThree <http://www.nodethirtythree.com>
  3. Published by Free CSS Templates <http://www.freecsstemplates.org/>
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. background: #F4FBFF url(images/img01.jpg) repeat-x;
  10. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  11. font-size: 14px;
  12. color: #405A67;
  13. }
  14. h1, h2, h3 {
  15. margin: 0;
  16. font-weight: normal;
  17. color: #4F6977;
  18. }
  19. h1 {
  20. letter-spacing: -1px;
  21. font-size: 44px;
  22. }
  23. h2 {
  24. font-size: 28px;
  25. }
  26. h3 {
  27. font-size: 16px;
  28. }
  29. p, ul, ol {
  30. margin: 0 0 1.5em 0;
  31. line-height: 1.5em;
  32. text-align: justify;
  33. }
  34. p {
  35. }
  36. blockquote {
  37. font-style: italic;
  38. }
  39. ul {
  40. }
  41. ol {
  42. }
  43. a {
  44. color: #38B5F1;
  45. }
  46. a:hover {
  47. text-decoration: none;
  48. }
  49. small {
  50. }
  51. hr {
  52. display: none;
  53. }
  54. img {
  55. border: none;
  56. }
  57. img.left {
  58. float: left;
  59. margin: 0 15px 0 0;
  60. }
  61. img.right {
  62. float: left;
  63. margin: 0 0 0 15px;
  64. }
  65. /* Header */
  66. #header {
  67. width: 954px;
  68. height: 183px;
  69. margin: 0 auto;
  70. background: url(images/img02.jpg);
  71. }
  72. /* Logo */
  73. #logo {
  74. float: left;
  75. }
  76. #logo h1, #logo h2 {
  77. float: left;
  78. text-transform: lowercase;
  79. color: #FFFFFF;
  80. }
  81. #logo h1 {
  82. padding: 115px 0 0 50px;
  83. font-weight: bold;
  84. }
  85. #logo h2 {
  86. padding: 143px 0 0 8px;
  87. font-size: 14px;
  88. font-weight: bold;
  89. }
  90. #logo a {
  91. text-decoration: none;
  92. color: #FFFFFF;
  93. }
  94. /* Menu */
  95. #menu {
  96. float: right;
  97. }
  98. #menu ul {
  99. margin: 0;
  100. padding: 140px 20px 0 0;
  101. list-style: none;
  102. line-height: normal;
  103. }
  104. #menu li {
  105. display: inline;
  106. }
  107. #menu a {
  108. padding: 0 28px 0 0;
  109. text-transform: lowercase;
  110. text-decoration: none;
  111. font-size: 16px;
  112. font-weight: bold;
  113. color: #FFFFFF;
  114. }
  115. #menu a:hover {
  116. text-decoration:underline;
  117. }
  118. #menu li.active a {
  119. text-decoration:underline;
  120. }
  121. /* Page */
  122. #page {
  123. width: 954px;
  124. margin: 0 auto;
  125. background: #FFFFFF url(images/img03.jpg) repeat-y;
  126. }
  127. #bg {
  128. background: url(images/img06.jpg) no-repeat left bottom;
  129. }
  130. /* Content */
  131. #content {
  132. float: left;
  133. width: 680px;
  134. background: url(images/img04.jpg) no-repeat;
  135. }
  136. /* Posts */
  137. .post {
  138. width: 606px;
  139. padding: 30px 0 0 48px;
  140. }
  141. .post .title {
  142. padding: 0 0 0 12px;
  143. }
  144. .post .title a {
  145. color: #4F6977;
  146. }
  147. .post .date {
  148. margin: -26px 25px 15px 0;
  149. text-align: right;
  150. color: #79AFCD;
  151. }
  152. .post .entry {
  153. padding: 25px 20px 0 12px;
  154. background: url(images/img07.jpg) no-repeat;
  155. }
  156. .post .meta {
  157. padding: 15px 12px;
  158. background: url(images/img08.jpg) no-repeat left bottom;
  159. }
  160. .post .meta b {
  161. display: none;
  162. }
  163. .post .more, .post .comments {
  164. padding: 0 30px 0 20px;
  165. }
  166. .post .more {
  167. background: url(images/img09.gif) no-repeat left center;
  168. }
  169. .post .comments {
  170. background: url(images/img10.gif) no-repeat left center;
  171. }
  172. /* About Box */
  173. #about-box {
  174. width: 185px;
  175. height: 162px;
  176. padding: 70px 37px 0 35px;
  177. background: url(images/img11.jpg) no-repeat left bottom;
  178. }
  179. #about-box h2 {
  180. margin-bottom: 25px;
  181. font-size: 18px;
  182. font-weight: normal;
  183. }
  184. #about-box p {
  185. font-size: 12px;
  186. }
  187. /* Sidebar */
  188. #sidebar {
  189. float: right;
  190. width: 274px;
  191. background: url(images/img05.jpg) no-repeat;
  192. }
  193. #sidebar ul {
  194. width: 206px;
  195. margin: 0;
  196. padding: 0 0 0 30px;
  197. list-style: none;
  198. }
  199. #sidebar li {
  200. }
  201. #sidebar li ul {
  202. width: auto;
  203. padding: 0 15px 0 10px;
  204. }
  205. #sidebar li li {
  206. padding: 5px 0 5px 0;
  207. background: url(images/img13.gif) repeat-x;
  208. }
  209. #sidebar li li.first {
  210. padding-top: 0;
  211. background: none;
  212. }
  213. #sidebar li h2 {
  214. font-size: 18px;
  215. padding: 30px 0 40px 10px;
  216. background: url(images/img12.jpg) no-repeat left bottom;
  217. }
  218. /* Footer */
  219. #footer {
  220. padding: 30px 0;
  221. }
  222. #footer p {
  223. text-align: center;
  224. font-size: 12px;
  225. color: #83B3CE;
  226. }
  227. #footer a {
  228. color: #83B3CE;
  229. }