/*
	#### Sample PhotoShelter Customization stylesheet ####

	This stylesheet implements some default styles for the PhotoShelter site.
	By including this stylesheet in your Custom Site Template, your pages 
	will emulate the look and feel of the standard PhotoShelter site.  

	This stylesheet does not illustrate all possible ways to manipulate the
	presentation of your Customized site. For a full list of CSS class 
	selectors available in the customization environment, please consult the 
	PhotoShelter Customization Tutorial:
	
	https://www.photoshelter.com/mem/home/help/custom/tut
*/

/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */
BODY, TD, TH, INPUT, SELECT {
        margin-left: 3%;
        margin-right: 3%;
	font-family: Helvetica, Verdana,Arial,Sans-Serif;
	font-size: 14px;
        color: #333333;
        background-color: #F9F9F9; 
/*        background-color: #101010; */
/*        background-color: #E0E0E0; */

/*
        color: #101010;
        color: #F9F9F9; 
        background-color: #000066;
        background-color: #808080;
*/

}

li.half {
line-height: 130%;
}

li.double {
line-height: 200%;
}

p.w {
line-height: 130%;
}

/**************** Pseudo classes ****************/




a:link {
color: #333333; 
text-decoration: underline;
font-weight: bold;
}

li :link {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

li a:visited {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #000000;
/*padding-bottom: 5px;*/
font-weight: bold;
/*text-decoration: underline;*/
text-decoration: none;
}


li a:hover {
/* display: block; */
color: #000000;
/*padding-bottom: 5px; */
font-weight: bold;

/*
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C6EC8C;
*/
}



a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}


table.tbborder {
border-bottom: 1px solid black;
border-top: 1px solid black;

}

td.grey {
bgcolor: #A0A0A0;
}




/* this removes all margins (spacing) around these HTML block elements */
FORM, P, H1, H2, H3, H4 {
	margin: 10;
}

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

/* "UL.thumbs" is used for all thumbnail displays */
UL.thumbs LI {
	margin: 1px;
	height: 160px;
	background-color: #dddddd;
}

UL.thumbs LI:hover {
	background-color: #d4d4d4;
}

UL.thumbs LI TABLE TD {
	font: 10px Verdana;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}




/*----------------------------IDs for div sections */

#navigation {
  position: absolute;
  height: 100px;
/*  margin: 0; */
}

#navmenu {
  position: absolute;
  height: 100px;
  margin-left: 500;
  margin-top: 5;
}

#centerDoc {
  position: absolute;
  margin-top: 120px;
/*
  margin: 0;
  padding:0px;
*/
}

#centerSm {
  position: absolute;
  margin-top: 10px;
  padding:20px;
  width: 800px;
}


#centerLeft {
  position: absolute;
  margin-top: 50px;
  width: 480px;
  padding: 50px;

}


#leftpanel {
  position: absolute;
  margin-top: 140px;
  width: 250px;
}

#rightpanel {
  position: absolute;
  margin-top: 130px;
  margin-left: 300px;
}


#footer {
   position: absolute;
   margin-top: 500px;
   right: 0px;
}



/* end stylesheet */



