/* CSS Document */
body 
{ 
background: url(images/background_gradient.jpg) center top repeat-y #4e4e4e; 
margin: 0; 
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
padding-bottom: 40px;
}
#header_bar 
{ 
background: url(images/header_bar.gif) top left repeat-x; 
color: white; 
line-height: 20px; 
font-size: 10px; 
padding-left: 5px; 
}
#logo 
{ 
background: url(images/logo.jpg) center top no-repeat;
height: 65px; 
}
#logo span 
{
display: none; 
}
#nav_bar 
{
background: url(images/nav_bar.gif) top right no-repeat; 
height: 125px;
white-space: nowrap; 
}
#nav_bar ul 
{ 
text-align: right;
list-style: none; 
padding: 0; 
padding-top: 70px; 
}
#nav_bar li 
{ 
font-size: 16px;
color: white;
padding: 17px;
display: inline;
}
a
{
text-decoration: none;
}
a:link
{
color:white;
}
a:hover
{
color: yellow;
}
a:visited
{
color: white;
}
#content
{
width: 550px;
margin: 15px auto;
}
.clearfix
{
clear: both;
}
#thumbnail
{
width: 125px;
overflow: auto;
height: 400px;
float: left;
}
#thumbnail a:visited img, #thumbnail a img
{
border-color: white;
}
#thumbnail a:hover img
{
border-color: yellow;
}
#thumbnail ul
{
list-style: none;
padding: 0;
margin: 5px 0;
}
#thumbnail li
{
padding: 5px;
}
#large_image
{
width: 400px;
height: 400px;
overflow: hidden;
white-space: nowrap;
float: left;
}
#large_image ul
{
list-style: none;
padding: 0;
margin: 0;
}
#large_image li
{
padding: 50px;
}
#large_image img
{
display: inline;
border: groove #b0b64c 6px;
}
#index_content
{
width: 750px;
margin: 15px auto;
color: white;
}
#index_content dt
{
font-size: 20px;
color: #FCF574;
}
#index_content dl
{
font-size: 14px;
}
#credited_content
{
width: 750px;
margin: 15px auto;
}
#credited_content a:hover, a:visited
{
color: white;
}
.header_text
{
font-size: 24px;
font-variant: small-caps;
text-decoration: underline;
color: #FCF574;
}
.sub_text
{
color: white;
font-weight: bold;
size: 14px;
}
#gregs_pictures
{
width: 750px;
margin: 15px auto;
color: white;
}
#gregs_pictures ul
{
list-style: none; 
padding: 0; margin: 0; 
display: inline; 
}
#gregs_pictures li
{
display: inline; 
padding: 0 5px; 
}
#gregs_pictures a img, a:visited img
{
border-color: white;
}
#gregs_pictures a:hover img
{
border-color: yellow;
}
#roses
{
border: groove #b0b64c 6px;
float: right;
margin-left: 15px;
margin-bottom: 10px;
}
#footer_bar 
{
background: url(images/footer_bar.gif) bottom left repeat-x; 
position: fixed; 
bottom: 0; 
width: 100%;
color: white; 
line-height: 35px; 
font-size: 12px; 
text-align: center;
white-space: nowrap; 
}
#footer_bar ul 
{ 
list-style: none; 
padding: 0; margin: 0 6px; 
display: inline; 
}
#footer_bar li 
{ 
display: inline; 
padding: 0 8px; 
border-left: 1px solid white;
}
.resume
{
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
