body {
  margin-top: 20px;
  color: #000;
  background-color: #bbb;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}

#page {
  width: 90%;
  border: solid 1px black;
  margin-left: auto; margin-right: auto;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
img {
  border-width: 0;
}


#header {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid black;
  background-color: #bcd;
}

#content {
  background-image: url(images/content.png);
  background-repeat: repeat-x;
  vertical-align: top;
  background-color: white;
  width: 60%;
}


#main {
  padding: 14px;
}

#message {
  padding: 14px;
}

/* Sidebar */ 
#sidebar-left, #sidebar-right {
  top: 0;
  width: 14em;
  padding: 0.5em;
  vertical-align: top;
  background-color: #EEE;
}

#sidebar-left {
  left:0;
  border-right: 1px solid black;
}

#sidebar-right {
  right:0;
  border-left: 1px solid black;
}


#logo {
  vertical-align: bottom;
  border: 0;
}


#footer {
  background-color:white;
  font-size: 10px;
  color: #000;
  vertical-align: bottom;
  text-align: center;
}

.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}

/* Content */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
  color:#185083;
}
.node {
  padding: 0 0 2.5em 0;
}
.node .title, .box .title, .node .title a, .box .title a, .block .title {
  font-size: 12px;
  font-weight: bold;
  color: #185083;
}

.form-item .title {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.node .author {
  color: #999;
  font-size: 10px;
  padding-bottom: 1em;
}
.node .taxonomy {
  color: #999;
  font-size: 10px;
  padding: 1.5em;
}
.node .content {
  padding-top: 0.5em;
}
.node .links {
  padding-top: 0.5em;
  color: #999;
}
.node .links a {
  font-weight: bold;
}
.path a, .path a:visited {
  color: #777;
}

/* Pre */ 
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}


.content li {
  padding-bottom: 0.25em;
}


/* Menu */
.menu ul {
  margin: 0;
  padding-left: 2em;
}

.menu li {
  padding:0;
  color: black;
}

.menu li a {
  text-decoration: none;
  font-weight:normal;
  color: #000;
}
.menu li a.active {
  font-weight:bold;
  color: #000;
}

.menu li:hover, .menu li:hover a {
  color: #39c;
}

.menu li.expanded {
  list-style: circle;
}
.menu li.collapsed {
  list-style: disc;
}
.menu li.leaf {
  list-style: square;
}

/* Developers :P */
.developers ul {
   margin: 0;
  padding-left: 7em;
}

.developers li {
  padding:0;
}


/* Table */ 
table.gvmarkup {
  border:1px solid black;
}

table.gvmarkup tr.even {
  background-color:#eee;
}

table.gvmarkup tr.title {
  background-color:#bcd;
  color:black;
}

table.gvmarkup td {
  padding: 3px 3px 3px 3px;
}

.pagination {
   border: 1px solid black;
   background-color: azure;
   text-align: center;
}

