/* BASE */

* {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

a {
  color: #47A;
  text-decoration: none;
}

a:hover {
  color: #258;
  text-decoration: underline;
}

a img {
  border: 0;
}

body {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=password],
select,
textarea {
  border: 1px solid #AAA;
  padding: 0.1em;
}

input[type=text],
input[type=password],
textarea {
  padding: 0.2em;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #666;
}

p.error,
p.success {
  border: 1px solid;
  font-size: small;
  margin: 0.5em;
  padding: 0.5em;
  width: 70%;
}

p.error {
  background: #FCC;
  border-color: #966;
  color: #633;
}

p.success {
  background: #CFC;
  border-color: #696;
  color: #363;
}

td#availability {
  color: #285;
  font-weight: bold;
}

td#availability.not-available {
  color: #F00;
}

textarea {
  font-size: small;
  padding: 0.2em;
}

th {
  padding-right: 1em;
  text-align: right;
}

/* HEADER */
div#header {
/*  background: #FFF url('/images/bg_header.png') bottom repeat-x; */
  border-bottom: 3px solid #9CD;
  clear: both;
}

div#header:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html div#header {
  height: 1%;
}

#header h1 a {
/*  font-family: Georgia, 'Times New Roman', sans serif; */
  font-size: 24px;
  font-weight: bold;
}

h1 {
  float: left;
  margin: 0;
  padding: 0.5em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0;
/*  text-transform: lowercase; */
}

/*  
body h1 {
  background: url('/images/logo2.png') no-repeat 10px;
  padding-left: 45px;
}
*/

#header {
  padding-left: 20px;
}

#topbar {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 400px;
  text-align: right;
  padding:5px;
  margin-bottom: 20px;
}

#topbar a {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 10px;
}

#topbar a:hover {
/*  color: #000088; */
  text-decoration: underline;
}

h1 a {
  color: #888888;
}

h1.soft {
  color: #cccccc;
}

h1 a:hover {
  color: #000;
}

h2 {
/*  background: #666 url('/images/bg_bar.png') center center repeat-x; */
  border-bottom: 3px solid #DDD;
  clear: both;
  color: #DDD;
  font-size: medium;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  text-transform: lowercase;
}

#navi2 {
  float:right;
  position:absolute;
  top: 1em;
  right: 1.5em;
  text-align: right;
}

#navi2 ul {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navi2 ul li {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* NAVIGATION */
ul#navigation {
  list-style-type: none;
  margin: 0;
  margin-right: 1em;
  padding: 0em 0em;
  text-transform: lowercase;
  width: auto;
}

ul#navigation a {
  font-size: normal;
/*  font-weight: bold; */
  padding: 0.2em 0.5em;
}

ul#navigation a:hover {
  background: #7AD;
  color: #FFF;
}

ul#navigation li {
  float: left;
}

ul#navigation li.access {
  float: right;
}

/* BOOKMARKS */
ol#bookmarks {
  list-style-type: none;
  margin: 0;
  padding: 0 1em;
  padding-top: 1em;
  width: 70%;
}

html > body ol#bookmarks {
  margin: 0 1em;
  margin-top: 2em;
  padding: 0;
}

div.link a {
  color: blue;
  font-size: medium;
}

div.link a:visited {
  color: purple;
}

div.meta {
/*  color: #285; */
  color: #999;
}

div.meta span {
  color: #999;
}

div.meta a.editentry {
  border: 1px solid #DDD;
  background-color: #CCC;
  padding: 0 0.3em;
  color: #FFF;
  text-decoration: none;
}

div.meta a.editentry:hover {
  background-color: #800;
  color: #FFF;
  background: #7AD;
  text-decoration: none;
}

li.xfolkentry {
  border-bottom: 1px solid #DDD;
  padding: 0.5em 0.5em;
}

html > body li.xfolkentry {
  border-bottom: 1px dotted #AAA;
}

li.xfolkentry div {
/*  padding: 0.1em; */
}

li.xfolkentry.deleted {
  opacity: 0.5;
}

li.xfolkentry.private {
  border-left: 3px solid #F00;
}

li.xfolkentry.shared {
  border-left: 3px solid #FA0;
}

/* SIDEBAR */
div#sidebar {
  font-size: small;
  position: absolute;
  right: 1em;
  top: 10em;
  width: 25%;
}

div#sidebar a {
/*  color: #995; */
}

div#sidebar a:hover {
/*  color: #773; */
}

div#sidebar div {
/*  background: #FFF url('/images/bg_sidebar.png') bottom repeat-x; */
/*  border: 1px solid #CC8; */
  border: 1px solid #CCC;
  color: #555;
  margin-bottom: 1em;
}

div#sidebar h2 {
  background: transparent;
  border: 0;
