﻿
/* Page Structure */

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 640px;
    -ms-touch-action: none;
}

#PageBorderTop {
	background-color: #444751;
	height: 10px;
}

#PageBorderBottom {
	background-color: #444751;
	height: 8px;
	margin-top: 80px;
}

#Title {
	font-family: Verdana;
	font-size: 60pt;
	letter-spacing: -0.08em;
	margin: 4px 0px -12px -4px;
}

.SectionHeading {
	font-size: 22pt;
	margin: 48px 0px 0px -2px;
	color: #3db54b;
}

.SectionContent {
	font-size: 10pt;
	margin: 4px 0px 0px 0px;
}


/* Career Section */

.Positions {
    list-style: none;
}

.Positions > li {
    margin-bottom: 10px;
}

.PositionTitle {
    font-weight: bold;
}

.PositionDescription {
    display:block;
}


/* Software Section */

.Software {
    list-style: none;
    margin-bottom: 10px;
}

.SoftwareHeading {
    font-weight: bold;
}

.Software > li {
    display: inline-block;
}

.Software > li:after {
    content: ", ";
}

.Software > li:last-child:after {
    content: "";
}


/* Patent Section */

.Patents {
    list-style: none;
}

.Patents > li {
    margin-bottom: 10px;    
}

.PatentTitle {
    font-weight: bold;
}

.PatentDetails {
    display: block;
}


/* W3C Section */

.W3CHeading {
    margin-bottom: 10px;
}

.W3CContributions {
    list-style: none;
    margin-bottom: 10px;
}

.W3CSpecificationName {

}

.W3CSpecificationLink {

}

.W3CSpecificationStatus {

}



/* Conference Section */

.Conferences {
    list-style: none;
    margin-bottom: 10px;
}

.ConferenceTitle {
    font-weight: bold;
}

.ConferenceTitle:after
{
    content: " | ";
    font-weight: normal;
    color: silver;
}

.ConferenceDate {
}

.ConferenceVideo {
}

.ConferenceVideo:before
{
    content: " | ";
    font-weight: normal;
    color: silver;
}

.ConferenceSlides {
}

.ConferenceSlides:before
{
    content: " | ";
    font-weight: normal;
    color: silver;
}

.ConferenceWebsite {
}

.ConferenceWebsite:before
{
    content: " | ";
    font-weight: normal;
    color: silver;
}