/*-----------------------------------------------------------------------------
Michael Thompson Main Style Sheet

version: 1.0
author:	 Michael J Thompson
email:	 mthompson@leaderdesslok.com
website: http://www.leaderdesslok.com
-----------------------------------------------------------------------------*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    background-color: #3366CC;
}
a
{
    text-decoration: none;
    font-weight: bold;
}
h1
{
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}
h2
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
}
#Container
{
    border-style: solid;
    border-width: thin;
    width: 900px;
    background-color: #FFFFCC;
}
#Masthead
{
    background-position: right;
    padding: 5px 0px 5px 5px;
    width: inherit;
    background-image: url('images/d20.jpg');
    height: 75px;
    color: #000080;
    background-repeat: no-repeat;
    border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #000000;
    background-color: #FFFFFF;
}
#Sidebar
{
    position: relative;
    width: 190px;
    padding: 5px;
    margin: 0px 5px 5px 0px;
    float: left;
    font-size: 1em;
    background-color: #FFFFCC;
}
#MainContent
{
    position: relative;
    width: 685px;
    margin: 0px;
    padding: 5px;
    float: left;
    background-color: #99CCFF;
    font-size: .9em;
    text-align: justify;
}
#Sources
{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.myname
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: bold;
}
.link
{
    font-weight: bold;
    text-decoration: none;
}
.sidelist
{
    list-style-type: none;
}
.address
{
    font-size: 1em;
    text-align: center;
}
.joblist
{
 		test-align: right;
}
.skills
{
    table-layout: fixed;
    font-size: .9em;
    width: 80%;
    border-collapse: collapse;
    empty-cells: hide;
    margin-left: 10%;
}
.timeline
{
    table-layout: fixed;
    font-size: .9em;
    width: 80%;
		vertical-align: top;
    border-collapse: collapse;
    empty-cells: hide;
    margin-left: 10%;
}
.datecol
{
    width: 25%;
		vertical-align: top;
		padding-bottom: 1em;
}
.datacol
{
    width: 75%;
		vertical-align: top;
		padding-bottom: 1em;
}
.credits
{
    table-layout: fixed;
}
.credits th
{
    font-weight: bold;
    text-align: left;
    border-bottom: solid thin black;
}
.credits td
{
    text-align: left;
    vertical-align: top;
}
.credits tbody tr:hover {  /*higlights the current row*/
  background-color: #fff;
	color: #000;
}
