/*
Theme Name: Twenty Twelve GPA-djp Child
Theme URI: http://wordpress.org/themes/twentytwelve-child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve-child
Template: twentytwelve

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.
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
    background: #f6f6f6 !important; 
}

h2.site-description {
    float: right;
    margin-top: -2.3em;
}

.gpa-moved-meta {
    margin-top: 1em;
    font-size: 85%;
    text-align: right;
}

a:link,
.entry-content a:link,
.widget-area .widget a:link,
.entry-meta a:link {
    color: red;
    text-decoration: none !important;
}

a:hover,
.entry-content a:hover,
.widget-area .widget a:hover,
.entry-meta a:hover,
h1.site-title a:hover {
    color: #8b0000;
    text-decoration: underline !important;
}

a:visited,
.entry-content a:visited,
.widget-area .widget a:visited,
.entry-meta a:visited {
    color: #8b0000;
    text-decoration: none !important;
}

.entry-content blockquote {
    margin-top: 0em;
    padding-top: 0.5em;
    margin-bottom: .5em;
    font-family: serif;
    color: #000;
}

blockquote:before {
    float: left;
    content: '“';
    padding: 0 1em 0 0;
}

blockquote:after {
    margin: -1.5em 0 0 0;
    padding: 0 0 0 1em;
    float: right;
    content: '“';
}
.entry-content .more-link {
    padding: 0 1em;
    background: #eee;
}

h3.widget-title {
    font-size: 110%;
    margin-bottom: 0.2em !important;
    padding-bottom: 0;
}

.widget ul {
    padding-left: 1em;
    list-style: disc outside none !important;
}

#footer-banners {
    padding: 2em 0  2px;
    margin-bottom: 3em;
    overflow: hidden;
}

#footer-banners .banner {
    float: left;
    width: 220px;
    margin-right: 25px;
}

#footer-banners .last {
    margin-right: 0px;
}
