/* **************************************************************** */
/* 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;
}

/* 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 1 columns template ****/
#frontpage-one-col #block_1 {
  float: left;
  width: 960px;
  _width: 960px;    
  margin-top:0px;  
}

#frontpage-one-col #block_2 {
  float: left;
  width: 960px;
  _width: 960px;    
  margin-top:0px;  
}

/**** subpage 2 columns template ****/
#subpage-two-col #block_1 {
  float: left;
  width: 760px;  
}

#subpage-two-col #block_2 {
  float: left;
  width: 200px;
  /*background: #FFFFFF url(../img/bg-block2.gif);*/
}

/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#frontpage-one-col #block_1 .padding { padding: 0px 0px 0px 0px; }
#frontpage-one-col #block_2 .padding { float:left; padding: 20px 10px 20px 10px; }
/**** Special definitions for subpage ****/
#subpage-two-col #block_1 .padding { float:left; width: 695px; padding: 20px 30px 0px 30px; min-height: 280px; margin:20px 0px 0px 0px; background:url(../img/bg-dark-dots.gif) repeat-y top right;}
#subpage-two-col #block_2 .padding { padding: 280px 30px 30px 30px;}

/**** Special definitions for main content on subpage ****/

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper {
  width: 960px;
  position: relative;
  /*overflow: hidden; **********tekiđ út vegna sitemanager /* 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,
#bottom-boxes {
  clear: both;
}

#header, #footer {
  width: 960px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  /*position: relative; *********** Tókum ţetta út vegna webmenu hljóp annars til hćgri *****************/  
  z-index: 1000;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }

* html #block_1 {	display: inline; }