/* CSS Document */

/***************************** Typography **************************************/

h1
{
	font-size: 24px;
	font-weight: bold;
}

h2
{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 6px;
}

h3
{
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	padding-top: 18px;
	margin-right: 12px;
}

h2 + h3 {
	margin-top: 8px;
	padding-top: 0px;
}

h4
{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
	font-weight: bold;
	color: #ed8f00;
}

p
{
	margin-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
	margin-left: 30px;
}

li {
	line-height: 1.3;
}

ul {
	margin-right: 12px;
	padding-right: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



#content-left p {
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 155px;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-top: 100px;
}
.dates {
	font-size: 12px;
	font-style: italic;
	padding-left: 24px;
}

.popup {
    text-decoration:none;
}

#jobs a:hover {
    color: #000000;
}

.skills {
	margin-left: 24px;
}
