
/******************************************************************************
 * General html tag styles
 *****************************************************************************/
body
{
    background-color: white;
    font-family: helvetica, arial, 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;

    background-color: #CCCC99;

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

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

/******************************************************************************
 * Header styles
 *****************************************************************************/
div#header
{
    /*border: 1px solid blue;*/
}

div#headerTop
{
    background: white url(../images/sky_header.jpg) no-repeat top left;
    height: 152px;
    text-align: right;
    margin-left: -13px;
}

div#headerTopLinks
{
    padding-top: 0.7em;
    padding-right: 0.7em;
}

div#headerTopLinks a
{
    padding-left: 1em;
}

div#headerCrumbs
{
    padding-top: 0.5em;
    padding-left: 2.0em;
}

span#headerCrumbsLeft
{
    /*display: inline;*/
    float: left;
}

span#headerCrumbsRight
{
    padding-right: 0.5em;
    float: right;
    /*display: inline;*/
}

span.crumbblack
{
    color: black;
}

span.crumbpadrightdark
{
    padding-right: 6em;
    color: #999966;
}

span.crumbpadright
{
    color: black;
    padding-right: 6em;
}


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

div#portfolioSectionLinks
{
    padding-top: 2em;
    padding-left: 2em;
    float: left;
    width: 18%;
    /*border: 1px solid blue;*/
}

div.portfolioSubsectionLinks
{
  padding-left: 1em;
}

div#portfolioSectionLinks div
{
   padding-bottom: 0.4em;
}

.portfolioSectionHighlighted
{
   color: #999966;
}

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

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


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

div.portfolioSection
{
    padding-top: 0em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

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

div.slideSectionName
{
    background-color: #999966;
    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****/
table.profileTable
{
    font-family: helvetica;
    font-size: 1em;
}


tr.profileTitleRow
{
    /*
     * NOTE: you would be wise not to try to style anything here...
     */
    /*background-color: cyan;*/
}

tr.profileDetailRow
{
    /*
     * NOTE: you would be wise not to try to style anything here...
     */
    /*background-color: magenta;*/
}

.profileCompany
{
    color: #444;
    width: 230px;
    vertical-align: bottom;
    border-bottom: dotted 1px #444;
}

.profileDate
{
    border-bottom: dotted 1px #444;
    width: 490px;
    text-align: right;
    color: #444;
    vertical-align: bottom;
}

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

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



/******************************************************************************
 * Footer styles
 *****************************************************************************/
div#footer
{
    clear:both;
    background-color: white;
    color: gray;
    font-size: 0.8em;
    width: 100%;
}
