@charset "UTF-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button, input {
	margin: 0;
	padding: 0;
	border: 0;
	/* outline: 0; unsupported ie 6/7*/ 
	font-size: small;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus { outline:none; }

ol, ul {
	list-style: none;
	margin: 0px 0px 10px 10px;
}

li {
	line-height: 1.5em;
}

table {
  border-collapse: separate;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}


.hidden {
	display: none;
}

.clearfloat{ clear: both; }

#no_ie6{
  	display: none; /* for hiding stuff from IE 6 ...do I need this? */
} 

#nojavascript p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}

#nojavascript a {
	color:#009999;
}

html, body{
	font-family: Calibri, "Century Gothic", "Apple Gothic", sans-serif;
	background-color:#FFF;															/* switch */														
	color:#333;																		/* switch */
}

html.subpage {
	background-color: #FFF;															/* switch */
	text-align: center;
}

.subpage body {
	background-color: #FFF;															/* switch */
}

html.subpage_black {
	background-color: #000;
	text-align: center;
}

.subpage_black body {
	background-color: #000;														/* switch */
}

html.subpage_white {
	background-color: #FFF;
	text-align: center;
}

.subpage_white body {
	background-color: #FFF;														/* switch */
}

/****** GENERAL SECTION STYLES ******/

.section_header {				/* for section titles only */
	margin: 0 0 15px 0;
	font-size: 2.5em;
	line-height: 1em;
	letter-spacing: -1px;
	word-spacing: 0px;
	color:#999999; /* switch */
}

p.norm {
	margin: 10px 0px 10px 0px;
	font-size: 1.1em;
	line-height: 1.7em;
	letter-spacing: 1.2px;
	word-spacing: 2px;
}

p.first {								/* line up first paragraph with sidebar */
	margin: 35px 0px 10px 0px;
	font-size: 1.1em;
	line-height: 1.7em;
	letter-spacing: 1.2px;
	word-spacing: 2px;
}

p.pglink {								/* grouped large page links */
	margin: 15px;
}

.pglink a {
	display: block;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}


/****** COLORS ******/

/*.medblue { color: #009999; } 	page links */

/*
.darkgrey {color:#333333; }
.midgrey {color:#666666; }
.ltgrey {color:#999999; }
*/


/* HOME & NEWS BOX */
/*
.blue { color:#33CCCC; } 		box background
.ltblue  { color:#CCFFFF; }		box titles
.dkblue { color:#006666;} 		box dates
.ltyellow { color: #CCFF99; }	box links, rollover set to #FFF


/* ABOUT & RESUME BOX */
/*
.ltgold {color:#CCCC66; }		box background
.dkgold {color:#666600; }		box ul and p

.gold {color:#999900; }			resume titles
.ltgold2 {color:#999966; }		resume dates
*/

.active {
	color:#8fbf01 !important; /* nav and midsize page link rollovers */
	}
	
/****** LAYOUT CLASSES ******/

.mainContent {
	margin: 70px 0 0 70px;
  	float: left;
  	width: 1000px;
  	position: absolute;
  	z-index: 1;
}

.leftColumn {
	margin: 0 0 0 0;
  	float: left;
  	width: 500px;
  	position: absolute;
  	z-index: 1;
}

.rightColumn {
	margin: 0 100px 0 550px;
	padding: 0px;
  	float: left;
  	width: 300px;
  	position: absolute;
  	z-index: 1;
}

.box_top {
	padding: 0px;
	margin: 0px;
	width: 270px;
	height: 35px;
}

.box_middle {
	margin: 0px;
	width: 270px;
	padding: 0px;
}

.box_bottom {
	padding: 0px;
	margin: 0px;
	width: 270px;
	height: 35px;
}

.box_subtitle {
	margin: 0px 15px 15px 15px;
	font-size: 1.7em;
	line-height: 1em;
	vertical-align: top;
	letter-spacing: .5px;
	word-spacing: -1px;
}

.boxitem {
	margin: 0px 15px 10px 15px;
}

.boxspacer {
	display: block;
	height: 10px;
}


/****** HOME ******/

a.pglink_portfolio, a.pglink_aboutme, a.pglink_art {
	color:#009999;
	font-size: 1.2em;
}

