/**
  * Fixes to default theme
  */

/* remove login info at top-right */
#top-bar { display: none; }

/* mess with standard ckan theme to remove second submenu for time being */
#subnav { background: transparent; height: 1px; }

#subnav * { display: none; }

/* in ckan css these were 1.4 and 2em respectively */
#main {
  margin-top: 0;
}
#main { margin-top: 0.5em; }

#primary { margin-top: 1.2em; }

#top-inner h1 {
  font-size: 2.2em;
}

#top-inner h1 sup {
  font-size: 0.4em;
}

/* footer */
a.colophon-icon {
  border:0 none;
  display:inline-block;
  height:0 !important;
  margin:0 auto;
  overflow:hidden;
  padding:15px 0 0;
  text-decoration:none;
  vertical-align:top;
  width:80px;
}

.colophon-icon-ok {
  background-image: url(http://m.okfn.org/images/ok_buttons/ok_80x15_blue.png);
}


/**
  * Metadata info
  */

dt {
  font-weight: bold;
}

dt.table {
  float: left;
  clear: left;
  width: 100px;
}
 
dt:after {
  content: ":";
}

dd.table {
  margin: 0 0 0 110px;
}

/**
  * PD Status
  */

.pd-status {
  padding: 1em;
  text-align: center;
}

.pd-status-is-pd {
  background-color: #29C649;
}

.pd-status-is-not-pd {
  background-color: #DA1A1A;
}

.pd-status-uncertain {
  background-color: #E3C53A;
}


li.pd10 {
  background: url('/css/yes.png') 0px 0px no-repeat;
  padding-left: 25px;
  list-style: none;
}
li.pd00 {
  background: url('/css/no.png') 0px 0px no-repeat;
  padding-left: 25px;
  list-style: none;
}

li.pd01 {
  background: url('/css/uncertain.png') 0px 0px no-repeat;
  padding-left: 25px;
  list-style: none;
}

li.pd10  { color: #29C649; }
li.pd00  { color: #DA1A1A; }
li.pd01  { color: #E3C53A; }

a.work { 
	background: url('/css/work.png') 0px 0px no-repeat;
	padding-left: 25px;
	list-style: none;
}
a.person {
	background: url('/css/person.png') 0px 0px no-repeat;
	padding-left: 25px;
	list-style: none;
}
a.item {
	background: url('/css/item.png') 0px 0px no-repeat;
	padding-left: 25px;
	list-style: none;
}

.header_search {
	float: right;
	padding-top: 3px;
}

