

/* > > > > >  GLOBAL CONSTANTS  < < < < <
        
    COLORS
        Pink: #ee0980;
        Background Grey: #dfe1e0;

    DIMENSIONS
        Site width: 890px
        Site width ex. margins: 830px;
        Single column width: 200px
        Double column width: 410px
        Wide column width: 260px
        Extra wide column width: 350px
        Very wide column width: 470px
        Space between columns: 10px;
        Side margin: 30px;

        Fx:
            Single + single + single + single
            Double + single + single
            Extra wide + wide + single

    9 CSS Ethics Every Designer Should Have: 
    http://www.noupe.com/how-tos/9-css-ethics-every-designer-should-have.html
    */

/* > > > > >  RESET  < < < < < */

body, html, h1, h2, h3, a, p, div, img
{
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

/* > > > > >  GLOBAL STYLES  < < < < < */

div
{
    color: #000;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

a
{
    color: #000;
    text-decoration: none;
}

    a:hover
    {
        color: #ee0980;
    }

p
{
    padding-bottom: 1em;
}

    a
    {
        color: #ee0980;
        text-decoration: none;
    }

        p a:hover
        {
            color: #ee0980;
            text-decoration: none;
        }

button, .button
{
    border: 0;
    background-color: #ee0980;
    color: #fff;
    font-family: Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
}

/* > > > > >  STRUCTURAL ELEMENTS  < < < < < */

body 
{
    background-image: url("/data/assets/images/background.jpg");
    background-repeat: repeat-x;
}

#mainContainer
{
    margin: auto;
    width: 890px;
}

#topElement
{
    background-color: #ee0980;
    color: #fff;
    height: 145px;
    padding-left: 30px;
    padding-top: 5px;
    text-align: left;
    width: 860px;
}
    #topElement #topLeft
    {
        float: left;
        color: #fff;
    }
        #topElement #topLeft a
        {
            color: #000;
        }
    
    img#topRight
    {
        float: right;
        padding: 3px 20px 10px 0;
    }
    
#mainContent
{
    background-color: #fff;
    padding: 20px 0 0 0;
    text-align: left;
}
    #mainContent .page
    {
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 0 30px 0 30px;
    }

/* > > > > >  CONTENT ELEMENTS  < < < < < */

.leftColumn
{
    float: left;
}

.rightColumn
{
    float: left;
    padding-left: 10px;
}

.largeImageElement
{
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff;
    height: 435px;
    width: 410px;
}

    .largeImageElement div
    {
        color: #fff;
        font-weight: bold;
        padding: 20px 20px 0;
    }
    
    .largeImageElement p
    {
        color: #fff;
        font-size: 1.05em;
        margin-bottom: 18px;
        text-align: right;
    }
    
    .largeImageElement h1
    {
        color: #fff;
        padding-bottom: 4px;
        line-height: 22px;
    }
    
    .largeImageElement a
    {
        color: #fff;
    }
        .largeImageElement a:hover
        {
            color: #fff;
            text-decoration: underline;
        }

h1
{
    color: inherit;
    font-family: Arial Black, Verdana, Sans-Serif;
    font-size: 1.4em;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

h3
{
    font-size: 1.05em;
    font-weight: bold;
    padding-bottom: 2px;
}

.headlineBar
{
    background-color: #ee0980;
    height: 26px;
    background-image: url("/data/assets/images/arrow.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
    .headlineBar div
    {
        padding: 4px 5px 0px 22px;
    }

.columnBlock
{
}
    .columnBlock div
    {
        padding: 7px 10px 10px 10px;
        line-height: 1.2em;
    }

.single
{
    background-color: #dfe1e0;
    height: 110px;
    width: 200px;
}

    .columnBlock h2
    {
        font-size: 1em;
        font-weight: bold;
        padding-bottom: 4px;
    }
    
    .gradientBack
    {
        background-color: Transparent;
        background-image: url("/data/assets/images/back_gradient.jpg");
        background-repeat: repeat-x;
    }
    
    .columnBlock .headlineBar
    {
        background-color: #ee0980;
        background-image: none;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
        height: 18px;
        padding: 1px 0px 0px 10px;
    }
    
    .columnBlock a 
    {
        color: #000;
        font-weight: bold;
    }
        .columnBlock a:hover
        {
            color: #ee0980;
        }

.wide
{
    height: 100%;
    width: 260px;
}

.veryWide
{
    width: 350px;
    background-color: #dfe1e0;
    height: 100%;
}

.verticalSpacer
{
    clear: both;
    height: 10px;
    width: 1px;
}

.horizontalSpacer
{
    float: right;
    width: 10px;
}

.contentColumn 
{
    float: left;
    margin: 0px;
    padding-top: 20px;
    width: 400px;
}
    .contentColumn h3
    {
        padding-bottom: 4px;
    }

    .contentColumn p
    {
        padding-bottom: 12px;
    }


.didYouKnow
{
    background-image: url("/data/assets/images/ticket_mid.png");
    background-repeat: repeat-y;
    padding-right: 80px;
    width: 208px;
}
    .didYouKnow div
    {
        color: #fff;
        height: 220px;
        margin: 20px 32px 20px 37px;
        text-align: left;
    }


        /* > > > > >  NAMED PAGES  < < < < < */
        /* ----------------------------------------------------------- */
        
        
/* > > > > >  frontpage  < < < < < */

#frontpage
{
    padding-bottom: 20px !important;
}


/* > > > > >  formPage  < < < < < */

#formPage 
{
    background-image: url("/data/assets/images/24hours_back.jpg");
    height: 500px;
}

.formContainer 
{
    float: right;
    padding: 20px 50px;
}

.formSection
{
    float: right;
    width: 275px;
    padding-top: 20px;
}
    .formSection input
    {
        background-color: Transparent;
        border: 1px solid #000;
        border-left: none;
        float: right;
        font-family: Verdana, Sans-Serif;
        font-size: 0.9em;
        height: 12px;
        padding: 0 0 0 8px;
        margin: 3px 0 0 -5px;
    }
        .formSection .invalid
        {
            border-color: Red;
        }
        #formPage .buttonContainer
        {
            float: right;
            padding-top: 10px;
            width: auto;
        }
    
    .formSection textarea
    {
        border: 1px solid #000;
        margin: 3px 0 0 10px; 
        height: 72px; 
        width: 275px; 
        padding: 0;
        font-family: Verdana, Sans-Serif;
        font-size: 0.9em;
    }
    .formSection div label
    {
        background-image: url("/data/assets/images/label_back.png");
        color: #fff;
        float: right;
        font-size: 0.9em;
        height: 16px;
        padding-top: 4px;
        padding-left: 10px;
        text-align: left;
        width: 92px;
    }
    
    .formContainer #reply
    {
        width: 100%;
        text-align: left;
        margin-top: 200px;
    }
        
    .formSection div
    {
        text-align: right;
    }
    
        .formSection  div.alt label
        {
            background-image: url("/data/assets/images/label_back_alt.png");
        }
   

/* > > > > >  quizPage  < < < < < */

#quizPage 
{
    background-image: url("/data/assets/images/quiz_back.jpg");
    min-height: 550px;
}

    #quizPage #billboard
    {
        background-image: url("/data/assets/images/quiz_billboard.jpg"); 
        background-repeat: no-repeat;
        float: left;
        height: 372px;
        margin-top: 40px; 
        margin-left: -30px; 
        padding-left: 90px;
        width: 420px;
    }
    
    #quizPage h2
    {
        margin-top: 32px;
        margin-left: 10px;
    }
    
    #quizPage div#text
    {
        font-weight: bold;
        margin-left: 10px;
        margin-top: 70px;
        width: 300px;
    }
    
    #quizPage .endText
    {
        font-weight: normal;
    }
    
    #quizPage #button
    {
        float: left;
        padding: 120px 0 0 0px;
    }
    
    #quizPage #progress
    {
        padding: 0 0 100px 0px;
    }
        #quizPage #progress img
        {
            margin-right: 5px;
        }


/* > > > > >  q&aPage  < < < < < */

#qaPage
{
    background-image: url("/data/assets/images/qa_back.jpg");
    padding-bottom: 200px !important;
}

    #qaPage ul
    {
        font-weight: bold;
        list-style: none;
        margin: 10px 0 30px 0;
        padding: 0;
    }
        #qaPage ul li
        {
            line-height: 1.8em;
            margin-left: 23px;
            margin-bottom: 3px;
        }
            #qaPage ul li a
            {
                color: #000;
            }
                #qaPage ul li a:hover
                {
                    color: #ee0980;
                }
            
            #qaPage ul li img
            {
                float: left;
                padding-right: 6px;
                padding-top: 4px;
            }
            #qaPage ul li.active
            {
                color: #f00380;
                margin-left: 0;
            }
            
    #qaPage #qa
    {
        width: 400px;
        padding-left: 23px;
    }
    
        #qaPage h2
        {
            font-size: 1.2em;
            padding-bottom: 20px;
        }
        
        #qaPage #qa h3
        {
            font-size: 1.1em;
            padding-bottom: 3px;
        }
        
        #qaPage #qa p
        {
            padding-bottom: 14px;
        }


/* > > > > >  opinionsPage  < < < < < */

#opinionsPage
{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#opinionsPage #leftCol
{
    background-image: url("/data/assets/images/back_legs.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    float: left;
    height: 510px;
    padding: 20px 20px 0px 0;
    width: 340px;
}

#opinionsPage #rightCol
{
    float: left;
    width: 470px; 
}

#opinionsPage .factBox
{
    color: #fff;
    height: 270px;
}
    #opinionsPage .factBox ul
    {
        font-weight: bold;
        list-style-image: url("/data/assets/images/bullet_large.png");
        margin: 0;
        padding: 7px 0 0 25px;
        width: 300px;
    }
        #opinionsPage .factBox ul li
        {
            margin: 0.8em;
        }

#opinionsPage .columnBlock
{
    height: auto;
}
    #opinionsPage .single a
    {
        color: #ee0980;
        font-weight: normal;
    }

    #opinionsPage .columnBlock ul
    {
        list-style-image: url("/data/assets/images/bullet_small.png");
        margin: 0;
        padding: 0 0 10px 15px;
    }
        #opinionsPage .columnBlock ul li
        {
            margin: 0.5em;
        }

/* > > > > >  interviewPage   < < < < < */

#interviewPage
{
    background-image: url("/data/assets/images/interviews_back.png");
    padding-bottom: 100px !important;
}

    #interviewPage #leftCol, #interviewPage #rightCol
    {
        float: left;
        padding: 50px 0 20px 0;
        width: 50%;
    }

    #interviewPage img
    {
        float: left;
        padding: 0 5px 15px 0;
    }

    #interviewPage h3
    {
        background-image: url("/data/assets/images/bullet_pink.png");
        background-repeat: no-repeat;
        display: inline;
        margin-left: 0px;
        margin-top: 3px;
        padding-left: 12px;
        width: auto;
    }
    
    #interviewPage .person
    {
        height: 140px;
    }
    #interviewPage .person p
    {
        padding-left: 12px;
    }

    #interviewPage .divider
    {
        clear: both; 
        height: 30px;
    }

/* > > > > >  pollPage   < < < < < */

#pollPage
{
    padding-bottom: 20px !important;
}

#pollPage .voteBar
{
    color: #fff;
    font-size: 0.9em;
    margin-top: 2px;
    min-width: 22px; 
    padding: 2px;
}
    #pollPage div.girls
    {
        background-color: #ee0980; 
    }
    #pollPage div.boys
    {
        background-color: #ccc; 
        color: #000;
    }
    #pollPage .rightColumn
    {
        padding-left: 100px;
    }
        
/* > > > > >  talkshowPage   < < < < < */

#mainContent #talkshowPage
{
    background-image: url('/data/assets/images/talkshow_back.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#talkshowPage .leftColumn
{
    padding-top: 20px;
    width: 360px;
}

#talkshowPage .rightColumn
{
    padding-left: 60px;
    padding-top: 20px;
}

#talkshowPage img
    {
        float: left;
        padding: 0 5px 15px 0;
    }

    #talkshowPage h3
    {
        background-image: url("/data/assets/images/bullet_pink.png");
        background-repeat: no-repeat;
        display: inline;
        margin-left: 0px;
        margin-top: 3px;
        padding-left: 12px;
        width: auto;
    }
    
    #talkshowPage .chapter
    {
        height: 140px;
    }
    #talkshowPage .chapter p
    {
        padding-left: 12px;
    }

    #talkshowPage .divider
    {
        clear: both; 
        height: 30px;
    }

/* > > > > >  jointhebattlePage   < < < < < */

#mainContent #jointhebattlePage
{
    background-image: url('/data/assets/images/indikampen_back.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 280px;
}

/* > > > > >  contactPage   < < < < < */

#mainContent #contactPage
{
    background-image: url('/data/assets/images/contact_back.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 100px;
}

/* > > > > >  page   < < < < < */

#mainContent #page
{
    padding-bottom: 20px;
}
    #page p
    {
        
    }
    
    #page .rightColumn
    {
        padding-left: 100px;
    }