/*
Theme Name: Commune Child (Vridar 2)
Theme URI: https://vridar.org
Template: commune
Author: Tim Widowfield
Description: This theme is based on Commune by Henri Labarre. https://twitter.com/henrilabarre
Tags: custom-colors,two-columns,fixed-layout,custom-background,custom-header,threaded-comments,sticky-post,light,translation-ready,custom-menu
Version: 1.4.1526070781
Updated: 2018-05-11 20:33:01

*/

body {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    background-image: url('images/gradient.gif');
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: bottom;
}
a:hover {
    color: #b54141;
    outline: 1;
}
h1, h2, h3, h4 {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
h1.blogtitle {
    font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a {
    color: #b54141;
}
h1 a:hover {
    color: #b54141;
}
h1 a:link {
    color: #b54141;
}
h1 a:visited {
    color: #b54141;
}
h2 a, h3 a, h4 a {
    color: #b54141;
}
h2.entry-title {
    color: #b54141;
}
h2.single-entry-title {
    color: #b54141;
}
h3.widgettitle {
    color: #b54141;
    background: transparent;
}
.description {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
div#header {
    background-image: url(images/new_bg.png);
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    height: 200px;
    background-position: 100% 0;
    margin: 20px 0 0;
}
#access {
    width: 95%;
}
#wrapperpub {
	width: 95%;
	background-color: #fff;
}
#wrapper {
    width: 95%;
}
#wrappertop {
    width: 95%;
}
#container {
    margin-left: 0;
    background-color: #fff;
    width: 70%;
}
#containerlarge {
    background-color: #fff;
    width: 70%;
}
#content {
    background-color: #fff;
}
#content h1 {
    letter-spacing: normal;
}
#content h2 {
    letter-spacing: normal;
}
#content h3 {
    letter-spacing: normal;
}
#content h4 {
    letter-spacing: normal;
}
#content h5 {
    letter-spacing: normal;
}
#content h6 {
    letter-spacing: normal;
}
#footer {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}
#footerlink {
    width: 95%;
}
div.sidebar {
    width: 25%;
}
.entry-content {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.entry-content a {
    color: #b54141;
    background-color: transparent;
}
.entry-content a:visited {
    color: #b54141;
    background-color: transparent;
}
.entry-content a:hover {
    color: #b54141;
    background-color: #eee;
    border: 1px solid #ccc;
}
#commentform .comment-form-author, .comment-form-email, .comment-form-url {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
#commentform .comment-form-comment {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
#commentform label {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
#commentform textarea#comment {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
#commentform .comments-navigation {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
.related-data a:link {
    color: #b54141;
}
.related-data a:visited {
    color: #b54141;
}
.related-data a:hover {
    color: #b54141;
    background-color: #eee;
    border: 1px solid #ccc;
}
#wp-calendar a {
    color: #b54141;
}
#wp-calendar th {
    border-style: none;
}
#wp-calendar td {
    border-style: none;
}
.widget_recent_entries a {
    font-weight: bold;
}

/* widget */
.widgetblock{font-size:1.2em;background: transparent;}
.widgetblock select[id="cat"]{width: 90%;}
.widgetblock input[class="search-field"]{width: 90%;}
.widgetblock input[class="search-submit"]{margin-top: 10px;margin-bottom: 10px;}

.comment a:link {
    color: #b54141;
    background-color: transparent;
}
.comment a:visited {
    color: #b54141;
    background-color: transparent;
}
.comment a:hover {
    color: #b54141;
    background-color: #eee;
    border: 1px solid #ccc;
}
div.pullquote {
    background-image: url('images/quote_left.png'), url('images/quote_right.png');
    background-repeat: no-repeat;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-position: left top, right bottom;
    margin: 15px;
    padding: 10px 80px;
}
div.box-right {
    background-color: #fdf8f2;
    border: 2px solid #a1a1a1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: right;
    width: 40%;
    -moz-box-shadow: 5px 5px 2px #888;
    -webkit-box-shadow: 5px 5px 2px #888;
    -o-box-shadow: 5px 5px 2px #888;
    box-shadow: 5px 5px 2px #888;
    margin: 1em;
    padding: 5px 10px;
}
div.box-left {
    background-color: #fdf8f2;
    border: 2px solid #a1a1a1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 40%;
    -moz-box-shadow: 5px 5px 2px #888;
    -webkit-box-shadow: 5px 5px 2px #888;
    -o-box-shadow: 5px 5px 2px #888;
    box-shadow: 5px 5px 2px #888;
    margin: 1em;
    padding: 5px 10px;
}
