header .motto {
    margin-top: 7px;
}

header .motto a {
    color: #ff7300;
}

header .motto a:hover, header .motto a:focus {
    color: #777777;
}

header .motto h1 {
    font-size: 13px;
    color: #999;
    display: inline;
    font-weight: normal;
}

header .logo {
    margin-top: 32px;
}

.boxed {
    /* background: url("../../images/backgrounds/concert_crowd.jpg") no-repeat fixed center top / cover  transparent; */
    background: url("../../images/patterns/squairy_light.png") repeat scroll center top transparent;
}

h1, h2 {
    line-height: 24px;
}

h3.pretty-bottom-margin {
    margin-bottom: 10px;
}

.lblue .menu .area-name {
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-rendering: optimizeLegibility;
    text-shadow: 0 -1px #0d3f72;
    margin: 10px 10px 0;
    padding: 0;
}

.btn-orange {
    background-color: hsl(27, 100%, 43%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8019", endColorstr="#db6200");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff8019), to(#db6200));
    background-image: -moz-linear-gradient(top, #ff8019, #db6200);
    background-image: -ms-linear-gradient(top, #ff8019, #db6200);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8019), color-stop(100%, #db6200));
    background-image: -webkit-linear-gradient(top, #ff8019, #db6200);
    background-image: -o-linear-gradient(top, #ff8019, #db6200);
    background-image: linear-gradient(#ff8019, #db6200);
    border-color: #db6200 #db6200 hsl(27, 100%, 40%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
}

.justified {
    text-align: justify;
}

p.no-bottom-margin, ul.no-bottom-margin {
    margin-bottom: 0;
}

.simple-text {
    color: #555555 !important;
}

aside .widget-title {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    color: #333333;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

aside .widget-title:after {
    background-color: #1F4189;
    bottom: 0;
    content: "";
    margin-top: 10px;
    margin-bottom: -1px;
    display: block;
    width: 50px;
    height: 3px;
}

aside .the-widget {
    margin-left: 2px;
}

aside .the-widget .tags-larger .label {
    min-width: 20px;
    margin: 0 7px 11px 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: normal !important;
    background-color: #1f4189;
}

aside .the-widget .tags-larger .label:hover {
    background-color: #999999;
}