#footer {
/*background-image:url(../img/Yellow_notebook_paper.png);
background-repeat:repeat;*/
width:100%;
bottom:0;

}

#paper_tear {
	background-image: url(../img/torn_paper_final.png);
	background-repeat:repeat-x;
	width:100%;
	height:106px;
}

#top_body {
	background-image:url(../img/background_gradient_header.png);
	background-repeat:repeat-x;
	width:100%;
	background-color:#FFFFFF;
}

#footer a {
	font-family: 'Nothing You Could Do', cursive, Arial, serif;
	font-size:24px;
	text-decoration:none;
	padding: 0 28px;
	color:#444444;
}

#footer a:hover {
	color:#b00000;
	text-decoration:line-through;	
}

.gray_nav_divider {
	border-bottom:2px solid #e4e2e2;

}

.container .one-third.column, .container .four.columns {
margin-top:30px;	
}

.portfolio_thumbs{
width:100%;

display:block;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.portfolio_thumbs:hover{
	   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
	
	}

.thumb_shadow{
width:100%;
display:block;	
}

a img {
border:none;	
}

h5 a{
text-decoration:none;
color:#B00000;
}
h5 a:hover{
color:#900000;
}