/*	karrieadamany.com css	*/
/*	adapted from manisheriar.com	*/
html {}
body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	line-height: 1em;  /* assumes default browser font-size 14-16px */
	font-size: 100%;
	/* height: 100%; */
	border: .1em solid #252E4A;
	}
img {border: none;}
#header {
	padding: .5em .5em 0em .5em;
	vertical-align: middle;
	}
#header h1, p {font-size: .7em}
#leftSide {
	position: relative;
	width: 100%;
	border-top: .1em solid #cccccc;
	}
#rightSide {
	position: relative;
	width: 100%;
	}
#mainSide {
	position: relative;
	margin: 0;
	padding: .5em 0em 0em 0em;
	}
#leftCol {
	position: relative;
	float: left;
	width: 8em;  for IE5/WIN
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 7em; actual value
	margin: 0 auto;
	z-index: 100;
	}
#rightCol {
	position: relative;
	padding: 0em .25em 0em .25em;
	float: right;
	width: 11em;  for IE5/WIN
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 10em; actual value
	margin: 0 auto;
	z-index: 99;
	}
#rightCol a {
	color: #252E4A;
	text-decoration: none;
	}
#centerCol {
	position: relative;
	padding: 0em 7em 0em 7em;
	float: none;
	margin: 0 auto;
	text-align: left;
	}
#centerCol h1 {color: #252E4A;
	font-size: 1em;
	}
#centerCol h2 {color: #252E4A;
	font-size: .75em;
	}
#centerCol a, p, li, li li {
	color: #252E4A;
	font-size: .7em;
	}
#centerCol a:link	{color: #703800; text-decoration: none;}
#centerCol a:visited{color: #703800; text-decoration: none;}
#centerCol a:hover	{color: #ff0000; text-decoration: none;}
#centerCol a:active	{color: #ff00ff; text-decoration: none;}
#centerCol a:link.emphatic		{color: #BD5E00; text-decoration: none; font-size: 1em;} /* primarily for linked headings on press and links pages */
#centerCol a:visited.emphatic	{color: #703800; text-decoration: none;}
#centerCol a:hover.emphatic		{color: #ff0000; text-decoration: none;}
#centerCol a:active.emphatic	{color: #ff00ff; text-decoration: none;}
#centerColPic {
	position: relative;
	padding: 0em 7em 0em 7em;
	float: none;
	margin: 0 auto;
	text-align: center;
	}
#centerColPic h2 {
	color: #252E4A;
	font-size: .75em;
	}
#footer {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-size: 1em;
	border-top: .1em solid #cccccc;
	}
#emailTo {}	
#emailTo a:link {color: #252E4A; text-decoration: none;}
#emailTo a:visited {color: #252E4A; text-decoration: none;}
#emailTo a:hover {color: #252E4A; text-decoration: none;}
#emailTo a:active {color: #252E4A; text-decoration: none;}

/*	navBar from listamatic	*/
#navBar {
	text-align: left;
	font-size: 1em;
	}
#navBar ul {
	white-space: nowrap;
	margin: 0;
	paddinh: 0;
	list-style-type: none;
	}
#navBar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: -2em;	/* suppresses space reserved for bulleting. does not work in IE Mac 5.2	*/
	}
#navBar a:link {color: #252E4A; text-decoration: none;}
#navBar a:active {color: #252E4A; text-decoration: none;}
#navBar a:visited {color: #252E4A; text-decoration: none;}
#navBar a:hover {color: #515C7D; background-color: #D1D6E6; text-decoration: none;}

/*	adapted from thumbnailscroller.com	*/
#picStage {
	display: table-cell;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;	/* orange for testing */
	}
#picFrame {
	clear: both;
	display: block;
	background-color: #ccc;
	}
#picFrame img {
	position: relative;
	}
	
/*	pic navigation from listatmatic	*/
#picNav {
	}	
#picNav ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}
#picNav li {
	display: inline;
	list-style-type: none;
	}
#picNav a { 
	padding: .5em .5em;
	}