a.pglink_portfolio:hover, a.pglink_aboutme:hover, a.pglink_art:hover {
	color:#8fbf01;
}

/* NEWS BOX */

#dHome .box_top {
	background-color: #33CCCC;
	background: url(../interface/blue_altrect_top-trans.png);
	background-repeat: no-repeat;
	margin-left: 0px; /* changed from background-position for ie */
}

#dHome .box_middle {
	background-color:#33CCCC;
}

#dHome .box_bottom {
	background-color: #33CCCC;
	background: url(../interface/blue_altrect_bottom-trans.png);
	background-repeat: no-repeat;
	margin-left: 0px; /* changed from background-position for ie */
}

#dHome .box_subtitle {
	color:#FFFFFF;
}

.newsboxitemtitle {
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	color:#CCFFFF;
	font-style:italic;
}

.newsboxdates {
	margin: 2px 0px 0px 0px;
	display: block;
	font-size: .9em;
	line-height: 1em;
	color:#006666;
}

/*.newsboxlink { leaving in place for now (using a tag) may eliminate

}*/

a.newsbox {
	color:#ecefd9;
	font-size: .9em;
	line-height: 1.5em;
}

a.newsbox:hover {
	color:#FFFFFF;
}


/****** DESIGN | PROGRAMMING ******/

td.portfolio {
	font-size: .8em;
}

.portfolioContainer {
	width: 900px;
	position: absolute;
	z-index: 1;
}

.portfolioCol {
	display: block;
	width: 280px;
	float: left;
	text-align: center;
}

.portfolioItemDesc {
	margin: 35px 25px 4px 25px;
	color:#666666;
}

.portfolioItemSpacer {
	margin: 0;
	width: 100%;
	height: 50px;
}

#kobalt {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_kobalt-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}

#smfa {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_smfa-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}

#mapmaker {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_mapmaker-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}

#eg {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_eg-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}


#bk {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_bk-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}

#syndexa {
	display: block;
	width: 270px;
	height: 160px;
	background-image:url(../interface/thumb_syndexa-trans.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: #FFF;
}

/***** PAINTING | DRAWING ******/

.artportfolio_container {
	margin: 0 0 0 0;
  	float: left;
  	width: 820px;
  	position: absolute;
  	z-index: 1;
}

.artportfolio_menu {
	margin: 395px 0px 0px 0px; /* for bottom menu */
	padding: 0px;
  	float: left;
  	width: 820px;
  	position: absolute;
  	z-index: 1;
	text-align: center;
}

#artportfolio_window {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 820px;
	height: 360px;
	float: left;
	border: 0;
	overflow: hidden;
}

.artportfolio_header {
	font-size: 1.7em; 
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color:#a5a571;		/* switch */
}

.artportfolio_menu td {
	font-size: 1.1em;
	line-height: 1.3em;
}

#menucolumn_header {
	color:#666666;
	font-weight: bold;
}

.artportfolio_menu {
	color:#999999;
}

.artportfolio_menu a {
	font-size: 1.1em;
	color: #009999;
}

.artportfolio_menu a:hover, a:active {
	color:#8fbf01;
}


/****** ABOUT ME ******/

.resumeitem {
	margin: 0px 0px 10px 0px;
}

.resumeitem ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.resumeitem li {
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: 8px;
}

.resumetitle {
	display: inline;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#999900;
	margin: 0px 0px 10px 0px;
}

.resumedates {
	margin: 0 0 0 2px;
	display: inline;
	font-size: .8em;
	line-height: 1.5em;
	color:#999966;		/* switch */
}
.resumedesc {
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

.resumelongdesc {
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

/* ABOUT BOX */

#dAboutme .box_top {
	background-color: #CCCC66;
	background: url(../interface/gold_altrect_top-trans.png);
	background-repeat: no-repeat;
	margin-left: 0px; /* changed from background-position for ie */
}

#dAboutme .box_middle {
	background-color:#CCCC66;
	margin: 0px;
	width: 270px;
	padding: 0px;
	color:#333300;
}

#dAboutme .box_bottom {
	background-color: #CCCC66;
	background: url(../interface/gold_altrect_bottom-trans.png);
	background-repeat: no-repeat;
	margin-left: 0px; /* changed from background-position for ie */
}

#dAboutme .box_subtitle {
	color:#FFFFFF;
}


