/*
Theme Name: FYEN
Theme URI: http://www.fyen-endokrinologi.dk/
Description: Theme made for www.fyen-endokrinologi.dk.
Version: 1.0
Author: Esben Sondergaard
Author URI: http://sooniam.com/
Tags: clean
*/

/*Resets*/
* { padding: 0; margin: 0; }
ul, ol { list-style-type: none; }

/*Site positioning*/
html { text-align: center; }
body { width: 950px; margin: 0 auto; position: relative; font: normal 80%/1.25 verdana; text-align: left; }

/*Structure*/
#header { height: 180px; background: #006599; }
#contentWrapper { width: 950px; overflow: hidden; background: url(images/950x100contentBg.gif) repeat-y; }
#primaryNav { width: 200px; /*position: absolute; left: 0; top: 60px;*/ float: left; }
#content { width: 720px; margin: 10px 10px 0 0; /*position: absolute; left: 200px; top: 60px;*/ float: right;  }
#footer {  height: 10px; background: #006599; clear: both; }
.pagenav { margin: 20px 0 0 25px; }
.pagenav li { margin: 0 0 5px 0; }
#text-3 { margin: 15px 0 20px 10px; }
.admin { position: absolute; right: 10px; top: 5px; }
.admin a { color: #014b71; text-decoration: none; }
#content p { margin: 0 0 10px 0; }

/*Headers*/
h1 a { width: 279px; height: 180px; display: block; border-left: 1px solid #99c2d6; background: url(images/279x180branding.gif) no-repeat; text-indent: -9999px; }
h2 { text-indent: -9999px; }
h3 { margin: 0 0 15px 0; }

/*Links*/
.pagenav li a { width: 150px; height: 32px; line-height: 32px; display: block; text-align: center; color: #000; font-weight: bold; text-decoration: none; background: url(images/150x32btnOff.gif) no-repeat; }
.pagenav .current_page_item a, .pagenav li a:hover { text-decoration: none; background: url(images/150x32btnOn.gif) no-repeat; }
