-a.logo {display: block; margin: 6.4616em auto; width: 160px; height: 90px; background-image: url(/img/logo.png)}
+body {background-image: url(/img/bg.png)}
+a.logo {display: block; margin: 6.4616em auto 0; auto; width: 540px; height: 60px; background-image: url(/img/logo.png)}
a.logo span {display:none}
+em {color: #7a8793}
-.postmeta{
- font-family: 'Signika Negative', sans-serif;
- background-color: #000;
- margin: 1em 0 0;
- color: #999;
- padding: 0.1538em;
+nav ul{
+ list-style: none;
+ margin: 0 auto 6.4616em;
+ text-align: center;
}
-.postmeta a,
-.postmeta a:visited,
-.postmeta a:active,
-.postmeta a:hover{color: #fff}
+nav ul li{
+ display: inline;
+ font-family: 'Open Sans condensed', sans-serif;
+ text-transform: uppercase;
+ font-weight: 300;
+ font-size: 2em;
+ margin: 0.5em
+}
-.postmeta .author{
- padding-left: 0.3846em;
+nav ul li a{
+ color: #03090f;
+ text-decoration: none;
}
-.postmeta .date{
- font-style: italic;
+nav ul li a:hover,
+nav ul li a:active,
+nav ul li a:focus {
+ color: #009edb;
+ text-decoration: none;
}
.posttags{
font-family: 'Signika Negative', sans-serif;
- background-color: #f2f2f2;
- margin: 0 0 1em;
- color: #000;
+ background-color: #fff;
+ margin: 1em 0;
+ color: #03090f;
}
.posttags .span1,
font-family: 'Signika', sans-serif;
letter-spacing: 0.05em;
font-weight: 300;
- color: #000;
+ color: #03090f;
}
.postcontainer h1{
- font-family: 'Advent Pro', sans-serif;
+ font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
- font-weight: 100;
+ font-weight: 300;
font-size: 2.77em;
}
aside h3{
- font-family: 'Advent Pro', sans-serif;
- font-weight: 100;
+ font-family: 'Open Sans Condensed', sans-serif;
+ font-weight: 300;
font-size: 1.85em;
margin: 1.0833em 0;
}
aside li{
display: block;
margin: 0;
- background-color: #f2f2f2;
- color: #000;
+ background-color: #fff;
+ color: #03090f;
height: 2.9167em;
}
aside li a,
aside li a:visited,
aside li a:hover,
-aside li a:active{ color: #000; padding: 0.7692em; line-height: 2.9167em }
+aside li a:active{ color: #03090f; padding: 0.7692em; line-height: 2.9167em }
aside li.alt a,
aside li.alt a:visited,
aside li.alt a:hover,
aside li.alt a:active{ color: #333 }
-aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #999; color: #fff; line-height: 2.9167em}
-aside li.alt .counter { background-color: #666}
+aside .counter{ display: block; float: right; font-weight: bold; width: 2.9167em; height: 2.9167em; text-align: center; background-color: #00af4c; color: #fff; line-height: 2.9167em}
+aside li.alt .counter { background-color: #009edb}
.postcontent p, .postcontent li{
font-size: 1em;
.postcontent strong{
font-weight: 400;
-}
\ No newline at end of file
+}
+
+.main-container section,
+.main-container aside{ text-align: left}