/*  
Theme Name: POS collage
Theme URI: http://planetofsound.dk/
Description: POS collage theme.
Version: 0.8
Author: Kid
Author URI: http://graudal.dk/
*/

            /* ----------- base background ----------- */
            html, body
            {
                margin:0px;
                padding:0px;
                min-width:800px;
                min-height:100%;
            }
            html
            {
                background:url(images/html.jpg) repeat-x #DCCD92;
                width:100%;
                height:100%;
            }
            body
            {
                margin:0px;
                padding:0px;
                background:url(images/body.jpg) repeat-y top center;
                font-family:verdana;
                font-size:10px;
                line-height:15px;
                text-align:justify;
            }
            /* ----------- main container ----------- */
            #wrapper
            {
                /*background:url(images/body.jpg) repeat-y;*/
                width:800px;
                margin:0px auto;
                padding:0px;
                overflow:hidden;
            }
            /* ----------- top containers ----------- */
            #header
            {
                width:803px;
            }
            .left
            {
                width:63px;
                height:366px;
                background:url(images/header_01.jpg) no-repeat;
                float:left;
            }
            .menu
            {
                float:left;
                width:123px;
                font-size:0px;
                line-height:0px;
            }
            .menuhigh
            {
                height:104px;
                background:url(images/header_02.jpg) no-repeat;
            }
            .menulow
            {
                height:42px;
                background:url(images/header_15.jpg) no-repeat;
            }
            .right
            {
                width:614px;
                height:366px;
                float:left;
                background:url(images/header_03.jpg) no-repeat;
            }
            .menulist
            {
                margin:0px;
                padding:0px;
            }
            .menulist li
            {
                margin:0px;
                padding:0px;
                height:20px;
                list-style:none;
            }
            .clearboth{clear:both;}
            /* ---------- menu stuff ---------- */
            .news, .band, .music, .pictures, .shows, .newsletter, .links, .tagwall, .contact, .press, .steves,
            .news a, .band a, .music a, .pictures a, .shows a, .newsletter a, .links a, .tagwall a, .contact a, .press a, .steves a
            {
                display:block;
                padding:30px 0px 0px 0px;
                overflow:hidden;
                margin:0px;
            }
            .news, .news a{background:url(images/b_off_04.jpg) no-repeat;}
            .news a:hover{background-image:url(images/b_on__04.jpg);}
            .band, .band a{background:url(images/b_off_05.jpg) no-repeat;}
            .band a:hover{background-image:url(images/b_on__05.jpg);}
            .music, .music a{background:url(images/b_off_06.jpg) no-repeat;}
            .music a:hover{background-image:url(images/b_on__06.jpg);}
            .pictures, .pictures a{background:url(images/b_off_07.jpg) no-repeat;}
            .pictures a:hover{background-image:url(images/b_on__07.jpg);}
            .shows, .shows a{background:url(images/b_off_08.jpg) no-repeat;}
            .shows a:hover{background-image:url(images/b_on__08.jpg);}
            .newsletter, .newsletter a{background:url(images/b_off_09.jpg) no-repeat;}
            .newsletter a:hover{background-image:url(images/b_on__09.jpg);}
            .links, .links a{background:url(images/b_off_10.jpg) no-repeat;}
            .links a:hover{background-image:url(images/b_on__10.jpg);}
            .tagwall, .tagwall a{background:url(images/b_off_11.jpg) no-repeat;}
            .tagwall a:hover{background-image:url(images/b_on__11.jpg);}
            .contact, .contact a{background:url(images/b_off_12.jpg) no-repeat;}
            .contact a:hover{background-image:url(images/b_on__12.jpg);}
            .press, .press a{background:url(images/b_off_13.jpg) no-repeat;}
            .press a:hover{background-image:url(images/b_on__13.jpg);}
            .steves, .steves a{background:url(images/b_off_14.jpg) no-repeat;}
            .steves a:hover{background-image:url(images/b_on__14.jpg);}
            
            /* ----------- smoke stuff ----------- */
            #smoke
            {
                width:166px;
                height:232px;
                background:url(images/header_17.jpg);
                float:right;
            }
            /* ----------- page ----------- */
            
            #page
            {
                margin:0px 0px 0px 180px;
                padding:30px 0px;
                width:406px;
            }
            .post h2
            {
                font-weight:normal;
                letter-spacing:-1px;
                text-align:center;
                margin:0px;
                padding:0px;
                font-size:18px;
                line-height:18px;
                border-width:0px 0px 1px 0px;
                border-style:solid;
                border-color:#000000;
            }
            .post h2 a
            {
                text-decoration:none;
                color:#000000;
            }
            .post h3
            {
                font-weight:normal;
                font-size:9px;
                text-align:right;
                margin:0px;
                padding:0px;
                line-height:9px;
            }
            .post p
            {
                margin:0px;
                padding:0px 0px 15px 0px;
            }
            #endpage
            {
                height:283px;
                width:477px;
                background:url(images/page-low.jpg) no-repeat;
                margin:0px 0px 0px -35px;
            }
            .navigation
            {
                width:100%;
            }
            .alignleft
            {
                float:left;
            }
            .alignright
            {
                float:right;
            }
            a, a:visited
            {
                text-decoration:none;
                color:#ff6666;
            }
            a:hover, a:active
            {
                text-decoration:underline;
            }
            /* ------ special stuff ------ */
            .coverthumb
            {
                padding:5px;
                margin:5px;
                float:right;
                background:#FDE7A9;
                border:1px solid #C2A142;
            }
            img{border:none;}
            a:link{border:none;}