﻿body 
{
    background: #E4E4E4 url(../Images/bg-left.gif) repeat-y top left;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, Arial, Times New Roman;
	padding: 0px;
	margin: 0px;
}

div.wrapper
{
    background: transparent url(../Images/bg-right.gif) repeat-y top right;
    padding: 25px;
}

div.mainContent
{
    background-color: #FFFFFF;
    color: #404040;
    width: 930px;
    text-align: justify;
    padding: 25px;
    border: 8px SOLID #7C7C7C;
}

h1.logo
{
    background: #FFFFFF url(../Images/JonnyPetherbridge_Logo.gif) no-repeat top left;
    width: 595px;
    height: 84px;
    font-size: xx-small;
    float: left;
    overflow: hidden;
}

h1.logo span
{
    margin-left: -1000px;    
}

p.Introduction
{
    clear: left;
    margin: 15px 0px 15px 10px;
}

img.Portrait
{
    float: right;
    border: 1px SOLID #E4E4E4;
    margin: 0px 0px 15px 20px;
}

div.hr
{
    height: 1px;
    clear: both;
    background: #E4E4E4;
    border: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
div.hr hr 
{
    display: none;
}    

a
{
    color: #1E90FF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.Portfolio
{
    margin: 15px;
}

a.imageLink
{
    float: left;
    margin: 0px 25px 15px 0px;
    position: relative;
    z-index: 100;
}

a.imageLink img
{
    border: 1px SOLID #E4E4E4;
}

a.imageLink:hover
{
    background: #000000;
    z-index: 101;
    text-decoration: none;
}

a.imageLink span
{
    display: none;
}

a.imageLink:hover span
{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #000000;
    color: white;
    font-weight: bold;
    width: 350px;
    padding: 15px 0px;
    text-align: center;
    margin-left: 1px;
    vertical-align: baseline;
    opacity: 0.75;
    cursor: pointer;
}
a.imageLink:hover>span
{
    margin-bottom: 1px;
}
a.imageLink:hover span img
{
    border: 0px;
    vertical-align: middle;
}
a.imageLink:hover span>img
{
    margin-bottom: 3px;
}

p.quoteParagraph span
{
    font-style: italic;
}

p.siteLink
{
    text-align: right;
    margin-top: 35px;
}

a.visitSiteLink
{
    border: 1px SOLID #7c7c7c;
    color: #AB0F13;
    padding: 5px 15px;
    background: url(../Images/button-bg.gif) top left repeat-x #7c7c7c;
}

a.visitSiteLink img
{
    border: 0px;
    vertical-align: middle;
}
html>body a.visitSiteLink img
{
    margin-bottom: 3px;
}
a.visitSiteLink:hover
{
    text-decoration: none;
    background: #7c7c7c;
    border: 1px SOLID #404040;
}

div.footer
{
    background-color: #7C7C7C;
    padding: 10px;
    text-align: center;
    color: #E4E4E4;
}

div.footer a
{
    color: #B4B4FF;
}
