/*
 Theme Name:   #websem
 Theme URI:    http://websemantique.ca/
 Description:  Root Custom Child Theme
 Author:       Christian Aubry
 Author URI:   http://christian.aubry.org/
 Template:     motif-wpcom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout, accessibility-ready, business, minimalist
 Text Domain:  websem
*/

a {
	color:#DC4A17;
}

a:visited {
	color:#86BA0C;
}

.widget-title {
    font-family: Liberation,Arial,Helvetica,sans-serif;
	font-size:1.3em;
}

#signature {
    margin-top:2em;
}

input.disabled, input:disabled, select.disabled, select:disabled, textarea.disabled, textarea:disabled {
    background: rgba(255,255,255,.5);
        background-image: none;
    border-color: rgba(128,128,128,0.75);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.04);
    color: rgba(51,51,51,.5);
}