/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Portfolio Page
-----------------------------------------------------------------------------*/

h2 {
	font-size:140%;
	color:#878787;
	padding:0 0 0 0;
	}
	
h2 a {
	padding:1px 1px;
	font-weight:bold;
	}

h2 a:link, h2 a:visited {
	text-decoration:none;
	color:#dce7ee;
	background:#1e2930;
	}

h2 a:hover, h2 a:active {
	color:#1e2930;
	background:#dce7ee;
	}
	
#projectImg {
	margin:0 0 15px 0;
	padding:15px 0 15px 0;
	background:#878787;
	}
	
#projectImg img {
	border:#ffffff dashed 1px;
	}
	
.center {
	text-align:center;
	}
