/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

COLOR REFERENCES:
White #FFFFFF
20% Grey #CCCCCC (also background)
40% Grey #999999 (also text)
60% Grey #666666
80% Grey #333333
Black #000000
Orange #ff7800
light green #8C9C87

*/

.post_image img {
padding:3px;
background-color:#fff;
border:none;
}

.linkProj {  font-size: 13px}
.caption {
	font-size: 10px;
	color: #999999;
	line-height: normal;

}
.copyright {
	font-size: 10px;
	line-height: normal;
	color: #CCCCCC;
}
.title {
	font-size: 16px;
	line-height: normal;
	color: #333333;
}
.introLine {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .7pt;



}
.heading {
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;



}
.mission {
	font-size: 13px;
	font-style: italic;
	color: #333333;
	line-height: 16px;


}
.titleLarger {

	font-size: 16px;
	line-height: normal;
	color: #000000;
}
.larger {
	font-size: 13px;
	line-height: 15px;

}
.projtitle {
	font-size: 22px;
	color: #333333;
	line-height: normal;

}
.black {
	color: #000000;
	font-size: 10px;

}
.smallcopy {
	color: #000000;
	font-size: 9px;

}