/*
 * Twitter Swell Only 4 Wordpress Plugins
 * Author: icyleaf
 * URI: http://www.icyleaf.cn
 */


/***** LoginForm *****/
#wsts-loginform{margin:10px;}
#wsts-username-lable, #wsts-password-lable{color:#313031;}
#wsts-username-text, #user-password-text{width: 200px;}
#wsts-submit{background:#F7F7F7; border:1px solid #ADAA9C;}


/***** TwitterForm *****/
#wsts-twitterform{margin:10px 0 10px 20px;}
#wsts-message{
    font-family:Î¢ÈíÑÅºÚ,'Lucida Grande',sans-serif;
    font-size:1.15em;
    line-height:1.1;
    overflow:auto;
    padding:5px;
    width:500px;
    height:2.5em;
}
#wsts-chars-left-notice{
    color:#CCCCCC;
    font-family:'Georgia','Serif';
    font-size:14pt !important;
    padding-right:20px;
}
.wsts-update{
    background:#848284;
    color:#FFFFFF;
    border:1px solid #000000;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;
    padding:4px 8px;
    margin-top:5px;
}
.wsts-disabled{
    background: #EFEFEF;
    color:#636563;
    border:1px solid #CCCCCC;
    cursor:default;
    font-size:1em;
    font-weight:normal;
    padding:4px 8px;
    margin-top:5px;
}

h2.wstsh2{color:#000; font-size: 1.5em; font-weight:bold; float:left;}

/***** TweetForm *****/
#wsts-tweetform{
    margin-top:0px;
    padding:0px 0px;
    width:270px;
}
#wsts-tweetform:before{
content: "Twitter";
font-size:18pt;
color:#00adca;
}

.wsts-tweet-message{
 
}

.wsts-tweet-message ul{
list-style:none; margin-left:0px; width:100%;
}
.wsts-tweet-message li{margin-bottom:10px;list-style:none;padding-left:1px; width:270px; position:relative; left:0px;}

.wsts-tweet-message li:hover{margin-bottom:10px; padding-left:1px; background-color:#eeeeee; width:270px; position:relative; left:0px; cursor:default; color:black;}

/***** Other *****/
.right{float:right}
.gray{color: rgb(204, 204, 204);}