/*-----------------------------------------------------------------------------
Bliss Art Screen Stylesheet

version:   1.0
date:      01/09/07
website:   bliss-art.net
-----------------------------------------------------------------------------*/

* { /* Reset styles */
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #464646;
    margin: 0;
    color: #000;
    font: 62.5%/1.5  Verdana, Arial, Helvetica, sans-serif; 
    padding: 0;
    text-align: center;
}

h1 {
    font-size: 2.2em;
}
    
h2 {
    font-size: 1.4em;
    text-align: center;
}
    
h3 {
    font-size: 1.3em;
}
    
h4 {
    font-size: 1.6em;
    text-align: center;    
}
    
h5 {
    font-size: 1.4em;    
}
    
p {
    font-size: 1.2em;    
}

h6 {
    font-size: 1.1em;
}

a img {
        border: none;
        display: block;
}

a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#646464; } 


/* 1=Generic Classes
-----------------------------------------------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}


/* 2=Basic Structure
-----------------------------------------------------------------------------*/
#wrapper {
    background: #8F8E85 url(../img/wrapper_bg.png) repeat-y;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
    text-align: left;
    width: 600px;
}

#wrapper .top, #wrapper .bottom {
    height: 20px;
    margin: 0 -20px;
}

#wrapper .top {
    background: url(../img/wrapper_top_bg.png) no-repeat;
}

#wrapper .bottom {
    background: url(../img/wrapper_bottom_bg.png) no-repeat;
}

#head {
    background: url(../img/head_bg.jpg) no-repeat;
    height: 160px;
    position: relative;
}

#logo {
    background: url(../img/header.jpg) no-repeat;
    height: 105px;
    left: 0;
    position: absolute;
    top: 0;
    width: 360px;
}

#hint {
    background: url(../img/head_bg.jpg) no-repeat left bottom;
    height: 55px;
    left: 0;
    position: absolute;
    top: 105px;
    width: 360px;
}

#hint a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 55px;
    width: 360px;
}

#hint a:hover {
    background-position: 0 -55px;
}

#hint .hint a {
    background-image: url(../img/hint.jpg);
}

#random {
    background: url(../img/head_bg.jpg) no-repeat right top;
    height: 105px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

#main {
    background: url(../img/main_bg.jpg) no-repeat;
    padding: 2em;
}
#design {
    background: url(../img/main_bg.jpg) no-repeat;
    padding: 0em;
}


/* 3=Navigation
-----------------------------------------------------------------------------*/
#navigation {
    background: url(../img/navigation_bg.jpg) no-repeat;
    height: 93px;
    position: relative;
}

#navigation a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 93px;
    width: 120px;
}

#navigation a:hover {
    background-position: 0 -93px;
}

#navigation a:active, #navigation a.active {
    background-position: 0 -186px;
}

#navigation .item01 a {
    background-image: url(../img/design.jpg);
}

#navigation .item02 a {
    background-image: url(../img/art.jpg);
}

#navigation .item03 a {
    background-image: url(../img/movies.jpg);
}

#navigation .item04 a {
    background-image: url(../img/links.jpg);
}

#navigation .item05 a {
    background-image: url(../img/resume.jpg);
}

#navigation .item06 a {
    background-image: url(../img/news.jpg);
    height: 55px;
    position: absolute;
    right: 0;
    top: -55px;
}

#navigation .item06 a:hover {
    background-position: 0 -55px;
}

#navigation .item06 a:active, #navigation .item06 a.active {
    background-position: 0 -110px;
}


/* 4=Shoutbox
-----------------------------------------------------------------------------*/
#shoutbox {
    color: #B3B0A2;
    position: absolute;
    right: -150px;
    top: 20px;
    width: 150px;
    overflow: hidden;
}

#shoutbox h2 {
    text-align: left;
    margin-bottom: 5px;
}

#shoutbox-add {
    margin-bottom: 20px;
}

#shoutbox fieldset {
    margin-bottom: 5px;
}

#shoutbox input {
    background: #B3B0A2;
    border: 1px solid #000;
    padding: 1px;
    width: 98%;
}

#shoutbox #shoutbox-exercise {
    width: 30px;
}

#shoutbox #shoutbox-submit {
    padding: 1px 5px;
}

#shoutbox-entries .author {
    float: left;
    font-weight: bold;
}

#shoutbox-entries .date {
    float: right;
    font-size: 8px;
}

#shoutbox-entries .message {
    clear: both;
    padding-top: 5px;
}

#shoutbox-entries .entry {
    margin-bottom: 0px;
}
#shouterror {color: #ff0000;}