font-weight: normal;
margin-top: 0;
margin-bottom: 1.1em; }
+ .sidebar-box h3 a {
+ color: #363A3B; }
.sidebar-box .more {
text-align: right; }
.sidebar-box .event-list {
.sidebar-box .event-list li {
margin-top: 1em; }
.sidebar-box .event-list a {
- display: block; }
+ display: block;
+ color: #363a3b; }
.sidebar-box .event-list .date {
clear: both;
float: left;
width: 5em;
height: 4.8em;
border-radius: .5em;
- text-align: center;
- margin-right: 1em; }
+ -moz-border-radius: .5em;
+ -webkit-border-radius: .5em;
+ text-align: center; }
.sidebar-box .event-list .date .day {
font-size: 2.4em;
font-style: italic; }
font-size: 1.1em;
text-transform: uppercase;
margin-top: -0.3em; }
- .sidebar-box .event-list .date:hover {
- text-decoration: none; }
.sidebar-box .event-list .description {
- color: black;
- font-size: 1.1em; }
+ font-size: 1.1em;
+ margin-left: 5.5em; }
#sidebar-box-categories ul {
width: 50%;
#latest-comments .body {
margin-top: 1.3em;
font-size: 1.1em; }
+
+#sidebar .social {
+ padding-top: 2em;
+ padding-bottom: 2em; }
+ #sidebar .social a {
+ margin-right: 2em; }
+ #sidebar .social a img {
+ vertical-align: top; }