/* **************************************************************** */
/* Browser reset via Eric Meyer:                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/     */
/* **************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
  /*margin: 0;*/
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  /*vertical-align: baseline; - tekið út, var að valda vanda varðandi myndir úr ritli í IE7 í fréttalista*/
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  color: black;
  background: white;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */
		
/**** Frontpage 2 columns template ****/
#frontpage-two-col #block_1	{
  float: left;
  width: 729px;  
  margin-left:241px;
  /*background: #FFFFFF url(../img/bg-block1.gif);*/   
}

#frontpage-two-col #block_2	{
  float: left;
  width: 241px;
  margin-left: -970px;
  margin-top:0px;  
  background: #FFFFFF url(../img/bg-block2.gif) repeat-y top left; 
}

/**** Subpage 2 columns template ****/
#subpage-two-col #block_1	{
  float: left;
  width: 729px;  
  margin-left:241px;
  /*background: #FFFFFF url(../img/bg-block1.gif);*/   
}

#subpage-two-col #block_2	{
  float: left;
  width: 241px;
  margin-left: -970px;
  margin-top:0px;  
  background: #FFFFFF url(../img/bg-block2.gif) repeat-y top left; 
}


/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#frontpage-two-col #block_1 .padding { padding: 200px 0px 0px 0px; float:left;}
#frontpage-two-col #block_2 .padding { padding: 0px 0px 0px 0px;}

#subpage-two-col #block_1 .padding { padding: 40px 0px 0px 0px;}
#subpage-two-col #block_2 .padding { padding: 0px 0px 0px 0px;}

#subpage-two-col #block_1 .second-padding { padding: 0px 20px 20px 20px;}
#subpage-two-col #block_2 .second-padding { padding: 0px 0px 0px 0px;}


/**** Special definitions for main content on subpage ****/

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */


#wrapper	{
  width: 970px;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#wrapper {
  float: left;
  float/**/: none;
}

/* easy clearing */
#wrapper	{
  display: inline-block;
}
/*\*/
#wrapper	{
  display: block;
}
/* end easy clearing */

#footer,
#footer-upper {
  clear: both;
}

#header, #footer {
  width: 970px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }

* html #block_1 {	display: inline; }