/*************** Generic Selectors **************/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #999;
background-color: black;
}

ul {
text-align: center;
list-style-type: none;
line-height: 150%;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

li {
list-style-type: none;
line-height: 150%;
padding: 10px 0 20px 0;
display: block;
}

h1, h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

h1 {
margin-top: .6em;
font-size: 24px;
border-bottom: 1px solid gray;
}

h2 {
margin-top: .6em;
padding-left: 1em;
font-size: 20px;
border-bottom: 1px solid gray;
}

h3 {
margin-top: .6em;
font-size: 18px;
border-bottom: 1px solid gray;
}

h4 {
margin-top: .6em;
font-size: 18px;
}

.content h2 {
margin-bottom: 3em;
text-align: center;
}

.center { 
text-align: center; 
} 

ul a img.button {
border: 2px outset gray;
}

ul a img.button:hover {
border: 2px inset gray;
}

.photo {
text-align: center;
vertical-align: middle;
margin: 10px 10px;
}

.photo img {
border: 1px solid white;
}

.statement p {
font-size: 20pt;
}


/************ bio image floats ************/

.floatright {
float: right;
margin: 10px 2px 10px 10px;
}

.floatleft {
float: left;
margin: 10px 10px 10px 2px;
}

/*********** Galleries CSS *************/

.wrapper {
margin-bottom: 1em;
}

.wrapper ul li {
float: left;
width: 250px;
height: 250px;
}

.wrapper br {
clear: left;
}

ul a img.gallerybutton {
border: 2px outset gray;
}

ul a img.gallerybutton:hover {
border: 2px inset gray;
}

/**************** Link classes ****************/

:link {
color: #CCC;
text-decoration: underline;
font-weight: bold;
}

:visited {
color: #CCC;
text-decoration: underline;
font-weight: bold;
}

li :link {
color: #CCC;
text-decoration: none;
font-weight: bold;
}

li :visited {
color: #CCC;
text-decoration: none;
font-weight: bold;
}

li :active {
color: #CCC;
text-decoration: none;
font-weight: bold;
}

li :hover {
color: #CCC;
text-decoration: none;
font-weight: bold;
}

/**************** Layout ID's *****************/

#header {
/*height: 250px;*/
padding: 0px 0px 1em 0px;
text-align: center;
}

#navigation {
/* position: absolute; */
width: 210px;
float: left;
text-align: center;
padding-right: 1em;
padding-left: .5em;
margin: 0;
/*height: 100%;*/
}

#content {
margin-left: 240px;
padding-left: 1em;
text-align: left;
z-index: 1;
border-left: 1px solid gray;
}

#content.gallery h2 {
text-align: center;
}

#content.biography p {
}

#galleries {
margin-left: 240px;
padding-left: 1em;
border-left: 1px solid gray;
}

#footer {
clear: both;
margin: 0;
padding: .5em;
border-top: 1px solid gray;
font-size: 12pt;
}

.legal {
font-family: verdana, sans-serif; 
font-size: 10px; 
line-height: .6em;
text-align: center;
}

#gallerywrapper {
margin-bottom: 1em;
}

#gallerywrapper ul li {
float: left;
width: 400px;
}

#gallerywrapper br {
clear: left;
}

#galleries h2 {
text-align: center;
padding-left: -2em;
}

#pricingtable {
width: auto;
border: 0;
}

#pricingtable td {
text-align: center;
}

/**************** Layout Outlines *************/

/*
#header { border: 1px dashed red; }
#navigation { border: 1px dashed green; }
#content { border: 1px dashed yellow; }
#galleries {border: 1px dashed yellow; }
#footer {border: 1px dashed blue; }
*/
