/*
 * Theme Name:     IPR
 * Theme URI:      http://independentpoliticalreport.com/
 * Description:    Child theme for IPR
 * Author:         Steve Redlich
 * Author URI:     http://steveredlich.com/about-steve/
 * Template:       twentytwelve
 * Version:        0.1.0
 */

@import url("../twentytwelve/style.css");

.comment-content a:visited {
        color: #21759b;
}

.format-status .entry-header header a:hover {
        color: #21759b;
}

.widget-area .widget a {
    color: #21759b;
}
.widget-area .widget a:hover {
    color: #00ff00;
}
.widget-area .widget a:visited {
    color: #c0c0c0;
}
.entry-content a:visited,
.comment-content a:visited {
    color: #c0c0c0;
