
/*
 *	Backend Styles
 *
*/

.postbox img.gravatar {
	max-width: 100%;
}

.postbox .wptreehouse-badges > li {
	float: left; 
	margin: 5px; 
	text-align: center; 
	height: 220px; 
	width: 120px;
	overflow: hidden;
}           


.postbox .wptreehouse-badges img {
	float: left;
	width: 100%; 
	margin-bottom: 5px;
}           

.postbox .wptreehouse-project-name a {
	font-size: .8em; 
	text-decoration: none; 
	line-height: .5em
}

.postbox .wptreehouse-badges-and-points li {
	padding: 5px 10px; 
	background: #474747; 
	color: #ddd; 
	border-radius: 20px; 
	font-size: 1.2em; 
	float: left;
}  

.postbox .wptreehouse-badges-and-points li:first-child {
	margin-right: 5px
}   

.postbox .wptreehouse-badges-and-points strong {
	color: #92ae57;
} 
.selecttheme{
	cursor:pointer;
}
.customthemes {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    float: left;
    height: 73px;
    margin: 7px;
    padding: 4px;
    width: 158px;
}
.customthemes td {
    height: 22px;
    width: 23px;
}
.customthemes > input[type="radio"] {
/*    margin-bottom: 10px;
    margin-right: 10px;*/
}
.customthemes:hover {
    background: none repeat scroll 0 0 rgb(221, 221, 221);
    cursor: pointer;
}
.postbox.our-theme {
    height: 350px;
    overflow: scroll;
}
.customthemes a{
   float:right;
}
.wrap.hs-admin-theme .color{
	height:30px;
	border:1px solid #CCC;
	cursor:pointer;
}
.button-primary.createnew{
	margin-top:1%;
	margin-left:0%;
}
span.tooltip{
	height:30px;
	width:30px;
	background:red;
	border-radius:10px;
}