/**
* This stylesheet defines things needed for milleniemålen.nu:
* The header and main content of pages.
* The user content.
* Should be included on EVERY page.
*/


/* GENERAL (Global) */
BODY {
margin: 0;
padding: 0;
background: #fff;
background: #0099ff url(/img/background.jpg) repeat-x;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
color: #555;
}

BODY.intro {
	background: white none;
    text-align: center;
    padding-top: 20px;
}
FORM { margin: 0; padding: 0; }
UL { margin: 0; padding: 0; }
LI { margin: 0; padding: 0; }
H1 { color: #20bdff; margin: 0 0 10px 0; font-size: 16px; font-weight: bold; text-transform: uppercase; }
H2 { color: #20bdff; margin: 0 0 2px 0; font-size: 11px; font-weight: bold; text-transform: uppercase; }
H3 { color: #20bdff; font-size: 11px; font-weight: bold; margin: 0 0 2px 0;}
P {	margin: 0 0 15px 0;  font-weight: normal; line-height: 1.4; }
LI { line-height: 1.4; }
P.lead { font-weight: bold; margin-bottom: 30px; font-size: 12px; color: #666; }
A { text-decoration: underline; color: #20bdff; }
A:visited { color: #20bdff; }
A:hover { text-decoration: none; color: #109fdc; }
BR.break { clear: both; }
IMG { border: none; }
UL.links { list-style-type: none; padding: 0; }
UL.links A {
    display: block;
    padding: 3px 0 7px 25px;
    background: url(/img/linkArrow.gif) no-repeat;
    font-weight: bold;
    text-decoration: none;
}
UL.links.external A {
    background: url(/img/linkArrow_external.gif) no-repeat 0 7px;
}


/* LAYOUT */
DIV#content { width: 760px; position: relative; }
DIV#top { margin: 0; padding: 0; height:  100px;}
DIV#main { 
    margin: 0 10px 0 40px; 
    overflow: hidden;
    border-top: 0;
    background: url(/img/rounded_bottom.gif) no-repeat bottom left;
}
DIV#main IMG { margin: 5px 0 15px 0; }
DIV#footer { margin: 2px 11px 20px 20px; text-align: right; }
DIV#footer P { padding: 6px 0; float: left; color: white; background: url(/img/footer_text.gif) no-repeat; text-indent: -9000px; height: 11px; width: 450px; }
IMG#logo { position: absolute; top: 0; left: 0; z-index: 9999; }
DIV#menu { text-align: right; overflow: hidden; }
BODY.start DIV#menu { text-align: left; margin-left: 30px; }
DIV#menu #mainMenu { float: right; }
DIV#menu #goalMenu { float: right; }
A#english { position: absolute; top: 20px; right: 10px; color: white; text-decoration: none; }
DIV#l { width: 320px; float: left; padding: 0 0 30px 40px; }
DIV#r { width: 220px; float: right; padding: 0 40px 30px 0;  }


/* MENUS */
DIV#goalMenu * {
    margin-top: 42px;
}
DIV#mainMenu * {
    margin-top: 5px;
}
DIV#menu UL {
    margin-top: 20px;
    padding: 30px 0;
    list-style-type: none;
}
DIV#goalMenu UL {
    width: 140px;
}
DIV#mainMenu UL {
    width: 400px;
}
DIV#menu LI {
    margin-top: 0;
    float: left;
    margin-left: 10px;
}
DIV#menu A {
    color: black;
}


/* ARTICLE PAGE */
BODY.article H1 {
    background: url(/img/rounded_top.gif) no-repeat;
    padding: 40px 40px 10px 40px;
    width: 640px;
    margin: 0 10px 0 40px; 
}
BODY.article DIV#l UL {
    padding-left: 16px;
    margin-bottom: 15px;
}


/* START PAGE */
DIV#leads {
	margin: 10px 10px 0 40px;
	padding: 30px 0 0 0;
	background: url(/img/rounded_top_start.gif) no-repeat;
}
DIV#leads DIV { float: left; width: 295px; text-align: left; padding: 0 30px 13px 30px; }
DIV#leads DIV.l { background: url(/img/rounded_bottom_l.gif) bottom left no-repeat; }
DIV#leads DIV.r { background: url(/img/rounded_bottom_r.gif) bottom right no-repeat; }

DIV#leads { overflow: hidden; }
DIV#leads IMG { float: left; margin-right: 15px; }
BODY.start DIV#content { padding-top: 100px; }
BODY.start H1 { font-size: 12px; }


/* LIST PAGE */
BODY.list DIV#l UL {
	list-style-type: none;
	padding: 0;
	margin-bottom: 50px;
}
BODY.list DIV#l UL.last {
    margin-bottom: 0px;
}
BODY.list DIV#l UL P {
    margin-bottom: 0;
}
BODY.list DIV#l UL LI {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #8fdeff;
	padding-left: 0;
}
BODY.list DIV#l UL LI.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
BODY.list DIV#l H2 {
	color:  #333;
	margin-bottom: 15px;
}
BODY.list DIV#l UL H2 {
    margin-bottom: 2px;
}

/* ADDED BY DUDAL */
UL.list {
	list-style-type: none;
	padding: 0;
	margin-bottom: 50px;
}
UL.list LI {
	margin-bottom: 18px;
	list-style-type: none;
	padding-bottom: 18px;
	border-bottom: 1px solid #8fdeff;
	padding-left: 0;
}
UL.last, UL LI.last {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/* AND DUDAL */

/* LIST PAGE WITH IMAGES */
BODY.list DIV#l UL.images LI {
    overflow: hidden;
    width: 320px;
}
BODY.list DIV#l UL.images SPAN {
    font-style: italic;
    display: block;
    margin: 0 0 6px 0;
}
BODY.list DIV#l UL.images IMG {
    float: left;
    padding: 0 16px 0 0;
    width: 92px;
}
BODY.list DIV#l UL.images H2,
BODY.list DIV#l UL.images SPAN {
    width: 212px;
    float: left;
}
BODY.list DIV#l UL.images LI P {
    margin: 0 0 15px 0;
}


/* COMPACT LIST ITEMS */
BODY.list DIV#l LI.compact DIV {
    width: 212px;
    float: left;
}
BODY.list DIV#l LI.compact A.more {
    display: none;
}
BODY.list DIV#l LI.compact.small DIV {
    height: 4.2em;
    overflow: hidden;
}
BODY.list DIV#l LI.compact.small A.more {
    display: block;
    float: right;
    background: url(/img/arrow_down.gif) no-repeat right;
    margin: 8px 0 0 0;
    padding: 3px 30px 0 0;
    color: #555;
    text-decoration: none;
    min-height: 24px;
}
BODY.list DIV#l LI.compact.small A.more:hover {
    color: #109fdc;
}