/****** NAVIGATION ******/

.navigation {
	margin: 0px 100px 0px 0px;
	height: 45px;
	vertical-align: middle;
	z-index: 2;
}

a.home, a.portfolio, a.art, a.aboutme, a.contact, a.styleswitch {
	display: inline;
	float: right;
	color: #666666;
	font-size: 1.2em;
}

a.blacklink {
	width: 30px;
	height: 32px;
	background-image:url(../interface/black_sm-trans.png);
	background-repeat: no-repeat;
}

a.whitelink {
	width: 30px;
	height: 32px;
	background-image:url(../interface/white_sm-trans.png);
	background-repeat: no-repeat;
}

a.home, a.portfolio, a.art, a.aboutme, a.contact {
	margin: 0 10px 0 10px;
}

a.home:hover, a.portfolio:hover, a.art:hover, a.aboutme:hover, a.contact:hover {
	color:#8fbf01;
}

 
/****** LAYOUT DIVS ******/

#site {
    /*min-height: 100%;
    height: auto !important;
    height: 100%;*/
	margin: 0 auto;
  	width: 5500px;
	padding: 0;
}

#wrapper {
	width: 5500px;
	height: 1000px;
	margin: 0;
	padding: 0;
  	background-image: url(../interface/string_blue.jpg); /* switch */
	background-repeat: no-repeat;
	/*background-position: left top;*/
	float: left;
  	z-index: 0;
  	position: absolute;
}


#container {
	/*min-height: 100%;
    height: auto !important;
    height: 100%;*/
	width: 5500px;
    height: 1000px;
	position: absolute;
}

#dHome {
	margin: 35px 0 0 0; /* Opera doesn't seem to observe this margin */
  	float: left;
  	width: 1000px;
	position: absolute; 
	z-index: 1;
}

#dPortfolio {
	margin: 35px 0 0 1000px;
	float: left;
	width: 1000px;
	position: absolute;
	z-index: 1;
}

#dArt {
	margin: 35px 0 0 2000px;
  	float: left;
  	width: 1000px;
  	position: absolute;
  	z-index: 1;
}
#dAboutme {
	margin: 35px 0 0 3000px;
  	float: left;
  	width: 1000px;
  	position: absolute;
  	z-index: 1;
}

#dContact {
	margin: 35px 0 0 4000px;
  	float: left;
  	width: 1000px;
  	position: absolute;
  	z-index: 1;
}

/****** ACCORDION ******/

.accordion  { width:20em; } /*not sure I need this - for IE6? */


.accordion  {
	width: 470px;
	float: left;
	margin: 15px;
	/*border: 1px solid #d3f8f8; /* border around accordion */
}

.accordion_panel {
	/*background-color: #d3f8f8; /* content area - can not use margins or padding, animation glitch results */
	margin: 0px;
	padding: 0px;
}

.accordion_panel_title {
	font-size: 1.2em;
}

.accordion_panel_content {
	margin-top: 10px;
	margin-bottom : 30px;
	margin-left: 27px;	/* 22px = left align */
}

.accordion a {
	cursor:pointer;
	display:block;
	height: 30px;
	color:#009999;
	vertical-align: middle;
	background: url(../interface/blue_plus-trans.png) no-repeat scroll 445px 0px;
}

.accordion a:hover {
	color:#8fbf01;
	background-image: url(../interface/green_plus-trans.png);
	background-repeat: no-repeat;
}

.accordion a.selected {
	color:#006666;		/* switch */
	font-weight: bold;
	font-size: 1.3em;
	background-image: url(../interface/gold_minus-trans.png);
	background-repeat: no-repeat;
}

.rhead {
	vertical-align: middle;
}

/****** CONTACT ******/
	
input, textarea {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	clear: both;
	font-size: 1.3em;
	width: 420px;
	font-family: "Courier New", Courier, monospace; 	
	overflow: hidden;
}

label {
	margin: 0px 0px 2px 0px;
	float: left;
	clear: left;
	font-size: 1.3em;
	color:#666666;
}

.form_field {
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-top: 2px solid #999;								/* switch */
	border-right: 2px solid #999;							/* switch */
	background-color:#CCCCCC;
	background: url(../interface/yellow.jpg) repeat;		/* switch */
}

