@charset "UTF-8";
/* CSS Document */

.hide {
display: none;
}

.section {
padding-left: 22px;
color: #999;
margin-top: 20px;
}

.section .category {
color: #333;
}

.section img.logo {
padding: 13px 6px;
}

#content h2 { /* only here for the portfolio piece titles - gonna fix later cause this is just for fun */
padding: 6px 26px 3px;
}

.pictureframe {
border: 11px solid #EEE;
}

.piece {
padding-left: 22px;
color: #999;
}

.piece img {
margin-bottom: 15px;
}

a {
	color: #666;
	text-decoration: none;
	/*border-bottom: thin dotted #369;*/
	}

a:visited {
	color: #666;
	}

a:hover {
	color: #369;
	text-decoration: underline;
	/*border-bottom: thin solid #369;*/
	}

#primarynavigation ul li:hover {
	background-color: #F4FFF9;
	}
