/*
Theme Name: Mozilla Community Theme
Theme URI: http://mcs.labs.braniecki.net/
Description: Desc
Version: 0.1
Author: Zbigniew Braniecki
Author URI: http://diary.braniecki.net
Tags: mcs, mozilla, tree-column

3-license

*/

@import url("./css/core.css");
@import url("./css/skeleton.css");
@import url("./css/layout.css");
@import url("./css/custom.css");
@import url("./css/wordpress.css");

/*subrayar busqueda*/
strong.search-excerpt { 
background: #222;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer; }


/*Form*/

.wpcf7 input {
 background-color: #fff;
 border: 1px solid #0493d3;
 font-size: .8em;
 width: 400px;
}

.wpcf7 textarea {
 background-color: #fff;
 border: 1px solid #0493d3;
 font-size: 1em;
 width: 400px;
}

.wpcf7 select {
 background-color: #fff;
 border: 1px solid #0493d3;
 font-size: 0.8em;
 width: 400px;
}

.wpcf7-enviar input{
 background-color: #0493d3;
 color: #fff;
 font-weight: bold;
}
