+@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
a {
text-decoration: none;
text-align: center;
/*position:relative;*/ }
header.main nav a {
- color: #ed7831;
+ color: #363a3e;
display: block;
vertical-align: bottom;
font-size: .85em; }
header.main nav a:hover {
- color: #363a3e; }
+ color: #ed7831; }
header.main nav a:before {
display: block;
margin-bottom: .8em; }
width: 13.75em; }
footer.main .footer-item p {
font-size: .75em; }
- footer.main .footer-item-half {
+ footer.main .sponsors-column {
float: left;
- margin-right: 1.25em;
+ margin-left: 1.25em;
width: 6.25em; }
- footer.main .footer-item-half p {
+ footer.main .sponsors-column p {
font-size: .75em; }
#search {
text-transform: uppercase; }
#search input::-ms-placeholder {
text-transform: uppercase; }
+
+.link-list {
+ list-style: none;
+ padding: 0; }
+ .link-list a:before {
+ content: "→";
+ margin-right: .5em; }
+ .link-list a {
+ color: #363a3e; }
+ .link-list a:hover {
+ color: #ed7831; }