Advertisement
Guest User

css

a guest
Aug 7th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.16 KB | None | 0 0
  1. /* Website template by freewebsitetemplates.com */
  2. @font-face {
  3. font-family: 'Oswald';
  4. src: url('../fonts/Oswald.eot');
  5. src: local('☺'), url('../fonts/Oswald.woff') format('woff'), url('../fonts/Oswald.ttf') format('truetype'), url('../fonts/Oswald.svg') format('svg');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. @font-face {
  10. font-family: 'QuattrocentoSans-Regular';
  11. src: url('../fonts/QuattrocentoSans-Regular.eot');
  12. src: local('☺'), url('../fonts/QuattrocentoSans-Regular.woff') format('woff'), url('../fonts/QuattrocentoSans-Regular.ttf') format('truetype'), url('../fonts/QuattrocentoSans-Regular.svg') format('svg');
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. body {
  17. background: #211917 url(../images/bg-body.png) repeat-y center top;
  18. font-family: "QuattrocentoSans-Regular";
  19. margin: 0;
  20. }
  21. img {
  22. border: 0;
  23. }
  24. /*------------------------------ Sprites ------------------------------*/
  25. #contents, #contents > div, #contents div.body {
  26. background-image: url(../images/bg-contents.png);
  27. background-repeat: no-repeat;
  28. }
  29. .btn1, .btn2 {
  30. background: url(../images/buttons.png) no-repeat;
  31. cursor: pointer;
  32. font: 14px/24px "Oswald";
  33. text-decoration: none;
  34. text-transform: uppercase;
  35. }
  36. .frame {
  37. background: url(../images/frames.png) no-repeat;
  38. }
  39. #connect a, #pagination .previous, #pagination .next, #blog .comments {
  40. background: url(../images/icons.png) no-repeat;
  41. }
  42. #sidebar, #sidebar div.body {
  43. background-image: url(../images/bg-sidebar.png);
  44. background-repeat: no-repeat;
  45. }
  46. .btn1 {
  47. background-position: 0 0;
  48. color: #966a01;
  49. display: block;
  50. height: 34px;
  51. line-height: 34px;
  52. width: 109px;
  53. }
  54. .btn1:hover {
  55. background-position: -114px 0;
  56. }
  57. .btn2 {
  58. background-position: -13px -39px;
  59. font-size: 11px;
  60. height: 26px;
  61. width: 83px;
  62. border: 0;
  63. margin: 0;
  64. }
  65. .btn2:hover {
  66. background-position: -127px -39px;
  67. }
  68. /** Date Time **/
  69. .time {
  70. float: left;
  71. background: url(../images/bg-time.png) no-repeat left top;
  72. color: #fff;
  73. font-family: "Oswald";
  74. display: block;
  75. height: 42px;
  76. width: 32px;
  77. margin: 0 5px 15px 0;
  78. padding: 0 5px;
  79. text-align: center;
  80. text-transform: uppercase;
  81. }
  82. /** Tabs **/
  83. .tabs {
  84. float: right;
  85. display: inline-block;
  86. list-style: none;
  87. margin: 20px 0 0;
  88. padding: 0;
  89. }
  90. .tabs li {
  91. float: left;
  92. border-left: 1px solid #241b18;
  93. margin-left: 15px;
  94. padding-left: 15px;
  95. }
  96. .tabs li:first-child {
  97. border: 0;
  98. }
  99. .tabs a {
  100. color: #241b18;
  101. font-family: "Oswald";
  102. font-size: 14px;
  103. text-decoration: none;
  104. text-transform: uppercase;
  105. }
  106. .tabs a:hover, .tabs li.selected a {
  107. color: #af8112;
  108. }
  109. /** Posts **/
  110. .posts {
  111. list-style: none;
  112. margin: 0;
  113. padding: 0;
  114. }
  115. .posts li {
  116. display: inline-block;
  117. font-size: 13px;
  118. }
  119. .posts p {
  120. color: #4b3a33;
  121. padding-left: 50px;
  122. }
  123. .posts p b {
  124. display: block;
  125. font-family: "Oswald";
  126. font-weight: normal;
  127. margin: 0 0 3px;
  128. }
  129. .posts p a {
  130. color: #4b3a33;
  131. display: block;
  132. font-family: "Oswald";
  133. text-decoration: none;
  134. }
  135. .posts p a:hover {
  136. color: #241b18;
  137. }
  138. /*------------------------------ HEADER ------------------------------*/
  139. #header {
  140. background-color: #241b18;
  141. height: 88px;
  142. border-bottom: 1px solid #fff;
  143. padding: 36px 0 0;
  144. }
  145. #header > div {
  146. width: 940px;
  147. margin: 0 auto;
  148. padding: 0 10px;
  149. text-align: right;
  150. }
  151. /** Logo **/
  152. #logo {
  153. float: left;
  154. }
  155. /** Navigation **/
  156. #navigation {
  157. display: inline-block;
  158. line-height: 80px;
  159. list-style: none;
  160. margin: 0;
  161. padding: 0;
  162. *width: 345px; /** Needed for IE7 **/
  163. }
  164. #navigation li {
  165. float: left;
  166. margin: 0 15px;
  167. }
  168. #navigation li:first-child {
  169. margin-left: 0;
  170. }
  171. #navigation li a {
  172. color: #fff;
  173. font-family: "Oswald";
  174. font-size: 14px;
  175. padding: 15px 0;
  176. text-decoration: none;
  177. text-transform: uppercase;
  178. }
  179. #navigation li a:hover, #navigation li.selected a {
  180. color: #ffc947;
  181. }
  182. /*------------------------------ CONTENTS ------------------------------*/
  183. #contents {
  184. background-position: -961px top;
  185. background-repeat: repeat-y;
  186. width: 970px;
  187. margin: 0 auto;
  188. }
  189. #contents > div {
  190. background-position: -1931px bottom;
  191. width: 960px;
  192. padding: 0 5px 10px;
  193. }
  194. #contents div.body {
  195. background-position: 1px top;
  196. display: inline-block;
  197. width: 940px;
  198. padding: 10px 10px 0;
  199. }
  200. #contents div.body h1 {
  201. color: #241b18;
  202. font-family: "Oswald";
  203. font-size: 34px;
  204. font-weight: normal;
  205. margin: 0 0 18px;
  206. text-transform: uppercase;
  207. }
  208. #contents p {
  209. color: #626161;
  210. font-size: 14px;
  211. line-height: 24px;
  212. margin: 0;
  213. padding: 0 0 24px;
  214. text-align: justify;
  215. }
  216. #contents p a {
  217. color: #626161;
  218. }
  219. #contents p a:hover {
  220. color: #8e8265;
  221. }
  222. /** Adbox **/
  223. #adbox {
  224. height: 407px;
  225. width: 938px;
  226. border-color: #fff;
  227. border-width: 1px;
  228. border-style: none solid solid;
  229. margin: -10px 0 0;
  230. position: relative;
  231. }
  232. #adbox span.info {
  233. display: inline-block;
  234. font-size: 14px;
  235. text-align: center;
  236. position: absolute;
  237. left: 330px;
  238. bottom: 25px;
  239. }
  240. #adbox span.info em {
  241. display: block;
  242. font-size: 24px;
  243. font-style: normal;
  244. }
  245. #adbox div.details {
  246. background: url(../images/bg-pattern.jpg) no-repeat left top;
  247. height: 407px;
  248. width: 380px;
  249. padding: 61px 45px;
  250. position: absolute;
  251. right: 0;
  252. top: 0;
  253. }
  254. #adbox div.details h1 {
  255. color: #241b18;
  256. font-family: "Oswald";
  257. font-size: 34px;
  258. font-weight: normal;
  259. margin: 0 0 24px;
  260. text-align: center;
  261. text-shadow: 1px 1px #fff;
  262. }
  263. #adbox div.details p {
  264. color: #241b18;
  265. font-size: 15px;
  266. padding-left: 10px;
  267. padding-right: 10px;
  268. }
  269. /** Featured **/
  270. #featured {
  271. display: inline-block;
  272. list-style: none;
  273. width: 940px;
  274. margin: 0;
  275. padding: 0;
  276. }
  277. #featured li {
  278. float: left;
  279. background-color: #4b3a33;
  280. width: 314px;
  281. overflow: hidden;
  282. }
  283. #featured li.bedroom {
  284. background-color: #241b18;
  285. }
  286. #featured li.kitchen {
  287. width: 312px;
  288. }
  289. #featured li > div:first-child {
  290. height: 179px;
  291. width: 314px;
  292. overflow: hidden;
  293. position: relative;
  294. }
  295. #featured li > div:first-child > a {
  296. display: block;
  297. height: 100%;
  298. width: 100%;
  299. position: absolute;
  300. top:0;
  301. left: 0;
  302. }
  303. #featured li > div:first-child > a:hover {
  304. background-color: #fff;
  305. filter:alpha(opacity=10); /** Needed for IE8 and below **/
  306. opacity:0.1;
  307. }
  308. #featured div.details {
  309. background: url(../images/separator-light.png) repeat-x left top;
  310. padding: 16px 20px 0;
  311. }
  312. #featured div.details h4 {
  313. color: #ffc947;
  314. font-family: "Oswald";
  315. font-weight: normal;
  316. margin: 0 0 6px;
  317. text-transform: uppercase;
  318. }
  319. #featured div.details p {
  320. color: #fff;
  321. font-size: 13px;
  322. line-height: 18px;
  323. }
  324. #featured div.details p a {
  325. color: #fff;
  326. text-decoration: none;
  327. }
  328. #featured div.details p a:hover {
  329. color: #ffc947;
  330. }
  331. div.contact {
  332. float: left;
  333. background: url(../images/separator-light-vertical.png) repeat-y right top;
  334. height: 225px;
  335. width: 254px;
  336. padding: 20px 40px 0 20px;
  337. }
  338. #contents div.contact p {
  339. color: #7b7b7b;
  340. font-family: "Oswald";
  341. font-size: 14px;
  342. padding-bottom: 0;
  343. text-transform: uppercase;
  344. }
  345. div.contact p b {
  346. color: #241b18;
  347. display: block;
  348. font-size: 24px;
  349. font-weight: normal;
  350. line-height: 30px;
  351. padding: 0 0 24px;
  352. }
  353. div.contact p b.email {
  354. text-transform: lowercase;
  355. }
  356. div.blog {
  357. display: inline-block;
  358. height: 225px;
  359. width: 626px;
  360. padding: 20px 0 0;
  361. }
  362. div.blog h4 {
  363. color: #7b7b7b;
  364. font-family: "Oswald";
  365. font-size: 15px;
  366. font-weight: normal;
  367. line-height: 24px;
  368. margin: 0 0 12px;
  369. padding-left: 21px;
  370. text-transform: uppercase;
  371. }
  372. div.blog > div {
  373. float: left;
  374. background: url(../images/bg-box.png) no-repeat left top;
  375. width: 254px;
  376. margin: 0 21px;
  377. padding: 0 0 0 15px;
  378. position: relative;
  379. }
  380. div.blog > div img {
  381. float: right;
  382. margin-left: 20px;
  383. }
  384. div.blog span {
  385. color: #4b3a33;
  386. display: block;
  387. font-size: 12px;
  388. margin: 18px 0 0;
  389. }
  390. #contents div.blog > div p {
  391. color: #4b3a33;
  392. font-family: "Oswald";
  393. line-height: 18px;
  394. padding: 12px 0;
  395. text-align: left;
  396. }
  397. div.blog a.more {
  398. color: #4b3a33;
  399. font: 12px/24px 'Oswald';
  400. text-decoration: none;
  401. text-transform: uppercase;
  402. position: absolute;
  403. bottom: 18px;
  404. left: 15px;
  405. }
  406. div.blog a.more:hover {
  407. color: #af8112;
  408. }
  409. /** Main **/
  410. #main {
  411. width: 448px;
  412. }
  413. /** Sidebar **/
  414. #sidebar {
  415. float: right;
  416. background-position: 0 0;
  417. width: 432px;
  418. margin-left: 20px;
  419. padding: 2px 0 0;
  420. }
  421. #sidebar div.body {
  422. background-position: -438px 0;
  423. background-repeat: repeat-y;
  424. min-height: 100px;
  425. width: 432px;
  426. padding: 10px 0 0;
  427. text-align: center;
  428. }
  429. #sidebar div.contact {
  430. background: none;
  431. height: auto;
  432. width: 392px;
  433. padding: 20px 20px 0;
  434. }
  435. #sidebar div.contact p {
  436. text-align: center;
  437. }
  438. #contents #about, #contents #contact {
  439. min-height: 900px;
  440. width: 900px;
  441. padding: 20px 30px 0;
  442. }
  443. /** About **/
  444. #about p span {
  445. font-size: 12px;
  446. }
  447. #about #main h1 {
  448. background: url(../images/separator-light.png) repeat-x left bottom;
  449. padding: 0 0 18px;
  450. }
  451. #about #main h4 {
  452. color: #626161;
  453. font-family: "Oswald";
  454. font-size: 15px;
  455. font-weight: normal;
  456. line-height: 24px;
  457. margin: 0 0 12px;
  458. text-transform: uppercase;
  459. }
  460. /** Gallery **/
  461. #contents #gallery {
  462. min-height: 900px;
  463. width: 860px;
  464. padding: 20px 50px 0;
  465. }
  466. #gallery h1 {
  467. background: url(../images/separator-light.png) repeat-x left bottom;
  468. padding: 0 0 6px;
  469. }
  470. #gallery .items {
  471. list-style: none;
  472. margin: 0;
  473. padding: 0;
  474. }
  475. #gallery .items li {
  476. background: url(../images/separator-light.png) repeat-x left bottom;
  477. display: inline-block;
  478. width: 100%;
  479. margin: 0 0 18px;
  480. padding: 0 0 24px;
  481. }
  482. #gallery .items li h5 {
  483. color: #241b18;
  484. font-family: "Oswald";
  485. font-size: 15px;
  486. font-weight: normal;
  487. margin: 0 0 18px;
  488. text-transform: uppercase;
  489. }
  490. #gallery .items li p {
  491. color: #626161;
  492. padding-right: 10px;
  493. }
  494. #gallery .frame {
  495. float: left;
  496. background-position: 0 0;
  497. height: 264px;
  498. width: 418px;
  499. margin-left: -38px;
  500. padding: 1px 21px 0 41px;
  501. text-align: center;
  502. }
  503. #gallery .details {
  504. margin: 0 0 18px;
  505. }
  506. #gallery .items .details h5 {
  507. margin: 0;
  508. }
  509. #gallery .details p {
  510. color: #626161;
  511. padding: 0;
  512. }
  513. #gallery .details p b {
  514. color: #241b18;
  515. font-weight: normal;
  516. text-transform: uppercase;
  517. }
  518. #gallery .price {
  519. color: #ab7d0f;
  520. font-size: 22px;
  521. }
  522. /** Blog **/
  523. #contents #blog {
  524. width: 860px;
  525. padding: 20px 50px 10px;
  526. }
  527. #blog #sidebar {
  528. background: url(../images/separator-light-vertical.png) repeat-y left top;
  529. min-height: 899px;
  530. width: 240px;
  531. margin-left: 0;
  532. padding-left: 33px;
  533. }
  534. #blog #sidebar > div {
  535. background: url(../images/separator-light.png) repeat-x left top;
  536. margin: 0 0 24px;
  537. padding: 24px 0 0;
  538. }
  539. #blog #sidebar > div ul {
  540. color: #4b3a33;
  541. list-style: none;
  542. margin: 0;
  543. padding: 0;
  544. }
  545. #blog #sidebar > div:first-child {
  546. background: none;
  547. margin: 0;
  548. padding-top: 0;
  549. }
  550. #blog #sidebar > div ul li a {
  551. color: #4b3a33;
  552. font: 13px/24px "Oswald";
  553. text-decoration: none;
  554. }
  555. #blog #sidebar > div ul li a:hover {
  556. color: #241b18;
  557. }
  558. #blog #sidebar h5 {
  559. color: #241b18;
  560. font-family: "Oswald";
  561. font-size: 14px;
  562. font-weight: normal;
  563. margin: 0 0 30px;
  564. padding: 0;
  565. text-transform: uppercase;
  566. }
  567. #blog .posts {
  568. margin: -6px 0 0;
  569. }
  570. #blog #sidebar .time {
  571. margin: 5px 5px 0 0;
  572. }
  573. #blog #sidebar .posts p {
  574. color: #4b3a33;
  575. font-size: 12px;
  576. line-height: 18px;
  577. padding-left: 50px;
  578. text-align: left;
  579. }
  580. #blog #main {
  581. min-height: 900px;
  582. width: 560px;
  583. position: relative;
  584. }
  585. #blog div.viewer {
  586. background: url(../images/separator-light.png) repeat-x left bottom;
  587. margin: 0 0 30px;
  588. padding: 0 0 24px;
  589. }
  590. #blog #main span.time {
  591. font-size: 14px;
  592. line-height: 20px;
  593. margin: 3px 5px 0 0;
  594. }
  595. #blog #main h3 {
  596. font-family: "Oswald";
  597. font-weight: normal;
  598. line-height: 24px;
  599. margin: 0;
  600. text-transform: uppercase;
  601. }
  602. #blog #main h3 a {
  603. color: #000;
  604. text-decoration: none;
  605. }
  606. #blog #main div.frame {
  607. background-position: 0 -269px;
  608. height: 262px;
  609. width: 560px;
  610. margin: 0 0 18px -40px;
  611. padding: 1px 20px 1px 41px;
  612. }
  613. #blog .info {
  614. color: #626161;
  615. font-size: 12px;
  616. line-height: 24px;
  617. padding: 0 0 6px;
  618. text-transform: uppercase;
  619. }
  620. #blog .info a {
  621. text-decoration: none;
  622. }
  623. #blog .more, #blog .comments {
  624. color: #241b18;
  625. font: 12px/24px "Oswald";
  626. text-decoration: none;
  627. text-transform: uppercase;
  628. }
  629. #blog .more {
  630. float: right;
  631. }
  632. #blog .comments {
  633. background-position: 0 -45px;
  634. padding-left: 20px;
  635. }
  636. #blog div.viewer a:hover, #blog .info a:hover, #pagination > a:hover, #blog #main h3 a:hover {
  637. color: #b1861f;
  638. }
  639. #blog #pagination {
  640. position: absolute;
  641. bottom: 0;
  642. }
  643. /** Pagination **/
  644. #pagination {
  645. display: inline-block;
  646. width: 100%;
  647. text-align: center;
  648. }
  649. #pagination .previous, #pagination .next {
  650. float: left;
  651. background-position: 0 -69px;
  652. color: #241b18;
  653. display: inline-block;
  654. height: 15px;
  655. padding-left: 24px;
  656. text-decoration: none;
  657. text-transform: uppercase;
  658. }
  659. #pagination .next {
  660. float: right;
  661. background-position: right -91px;
  662. padding-left: 0;
  663. padding-right: 24px;
  664. }
  665. #pagination ul {
  666. display: inline-block;
  667. list-style: none;
  668. margin: 0;
  669. padding: 0;
  670. *width: 150px;
  671. }
  672. #pagination ul li {
  673. float: left;
  674. color: #626161;
  675. font-size: 14px;
  676. line-height: 20px;
  677. margin: 0 2px;
  678. }
  679. #pagination ul li a {
  680. background-color: #d2d2d2;
  681. color: #626161;
  682. font-size: 13px;
  683. padding: 0 7px;
  684. text-decoration: none;
  685. }
  686. #pagination ul li a:hover, #pagination ul li.selected a {
  687. background-color: #ffc947;
  688. color: #241b18;
  689. }
  690. /** Contact **/
  691. #contact form {
  692. background: url(../images/separator-light.png) repeat-x left top;
  693. padding: 30px 0 0;
  694. }
  695. #contact form label {
  696. color: #626161;
  697. display: block;
  698. font-size: 14px;
  699. line-height: 24px;
  700. }
  701. #contact form input {
  702. color: #626161;
  703. font-size: 13px;
  704. height: 27px;
  705. line-height: 27px;
  706. width: 440px;
  707. border: 3px solid #af8112;
  708. margin: 0 0 12px;
  709. }
  710. #contact form input.btn1 {
  711. color: #966a01;
  712. cursor: pointer;
  713. font-family: "Oswald";
  714. height: 34px;
  715. line-height: 34px;
  716. width: 109px;
  717. border: 0;
  718. padding: 0 0 2px;
  719. text-transform: uppercase;
  720. }
  721. #contact textarea {
  722. color: #626161;
  723. font-size: 14px;
  724. height: 158px;
  725. line-height: 24px;
  726. width: 440px;
  727. border: 3px solid #af8112;
  728. margin: 0 0 12px;
  729. overflow: auto;
  730. resize: none;
  731. }
  732. /*------------------------------ FOOTER ------------------------------*/
  733. #footer {
  734. background-color: #e2b241;
  735. border-top: 1px solid #fff;
  736. padding: 28px 0 14px;
  737. }
  738. #footer p {
  739. color: #4b3a33;
  740. font-size: 12px;
  741. line-height: 18px;
  742. margin: 0;
  743. }
  744. #footer > div {
  745. width: 940px;
  746. margin: 0 auto;
  747. padding: 0 10px;
  748. }
  749. #footer .posts {
  750. float: left;
  751. height: 300px;
  752. width: 302px;
  753. padding: 0;
  754. }
  755. #footer .posts li {
  756. width: 276px;
  757. margin: 0 0 30px;
  758. padding-left: 10px;
  759. }
  760. #footer .posts p a {
  761. line-height: 24px;
  762. margin: -3px 0 3px;
  763. }
  764. #links {
  765. background: url(../images/separator-dark.png) repeat-x left bottom;
  766. color: #4b3a33;
  767. display: inline-block;
  768. width: 940px;
  769. padding: 0 0 20px;
  770. }
  771. #links h4 {
  772. color: #241b18;
  773. font-family: "Oswald";
  774. font-size: 15px;
  775. font-weight: normal;
  776. line-height: 24px;
  777. margin: 0 0 12px;
  778. padding-left: 10px;
  779. text-transform: uppercase;
  780. }
  781. #links > div {
  782. float: left;
  783. background: url(../images/separator-dark-vertical.png) repeat-y left top;
  784. height: 300px;
  785. padding-left: 20px;
  786. }
  787. #links .showroom {
  788. background: none;
  789. width: 293px;
  790. padding-left: 0;
  791. padding-right: 15px;
  792. }
  793. #links .showroom h4 {
  794. padding-left: 0;
  795. }
  796. #links .showroom img {
  797. margin-bottom: 12px;
  798. }
  799. #links .showroom p {
  800. font-size: 13px;
  801. margin: 0;
  802. }
  803. #links .showroom p em {
  804. color: #fff;
  805. display: block;
  806. font-style: normal;
  807. margin: 0 0 20px;
  808. }
  809. #links .showroom p a {
  810. color: #4b3a33;
  811. display: block;
  812. }
  813. #links .showroom p a:hover {
  814. color: #241b18;
  815. }
  816. #newsletter {
  817. background: url(../images/separator-dark.png) repeat-x left bottom;
  818. width: 284px;
  819. margin: 0 0 16px 6px;
  820. padding: 0 0 20px;
  821. }
  822. #newsletter h4 {
  823. padding-left: 0;
  824. }
  825. #newsletter input {
  826. color: #4b3a33;
  827. height: 26px;
  828. line-height: 26px;
  829. width: 269px;
  830. border: 3px solid #af8112;
  831. margin: 0 0 6px;
  832. padding: 0 4px;
  833. *margin-left: -6px; /** Needed for IE7 **/
  834. }
  835. #newsletter input.btn2 {
  836. color: #fff;
  837. width: 83px;
  838. border: 0;
  839. padding: 0px 0 2px;
  840. }
  841. #connect a {
  842. display: inline-block;
  843. height: 33px;
  844. margin: 0 10px;
  845. }
  846. #connect a.facebook {
  847. background-position: -46px -112px;
  848. width: 33px;
  849. }
  850. #connect a.googleplus {
  851. background-position: -46px -153px;
  852. width: 34px;
  853. }
  854. #connect a.twitter {
  855. background-position: -46px -194px;
  856. width: 40px;
  857. }
  858. #connect a.facebook:hover {
  859. background-position: 0 -112px;
  860. }
  861. #connect a.googleplus:hover {
  862. background-position: 0 -153px;
  863. }
  864. #connect a.twitter:hover {
  865. background-position: 0 -194px;
  866. }
  867. #footer ul.navigation {
  868. float: right;
  869. display: inline-block;
  870. line-height: 24px;
  871. list-style: none;
  872. margin: 0;
  873. padding: 0;
  874. }
  875. #footer ul.navigation li {
  876. float: left;
  877. margin-left: 15px;
  878. }
  879. #footer ul.navigation li:first-child {
  880. margin-left: 0;
  881. }
  882. #footer ul.navigation li a {
  883. color: #ab7d0f;
  884. font: 11px/24px "Oswald";
  885. text-decoration: none;
  886. text-transform: uppercase;
  887. }
  888. #footer ul.navigation li a:hover {
  889. color: #241b18;
  890. }
  891. #footer #footnote {
  892. color: #ab7d0f;
  893. font: 11px/24px "Oswald";
  894. margin: 0;
  895. text-transform: uppercase;
  896. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement