/*
Theme Name: VIP Voting
Theme URI: http://wordpress.org/themes/VIPvoting
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: VIPvoting

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.awards-header{
    border-bottom: 2px solid #bbb;
    text-align: center;
    margin-bottom: 20px;
}
.section-header{
    font-weight: 400;
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-family: 'Georgia', serif;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    color: #0d0d0d;
    box-shadow: none;
}
.peter-mark{
    width: 49%; margin: 0 auto;
}
@media (max-width: 480px) {
    .peter-mark{
        width: 100%;
    }
}
.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;

}
.footer-links li a{
    text-decoration: none;
    color: #cccccc;
}

.home-page p, .home-page h3{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

.sponsors{
    margin: 50px 0 20px 0;
    padding-top: 20px;
    border-top: 2px solid #bbb;
}
footer .links{
    background-color: #0d0d0d;
    padding: 20px 0px;
    color: #ccc !important;
    font-weight: bold;
}