.post .section {
	font-style: italic;
	color: #446;
	font-size: 18px;
}

.post .entry
{
	color: #000;
}

.post .entry .date
{
	color: #000;
	text-decoration: underline;
	font-style: italic;
}

.post .entry .job
{
	color: #000;
	font-style: italic;
}

.post .entry .jobShort
{
	color: #444;
}

.post .entry .skills
{
	color: #448;
}

.post .entry .imageSet
{
	border: #EEE 1px solid;
	padding: 4px;
	text-align: center;
	margin-bottom: 4px;
}

.post .entry .educationTab
{
	padding: 0 0 0 68px;
	color: #444;
}

.post .entry .schoolTab
{
	padding: 0 0 8px 24px;
	font-style: italic;
	color: #666;
}

.post .entry ul
{
    margin: 0;
	padding: 0 0 0 24px;
	line-height: normal;
}

.post .entry ul.sub
{
	padding: 0 0 0 40px;
	list-style-image: url(images/check.gif);
}

.post .entry li
{
	padding-left: 0px;
}

h2 a {
	font-size: 14px;
	color: #FF5A00;
}

.link
{
	color: #FF5A00;
}

