/*
** Difficult parts of this style sheet (mainly the awesome 
** Plone Tabs(tm)) between line 90 and 180 were created by these
** plone.org guys: 
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
*/
html, body {
	background-color:#c5cfd0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(grad_grey_blue.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
body {
	/* IE bug? doens't understand font-size:small;
	 * this may become messy .. */
	font-size:smaller;
}
/* had to use a table here.. 
 * blame IE 
 */
#header {
	width:100%;
	min-width:300px;
	border-collapse:collapse;
	margin:1em 0 0 0;
	padding:0;
	background-color:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border:0;
}
#logo {
	width:200px;
	vertical-align:bottom;
	padding:2em 0 1em 0;
	/*min-width:200px;*/
}
#logo img {
	margin-left:2em;
}
#subheader {
	padding: 0 0 1em 4em;
	vertical-align:bottom;
	display:block;
	border: 0;
}
#subheader p {
	margin:0;
	padding:0;
	font-weight:900;
	letter-spacing:0.3ex;
	text-transform:uppercase;
	vertical-align: bottom;
}
/* "content" box */
#content {
	vertical-align:top;
	position:absolute;
	left:189px;
	top:123px;
	width:79%;
	min-width:750px;
	margin-top:2em;
	padding: 0;
}
#navigation  {
	border: 0;
	margin: 3em 0 0 1em;
	position:absolute;
	width:170px;
	top:122px;
}
/* get around another IE bug: */
#header + #navigation {
	margin-top:2em;
}
#navigation ul {
    position: relative;
    top: -2px;
    background: transparent;
    border: 1px solid #000;
	list-style:none;
	padding:1em;
	margin:0;
	background-color:#fff;
	border:0;
}
#navigation  li {
	padding:0;
	margin:0;
	display:inline;
}
/* make the links be blocks instead of
 * the list items, so that IE can display
 * nice :hover effects also.
 */
#navigation li a {
	text-decoration:none;
	display:block;
	padding:0.4ex;
	/* Firefox bug? border-bottom
     * is not shown without this: */
	margin-bottom:2px; 
	border:1px solid #fff;
}
#navigation a {
	text-transform:uppercase;
	text-decoration:none;
	color:#004893;
}
#navigation a:hover {
	text-transform:uppercase;
	text-decoration:none;
	/*background-color:#CCE0EB;*/
	background-color:#FFFFCC
}
#navigation h5 {
    background-color:#c5cfd0; 
    border: 1px solid #000;
    padding: 0em 1em 0 1em;
    text-transform: lowercase;
    display: inline;
    font-size: small;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    top: -1px;
	border:0;
}
#navigation li a.active {
	text-decoration:none;
	display:block;
	padding:0.4ex;
	/* Firefox bug? border-bottom
     * is not shown without this: */
	margin-bottom:2px; 
	border:1px solid #fff;
	text-transform:uppercase;
	background-color:#CCE0EB;
}
/* the login to the groupware
 * is a bit seperated
 */
#login {
	margin-top:6em;
}
#portal-globalnav {
    /* Navigational Plone Tabs(tm). The power of CSS runs strong in these :) */
    background-color: transparent;
    padding: 0em 0em 0em 4em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
	font-size:small;
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color:#c5cfd0; 
    border-color: #000;
    border-width: 1px; 
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    text-decoration: none;
    text-transform: lowercase;
	border-color:#c5cfd0; 
}
#portal-globalnav li.here a {
    /* The selected tab. There's only one of this */
    background-color: #fff;
    border-color: #000;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
	border:1px solid #fff;
}
#portal-globalnav li a:hover {
    background-color: #fff;
    border-color: #000;
    border-bottom-color: #fff;
    color: #436976;
	border-color:#fff;
}
.hiddenStructure {
    display: block;
    background-color: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
div.content {
    background-color: #fff;
    border: 1px solid #000;
    line-height: 150%;
    padding: 0em 2em 0em 2em;
	margin: 0 1em 1em 2em;
	border:1px solid #fff;
}
#footer {
	margin-top:3em;
	text-align:left;
	padding-bottom:0.3ex;
}
#footer hr {
	display:none;
}
#footer {
	font-size:smaller;
}
#footer span {
	margin-left:4em;
}
