
/* - hisgis.css - */
@media all {
/* $Id$ */

/*
 * CSS HisGis 25 maart 2010
 *
 * 
 *
 * Ontwerp door Klaas Pot
 * Implementatie WORK@WEB www.workatweb.nl Paul Broerken
 *
 *
 *
 *
 *
 *
 */

/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** body **/

body{
    width:1024px;
    margin: 0 auto;
    font-family: Arial;
    color: #fff;
}

/*   */
#content{
    width: 866px;
    padding: 7px;
    margin-top: -34px;
    margin-left: -98px;
    background: #6b1874;
    color: #fff;
    height: 648px;
}

#content h1.documentFirstHeading {
    color: #fff;
    display: none;
}

#content h2, #content h3, #content h4 {
    color: #fff;    
}

#content .documentDescription, #content #description {
    color: #fff;
}

/* content */

#content-core{
    padding: 5px;

}

#map-fryslan{
    float: left;
}

#map-groningen {
    float: left;
}

#map-overijssel {
    float: left;
}

#map-utrecht {
    float: left;
}

#map-home {
    float: left;
}

#cards{
     margin-left: 100px;
}

#cards a{
     border-bottom: none;
     text-decoration: none;
}

#cards img{
     border-bottom: none;
     text-decoration: none;
     margin-top: 25px;
}

#content a:visited, dl.portlet a:visited{
    border-bottom: none;
    text-decoration: none;
    color: #EBB400;
}

#right-block{
    background:url(/hisgis/images/right-block.jpg) no-repeat;
    width: 365px;
    height: 514px;
    float: right;
    margin-top: 25px;
    margin-right: 30px;
    overflow-y: auto;
    }
    
#right-block p{
    padding: 15px;
}

#right-block h2{
    text-indent: 15px;
}

/* logo  */
#portal-logo{
    display: none;
}

#portal-header{
    background:url(/hisgis/images/hisgis-logo.png) no-repeat;
    margin-top: 25px;
    padding: 30px;

}

/*Navigatie Hoofdmenu  */

#portal-globalnav{
    background: #6b1874;
    margin-left: 128px;
    margin-bottom: 0em;
    padding: 5px;
    margin-top: 5em;
    width: 870px;
}

#portal-globalnav .selected a,
#portal-globalnav a:hover {
	background: #6b1874;
	color: White;
}


#portal-globalnav li a{
    background: #6b1874;
    color: #EBB401;
    border: none;
}

/* Left-menu */

#portal-column-one{
    height: 713px;
    max-height: 716px;
    margin-top: -85px;
    width: 158px;
    background:#EBB400;
    text-align: right;
}

#portal-column-one p{
    color: #bb99ba;
    font-family: "Garamond Premier Pro", Garamond, Times, Georgia;
    font-size: 1.1em;
}

#portal-column-one a{
    margin-top: 25px;
    color: #6b1874;
    font-size: 1.1em;
    font-family: "Garamond Premier Pro", Garamand, Times, Georgia;
}

#portal-column-one a:hover{
    color: #bb99ba;
}

dl.portlet ul.navTreeLevel0 > .navTreeItem  {
    border-bottom: none;
}

#content a:link, dl.portlet a:link {
    border-bottom: none;
    color: #EBB400;
}

#portal-column-one img{
    display: none;
}

/*Livesearch BOX*/
.LSBox{
    display: none;
}

/*footer*/

#portal-footer{
    display: none;
}

dl.portlet dt, div.portletAssignments div.portletHeader{
    background: #EBB400;
    color: #6b1874;
    font-family: "Garamond Premier Pro", Georgia;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: 2px;
}

/*login link */

#portal-personaltools{
    margin-top: -55px;
}

/*footer*/
#portal-siteactions {
    display: none;
}

body.template-logged_out #content, body.template-login_form #content, .pb-ajax #login-form {
    margin:0 auto;
    text-align:center;
}

#portal-breadcrumbs {
    display: none;
}

#breadcrumbs-you-are-here, #breadcrumbs-home {
    display: none;
}

}

