/* equip.css for equipment/photoshoot/*.htm  CLOUD MINERS */

File Name: equip.css
Purpose:  Cascading Style Sheet for Cloud Miners 02.summer/*.htm photoshoot files.  Text control.  Layout control.
Author: Aunt Bess
Creation Date: ??.
Date Last Mod: ??
 */

div.text_body{
font: Times New Roman;
font-size: 10pt;
line-height:  13pt;
margin-top: .08in; 
margin-left: .02in; 
color: black
}

/* text body DRUMS */
div.text_body_drums {
font: Times New Roman;
font-size: 10pt;
line-height:  13pt;
margin-top: .08in; 
margin-left: .02in; 
color: #000000
}

/* copyright no margin.  */

div.copyright_no_margin {
font-size: 8pt;
margin-top: .10in; 
margin-bottom: 0in; 
margin-left: 0in 
}

/* copyright no margin DRUMS.  */

div.copyright_no_margin_drums {
font-size: 8pt;
color:#000000;
margin-top: .10in; 
margin-bottom: 0in; 
margin-left: 0in 
}

/* Used in the_rack.htm */

.text_body_the_rack {
font: Times New Roman;
font-size: 10pt;
line-height:  13pt;
margin-top: .08in; 
margin-left: .1in; 
color: #DDFBFB
}

/* For Korg MS2000 (korg_ms2000.htm) page. */

.text_body_korg_ms2000 {
face: arial;
font-size: 9pt;
line-height:  12pt;
color: black
}


.links_korg_ms2000 A:link {
color:blue
}
.links_korg_ms2000 A:hover {
color:green
}
.links_korg_ms2000 A:active {
color:green
}
.links_korg_ms2000 A:visited {
color:black
}



/* I set the link colors at the top of the_rack.htm to match the bgcolor, thus allowing the main jpg (which is itself a link to a larger jpg) to have a border making the text nicely padded away fr the jpg.  that info in the <body . . . > is the only place the jpg looks for clues on its border colors.

Now we must keep the usual links (previousphoto, thumbnails, next photo) their usual colors */

.links_the_rack A:link {
color:blue
}
.links_the_rack A:hover {
color:#960819 
}
.links_the_rack A:active {
color:red 
}
.links_the_rack A:visited {
color:black
}


/* Used in stereo.htm */

.text_body_stereo {
font: Times New Roman;
font-size: 10pt;
line-height:  13pt;
margin-top: .08in; 
margin-left: .02in; 
color: black
}


/* Positions prev|thumb|next links below home icon. */
.links {
margin-top: 1in;
}

/* Used in microphones.htm to deal with dark bgcolor of page. */

.links_bgcolor_gray {
background-color: #bbbbbb ;
}

.links_bgcolor_gray A:hover{
color: red
}

.text_body_microphones{
font: Times New Roman;
font-size: 10pt;
line-height:  13pt;
margin-top: .08in; 
margin-left: .02in; 
color: #fa0000;
}

/* IN USE by equipment/photoshoot/*.htm ABOVE THIS LINE */


/* Gets captions to center above or below photo */

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

/* End of File */