.submit_button {
	outline: none;
	margin-top: 5px;
	margin-left: 340px;
	background: url(../interface/send_blue-trans.png) no-repeat;
	color: #009999;
	cursor: pointer;
	width: 108px;
	height: 56px;
}

.submit_button:hover {
	background: url(../interface/send_green-trans.png) no-repeat;
}

#dContact .box_top {
	/* background-color: #CCCC66; */
	background: url(../interface/green_altrect_top-trans.png);
	background-repeat: no-repeat;
	margin-left: 0px;  /* changed from background-position for IE */
}

#dContact .box_middle {
	background-color:#8CA83A;
}

#dContact .box_bottom {
	/* background-color: #CCCC66;*/
	background: url(../interface/green_altrect_bottom-trans.png);
	background-repeat: no-repeat;
	float: left;  /* changed from background-position for IE */
}

#dContact .boxitem {
	color:#FFFFFF; /* covering margining until I decide what to do here */
}

#dContact .box_subtitle {
	color:#FFCC00;
}

/****** FADE ******/

.fade{
  	height: 1000px;
  	width: 100%;
  	background: url("../interface/fade_white-trans.png") repeat-y;
  	margin: -35px 0 0 900px;
  	position: fixed; /* IE 6 doesn't support */
	z-index: 0;
}

/****** IFRAME ******/

/* add-ons */


.imageflow_title {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}

.imageflow_panel {
	width: 720px;
	margin: 0px 50px 0px 50px; /* centers it */
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.text_panel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
  	float: left;
  	width: 540px;
  	position: absolute;
  	z-index: 1;
	text-align: left;
}

.text_panel p {
	margin: 0px 0px 15px 0px;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: .6px;
	word-spacing: 1px;
}

.image_panel {
	margin: 0px 0px 0px 570px;
	padding: 0px 0px 0px 0px;
  	width: 248px;
    position: absolute;
  	z-index: 1;
	border: 1px dotted #999999;	/* switch */
	text-align: center;
	z-index: 99;
}

.image_panel img {
	text-align: center;
	margin: 2px;
	padding: 0px;
	border: 1px solid #333333;
}

.text_panel a {
	color: #009999;
	display: block;
}

.text_panel a:hover, a:active {
	color: #8fbf01;
}

.image_panel a {
	color: #009999;
	display: block;
	text-align: left;
	font-size: 1em;
}

.image_panel a:hover, a:active {
	color: #8fbf01;
}

.caption_title {
	display: block;
	margin: 0px 4px 0px 4px;
	padding: 0px;
	text-align: left;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
}

.caption_info {
	margin: 0px 4px 0px 4px;
	padding: 0px;
	display: block;
	text-align: left;
	font-size: .8em;
}

.caption_desc {
	margin: 4px;
	padding: 0px;
	display: block;
	text-align: justify;
	text-justify: newspaper;
	font-size: .8em;
	line-height: 1.4em;
}

.caption_italic {
	font-style: italic;
	font-size: 1em;
}

.imageflow_instructions {
	margin-top: -60px;
	color:#999999;
}

a.tp_amp_same, a.tp_ebd_same {
	display: inline;
	font-size: 1em;
}

#crosslinks {
	margin-top: 10px;
}


/* basic styles */

	.imageflow {
		visibility:hidden;
		position: relative;
		text-align: left;
		width: 100%;
		color:#000;				/* switch */
	}

	.imageflow img {
		visibility:hidden;
		position: absolute; 
		top: 0px;
		border: none;
	}
	.imageflow p{
	    font-family: Calibri, "Century Gothic", "Apple Gothic", sans-serif; 
		font-size: small;
		color:#666;				/* switch */
		text-align:center;
		margin: 0 auto;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 15px;
		padding:5px;
		visibility: visible;
		border: 1px solid #333;
	}
	.imageflow .loading_bar {
		height: 15px;
		width: 1%;
		background-color:#00CCCC;
		visibility: visible;
	}
	.imageflow .caption {
		color:#666666;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-top: 1px solid #999999;
		border-bottom:1px solid #CCCCCC; /* for thin line effect */
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-13px;
		margin-left:-15px;
		z-index:10002;
		background-image:url(../interface/grey_slider-trans.png);
		background-repeat:no-repeat;
		width:30px;
		height:32px;
	}
	
