/* li, 2/04 for infoTamers

known bugs: 
 NN4 navbar width, footer border, photo margin, strange printing for navbar, 
 		extra space btw navbar & content, map border creates extra empty box,
 		map imgs won't load next to each other,
 		14px bold appears as 12px bold (highlight, listhead, contrast)
 NN4 doesn't support content centering or list-style-image
 NN4 & IE5 don't support a:hover or a:active
 IE5 ul>li margin doesn't work
 
*/

body {
	background-color: #442244;  /* navbar #636 */
    background: #442244 url(/images/repeatxy_90227577.jpg) repeat top left;
	color: #000;    
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9.5pt; /* 12px; */
	text-align: left;
	margin: 0px;
}
div#wrap {
	background-color: #fff;
	width: 85%; 
	min-width: 850px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*----------------------------------------------------------------------
     banner 
----------------------------------------------------------------------*/

#banner {
	text-align:left;
	color: #fff;
	background-color: #969;
	padding-left: 12px;
}

#banner img {
	border:0;
}

h1.banner {
	font-size: 32pt;  /* 36px; */
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
h2.tagline {
	font-size: 10pt;  /* 12px; */
	color: #fff;
	margin-top: 0px;  /* was -30, ok in mozilla but seriously wacky in both IE6win & opera6mac */ 
	margin-bottom: 0px;
	padding-bottom: 8px;
}

/*----------------------------------------------------------------------
     navigation
----------------------------------------------------------------------*/

div#navbar {
	text-align: right;
	color: #fff;
	background-color: #636;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;  /* 13px;  */
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
/* this way doesn't work for IE 
div#navbar a.this {  
	color: #fff;
	background-color: #969;
	border-left: 2px solid #636;
	border-right: 2px solid #636; 
	border-bottom: 2px solid #636;
	padding-top: 2px;     
	padding-bottom: 2px;
}*/

div#navbar .this {
	background-color: #969;
	border-left: 2px solid #636;
	border-right: 2px solid #636; 
	border-bottom: 2px solid #636;
	padding-top: 2px;     /* padding needed for opera6mac */
	padding-bottom: 2px;
}
div#navbar a:link, div#navbar a:visited {
	color: #fff;
	background-color: #636;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#navbar a:hover {  /* colors work in mozilla _if_ you say "div#" */
	color: #fff;
	background-color: #969;
	text-decoration: none;
	border-bottom: 2px solid #636;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*----------------------------------------------------------------------
     main content div
----------------------------------------------------------------------*/

div#content {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
	min-height: 400px;
}
div.homeimage {
/*    background: #fff url(/images-working/vivid-blue-pink-flower-texture-thumb1913299.jpg) repeat top left; */
    background: url(/images-working/dreamstime_2967724-300w.jpg) no-repeat;

	width: 510px;
	height: 235px;

	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
/*	border: 1px solid blue;*/

}

div.hometext {
	width: 360px;
	height: 85px;
	margin-top: 85px;
	margin-left: 120px;
/*	border: 1px solid red;*/
}
h1.home {
	font-size: 18pt; /* 24px; */
	text-align: center;
	color: #000;  /* purple 636 ; teal 066 */
}


/*----------------------------------------------------------------------
     about
----------------------------------------------------------------------*/

img.floatright {   /* headshot */
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}


/*----------------------------------------------------------------------
     portfolio
----------------------------------------------------------------------*/

div.portfolio {
	clear: left;
	padding: 10px 10px 10px 10px;
}
img.portfolio {
	border: 0;
	border: 1px solid #E6E6E6;  /* lt purple #EAE1EA; */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*-----------------------------------------------------------------
  common elements
-----------------------------------------------------------------*/

h1 .smaller {
	font-size: 15pt; /* 20px; */
}
h1.pf {  /* portfolio */
	font-size: 9pt;  /* 11px; */
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 14pt; /* 18px; */
	color: #066;
	margin-bottom: 0; 
}
h2 .smaller {
	font-size: 9.5pt; /* 14px; */
	color: #636;
}
h3 {
	color: #066;
	font-size: 9.5pt;  /* 14px; */
	margin-bottom: 0;
}

p {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9.5pt;  /* 12px;  */
	margin-top: 4px;
	margin-bottom: 4px;
}
p.follow {
	margin-top: 8px;
}
b {
	font-size: 9pt;
}

ul { 
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
   font-size: 9.5pt;  /* 12px;  */
   list-style-type: square;    /* solid in mozilla, hollow in opera */
/* list-style-image: url(/images/sdi_rd.gif); */
}


dl { 
	margin-left: 30px;
	margin-right: 30px;
}
dt {
	color: #636;  /* purple 636 ; teal 066 */
	font-weight: bold;
	padding-top: 4px;
}

table.contact {
	margin-left: 30px;
}
th {
	font-size: 9.5pt;  /* 12px;  */
	text-align:left;
}
td {
	font-size: 9.5pt;  /* 12px;  */
	padding-bottom: 5px;	
}
td.label {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	color: #636;  /* purple 636 ; teal 066 */
}

/*
.smallcaps {
	font-variant: small-caps;
}
*/
.indent { 
	margin-left: 30px;
}

.emph {
	color: #636;  /* purple 636 ; teal 066 */
	font-weight: bold;
}


/*-----------------------------------------------------------------
  links
-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #066;
}

div#banner a { 
	text-decoration: none;
	color: #fff;
}

a.subtle {  /* link to infotamers */
	background-color: #969;
	color: #fff;
	text-decoration: none; 
}
a.subtle:hover, a.subtle:active { 
	text-decoration: underline; 
}


/*-----------------------------------------------------------------
  copyright
-----------------------------------------------------------------*/

div#copyright { 
	clear: both;   /* affects spacing in opera */
	border-top: 1px solid #636;
	background-color: #969;
	color: #fff; 
	margin-top: 30px; 
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
}

/*----------------------------------------------------------------------
     admin 
----------------------------------------------------------------------*/

.admin {
	color: #f36;
	background-color: #ccc;
	font-size: 9.5pt;  /* 12px;  */
	line-height: 12px;
	font-weight: normal;
}