/*
  Theme Name: Xperiment
  Theme URI: http://www.francescamarangoni.it/wp
  Description: Experimental complex structure theme
  Version: 1.0
  Author: Francesca Marangoni
 */
 

@import "color.css";
@import "typo.css";
@import "layout.css";

/*input {
    border: 1px solid #CCC;
    font-size: 11px;
}
input:hover {
    border:1px solid #262626;
}
input:focus {
    border:1px solid #262626;
    color:#333;
}*/

/* Comments Styling */
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
}
#commentform {
    margin: 1em 0;
    background: #ffffff;
    width: 280px;
}
#commentform textarea {
    background: #f8f7f6;
    border: 1px solid #d6d3d3;
    width: 280px;
}
#commentform textarea:hover {
    background: #FFFFFF;
    border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
    background: #ffffff;
    border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #f8f7f6;
    border: 1px solid #d6d3d3;
    width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
    font-size: 1.1em;
    background: #ffffff;
    border: 1px solid #d6d3d3;
    width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
    font-size: 1.1em;
    background: #ffffff;
    border: 1px solid #939793;
    width: 280px;
}
#commentform input {
    margin-bottom: 3px;
}


#sidebar div.st-tag-cloud {
    position: relative;
    margin: 20px 0;
}
#sidebar div.st-tag-cloud a {
    line-height: 130%;
    border: 1px solid red;
}



