/* Greystyle by mitchell */

body {
  font: 14px bitstream vera sans, arial, sans-serif;
  color: #333;
  background: #f2f2f2;
  margin: 0; padding: 0;
  line-height: 1.5em;
}

a, a:link, a:visited { color: #00b; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
  font-size: 24px; font-weight: normal;
  margin: 0; padding: 0;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover { color: #333; text-decoration: none; }

h2 {
  font-size: 1em;
  background: #ddd;
  border: 1px solid #bbb;
  margin: 10px 0 10px 0;
  padding: 2px 5px 3px 10px;
}

h4 {
  font-size: 1em; font-weight: normal;
  color: #666;
  margin: 0 10px 0 10px;
}

ul { list-style-type: square; padding-left: 30px; }

blockquote { margin: 5px 10px 5px 10px; }

code, pre { background: #fff; }

#header {
  background-color: #ccc;
  background-image: url(images/caladbolg_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #999;
  padding: 10px; text-align: center;
}

#menu {
  font-size: 12px;
  float: right; width: 225px;
  background: #eee;
  border-left: 1px solid #999;
  margin-bottom: 5px;
}
#menu div { border-bottom: 1px solid #999; }
#menu .menu_title { font-weight: bold; margin: 10px 10px 5px 10px; }
#menu ul { margin: 0 10px 10px 0; padding-left: 30px; }
#menu p { margin: 10px; }

#content {
  margin: 15px 245px 15px 15px; text-align: justify;
}

#footer {
  font-size: 12px;
  clear: both;
  background: #ccc;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

h3, .title {
  font-size: 1em;
  font-weight: bold;
  background: #e6e6e6;
  border: 1px solid #bbb;
  margin: 10px 10px 0 10px; padding: 3px 7px 3px 7px;
}
.body {
  border: 1px solid #bbb; border-width: 0 1px 1px 1px;
  margin: 0 10px 15px 10px; padding: 10px;
}

.right { float: right; margin: 0 0 1em 1em; }
.left  { float: left;  margin: 0 1em 1em 0; }
.underline { text-decoration: underline; }

img { border: 0; }
