/* FILE: /extensions/quiltwit/css/style.css */ 
.twitter_profile_picture{
    width:30px;
}/* FILE: /extensions/sharesocial/css/sharesocial.css */ 

.social_share_links {
    margin:0 !important;
}

.social_share_links li {
    list-style:none !important;
    padding:0;
    margin:0 2px 0 0  !important;
    display:inline-block;
}/* FILE: /extensions/pgallery/css/pgallery.css */ 
/*gallery*/
#lightbox-container-image, #lightbox-container-image img {
    max-height:750px;
    max-width:990px;
}
#lightbox-container-image-box{
    max-height:770px;
    max-width:1010px;
}
#lightbox-container-image-data-box{
    max-height:770px;
    max-width:990px;
}
/*end gallery*/
/* FILE: /extensions/tags/css/tags.css */ 
.tags{
    display:block;
    width: 100%;
}


.tags .tag_list .assigned_tag {
    display: block;
    width: auto;
    float: left;
    margin: 3px;
}

.tags .cloud .tag{
    display: block;
    width: auto;
    float: left;
    margin: 3px;
}

.tags .tags_clear{
    clear:both;
}
/* FILE: /extensions/comments/css/comments.css */ 
.comments .comment .author{
    float:left;
    text-decoration:underline;
    color: #505050;
}
.comments .comment .time {
    float:right;
    font-style: italic;
    font-size:9px;
    padding:8px;
}
.comments .comment{
    width:100%;
    -moz-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:7px;
	padding:5px;
}
.comments .comment_text {
    clear:left;
    width:70%;
    margin-bottom:4px;
}
.comments_input {
    text-align:center;
}
.comments_input textarea {
    width: 100%;
    height: 35px;
    font-size: 11px;
}
.comments_input .button {
  margin-top:5px;
}
.comments_input textarea:hover {
    background-color: #EEE;
}
.comments .Thumbslike .like{
    float:right;
}/* FILE: /extensions/thumbslike/css/thumbslike.css */ 
.like_cnt{
    background:red;
    display:block;
    float:right;
	line-height:18px;
	margin-right:2px;
	padding: 2px 8px;
	background:#fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.thumbsup{
    background:url('icons/icon_thumb_up.png') no-repeat 0px -18px;
    width:18px;
    height:18px;
    display: block;
}

.like{
    display:inline-block;
	padding: 2px 4px;
	background:#fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.greener .thumbsup{
    background:url('icons/icon_thumb_up.png') no-repeat;
}

/* ie has now hover on clases noooooooooooooooooooooooooo*/
.like:hover,.comments .like_cnt:hover{
    -moz-box-shadow: 0px 0px 4px #999;
    -webkit-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
}

/* hackfixes */
.like:hover .thumbsup{
	text-decoration:none;
    background:url('icons/icon_thumb_up.png') no-repeat;
}

/* hackfixes */
.thumbsup:hover{
	text-decoration:none;
    background:url('icons/icon_thumb_up.png') no-repeat;
}
.Thumbslike .extension_title {display:none}
.comments .Thumbslike {float:right}