/* Start of CMSMS style sheet 'main' */
@charset "utf-8";

a:active {
  outline: none;
}

h3 {letter-spacing: 1px;}

/* for album */
.thumb a {
border: 0 !important;
margin-bottom: 70px !important;
background: #fff !important;
}

.thumb {float: left;}

.thumb img {
padding: 5px !important;
border: 1px solid #fff;
background: #fff;
width: 75px;
height: 75px;
}

.thumb a:hover img {border: 1px solid #ddd; }
.picturelist {padding:0; list-style: none;}

.email {
text-decoration: none !important;
color: #000 !important;
}


/* font stuff */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
letter-spacing: 0.03em;
font-weight: 500;
line-height: 140%;
}

p{
padding: 0;
margin: 0;
}

#cv p {
padding-top: 5px;
padding-bottom: 5px;
}

h3 {
font-size: 13pt;
font-weight: normal;
padding: 0;
margin: 0;
padding-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
}

/* LINKS */

a, a:active {
font-size: 8pt;
color: #0066CC;
border-bottom: solid 1px #fff;
border: 0 2px 1px 2px;
}

a:hover {color: #fff; background: #0066CC; text-decoration: none;border-bottom: solid 1px #0066CC;}



/* for images placed in page ** img placed under caption class so that it doesnt not affect other images. ie. thinkbox */

.caption img {
padding-top: 5px;
padding-bottom: 5px;
}

.caption {
font-size: 8pt;
color: #888;
font-style: italic;
line-height: 130%;
}

/* downlink at top left of page */
#downlink {
margin: 0;
display: block;

padding-top: 5px;
padding-left: 5px;
position: fixed;
top: 0;
left: 0;
z-index: 1;

width: 100px;
}

#downlink a {
font-size: 8pt;
/*color: #333;*/
text-decoration: none;
letter-spacing: normal;
padding: 5px;
}

#downlink a:hover {
color: #fff;
/*background-color: #ccc;*/
}


/* layout */


#wrapper {
padding: 50px;
padding-left: 110px;
}

#main {
width: 100%;
vertical-align: baseline;
position: relative;
overflow: visible;

}

/*#main .align_bottom {
position: absolute;
bottom: 50px;
}*/

/* CONTENT styles **********************/

#cv {

padding-bottom: 20px;
padding-top: 20px;
}

.section {
padding-bottom: 40px;
padding-top: 30px;
font-size: 8pt;
}


/* make sure more link isnt pushed too far down: */
#cv_expand{
padding-bottom: 0px;

}

#upcoming p {padding-bottom: 5px; padding-top: 5px;}

#upcoming a {
}

div#lightbox {
letter-spacing: normal;
}

#caption {
font-weight: normal !important;
color: #333; 
}

div#lightbox #numberDisplay {
color: #888;
}

/*bottom header and menu styles ***************/
#title {
height: 50px;
padding-top: 30px;
}

#title #name {
float: left;
background:url(name.gif) 0 5px no-repeat;
width: 450px;
height: 59px;
margin-right: 10px;
}
#name h1 {
display: none;
}
/* end title img*/

#menu {
float: left;
margin-top: 20px;
margin-left: 15px;
}

#menu a, #menu a:visited, #menu a:active {
margin-right: 10px;
color: #333;
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
font-family: Arial, helvetica, tahoma, verdana, sans-serif;
letter-spacing: 1px;
padding: 3px 5px 0 8px;
/*letter-spacing: 0.2em;*/
}
#menu a:hover {
border-bottom:solid 1px #fff;
line-height: 100%;
background: #eee;
}

/* End of 'main' */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#888;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}

#TB_overlay {background: #000; background: rgba(0,0,0,0.8)}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border: 0;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
  letter-spacing: 0;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