#picNav a:link, #picNav a:visited {
	color: #000;
	background-color: #ccc;
	text-decoration: none;
	}
#picNav a:hover {
	color: #ccc;
	background-color: #666;
	text-decoration: none;
	}	
#thumbFrame {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	border: .1em solid #000;
	float: left;
	white-space: inherit;
	}
#thumbRow { 				/* defined inline, on page gallery.htm: javascript doesn't work when style is defined here	*/
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	border: .1em solid #000;
	white-space: inherit;
	text-align: left;
	}
#thumbRow img {
	*/	padding: .1em;	*/
	background-color: #000;
	}
#thumbNavFirst {
	border: .1em solid #000;
	}
#thumbNavPrev { 
	margin-left: .5em;
	border: .1em solid #000;
	}
#thumbNavNext {
	margin-left: .5em;
	border: .1em solid #000;
	}
#thumbNavLast {
	margin-left: .5em;
	border: .1em solid #000;
	}
	
/*	classes (needs cleanup)	*/
.alignCenter {
	text-align: center;
	}
.alignLeft {
	text-align: left;
	}
.alignRight {
	text-align: right;
	}
.bordered {
	border: .1em solid #cccccc;
	}
.bordered p {
	border: .1em solid #666666;
	}
.bordered p img {
	border: .1em solid #cccccc;
	}
.centerElem {
	text-align: center;
	font-size: .7em;
	}
.centered {
	text-align: center;
	}
.centered img { text-align: center;}
div.spacer {
  clear: both;
  }
.centerText {
	font-size: .7em;
	}
.clear {
	height: 0.1em;
	clear: both;
}
.dot {
	border-bottom: .1em dotted #A35200;
	}
.emphatic {
	font-size: 1em;
	font-weight: bold;
	}
.hr {
	line-height: .1em;
	}
.italic {
	font-size: 1em;
	font-style: italic;
	}
.margined {
	margin: 1em;
	}
.margined img {
	margin: 1em;
	}
.nbsp {
	display: inline;
	indent-left: 4em;
	}
.short {
	width: 10%;
	}
.gray {
	border-top: .1em solid #333300;
	}
.red {
	color: #B30000;
	}
.green {
	color: #4D4D00;
	}
.brown {
	color: #8A4500;
	}
.blueGray {
	color: #252E4A;
	}
.ltBrown {
	color: #BD5E00;
	}
	
/*	spiffy corners	*/
.pinkBox{
	display: block;
	}
.pinkBox *{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background-color: #ffcccc;			/* 255 204 204 */
	}
.pinkBox1{
  	margin-left: 3px;
  	margin-right: 3px;
  	padding-left: 1px;
  	padding-right: 1px;
  	border-left: 1px solid #FFF4F4;		/* 255 244 244 */
  	border-right: 1px solid #FFF4F4;	/* 255 244 244 */
  	background-color: #FFDFDF;			/* 255 223 223 */
	}
.pinkBox2{
  	margin-left: 1px;
  	margin-right: 1px;
  	padding-right: 1px;
  	padding-left: 1px;
  	border-left: 1px solid #ffffff;		/* 255 255 255 */
  	border-right: 1px solid #ffffff;	/* 255 255 255 */
  	background-color: #FFDBDB;			/* 255 219 219 */
	}
.pinkBox3{
  	margin-left: 1px;
  	margin-right: 1px;
  	border-left: 1px solid #FFDBDB;		/* 255 219 219 */
  	border-right: 1px solid #FFDBDB;	/* 255 219 219 */
	}
.pinkBox4{
  	border-left: 1px solid #FFF4F4;		/* 255 244 244 */
  	border-right: 1px solid #FFF4F4;	/* 255 244 244 */
	}	
.pinkBox5{
  	border-left: 1px solid #FFDFDF;		/* 255 223 223 */
  	border-right: 1px solid #FFDFDF;	/* 255 223 223 */
	}
.pinkBoxContent{
	padding: .5em .5em .5em .5em;
	font-size: .7em;
	background-color:#ffcccc;			/* 255 204 204 */
	}

