/* default rules for the whole document */
body {
    font-size: 12pt;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: black;
/*	background-image:url('http://xicreative.net/images/background_rpt.png');
/*	background-position:128px 73px;
/*	background-attachment:fixed; 
/*	background-repeat:no-repeat; */
    margin-left: 4em;
    margin-right: 2em;
   }

/* paragraphs */
p  {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    color: black;
   }
p.nav {
    padding: 0;
    margin-left: 0em;
    color: white;
   }
p.ex {
    font-size: 10pt;
    color: #666666;
    margin-top: 0em;
    font-family: sans-serif;
    text-align: left;
   }
p.title {
    font-size: 100%;
    color: white;
    font-style: italic;
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }
p.skills {
   margin-top: 0em;
   margin-bottom:0em;
   padding: 5px;
  }
p.sub {
   margin-top: -0.5em;
   margin-bottom:0em;
  }
p.reslink {
   text-align: center;
   font-variant: small-caps;
  }
  
/* headings */
h1 {
    font-size: 180%;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
    padding: 0;
    margin-top: 1.7em;
    margin-bottom: 0em;
   }
h2 {
    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0.5em;
   }
h3 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
h4 {
    font-size: 110%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0.5em;
    text-indent: 0px;
    }

h5 {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
   }
h6 {
    font-size: 110%;
    font-weight: bold;
    font-variant: small-caps;
    padding: 0;
	margin-top: 0.3em;
    margin-bottom: 0.3em;
	text-decoration: underline;
   }
p.hl {
    font-size: 100%;
    font-weight: normal;
    font-family: sans-serif;
    color: silver;
    margin-top: .2em;
    }
p.close {
    font-size: 12px;
    font-family: arial, sans-serif, helvetica;
    color: #d8d8d8;
    text-align: right;
    float:right;
    cursor:pointer;
   }
p.bio1 {
    text-indent:35px;
    }
    
   
/* divisions */
div {
    padding: 0;
    margin-top: 0em;
    margin-bottom: 0em;
   }
div.nav {
    float: left;
    padding: 0em;
    width: 120px;
    color: white;
   }
div.content {
   margin-left: 150px;
   width: 600px;
   padding: 1em;
   background-color: #ffffff;
   color: black;
  }
div.desc {
   position: fixed;
   top: 200px;
   left: 340px;
   padding: 0.5em;
   width: 400px;
   z-index: 1;
   background-color: #666666;
   color: black;
   border: 3px #c0c0c0;
   border-style: ridge;
   opacity: 0.9;
   text-indent: 35px;
   filter:alpha(opacity=90); /*for IE :S */
  }

div.vid {
   position: fixed;
   top: 200px;
   left: 340px;
   padding: 0.5em;
   width: 360px;
   z-index: 2;
   background-color: #666666;
   color: black;
   border: 3px #c0c0c0;
   border-style: ridge;
   text-indent: 35px;
  }

div.footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 70%;
	color: white;
	border: none;
	}

/* tables */
table {
   border-collapse:collapse;
  }
table, td, th {
   border:none;
  }
td {
   padding:5px;
  }
td.edu {
   width:240px;
  }
td.date {
   width:130px;
  }
td.work {
   width:200px;
  }
td.posi {
   width:240px;
  }
  
/* inline */
strong {
    font-weight: bold;
   }
em {
    font-style: italic;
   }
code {
    font-family: Courier New, Courier, monospace;
   }
ins {
    background-color: yellow;
    text-decoration: underline;
   }
del {
    text-decoration: line-through;
   }
l2 {
    font-size: 85%;
   }
   
/* anchors */
a[href] {
    text-decoration: none;
   }

a:link {color:#ffffff}    /* unvisited link */
a:visited {color:#99ccff} /* visited link */
a:hover {color:#c0c0c0}   /* mouse over link */

a.content {
    text-decoration: underline;
   }

a.content:link {color:#666666}    /* unvisited link */
a.content:hover {color:#33ccff}   /* mouse over link */

a.biolink:link {color:#000000} 	  /* unvisited link (biography) */
a.biolink:hover {color:#666666}   /* mouse over link (biography) */
a.biolink:visited {color:#666666} /* visited link (biography) */

/* special items */
img.corner {
    position:absolute;
    left:0px;
    top:0px;
    z-index:-1;
   }

/* end */
