/*------------------------------------ 
	Fixar
--------------------------------------*/
.clearfix
{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix
{
	height: auto;
}
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Clearing and invisible elements */
.block { overflow:hidden; }
#clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible { width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

/*Fixar png bilder för IE*/
* html img, 
* html .png{
    azimuth: expression(
        this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
        
    );
}

/**
 * Body
 */
html, body{
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/backdrop.jpg) 50% 0% no-repeat;
	background-color: #1f0e04;
}
/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	line-height: 1.5em;
	color: #4a2903;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	font-size:12px;
	line-height: normal;
}
/*----  h1 ----- */
h1{
	font-size: 26px;
	margin: 0 0 8px 0;
}
#introBox h1, #aboutBox h1, #contactBox h1, .mod_newsreader h1{
	color: white;
}
#folioBox h1{
	font-size: 26px;
	color: black;
}
#right h1{
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: normal;
	font-family: Georgia "Times New Roman", Times, serif;
	color: #492903;
}

/* ----  h2  -----*/
h2{
	margin: 0;
	font-size: 18px;
}
h2 a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.newsListSimple div h2{
	margin: 0;
	font-size: 12px;
}
.newsListSimple h2 a{
	font-size: 12px;
	color: #e48b00;
	
}
.news3pics h2 a{
	color: white;
	font-size: 21px;
}
.ce_comments h2{
	font-weight: normal;
	margin: 15px 0 10px 0;
}

/* ----  h3  -----*/
h3#contactPhone, #contactMail a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	height: 18px;
}
#contactMail a{
	text-decoration: none;
}
.ce_comments h3{
	font-weight: normal;
	margin: 20px 0 5px 0;
}
/*-------- h4 ------------*/
h4{
	margin: 0;
	font-size: 11px;
}
/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}
optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
/* 
 * Rubriker
 **/

/**
 * Links
 */
 #contactInfoBox a{
 	color: #e48b00;
	text-decoration: none;
 }
.newsLinkList a, .newsLinkList div.layout_simple{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e48b00;
	text-decoration: none;
}
.readMore a{ 
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	text-align: right;
	color: white;
	border-bottom: 1px solid #a85c01;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
a.rssLink{
	display: block;
	float: right;
	height: 14px;
	margin: 0px;
	padding-left: 20px;
	background: url('/images/feed-icon-14x14.png') left top no-repeat;
	text-decoration: none;
}
