/* *** start hack  ***/
* html thingamajoogle
 {
    width: 182px; /* for IE5 and IE6 in quirks mode */
    w\idth: 204px; /* for IE6 in standards mode */
  }
/* *** end hack ***/

body {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #000;
	margin: 0;
	background: url(i/bbg.gif) top left no-repeat #000;
	background-position: 0 123px;
	color: #fff;
}
* html body {
    font-size: 12px; /*for ie5/win */ font-family: Verdana, Arial, Helvetica, sans-serif;
    f\ont-size: 12px; /* for other ie versions */ font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {font-size:210%; color:#EAA7B1; margin-top: 0; font-family: eurofurence; font-weight: normal;}
h2 {font-size:190%; color:#EAA7B1; margin-top: 0; font-family: eurofurence; font-weight: normal;}
h3 {font-size:170%; color:#EAA7B1; font-family: eurofurence; font-weight: normal;}
h4 {font-size:140%; color:#EAA7B1; font-family: eurofurence; font-weight: normal;}
img {  border: 0;}
form { display: inline; margin: 0; padding: 0;}
input, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px}

#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
#head {
	display: block;
	width: 100%;
	height: 123px;
	background: url(i/hbg.gif) top left repeat-x #3b3b3b;
}
#head h1 span {
	display: none;
}

#head img {
	margin: 10px 0 0 65px;
}
/* ** Header headshot ** */
#smile {
	position: absolute;
	top: 0px; 
	right: 0px;
	margin-right: 30px; }

/* ** Navigation ** */
#nav {
	float: left;
	width: 200px;
	margin: 25px 35px 0 0;
	padding: 5px;
}

#nav a {
	color: #C14355;	
	line-height: 1.3;
	text-decoration: none;
}
#nav a:visited {
	color: #C14355;	
}
#nav.on a:hover {
	color: #ff5970;
}
#nav a:active {
	color: #FF5970;	
	border: 0px;
}
#nav a:hover {
	color: #eee;
	border-bottom: 1px dashed #eee;
}


#nav dl {
	margin: 0;
}
#nav dd {
	list-style-type: none;
	padding: 0 0 13px 0;
/*	font-family: eurofurence, Arial;*/
	font-family:  'Lucida grande','Trebuchet ms', Arial, sans-serif;
	font-size: 120%;
	letter-spacing: -0.05em;
}
#nav dd.on {
	font-weight: bold;
	color: #FF5970;
}
#nav dd a {
	color: #C14355;	
	line-height: 1.3;
	text-decoration: none;
}
#nav dd a:visited {
	color: #C14355;	
}
#nav dd.on a:hover {
	color: #ff5970;
}
#nav dd a:active {
	color: #FF5970;	
	border: 0px;
}
#nav dd a:hover {
	color: #eee;
	border-bottom: 1px dashed #eee;
}
#book {
	margin: 200px 35px 0 0;
	padding: 5px;
}

/* ** Photo styles ** */
#photo {
	float:right;
	width: 376px;
	margin: 100px 30px 10px 0;
	padding: 0 0 10px 15px;
	min-height: 500px;
 }

/* ** content styles ** */
#content {
	float: left;
	width: 440px;
	margin: 100px 0 10px 0;
	padding: 0 0 10px 15px;
	min-height: 500px;
	border-left: 1px solid #111;
}
#content img.picture {
    float: right;
    margin: 5px 0 5px 5px;
    padding: 1px;
    background-color: #333;
    border: 3px solid #999;
}
#content img.cal {
   padding: 0 0 0 5px;
}
#content a {
  /*color: #845840;*/
    color: #2E2F72;
}
#content a:visited {
  color: #555;
}
#content a:active,
#content a:hover {
  color: #c00;
}
#content ul.tootight {
    line-height: 150%;
}
#content p {
  line-height: 1.4em;
}

/* *** footer styles *** */
#foot {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 4em;
	border-top: 2px dotted #aa4a5c;
	background-color: #111;
    font-size: 85%;
    color: #eee;
}
#foot a {
	color: #C14355;
}
#foot span {
  padding: 0 15px 0 0;
}
/* *** resume styles *** */
table#resume td {
	font-size: 10px;
	padding: 0 10px 3px 0;
}
table#resume td h3 {
	font-size: 170%;
}


/* *** form table styles *** */
table#cf {
  margin: 5px 0 10px 0 ;
  padding: 0 5px;
  width: 400px;
  font-size: 11px;
}
table#cf th {
  border: 0;
  margin: 0 10px 0 0;
  padding: 4px;
  /*background-color: #ddd; before wrapping in tan */
  text-align: left;
  width: 140px;
}
table#cf td {
  margin: 0;
  /*line-height: 150%;*/
  padding: 4px;
}
table#cf tr.last th,
table#cf tr.last td {
    border-bottom: 1px solid #cdcdcd;
}
input.txt,
input.city,
input.state,
input.zip,
table#cf textarea,
table#cf select {
  border-top: 2px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-left: 2px solid #808080;
  padding: 1px;
  color: #000;
}
table#cf input.sbutton {
    background-color: #585d6d;
    color: #fff;
    padding: 3px 0;
}
table#cf input.rbutton {
    background-color: #585d6d;
    color: #ccc;
    padding: 3px 0;
}
/* *** start hack contact page layout ***/
* html table#cf input.sbutton,
* html table#cf input.rbutton {
    font-size: 110%; /* for IE5 and IE6 in quirks mode */
    f\ont-size: 100%; /* for IE6 in standards mode */
  }
/* *** end hack for contact page layout ***/

table#cf input.city {
  width: 85px;
}
table#cf input.state {
  width: 50px;
}
table#cf input.zip {
  width: 65px;
}
