-.bar-right {
- width: 25em;
- float: right;
-}
-.bar-left {
- width: 70em;
- float: left;
-}
-#body {
- width: 96em;
- margin: auto;
- padding: 1em;
-}
-#footer-bar {
- color: #4b4c47;
- border-top: 1px solid #acacaa;
- padding-top: 1.5em;
- margin-top: 4em;
-}
-.footer-item {
- width: 24em;
- float: left;
-}
-#search-form input {
- font-size: 1.1em;
- width: 18em;
- border: none;
- border-radius: 1.5em 0 0 1.5em;
- background: white;
- color: black;
- height: 2em;
-}
-#search-form button {
- font-size: 1.1em;
- width: 3em;
- height: 2em;
- border: none;
- background: #3bb0a8;
- color: white;
- border-radius: 0 1em 1em 0;
-}
-
-.sidebar-box {
- border-top: 1px solid #8a8b85;
- padding-top: 1.5em;
- padding-bottom: 1.5em;
- clear: both;
-}
-
-.sidebar-box .event-list {
- list-style: none;
- padding-left: 0;
-}
-.sidebar-box .more {
- text-align: right;
-}
-.sidebar-box .event-list li {
- margin-top: .8em;
-}