#project .texture {
background: #edeeef;
}
#project h3{
margin:15px 0 15px 0;
}
#project .listview .project-content{
padding:10px 20px 20px 20px;
background:#FFF;
}

#project .single-view .wp-post-image {
    width: 20%;
    vertical-align: top;
    display: inline-block;
}
.bubble {
    width: 7%;  vertical-align: top;  display: inline-block;
    margin-top: 10px;
}
#project .project-quote-single .quotecontent {
    width: 63%;  vertical-align: top;  display: inline-block;
    background: #edeef0;
    margin: 0 0 10px 0 !important;
    padding: 5%;
	font-size:0.95em;
	color:rgba(0,0,0,0.6);
}
.budget, .duration {
    padding: 10px;
    background: #edeef0;
    margin-bottom: 10px;
}
#project h4 {
    color: #af1823;
    border-bottom: 1px solid #BBB;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#project .row > .span4 {
    background: #FFF;
}

.listview  .project-image img{
width:100%;
}
/*
.readmore-wrapper {
position: absolute;
width: 84%;
bottom: 0px;
left: 0px;
margin-left: 8%;
background: #edeeef;

}
.readmore {
	display:inline-block;
	color:#4e7eaf;
	font-family:Arial;
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:100%;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
	margin-left:10px;
	background: url('img/linkicon.png') no-repeat right center ;
}
.readmore:active {
	position:relative;
	top:1px;
}
*/

#project-archive li {
  display: block;
}

.iwrapper {

box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.5);
margin:3px auto;
}

.quoteby {
font-style:italic;

}

#project .projectlink{
text-align: right;
display: block;
color: #af1823;
}

#project .projectlink:hover{
color: rgba(175, 24, 35, 0.8);
}