
/******************************************************************************
 * General html tag styles
 *****************************************************************************/
body
{
    background-color: white;
    font-family: helvetica, sans-serif;
    font-size: 0.75em;
    padding: 0px;

    /* IE woraround to center everyting,
     * the actual text is then left alinged in #frame
     */
    text-align: center;
    height: 100%;
}

img
{
   display: block;
}

a
{
  text-decoration: none;
  color: #ffffff;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:hover
{
  color: #ff3333;
}

a img
{
  /*border: 0px;*/
  border: none;
}

:link img
{
  border: none;
}

table
{
    padding: 0em;
    margin: 0em;
}

td
{
    padding: 0em;
    margin: 0em;
}

/******************************************************************************
 * Main frame styles
 *****************************************************************************/
div#frame
{
    /* center everything */
    margin: 10px auto;

    text-align: left;

    width: 780px;

    /*height: 100%;
    overflow: visible;*/

    /*border: 1px solid black;*/
}

/* general spacer div to clear/reset floats */
div.spacer
{
  clear: both;
  line-height:0;
}

/******************************************************************************
 * Header styles
 *****************************************************************************/
div#header
{
  display: none;
}


/******************************************************************************
 * Section links styles / portfolio nav bar
 *****************************************************************************/

div#portfolioSectionLinks
{
  display:none;
}


/******************************************************************************
 * Main content styles
 *****************************************************************************/

div#mainContent
{
    padding: 2em;
    float: left;
    width: 80%;
    /*border: 1px solid blue;*/
}


/******************************************************************************
 * Portfolio styles
 *****************************************************************************/

div.portfolioSection
{
    padding-top: 0em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    /*border: 1px solid red;*/
}

div.slideSection
{
    margin-bottom: 0.5em;
    background-color: white;
    border: 1px solid #999966;
}

div.slideSectionName
{
    margin-bottom: 1em;
    padding: 0.5em;
}

div.slideDetails
{
    padding: 0.5em;
}

div.slideName
{
    color: #999966;
}

div.slideDesc
{
    font-size: 0.9em;
    color: #444;
    margin-left: 1em;
}

div.slideImages
{
}

div.slideImages img
{
    /* center the img */
    margin: 1em auto;
    text-align: center;
}

div.portfolioSectionFooter
{
    text-align: right;
    font-size: 0.8em;
}


/******************************************************************************
 * Profile styles
 *****************************************************************************/

div.profileSection
{
    /*border: 1px solid pink;*/
    padding-left: 1em;
    width: 720px;
    padding-top: 1.5em;
}

div.profileSectionHeader
{
    font-size: 1.2em;
    color: #999966;
    padding-bottom: 0.2em;
}


div.profileParagraph
{
    color: black;
    padding-bottom: 1em;
}

div.profileParagraphHeader
{
    color: #444;
}

ul
{
    list-style-type: square;
}

div.profileSectionFooter
{
    text-align: right;
    font-size: 0.8em;
}



/****TABLE STYLING****/

.profileCompany
{
    color: #444;
    vertical-align: bottom;
    border-bottom: 1px solid black;
}

.profileDate
{
    text-align: right;
    color: #444;
    vertical-align: bottom;
    border-bottom: 1px solid black;
}

.profileTitle
{
    color: #444;
    vertical-align: top;
}

.profileDetail
{
    color: black;
    vertical-align: bottom;
    padding-bottom: 1em;
    width: 400px;
}



/******************************************************************************
 * Footer styles
 *****************************************************************************/
div#footer
{
  display: none;
}
