first version of the new website
[markerbeacon.git] / themes / markerbeacon / static / css / wide.css
1 @import url("main.css");
2
3 body {
4     font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
5 }
6
7 .post-info{
8     display: none;
9 }
10
11 #banner nav {
12     display: none;
13     -moz-border-radius: 0px;
14     margin-bottom: 20px;
15     overflow: hidden;
16     font-size: 1em;
17     background: #F5F4EF;
18 }
19
20 #banner nav ul{
21     padding-right: 50px;
22 }
23
24 #banner nav li{
25     float: right;
26     color: #000;
27 }
28
29 #banner nav li a {
30     color: #000;
31 }
32
33 #banner h1 {
34     margin-bottom: -18px;
35 }
36
37 #featured, #extras {
38     padding: 50px;
39 }
40
41 #featured {
42     padding-top: 20px;
43 }
44
45 #extras {
46     padding-top: 0px;
47     padding-bottom: 0px;
48 }