You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
4.4KB

  1. /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font: inherit;
  19. font-size: 100%;
  20. vertical-align: baseline;
  21. }
  22. /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  23. html {
  24. line-height: 1;
  25. }
  26. /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  27. ol, ul {
  28. list-style: none;
  29. }
  30. /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  31. table {
  32. border-collapse: collapse;
  33. border-spacing: 0;
  34. }
  35. /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. vertical-align: middle;
  40. }
  41. /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  42. q, blockquote {
  43. quotes: none;
  44. }
  45. /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  46. q:before, q:after, blockquote:before, blockquote:after {
  47. content: "";
  48. content: none;
  49. }
  50. /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  51. a img {
  52. border: none;
  53. }
  54. /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  55. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  56. display: block;
  57. }
  58. /* line 5, ../sass/_layout.scss */
  59. body {
  60. font-family: "Arial";
  61. }
  62. /* line 9, ../sass/_layout.scss */
  63. #header {
  64. background-color: #BB8757;
  65. text-align: center;
  66. padding: 40px;
  67. padding-bottom: 70px;
  68. border-bottom: solid 1px #e0e0e0;
  69. }
  70. /* line 16, ../sass/_layout.scss */
  71. #header .container {
  72. position: relative;
  73. }
  74. /* line 20, ../sass/_layout.scss */
  75. #header h1, #header h2 {
  76. color: white;
  77. }
  78. /* line 24, ../sass/_layout.scss */
  79. #header h1 {
  80. text-transform: uppercase;
  81. font-family: "myriadpro-regular";
  82. font-size: 35px;
  83. padding-bottom: 10px;
  84. font-weight: bold;
  85. }
  86. /* line 32, ../sass/_layout.scss */
  87. #header h2 {
  88. font-family: "myriadpro-it";
  89. font-size: 18px;
  90. }
  91. /* line 37, ../sass/_layout.scss */
  92. #header #credit {
  93. position: absolute;
  94. top: 0px;
  95. right: 0px;
  96. color: white;
  97. font-family: "myriadpro-semibold";
  98. border-bottom: solid 1px white;
  99. padding: 7px 10px;
  100. }
  101. /* line 46, ../sass/_layout.scss */
  102. #header #credit span {
  103. font-family: "myriadpro-light";
  104. }
  105. /* line 52, ../sass/_layout.scss */
  106. #main {
  107. background-color: #FAFAFA;
  108. }
  109. /* line 55, ../sass/_layout.scss */
  110. #main #main-nav {
  111. width: 100%;
  112. position: relative;
  113. top: -40px;
  114. background-color: white;
  115. border-bottom: solid 1px #e0e0e0;
  116. }
  117. /* line 64, ../sass/_layout.scss */
  118. #main #main-nav ul li a {
  119. color: #BB8757;
  120. text-transform: uppercase;
  121. font-family: "myriadpro-regular";
  122. border-right: solid 1px #e0e0e0;
  123. }
  124. /* line 73, ../sass/_layout.scss */
  125. #main #main-nav #user {
  126. color: #BB8757;
  127. float: right;
  128. padding: 10px;
  129. }
  130. /* line 80, ../sass/_layout.scss */
  131. #main .container {
  132. padding: 0px;
  133. background-color: white;
  134. min-height: 500px;
  135. border-left: solid 1px #e0e0e0;
  136. border-right: solid 1px #e0e0e0;
  137. }
  138. /* line 88, ../sass/_layout.scss */
  139. #main #content {
  140. padding: 0px 20px 20px 20px;
  141. }
  142. /* line 93, ../sass/_layout.scss */
  143. #footer {
  144. background-color: #BB8757;
  145. height: 100px;
  146. }
  147. /* line 97, ../sass/_layout.scss */
  148. #footer .container {
  149. padding: 0px;
  150. }
  151. /* line 99, ../sass/_layout.scss */
  152. #footer .container .overflow {
  153. height: 30px;
  154. background-color: white;
  155. border-left: solid 1px #e0e0e0;
  156. border-right: solid 1px #e0e0e0;
  157. border-bottom: solid 1px #e0e0e0;
  158. }
  159. /* line 107, ../sass/_layout.scss */
  160. #footer .container .content {
  161. padding-top: 20px;
  162. color: white;
  163. }
  164. /* line 111, ../sass/_layout.scss */
  165. #footer .container .content a {
  166. color: white;
  167. text-decoration: underline;
  168. }