/*
Don't. edit this file
*/
/* 
    Created on : 2013-nov-05, 09:44:07
    Author     : Tecken 1 Webbutveckling
*/

/* Typography */

h1, h2, h3{
    color: #888;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.03em;
}
h1{
    margin-top: 0;
    font-size: 1.7em;
    margin-bottom: 0.7em;
    line-height: 28px;
}
h2{
    margin-top: 0;
    font-size: 1.3em;
    margin-bottom: 0.1em;
    line-height: 24px;
}

h3{
    margin-top: 0;
    font-size: 1em;
    margin-bottom: 0.1em;
    line-height: 20px;
}

a {
    color: #0039A6;
}
/*a:hover {
    color: #FDC82F;
}*/
.article p{
    margin-top:0;
}
.article .excerpt{
    font-style: italic;
    margin-bottom: 2em;
}


/*.sponsormenu ul li a:hover{*/
    /*color: #0039A6;*/
/*}*/
.sponsormenu ul li.current a{
    /* color: #0039A6;*/
    text-decoration: underline;
}

.membermenu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.membermenu ul li a{
    display: block;
    width: 100%;
    color: #0039A6;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.15em;
    margin-bottom: 15px;
    line-height: 1.3em;
}
/*.membermenu ul li a:hover{*/
    /*color: #0039A6;*/
/*}*/
.membermenu ul li.current a{
    /*color: #0039A6;*/
    text-decoration: underline;
}


#series ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#series ul li {
    background-image: url(img/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 15px;
}


/* Table */

td{
    line-height: 1.3em;
    padding-bottom: 5px;
    font-weight: 400;
    /* font-size: 1.0em;*/
}
td.align-left{
    text-align: left;
}
td.align-right{
    text-align: right;
}
td.nowrap{
    white-space:nowrap;
}
td.top{
    vertical-align:top;
}
td.bottom{
    vertical-align:bottom;
}
td.space-right{
    padding-right: 10px;
}



/* Partners */

.partner-container{
    margin-top: 0px;
}

/* Forms */
.required{
    color: red;
}