/*   
Theme Name: Sparkwood
Theme URI: 
Description: A theme for sparkwoodand21.co.uk
Author: John Daglish
Author URI: http://www.daglish.info/
Version: 1.0
Tags:

*/

body
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#page
{
    background: transparent url(images/watersedge.jpg) no-repeat;
    width: 990px;
    margin: 10px auto;
    height: 650px;
}

#header
{
    font-size: 2em;
    text-align: right;
    padding: 25px 20px;
}

#header h1 a
{
    text-decoration: none;
    color: white;
}

#content
{
    height: 530px;
}

#footer
{
    font-size: 0.5em;
    text-align: right;
    padding: 5px;
    color: #444;
}

#footer a
{
    text-decoration: none;
}

#nav
{
    padding-left: 300px;
}

#nav li
{
    display: inline;
    margin-right: 30px;
    position: relative;
    border-bottom: 1px solid white;
    width: 100px;
}

#nav li a
{
    color: white;
    text-decoration: none;
    background-color: #999;
    padding: 3px;
}

#nav li a:hover
{
    padding: 5px;
    font-size: 1.3em;
}

h2
{
    margin-bottom: 12px;
}

h2 a
{
    text-decoration: none;
}

h2 a span
{
    font-style: italic;
}

h3
{
    margin-bottom: 6px;
    font-style: italic;
}

.post
{
    margin: 12px 240px 12px 120px;
    padding: 24px;
    background-color: white;
    border: 1px dashed #e1f1f1;
    border-top: none;
    border-left: none;
    /*
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    */
}

.post .btwe
{
    position: relative;
}

.post .paypal
{
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=1);
    position: absolute;
    top: 60px;
    left: 340px;
}

input
{
    background-color: White;
}
