body {
    background: #f5f5f5;
}

input[type=text], input[type=email], select {
    padding: 6px 8px;
    border: 1px solid #c9c9c9;
    margin-top: 4px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.button {
    background-color: #da0021;
    
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
}

.secondary.button {
    background-color: #e3e3e3;
    color: #000;
}

secondary.button {
    background-color: #da0021;
}


.featured-category i {
    color: #d3d3d3;
}

#container {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#header .pull-right.flush-right > p:first-child {
    display: none;
}

#nav {
    display: none;
}

#footer #poweredBy {
    display: none;
}

#footer {
    margin: 20px 0;
}

#footer p {
    color: #a7a7a7;
}

.thread-body h1 {
    margin-top: 0 !important;
}

#content .main-content {
    line-height: 1.428571429;
    color: #333333;
}

#content .main-content ul {
    font-size: 14px;
    line-height: 1.5rem;
}

#content h1,
#content .main-content h1 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
}

#content .main-content h2, 
#content .main-content .h2 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #333333;
}

#landing_page .search-form {
    display: none;
}
