/*
THEME NAME: Visningsrommet USF
THEME URI: http://www.visningsrommet-usf.no/
DESCRIPTION: Layout for Visningsrommet USF web site
VERSION: 1.0
AUTHOR: Arne Skaug Olsen / Havard Grimelid
AUTHOR URI: http://www.perrong.no/
*/

/* Yahoo UI stylesheets */

/* Resetting browser defaults */
@import url('reset-min.css');
/* Basic styling */
@import url('base-min.css');

/* Styling html elements */

html, body { height: 100%; /* Forcing entire page to span entire viewpoer */ }
body { font-family: "Helvetica", "Arial", Sans-serif; font-size: 62.5%; /* 16px × 62.5% = 10px */ }
p { font-size: 1.15em; /* 1.2 * 10px = 12px */ }
/*
 * p1 { font-size: 1.15em; font-weight: strong; }
 * p2 { font-size: 1.15em; font-weight: bold;  }
 * P7 { font-size: 8.0em; }
 */
ul { font-size: 1.15em; font-weight: bold; /* 1.2 * 10px = 12px */ }
  li.language_item { font-size: 0.87em; }
a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { vertical-align: baseline; font-size: 2.0em; border-bottom: dotted 0.0em #666666; position: relative; top: -0.15em; margin: 0; }
h1 a:hover { text-decoration: none; border-bottom: dotted 0.1em #666666;}
h2 { font-size: 1.4em; margin-top: 0;}
h3 { font-size: 1.2em; /* 1.2 * 10px = 12px */ }
h4 { font-size: 1.35em; position: relative; top: -0.15em;  /* 1.2 * 10px = 12px */ }
h5 { font-size: 8.0em; position: relative; top: -0.12em; line-height: 1.0; /* 1.2 * 10px = 12px */ }
h6 { font-size: 1.2em; /* 0.9 * 9px = 11px */ }
h3 a:hover { text-decoration: none; border-bottom: 1px solid black;}
h5 a:hover { text-decoration: underline; border-bottom: 0px solid black;}

img { border: 1px solid #555; }

/* Layout */

#container { padding-top: 25px; width: 855px; bottom: 0px; height: auto; /* Height to auto to fill body height */ }


#sidebar, #heading { padding-top: 0px; float: left; width: 245x; margin-left: 20px; }

#heading { padding-top: 0px; margin-bottom: 68px; width: 300px; }

#sidebar {}
  #sidebar ul { margin-left: 0;}
  #sidebar li { list-style: none;}

#menu {}

#contact { font-size: 1.15em;}

#hours { }

.ctr img {
border: 0px;
}

#content { padding: 0 7px; float: right; width: 502px; overflow: hidden; border-left: 1px solid #bbb; border-right: 1px solid #bbb; margin-bottom: 30px; min-height: 700px; height: 100%; /* Height to 100% to fill body height */  }

#post {}

.clearboth { clear: both; }

