
/* Patti's CSS */




body {
    background-color: white;
    color: black;
    text-decoration:none;
    font-family: Papyrus,sans-serif;
    font-stretch:wider;
    font-weight: normal;
    font-variant:small-caps;
    width: 756px;
    margin-left: auto;
    margin-right: auto;
  }


a {
    color:grey;
    text-decoration:none;
    font-weight:bold;
    font-family:sans-serif;
  }


a:link {
    color:gray;
  }


a:visited {
    color:gray;
  }


a:hover {
    color:black;
  }


a:active {
    color:black;
  }

/* class definitions for page titles */




.title {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: xx-large;
    font-family: Papyrus, sans-serif;
  }


.title img {
    margin-left:auto;
    margin-right:auto;
  }
  
.subtitle {
	width: 570px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 8pt;
	text-align: center;
}

/* class definitions for submission forms */




.form {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

/* class definitions for login form */




.login {
    text-align:center;
  }

/* class definitions for error messages */




.error {
    color:red;
    font-weight: bold;
    text-align:center;
  }

/* class definitions for messages */




.message {
    text-align:center;
  }

/* class definitions for the menu */




.menu {
    margin-left:auto;
    margin-right:auto;
  }


.menu td {
    background-color:white;
    padding-right: 4em;
    padding-left: 4em;
    text-align: center;
  }


.menu a {
    text-decoration:none;
    font-family: Papyrus,sans-serif;
    font-stretch:wider;
    font-weight: normal;
    font-variant:small-caps;
  }


.menu a:link {
    color:grey;
  }


.menu a:visited {
    color:grey;
  }


.menu a:hover {
    color:black;
  }


.menu a:active {
    color:black;
  }

/* class definitions for the list of galleries */




.galleries {
    margin-left:auto;
    margin-right:auto;
  }


.galleries td {
    border-width: 0;
    border-style: none;
    text-align:center;
  }


.galleries img {
    border-width: 0;
    border-style: none;
  }
  
.galleries a {
    text-decoration:none;
    font-family: Papyrus,sans-serif;
    font-stretch:wider;
    font-weight: normal;
    font-variant:small-caps;
  }

/*  class definitions for the gallery */




.gallery {
    margin-left:auto;
    margin-right:auto;
  }

.gallery img {
    border-width: 0;
    border-style: none;
  }
  
.gallery td {
    border-width: 0;
    border-style: none;
    text-align:center;
  }


.gallery a {
    text-decoration:none;
    font-family: Papyrus,sans-serif;
    font-stretch:wider;
    font-weight: normal;
    font-variant:small-caps;
  }

/*  class definitions for the news */




.news {
    margin-left:auto;
    margin-right:auto;
  }


.news td {
    border-width: 0;
    border-style: none;
    vertical-align:top;
  }

/* Footer class definitions */




.footer {
    text-align:right;
    font-size:x-small;
  }

/* class for the large image display */




.fullsize {
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
  }


.fullsize img {
    max-height: 600px;
  }

/* class for comments */




.comment {
    background-color:#000080;
    font-family:sans-serif;
    padding-left:1em;
    padding-right:1em;
  }


.comment h3 {
    text-transform: lowercase;
    font-variant: small-caps;
    font-style: italic;
  }


.comment p {
    text-indent:1em;
    font-family: monospace;
  }

/* class for bio */




.bio {
    width:750px;
    margin-left:auto;
    margin-right:auto;
    font-family: Papyrus, Arial, sans-serif;
  }

.bio img {
		margin-left:auto;
    margin-right:auto;
    display: block;
}
.bio .caption{
		text-align: center;
}
.contact {
    text-align:center;
  }

/* copyright */




.copyright {
    font-size:xx-small;
    font-family:serif;
  }

/* Floating form for changing gallery picture */




.floatingform {
    background-color : #ffffff;
    border-bottom-color : #000000;
    border-bottom-style : outset;
    border-bottom-width : 5;
    border-left-color : #000000;
    border-left-style : outset;
    border-left-width : 5;
    border-right-color : #000000;
    border-right-style : outset;
    border-right-width : 5;
    border-top-color : #000000;
    border-top-style : outset;
    border-top-width : 5;
    left : auto;
    position : absolute;
    right : auto;
    visibility : hidden;
    width : 50%;
    z-index : 4;
  }

