
/*this is for the whole site  #000000= black, #736F6E grey, #ffffff white*/

body 
{ 
padding-left: .5em; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: #736F6E; 
background-color: #000000 ; 
}

a:link 
{
color: #736F6E
}

a:visited 
{
color: #736F6E
}



/*header section for main index page  */
h1{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:  14px;
    font-weight: bold;
    background-color: #000000;
    }

/*subcap on main index pages  and is the text under the thumb for main index, journeys and rock roll*/
.subcap
{ 
margin-top: 3px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size:  12px;
text-decoration:  none;
color: #736F6E;
}

/*for link images on:  BabiesChildren, EventsParties, U2Vertigo, U2360, alaska, australia, 
CircumfrenceAroundHome, costarica, europe, hawaii, ncsc, nhme, nz, oregon, peru, teton_yelst 
#<div id =""></div>*/
.thumbs
{
/*<div style="float: left; height:160px; width:160px;">*/
	margin: 1px; /*indents*/
   	border-width: 2px;
 	border-color: #736F6E;
    border-style: solid;    /*style for thumbs only or table gets a border*/
	border-spacing:  5px; /*space between columns*/
    padding: 1%; /*spacing within cell*/
}

/*for link names on:  OtherGigs 
footer note to self . nenotes class and unlike ID (nenoted by #) it wont force linebreaks  <span class=""></class>*/
#othergigs
{
padding: 5%;
background-color: black;
font-style:  italic;
}
/*for link names on:  OtherGigs image.php */
.footthumbs
{

}

/*in theory this would work*/
.frameimg
{
border: 2px solid #ffffff;
}

/*in image.php (images folder) for caption text from db*/
#caption
 { 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
text-indent:  7px;
font-size: 0.975em
text-align: center;

}

/*in image.php (images folder) for 2nd caption text from db*/
#cap2
 { 
font-family: Helvetica, Geneva, Arial, SunSans-italic, sans-serif;
text-indent:  60px;
font-size: 0.775em;
font-style:  italic;
color: #736F6E ;
}
#footer
{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size:  0.775em;
background-color: 000000;
}




/*all the rest of this is the little floater box "home details contac bio" on front page, detail page, contact page and bio page */
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a 
{ 
padding: 3px 10px; 
}
#navlist a:link, #navlist a:visited
{
color: #585858;
background-color: #E8E8E8;
text-decoration: none;
}
#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}









