/*

    CSS Document


    Site: Manifest för samvetsfrihet
    URL: http://www.samvetsfrihet.se
    Author: PS Kommunikation
    Version: 1.0

    Date: 2010.06.30

*/


/*
 *      HTML GENERAL
 *
 */

/*** HTML ***/

BODY {
    font-family:Arial, Verdana, sans-serif;
    color:#000;
}

BODY.mainBody {
	font-size:62.5%;     
}

/*** HEADINGS ***/

H1, H2, H3 {
    color:#01ccff;
    font-weight:normal; 	
	text-align:left;    
}
H1 {
    font-size:3.6em; 
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
H2 {
    font-size:2.4em;      
    margin:0 0 0.2em 0;
}
H3 {
    font-size:1.1em;
    font-weight:bold;
    margin:0 0 0.1em 0;
}

/*** TEXT ELEMENTS ***/

P {
    font-size:1.2em;
	line-height:1.5em;
    margin:0 0 1.8em 0;
    font-weight:normal;
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
BLOCKQUOTE   {
    font-style: italic;    
    margin:1.5em; }
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}

A {
    color:#000;
    text-decoration:underline;
}
A:HOVER {
    text-decoration:none;
}

A H2 {
	color:#01CCFF;
    text-decoration:none;
}

A.noLine{
    text-decoration:none;
}

/*** LISTS ***/

UL {
    font-size:1.1em;
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    line-height:1.5em;
}
OL {
    font-size: 1.1em;
    list-style-type:decimal;
    margin:0 0 10px 30px;
}
OL LI {
    line-height:1.5em; 
}
DL  {
    margin:0 0 1.5em 0;
}
DL DT   {
    font-weight:bold;
}
DD  {
    margin:0 0 0 1.5em;
}


/*** FORMS ***/

FIELDSET {
    margin:10px 20px 0 0;
    padding:0;
}
FIELDSET P {
    float:left;
    margin:0 20px 10px 0;
    padding:0;
}
LEGEND {
    display:none;
}
LABEL {
    display:block; 
    font-size:0.9em;
    margin:3px 0 0 0;
    text-align:left;    
}
INPUT {
    background:#edeeef;
    border:1px solid #000;
    display:block;  
	height:1.7em;    
    font-size:1.1em;
	margin:0;
	padding:5px 5px 0 5px;
	width:218px;
}
INPUT.Checkbox {
    border:none;
    display:inline;
    height:13px;     
	margin:0;
	padding:0;
	width:13px;
}
INPUT.Submit {
    background:url(/images/bg-submit.png) no-repeat top left;
    border:none;
    display:block;  
    font-size:0;	
	height:22px;    
	line-height:0;
	margin:0 0 20px 0;
	text-indent:-9999px;
    width:55px;	    
}

/*** TABLES ***/

TABLE  {
    margin-bottom:1.4em; 
    width:100%; 
}
TH {
    font-weight:bold;
}
THEAD TH { 
    background:#c3d9ff; 
}
TH,
TD, 
CAPTION  {
    font-size:1.1em;
    padding:4px 10px 4px 5px; 
}
TR.EVEN TD   {
    background:#e5ecf9; 
}
TFOOT   {
    font-style:italic;
}
CAPTION {
    background:#eee;
}

/*** ICONS ***/

.Pdf {
    background:url(/images/icon-pdf.png) no-repeat center left;
    line-height:2.0em;
    padding:0 0 5px 30px;
}
.IconArrow {
    background:url(/images/icon-arrow-right.png) no-repeat center left;
    line-height:2.2em;
    padding:0 0 0 20px;
}

/*** MISC ***/

.FloatLeft {
    float:left;
    margin:0 20px 0 0;
}
.FloatRight {
    float:right;
    margin:0 0 0 20px;
}
.Hide   {
    display:none;
    position:absolute;
	left:-9999px;
	z-index:100;      
}
.NoMargin {
    margin:0;
}
.Small  {
    font-size:0.8em; 
    margin-bottom:1.875em;
    line-height:1.875em;
}
.Large  {
    font-size:1.2em; 
    margin-bottom:2.5em;
    line-height:1.25em;
}
.Ingress {
    font-size:1.6em;
	line-height:1.8em;
    margin:0 0 1.8em 0;
    font-weight:normal;
}


