/*Modifies Body in my html*/
body{

    font-family: "Helvetica"; /*used to use Georgia*/
    font-size: x-large;
    background-image:url(background.jpg);
    background-attachment:fixed;
    background-position: bottom;
    background-repeat:repeat-x;


}
/*Modifies my header 1's*/
h1{

    color:#202020; /* Pinegreen = #003300   limerind = #324F17*/
    background-color: #f8fff5;
    margin:0 0 0 0;
    padding:10px;
    text-decoration: underline;

}

#profile h1{

    color:#202020; /* Pinegreen = #003300   limerind = #324F17*/
    background-color: #f8fff5;
    margin:0 0 0 0;
    padding:10px;
    text-decoration: underline;
    font-family: "Lucida Grande";

}
/*Modifies my header 2's*/

h2{

    color::#202020;


}

h3{

    color:#065400;
    text-decoration: underline;


}
/*Modifies my paragraphs*/
p{
    font-size: large;

    /*text-align: center;*/ 
}
/*Modifies my links*/
a{

    /*color:#000000;*/ 
    text-decoration: none;


}
/*Modifies my images*/
img{
}
/*Modifies my lists*/
li{}

a:link{
    color:#003300;

}

#pic{
    float: right;
}

#banner{


}

#banner a{

    display: block;;
    margin: auto:
    width: 40%;

}


#main{
    /* This is for the main index page*/
    margin:1em;
    padding:2em;
    width:90%;
    background-color: #f8fff5;
    box-shadow: 5px 5px 3px 1px #999;
}

#profile{
    /* This is the main shadowed box for the information in individual artist's profile pages*/
    margin:1em;
    padding:2em;
    background-color: #f8fff5;
    box-shadow: 5px 5px 3px 1px #999;
}





/* Bio is the main text of the profile */
#bio{


    width:90%;
    display: block;
    margin: 0 auto;
}



#navigation{

    background-color: #FFFFFF;
    margin:0 0 0 0;
    padding:0 0 0 0;

}




#navigation ul{

    list-style: none;
    padding:0:
    margin:0;
}


#navigation li{

    display: inline;
    border:solid;
    border-width:0px 0px 0px 0px;


}

#navigation li a{
/* this is dark grey = #202020, this is middle grey = #404040, this is light grey = #707070 */
    padding: 0 5px;
    color: #404040;
    text-decoration:none;
    font-size:larger;

}



/* Artists is the way I set up the homepage to have the grid of artists pictures*/
#Artists{

    /*background-color: #FFFFFF;*/
    background-color: #f8fff5;
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-size:larger;

}




#Artists ul{

    list-style: none;
    padding:0:
    margin:0;
}


#Artists li{

    display: inline;
    border:solid;
    border-width:0px 0px 5px 0px;


}

#Artists li a{

    padding: 0 5px;
    color: red;
    text-decoration:none;
    font-size:larger;
}

#Artists li p{

    text-indent: 60px;
    text-align:;
    color: ;
    text-decoration:none;
    font-size:larger;

}

#Artists table{
    width: auto;
    height: auto;
    text-align: center;

}

#Artists table p{

    text-align: 

}

#Artists table td * {
    vertical-align: top;
    margin-left:1em;
}


#footer{

    text-align:left;
    border:solid;
    border-width:0px 0 0 0;
    font-family:"times new roman";
    font-size: x-large;


}




/* This is to modify the hidden text*/

a.reveal {
	font-size: 85%;
	padding: 3px;
	background: #ffd5d6;
	color: #8B0000;
	font-family: Georgia, serif;
	font-style: italic;
	cursor: pointer;
}