/*  color: #995; */
  letter-spacing: 0;
  margin: 0;
  padding: 0.5em 0;
}

div#sidebar hr {
  display: none;
}

div#sidebar p {
  margin: 1em;
}

div#sidebar p.tags a {
  margin: 0;
}

div#sidebar table {
  margin: 0.5em 0.5em 0 0.5em;
}

div#sidebar table td {
  padding-bottom: 0.25em;
  padding-right: 0.5em;
}

div#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
}

div#sidebar ul li {
  margin: 0.5em 0;
}

div#sidebar div#sidebarbottom {
  border: none;
}

/* TAGS */
p.tags {
  line-height: 2.25em;
  margin: 2em 10%;
  text-align: justify;
  vertical-align: middle;
}

p.tags a,
p.tags span {
  color: #47A;
  margin-right: 0.5em;
}

p.tags span:hover {
  cursor: pointer;
  text-decoration: underline;
}

p.tags span.selected {
  background: #CEC;
}

/* PROFILE */
table.profile th {
  width: 10em;
}

/* OTHER GUFF */
dd {
  background: #CEC;
  border-right: 4px solid #ACA;
  color: #464;
  padding: 6px;
}

dd a {
  color: #464;
}

dd a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

dl {
  font-size: small;
  margin: 1em;
  width: 70%;
}

dl#profile dd {
  background: #CDE;
  border-color: #ABC;
  color: #247;
}

dl#profile dt {
  background: #BCE;
  border-color: #9AC;
  color: #245;
  display: block;
  font-weight: bold;
  padding: 6px;
}

dl#profile a {
  color: #446;
}

dl#profile a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

dl#meta dd {
  line-height: 1.5em;
}

dl#meta dt {
  background: #BDB;
  color: #353;
  display: block;
  font-weight: bold;
  padding: 6px;
}

dt {
  border-right: 4px solid #9B9;
}

dt a {
  background: #BDB;
  color: #353;
  display: block;
  font-weight: bold;
  padding: 6px;
}

dt a:hover {
  background: #ACA;
  border: 0;
}

form {
  margin: 0;
}

#search {
  float: right;
  color: #555;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1em;
  top: 6em;
  font-size: small;
}

* html table#search {
  top: 5.7em;
}

.search {
  font-size: 8pt;
}

form label,
form td,
form th {
  font-size: small;
}

form table {
  margin: 0 1em;
}

h3 {
  background: #DDD;
  color: #555;
  font-size: small;
  letter-spacing: 0.2em;
  margin: 2em 1em 1em 1em;
  padding: 0.25em 0.75em;
}

li {
  font-size: small;
  margin-bottom: 0.5em;
}

p {
  font-size: small;
  margin: 1em;
}

p#sort {
  color: #CCC;
  font-size: small;
  float: left;
  margin: 0;
  position: absolute;
  left: 1em;
  top: 8.5em;
}

html > body p#sort {
  margin-right: 0.75em;
}

p#sort a {
/*  background: #AAA; */
  color: #555;
  font-weight: normal;
  margin-right: 0.5em;
  padding: 0 1em;
}

html > body p#sort a {
  margin-right: 0;
}

p#sort a:hover {
/*  background: #CCC; */
  text-decoration: none !important;
}

p#sort span {
  display: none;
}

p.paging {
  font-size: small;
  margin-left: 1em;
  text-align: center;
  width: 70%;
}

p.paging a,
p.paging span.disable {
/*  background: #888; */
  color: #888888;
  display: inline;
  margin-right: 0.5em;
  padding: 0.25em 1em;
}

p.paging a {
  text-decoration: underline;
}

p.paging a:hover {
/*  background: #666; */
}

p.paging span {
  display: none;
}

p.paging span.disable {
/*  background: #DDD; */
  color: #AAA;
}

div.collapsible p.tags {
  line-height: 2.25em;
  margin: 1em 2em;
}

th label {
  padding-right: 1em;
}

ul {
  margin-right: 1em;
  width: 75%;
}

#popularTags span {
  cursor: Pointer;
}

#bottom {
  clear: left;
  height: 1px;
  overflow: hidden;
}

#footer {
  padding: 0 0 0.5em 0;
  text-align: left;
  clear: left;
}

#footer-inner {
  margin: 0;
}

.fp #footer-inner {
  margin-top: 0.5em;
}

#footer-hr hr {
  display: none;
}

#footer-hr {
  background-color: #eee;
  height: 0.4em;
  border-bottom: 1px solid #ccc;
}

#footer ul {
  font-size: 60%;
  width: 90%;
}

#footer li {
  display: inline;
  border-left: 1px solid #444;
  padding: 0 0.4em;
  margin: 0;
}

#footer li.first {
  border-left: 0;
  padding-left: 0;
}

