/* CSS Document */

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(http://www.sigmedia.us/sig2008/images/bg.gif);
    background-repeat: repeat-x;
}

#site {
    width: 800px;
    background-color: black;
    background-image: url(http://www.sigmedia.us/sig2008/images/sigtop.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
    
    padding: 200px 0 0 0;
    }
	

}

td {
    
}


#mainwrapper {
    float: left;
    background-color: black;
}

/* user2 inneholder fire random band */
#user2 {
    width: 800px;
    height: 100px;
    margin: 0;
    padding: 0;
}

#user2 .moduletable {
    margin: 0;
    padding: 10px 0 10px 0;
}

#top .moduletable {
    margin: 0;
    padding: 0;
}

#top ul#mainlevel {
    list-style: none;
    text-transform: uppercase;
    float: left;
    margin-top: 2px;
    margin-left: -30px;
    /*position: relative;
    top: -8px;
    left: -30px;*/
}

/* hovedmenyen */
ul#mainlevelemeny {
    margin: 0;
    list-style: none;
    background-image: url(http://www.sigmedia.us/sig2008/images/menu.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 130px;
}

ul#mainlevelemeny li {
    padding-left: 20px;
    display: inline;
    line-height: 25px;
}

/* innholdet */
#mainleft {
    width: 380px;
    float: left;
    /*background-color: #1B1B1B;*/
    background-image: url(../images/moduletable.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding: 15px;
}

#mainleft div.moduletable {
    margin: 0 !important;
    padding: 0 !important;
}

/* wrapperen rundt alle sidemodulene */
#mainright {
    width: 390px;
    float: right;
    margin: 0;
    padding: 0;
}

#mainright div.moduletable {
    float: right;
    margin: 0 0 5px 5px;
    background-color: #1B1B1B;
    background-image: url(../images/moduletable.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.moduletable {
    padding: 10px 0 10px 10px;
    margin: 0;
}

ul#mainlevelsub {
    margin: 0 0 -10px -10px;
    padding: 0;
    list-style: none;
}

ul#mainlevelsub li a {
   display: block;
   color: #222;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
   padding-left: 40px;
   line-height: 30px;
   background-image: url(../images/submenu.gif);
   background-position: top left;
   background-repeat: no-repeat;

}

ul#mainlevelsub li a:hover {
   color: #222;
   background-image: url(../images/submenuactive.gif);
}

.contentpaneopen {
    margin: 0;
    padding: 0;
}

#user3 div.moduletable {
    width: 180px;
}

#banner div.moduletable {
    margin-top: 6px;
    width: 376px;
    margin-bottom: 7px;
}

#right div.moduletable {
    width: 180px;
    margin-bottom: 7px;
}

#advert div.moduletable {
    width: 376px;
    margin-bottom: 7px;
}

#user4 div.moduletable {
    width: 180px;
    margin-bottom: 7px;
}

table.blog {
    margin: 0;
    padding: 0;
}

/* ------ Text styles ------- */

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
    font-weight: normal;
    }

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #00A4FF;
}

h1.green {
    color: #014893;
}

h2 {
   margin: 30px 0 10px 0;
}

h4 {
   margin: 5px 0 5px 0;
}


#mainleft h1 {
    padding: 0;
    margin: 0 0 10px 0;
}

.moduletable h3 {
    margin: 3px 0 3px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ccc;
}

.contentheading {
    font-size: 16px;
    font-weight: bold;
    color: #3E6894;
}

.componentheading {
    font-size: 16px;
    font-weight: bold;
    color: #3E6894;
}

#mainleft .componentheading {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.message {
    font-size: 16px;
    font-weight: bold;
    color: #3E6894;
}

.small, .createdate {
    font-size: 9px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}    

/* gjestebok-underoverskrifter */
table.adminform td.sectiontableheader {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 10px -5px;
    line-height: 30px;
}

/* ------ Menu styles ------- */

ul#mainlevelemeny li a{
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

ul#mainlevelemeny li a:hover {
    color: #00A4FF;
}

/* ----- Link styles -------- */

a {
    text-decoration: none;
    color: #00A4FF; 
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}


/* ----- Fake-button link styles ---- */

a.skriviboken {
    display: block;
    font-size: 14px;
    color: blue;
    text-transform: uppercase;
}

a.skriviboken:hover {
    text-decoration: underline;
}

/* ----- Listing styles ----- */

/* siste nytt og populare-listene pa forsiden */
ul.latestnews, ul.mostread {
   list-style-image: url(../images/mini-osf.gif);
   margin: 10px 0 10px 15px;
   padding: 0;
}   

li.latestnews a {
    text-decoration: none;
    color: #3E6894;
}

li.mostread a {
    text-decoration: none;
    color: #FC0198;
}

li.latestnews a:hover, li.mostread a:hover {
    color: #00A4FF;
}

/* ------- probably not-so-temporary styles ----- */

.user2left a.band, .user2right a.band {
    display: block;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
    width: 200px;
    height: 70px;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 11px;
    color: #999;
    vertical-align: bottom;
    background-image: url(../images/moduletable.gif);
    background-position: top left;
    background-repeat: repeat-x;
    border: 1px solid #666;
    border-width: 0 1px 1px 1px;
}

.user2right a.band {
    display: block;
    width: 188px;
    float: right;
    margin: 0 0 0 5px;
}

a.band {
    display: block;
    margin: 0;
    padding: 0 0 1px 0;
}

a.band img {
    display: block;
    border: none;
    margin-top: -1px;
}

.user2left {
    float: left;
    width: 410px;
    /*background-color: blue;*/
}

.user2right {
    float: right;
    width: 390px;
    /*background-color: red;*/
}
