/************************************* 
     style sheet for Piker Press website Jan 2005      
     
     Cleaned up on May 21, 2005. 
     
     Pre-Cleaning piker.css located in oldpages folder

**************************************/

/************************************* 
     Banner txt light gray #E9EAEA; 
     Banner light blue #BEC4E6;
     Banner txt bright blue #4254FC; 
     Fonts: Lucida, Footlight 
*************************************/

/*************************************** 

     List of general HTML code formatting:
      p, table, ul, ol, th, hr, h1-4, m
      
     List of general classes we got defined here: 
      .articleMerchandise, .authortitle, authorheader, 
      .under, .over, .data, .links, .title, .subtle
      
     List of specific HTML code classes:
      p.authordesc, blockquote.authorbio, body.lynda, 
      a.link, a.visited, img.icon, img.icon2, table.padded,
      p.shortbio , p.comments
     
*****************************************/

#m{margin:0 1px;padding:0; font-size: 10pt; line-height: 11pt;
   border-top:1px solid #E9EAEA;}
#m a:link,#m a:visited{display:block;margin:1px 0;
   padding:1px 0;background:#E9EAEA; 
   color:#666666;text-decoration:none;text-indent:0px;
   font-weight:bold;width:125px}
#m a:hover{background:#dcdcdc;font-weight:bold;color:#4254FC}


/****************************

   General HTML Code Formatting

****************************/

P {
	color: black;
	padding-top: .25;
	font-family: Arial, 'sans serif';
}

TABLE {
	padding: 0;
	margin: 0;
}

UL, OL {
	color: black;
	padding-top: .25;
	font-family: Arial, 'sans serif';
}

TH {
	font-family: Arial, 'sans serif';
	font-weight: bold;
	color: #808080;
	background: #BEC4E6; /* light blue*/
	font-size: 16pt;
	line-height: 17pt;
}

H1, H2, H3, H4 {
	font-family: Arial, 'sans serif';
	color: #4254FC; /* bright blue */
	line-height: 17pt;
}

HR {
	color: #BEC4E6;
}

/****************************

   <BODY> Classes

****************************/

BODY.lynda {
	background: #FFFFFF;
	color: #000000; 
	padding: 0;
	margin: 0;
	}

/****************************

   <BLOCKQUOTE> Classes

****************************/

blockquote.authorbio {
	text-align: justify;
	color: black;
	font-family: Arial, 'sans serif';
	margin-left: .2in;
	margin-right: .2in;
}

/****************************

   <A> Link Classes

****************************/

a:link, a:visited {
	font-family: Arial, 'sans serif';
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
}

a:link {
	color: #666666; /* gray */
}

a:visited {
	color: #808080; /* gray */
}

/****************************

   <TABLE> Classes

****************************/

TABLE.padded {
	padding: .2in;
    	cellpadding: 10pt;
}


/****************************

   <IMG> Classes

****************************/

IMG.icon {
	float: left;
	margin-left: 10pt;
	margin-right: 10pt;
}

IMG.icon2 {
	float: right;
	margin-right: 1.5cm;
	margin-left: 10pt;
}


/****************************

   <P> Classes

****************************/

P.authordesc {
	text-align: justify;
	color: black;
	font-family: Arial, 'sans serif';
	font-size: 10pt;
	line-height: 11pt;
	margin-left: .25in;
	margin-right: .25in;
	margin-top: 0pt;
	margin-bottom: .0in;
}

P.comments {
	text-align: left;
	color: normal;
	font-family: serif;
	font-style: normal;
       	margin-left: 5px;
    	margin-right: 5px;
}

P.shortbio {
	text-align: left;
	color: gray;
	font-family: serif;
	font-style: italic;
       	margin-left: 5px;
        margin-right: 5px;
}

/****************************

   General Classes

****************************/

.articleMerchandise, .authortitle {
	color: #4254FC; /* bright blue*/
	padding-top: .25;
	font-family: Arial, 'sans serif';
}

.data {
       color: #4254FC;
}

.authorheader {
	color: #BEC4E6;
	font-family: Arial, 'sans serif';
	font-weight: bold;
	font-size: 10pt;
	line-height: 11pt;
}

.title {
	color: #4254FC;
	font-family: Arial, 'sans serif';
	font-weight: bold;
	font-size: 24pt;
	line-height: 26pt;
}

.subtle {
	color: #BEC4E6;
	font-family: Arial, 'sans serif';
	font-weight: bold;
	font-size: 16pt;
	line-height: 18pt;
}

.links {
	font-family: Arial, 'sans serif';
	font-weight: bold;
	color: #4254FC; /* bright blue */
	/*background: #808080;*/ /* gray */
	font-size: 10pt;
	line-height: 11pt;
}

.under {
	z-index:500
}

.over {
	z-index:100
}

.imgCaption {
	width:400px;
	font-size:80%;
	text-align:center;
}
