/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
	margin: 0;
	padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
	margin-bottom: 12px;
}

#wrapper #content .horizontal-user-table p {
        margin-bottom: 2px;
}

img, fieldset {
	border: 0;
}

a {
	text-decoration: none;
	color: #acacac;
}
#content a {
	color: #424242;
}
#content a:visited {
	color: #5c5c5c;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
/*
  font: 81.25% Verdana, Arial, Helvetica, sans-serif;
  font: 11pt Verdana, Arial, Helvetica, sans-serif;
*/
	color: #7c7c7c;
	background:#eaeaea;
}

img {
	display: block;
}

input {
	font-size: 100%;
}
/* title color */
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited
 {
	color:#f4811f;
}

/********************
## Framework style ##
********************/
#wrapper {
	margin:10px auto;
	width:960px;
	border:1px solid #a0a0a0;
	background:url(../GFX/lineDraw01.gif) bottom right no-repeat #ffffff;
}

#columns {
	background:url(../GFX/contentBG.gif) top left repeat-y;
	margin-top: 30px;
	position: relative;
}

#mainColumn {
	float: left;
	width: 478px;
	min-height:450px;
}

#rightColumn{
	float: right;
	width: 181px;
	margin-bottom:60px;
	padding:0px 45px 0px 0px;*/
	/*padding:30px 45px 0px 0px;*/
}
#rightArticles {
	padding-left:16px;
	border-left:1px solid #f9c08f;
}
#leftColumn{
	float: left;
	width: 163px;
	padding:0px 10px 0px 50px;
	/*padding:30px 10px 0px 50px;*/
}
#content {
	border-left:1px solid #f9c08f;
	padding-left:15px;
/*
	border-right:1px solid #f9c08f;
*/
}

#footer {
/*
	background-color:#f0f0f0;
	background:url(../GFX/orangeLine01.gif) 50% 0% no-repeat;
*/
	text-align:center;
	line-height:27px;
	margin:0 0 0 223px;
	width: 478px;
	font-size:83%;
	color:#acacac;
	border-top:1px solid #f9c08f;
}
#siteLogo {
	margin-bottom:40px;
	display:block;
}
.more {
	display:block;
	padding:10px 0px;
}
/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
/*
#content h2,
#content .article h1 {
*/
#content h1 {
	margin-bottom: 12px;
	font-size: 109.4%;
	font-weight:bold;
}
#content h2 {
	margin-bottom: 12px;
	font-size:109.4%;
	font-weight:normal;
}
#content h3 {
	margin-bottom: 12px;
	font-size:100%;
	font-weight:normal;
	font-style:italic;
}

#content .summary,
#content .article {
  padding-bottom: 13px;
}

/*
#content .summary h1,
#content .summary h2 {
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0;
}
*/
/*
#content .summary h1 a,
#content .summary h2 a {
  color: #009ee0;
}
*/
#content .summary img {
  float: right;
  margin-top: -15px;
  margin-left: 10px;
}

#content .article .text {
	font-weight: bold;
	line-height:1.32em;
}

#content hr {
  height: 1px;
  margin: 15px 0;
  border: 0 none;
  background: url(../GFX/line.gif) top left repeat-x;
}

/*****************
## RIGHT COLUMN ##
******************/
#rightColumn h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight:normal;
}
/**************
## FRONTPAGE ##
**************/
#frontpage {
}
.frontpageBoxes {
	padding-left:2px;
}
.frontpageBox {
	display:block;
	background:url(../GFX/fpBox01.gif) top left no-repeat;
	width:238px;
	height:87px;
	float:left;
	text-align:center;
	font-size: 109.4%;
	font-weight:bold;
	line-height:87px;
	color:#f4811f;
	margin:30px 0px 10px 0px;
}

/**************
## HEADING ##
**************/

#header {
	height:122px;
	padding-top:10px;
	background-position:top left;
	background-repeat:no-repeat;
}

#headerLine {
	background:url(../GFX/whiteAlpha.png) top left repeat transparent;
}

#searchBox {
	float:right;
	line-height:1.9em;
}
#searchBox a {
	color: #7c7c7c;
}
#searchBox input#searchQuery {
	vertical-align:middle;
	margin:0px 50px 2px 10px;
	border:0px solid #cccccc;
	background:url(../GFX/searchBox01.gif) top left no-repeat;
/*
	background-attachment:fixed;
*/
	font-size:90%;
	padding:0 5px 2px 5px;
	color: #7c7c7c;
	width:104px;
}
* html #searchBox input#searchQuery {
	margin-top:3px;
}


.iframe {
	margin:0;
	padding:0;
	width:462px;
}

/***********
## SEARCH ##
***********/
.queryString {
	line-height:2em;
/*
	padding:10px 0 10px 0;
*/
}
.totalHits {
	line-height:2em;
	border-bottom:1px solid #f9c08f;
	margin-bottom:20px;
}
/*************************
## IDIUM REFERENCE LOGO ##
*************************/
#idium {
	width:960px;
	margin:0 auto;
}

#idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

#idium span {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: lowercase;
  word-spacing: 3px;
  line-height: 23px;
  padding-left: 6px;
}

#idium img {
  width: 25px;
  height: 25px;
  float: left;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  /* background:url(http://www.aspiranza.no/filestore/dev/GFX/bg_rpt_border.gif) top left no-repeat; */
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */
