/*
 * Theme Name: Version 1.0
 * Theme URI: http://sfx112.com
 * Description: Sleek, hopefully
 * Version: 1
 * Author: André
 * Author URI: http://sfx112.com
 */

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: rgb(0,0,0);
    background-color: rgb(250,250,250);
    font-size:14px;
}

hr
{
    background-color:rgb(0,0,0);
    border: 0;
    width: 100%
}
a
{
    text-decoration: underline;
    color:  rgb(25,25,200);
    outline: none;
}
a:visited
{
    color:  rgb(75,75,75);
    text-decoration: underline;
}
a:active
{
    color:  rgb(0,0,100);
}
a:hover
{
    color:  rgb(0,0,0);
    text-decoration: underline;
}

h1
{
    font-size:16px;
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
    margin-top:0px;
    margin-bottom:5px;
}

#top
{
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 0px;
    background: rgb(250,250,250);
    font-size:20px;
    height: 20px;
}

#left
{
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 0px;
    padding: 10px;
    border: 0px;
    background-color: rgb(250,250,250);
    width: 180px;
}

#middle
{
    padding: 10px;
    top: 40px;
    border: 2px rgb(50,50,50) solid;
    background: rgb(200,200,200);
    margin: 10px 10px 0px 200px;
}

#right
{
    position: absolute;
    display: none;
    top: 40px;
    right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
    margin: 0px;
    padding: 10px;
    border: 0px;
    background-color: rgb(250,250,250);
    width: 0;
}

.blogroll
{
    display: inline;
    padding: 0px;
}

.blogroll li
{
    display: block;

}


option
{
    background: rgb(160,160,160);
    color: rgb(50,50,50);
    font-size: 14px;
}

input
{
    background: rgb(255,255,255);
    border: 1px solid rgb(0,0,0);
    margin: 1px;
    width:140px;
    font-family: verdana, arial, helvetica, sans-serif;
}

textarea
{
    background: rgb(255,255,255);
    border: 1px solid rgb(0,0,0);
    margin: 1px;
    left:0px;
    width:75%;
    position:relative;
    font-family: verdana, arial, helvetica, sans-serif;
}

form
{

    margin-top:0px;
    margin-bottom:5px;
}
