.addbtn {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#dedede 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dedede',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#dedede 100%);
	border: 1px solid #BFBFBF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #4f4f4f;
    color: #333333;
    float: left;
    margin: 5px;
    padding: 5px 10px;
    text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.addbtn img {
    margin-left: -5px;
    padding: 0 5px 0 0;
}
.addbtn:hover {
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#c4c4c4));
	background: -webkit-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -o-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	background: -ms-linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c4c4c4',GradientType=0 );
	background: linear-gradient(top, #dedede 0%,#c4c4c4 100%);
	text-shadow: 1px 1px 0 #E5E5E5;
	color: #101010;
	cursor:pointer;
}

.cat_wrapper {
	border-bottom:1px solid #e5e5e5;
	display: inline-block;
	margin-bottom:20px;
	padding-bottom:0px;
	width:100%;
}
.perso_wrapper {
	padding: 15px;
}

.detail{
	margin-top:15px;
}
.perso_wrapper.first {
	clear: left;
}
.perso_wrapper .img {
	border: 0px solid #004B99;
	padding: 0 !important;
}

.cat_title {
	display:inline-block;
	width:100%;
}
.cat_wrapper h2 {
	display: inline-block;
	margin:0 0 20px 0;
}
.cat_title a {
	display: inline-block;
}
.img {

}
.img img {
	width:100%;
}
.detail {


}
.detail h2 {

	margin-top: 2px ;
}
.detail span {
	font-weight:400;
}
.detail ul  {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
.detail ul li {

	padding:0;
}
.editimg {
	position:absolute;
	top:5px;
	left:5px;
}
.editdel {
	position: absolute;
	right:5px;
	top:5px;
}
.editedit {
	position: absolute;
	top:5px;
	right:25px;
}
#portfolio_admin {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	padding: 0px 0 10px;
	margin: 0 0 20px 0;
	width:100%;
}
.quotesmall {
	font-size: 85%;
	font-style: italic;
}