|
- /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline;
- }
-
- /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- html {
- line-height: 1;
- }
-
- /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- ol, ul {
- list-style: none;
- }
-
- /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
-
- /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
- }
-
- /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- q, blockquote {
- quotes: none;
- }
- /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none;
- }
-
- /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- a img {
- border: none;
- }
-
- /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
-
- /* line 5, ../sass/_layout.scss */
- body {
- font-family: "Arial";
- }
-
- /* line 9, ../sass/_layout.scss */
- #header {
- background-color: #BB8757;
- text-align: center;
- padding: 40px;
- padding-bottom: 70px;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 16, ../sass/_layout.scss */
- #header .container {
- position: relative;
- }
- /* line 20, ../sass/_layout.scss */
- #header h1, #header h2 {
- color: white;
- }
- /* line 24, ../sass/_layout.scss */
- #header h1 {
- text-transform: uppercase;
- font-family: "myriadpro-regular";
- font-size: 35px;
- padding-bottom: 10px;
- font-weight: bold;
- }
- /* line 32, ../sass/_layout.scss */
- #header h2 {
- font-family: "myriadpro-it";
- font-size: 18px;
- }
- /* line 37, ../sass/_layout.scss */
- #header #credit {
- position: absolute;
- top: 0px;
- right: 0px;
- color: white;
- font-family: "myriadpro-semibold";
- border-bottom: solid 1px white;
- padding: 7px 10px;
- }
- /* line 46, ../sass/_layout.scss */
- #header #credit span {
- font-family: "myriadpro-light";
- }
-
- /* line 52, ../sass/_layout.scss */
- #main {
- background-color: #FAFAFA;
- }
- /* line 55, ../sass/_layout.scss */
- #main #main-nav {
- width: 100%;
- position: relative;
- top: -40px;
- background-color: white;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 64, ../sass/_layout.scss */
- #main #main-nav ul li a {
- color: #BB8757;
- text-transform: uppercase;
- font-family: "myriadpro-regular";
- border-right: solid 1px #e0e0e0;
- }
- /* line 73, ../sass/_layout.scss */
- #main #main-nav #user {
- color: #BB8757;
- float: right;
- padding: 10px;
- }
- /* line 80, ../sass/_layout.scss */
- #main .container {
- padding: 0px;
- background-color: white;
- min-height: 500px;
- border-left: solid 1px #e0e0e0;
- border-right: solid 1px #e0e0e0;
- }
- /* line 88, ../sass/_layout.scss */
- #main #content {
- padding: 0px 20px 20px 20px;
- }
-
- /* line 93, ../sass/_layout.scss */
- #footer {
- background-color: #BB8757;
- height: 100px;
- }
- /* line 97, ../sass/_layout.scss */
- #footer .container {
- padding: 0px;
- }
- /* line 99, ../sass/_layout.scss */
- #footer .container .overflow {
- height: 30px;
- background-color: white;
- border-left: solid 1px #e0e0e0;
- border-right: solid 1px #e0e0e0;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 107, ../sass/_layout.scss */
- #footer .container .content {
- padding-top: 20px;
- color: white;
- }
- /* line 111, ../sass/_layout.scss */
- #footer .container .content a {
- color: white;
- text-decoration: underline;
- }
|