.da-thumbs {
	margin-top: 40px;
}

.filterbar h4{
	font-size: 21px;
	font-weight: 200;
}

.filterbar p{
	font-size: 15px;
}

.filterbar ul li{
	padding:5px 0px;
}

.userstats h4{
	font-size: 18px;
	font-weight: 200;
	color: #666;
	text-shadow:1px 1px #fff;
}

.userstats p{
	font-size: 15px;
	color: #666;
	text-shadow:1px 1px #fff;
}

.userstats ul li{
	padding:5px 0px;

}


.userstats{
	padding: 0px;
	width: 93%;
	margin: 0 auto;
	background-color: #f4f4f4;
	margin-top: 100px;
	float: right;
}

.userstats ul{
	text-align: left;
	font-size: 0px;
	background-color: #f4f4f4;
}
.userstats ul li {
	display: inline-block;
	width: 33.33%;
	min-width: 80px;
	font-size: 13px;
	padding: 5px 0px;
	color: #aaa;
	transition: all ease-in 0.14s;
	text-align: center;
        float: left;            
}

.userstats ul li.selected {
	background-color: #eaeaea;
}

.userstats ul li:hover {
	background-color:#eee;
	cursor: pointer;
}

.usercover{
	overflow: hidden;
	width: 93%;
	margin: 10px auto;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 10px;
}
.usercover>div{
	float: left;
}

.usercover>div.leftcover{
	width: 18%;
	text-align: left;
	position: relative;
	margin-right: 2%;
}

.usercover>div.leftcover img{
	width: 100%;
	max-width: 200px;
}


.usercover>div.middlecover{
	width: 38%;
	text-align: left;
	margin-right: 2%;
}
.usercover>div.middlecover span{
	margin: 10px 0px;
	display: block;
	max-width: 80%;
}

.usercover>div.middlecover span:first-child{
	margin-top: 0px;
}

.usercover>div.middlecover span.userid{
	color:#3F9ED4;
	font-size: 32px;
}

.usercover>div.middlecover span.name{
	font-size: 16px;
	margin-bottom: 10px;
}

.usercover>div.middlecover span.address{
	margin-top: 10px;
}

.usercover>div.middlecover img{
	margin: 0px 5px;
	transition:all ease-in 0.2s;
}

.usercover>div.middlecover img:hover{
	cursor: pointer;
	opacity: 0.7;
}

.usercover>div.rightcover{
	width: 40%;
}

.usercover>div.rightcover span{
	display: block;
}

 .editprofile{
    background-color: #5FB9ED;
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px 2%;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    text-shadow:none;
}

.usercover .rightcover .editprofile{
	width: 160px;
}

 .editprofile:hover{
	background-color:#3f9ed4;
	cursor: pointer;
}

.inprofile .box .inforow {
	padding-bottom: 10px;
}

#contentbar .inprofile .box h2 {
	font-size: 21px;
}

.newcollectionbar{
	text-align: left;
	background-image:url("../images/pattern2.jpg");
	background-repeat: repeat;
	padding: 2%;
	 width: 89%;
	 margin: 20px auto;
	 margin-bottom: 0px;

}

.newcollectionbar h3{
	    background-color: #FFFFFF;
    font-size: 21px;
    overflow: hidden;
    padding: 20px;
    color: #666;
	text-shadow:1px 1px #fff;
	font-weight: 100;

}

.newcollectionbar span{
	vertical-align: middle;
}

.columnbox{
	border-top: none;
}
ul.taggedbylist li{
	display: inline-block;
	   margin-right: 4%;
    width: 200px;
}
ul.taggedbylist{
	overflow: hidden;
	 margin-left: 20px;
    text-align: center;
     margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}
ul.taggedbylist .inforow{
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #3F9ED4;
	padding-top: 10px;
}

ul.taggedbylist .inforow span {
    float: left;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}


ul.taggedbylist .inforow span:first-child {
	width: 20%;
	position: relative;
}

ul.taggedbylist .inforow span:first-child img{
	width: 100%

}



ul.taggedbylist .inforow span:last-child {
	width: 75%;
	padding-left: 5%;
}


#contentbar ul.taggedbylist .inforow p {
	text-transform: lowercase;
}
#contentbar ul.taggedbylist .inforow h2 {
    background: none repeat scroll 0 0 transparent;
    font-size: 15px;
    margin: 0 ;
    padding: 0;
    text-align: left;
    color:#3F9ED4;
}

#contentbar ul.taggedbylist .inforow h2:hover {
	cursor: pointer;
}

#contentbar .newcollectionbar h3{
	font-size: 0;
}
#contentbar .newcollectionbar h3 span:first-child{
	width: 70%;
	display: inline-block;
	font-size: 18px;
}

#contentbar .newcollectionbar h3 span:last-child{
	width: 20%;	
	font-size: 15px;
	text-align: center;
}