/* General Styles {{{ */

body {
  background: #eee url(/kg/images/background.png) repeat 0 0;
  color: #333;
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
}

body, td, input, select, textarea {
  font: 14px/1.6 "Trebuchet MS", Helvetica, sans-serif;
}

a {
  color: #e05e26;
}

a img {
  border: none;
}

#container {
  margin: 0px auto;
  padding: 0px 0px 16px;
  width: 784px;
  background: white;
  text-align: left;
}

#header {
  margin: 0px 16px 16px;
}

ul {
}

ul li {
  list-style: square;
}

/* }}} */

/* Header {{{ */

#header {
  width: 752px;
  font-size: 85%;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

#header #description {
  top: 0px;
  left: 0px;
  padding: 0.5em 16px;
  line-height: 1em;
  color: #444;
  background: black;
  position: relative;
  z-index: 20;
}

#header #logo {
  position: absolute;
  bottom: 0.25ex;
  line-height: 1;
  left: 16px;
  font-size: 72px;
  font-weight: bold;
  text-transform: lowercase;
  color: white;
  z-index: 10;
  text-shadow: black 0px 0px 8px;
}

#header #logo-year {
  font-size: 200px;
  position: absolute;
  right: 8px;
  bottom: -0.45ex;
  line-height: 1;
  font-weight: bold;
  text-transform: lowercase;
  color: white;
  z-index: 5;
  text-shadow: black 0px 0px 16px;
  opacity: 0.3;
  filter:alpha(opacity=30); /* For IE suckers */
}

#header #header-image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

/* }}} */

/* Columns {{{ */

#columns {
  margin: 0px 16px;
  background: url(/static/images/sidebar.png) repeat-y 100% 0px;
}

#main {
  float: left;
  width: 100%;
  margin-right: -256px;
}

#main-inner {
  margin-right: 240px;
  border-right: 16px solid white;
  background: white;
}

#sidebar {
  float: right;
  width: 240px;
  background: #cfe3e8;
  border-left: 16px solid white;
}

#main-wide {
  float: left;
  width: 100%;
}

#main-wide-inner {
}

/* }}} */


/* Main {{{ */

#tabs {
  background: #529aad;
  margin: 0px 0px 16px;
  padding: 0px 16px;
  height: 2.5em;
  line-height: 1em;
  font-size: 125%;
  overflow: hidden;
}

#tabs li {
  display: inline;
  list-style: none;
}

#tabs li a {
  float: left;
  margin: 0.5em 16px 0px 0px;
  background: white url(/kg/images/tab.png) repeat-x 0 0;
  border: 1px solid white;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  text-shadow: white 0 1px 2px;
  filter:alpha(opacity=50); /* For IE suckers */
}

#tabs li.active a {
  font-weight: bold;
  opacity: 1;
  filter:alpha(opacity=100); /* For IE suckers */
}

#tabs li a:hover {
  color: #e05e26;
}

#content {
  padding: 0px 16px 32px;
}

#content h1 {
  line-height: 0.85;
  font-size: 300%;
  margin: 0px 0px 16px;
}

#body h2 {
  font-size: 200%;
  margin: 0px -16px 1ex;
  padding: 0px 16px;
  border-bottom: 1px dotted #7db3c2;
}

#body h3 {
  font-size: 150%;
  margin-bottom: 0.5ex;
  padding: 0px;
}

#body p {
  margin: 0px 0px 2ex;
}

/* }}} */

/* Images {{{ */

.left-image,
.center-image,
.right-image {
  border: 1px solid #ccc;
  margin: 0px 0px 8px;
  text-align: center;
}

.left-image img,
.center-image img,
.right-image img {
  display: block;
  margin: 0px auto;
}

.left-image {
  float: left;
  margin-right: 16px;
}

.right-image {
  float: right;
  margin-left: 16px;
}

.centre-image {
  margin-left: auto;
  margin-right: auto;
}

.left-image .caption,
.center-image .caption,
.right-image .caption {
  display: block;
  font-size: 85%;
  text-align: center;
  color: #999;
  width: 120px;
  margin: 0px auto;
}

/* }}} */

/* Promo ads {{{ */

#promos {
  clear: both;
  padding-top: 40px;
}

.promo {
  float: left;
  width: 232px;
}

/* }}} */


/* Sidebar {{{ */

#sidebar {
}

#sidebar h2 {
  margin: 0px 0px 8px;
  line-height: 1em;
  font-size: 150%;
  padding: 0.6em 0px 0.5em 16px;
  font-weight: bold;
  background: #7db3c2;
}

#sidebar ul {
  margin: 0px 0px 2ex;
  padding: 0px 0px 0px 2em;
}

#sidebar ul li {
  margin: 0px;
  padding: 0px;
  list-style: square;
}

#sidebar ul li.active {
  background: #7db3c2;
  color: white;
}

#sidebar ul li.active a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#sidebar #page-info {
  padding: 0px 16px 16px;
  font-size: 85%;
}

#sidebar #page-info h2 {
  margin: 0px -16px 8px;
}

#body h1 a {
  color: #333;
  text-decoration: none;
}

#body h1 a:hover {
  color: #e05e26;
  text-decoration: underline;
}

/* }}} */

/* Business Directory {{{ */

.business dl {
  border-top: 1px dotted #ccc;
  margin: 0px -16px 2ex;
}

.business dl dt {
  line-height: 2em;
  font-weight: bold;
  padding-left: 16px;
  font-weight: normal;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.25em;
  color: #999;
}

.business dl dd {
  margin: -2em 0px 0px;
  line-height: 2em;
  padding-left: 12em;
  border-bottom: 1px dotted #ccc;
}

.business dl dd address {
  font-style: normal;
}

ul.categories {
  border-top: 1px solid #ccc;
  margin: 0px -16px;
  padding: 0px;
}

ul.categories li {
  border-bottom: 1px solid #ccc;
  margin: 0px;
  padding: 0px 32px;
  list-style: none;
}

ul.categories li a {
  font-size: 125%;
  display: block;
  font-weight: bold;
  text-decoration: none;
  margin: 0px -32px;
  padding: 0px 16px;
}

ul.categories li a:hover {
  background: #eee;
  text-decoration: underline;
}

ul.categories li .subcategory {
  border-right: 1px solid #eee;
  margin-right: 0.5em;
}

ul.categories li .subcategory a {
  display: inline;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 0.75em 0px 0px;
  padding: 0px;
}

ul.categories li .subcategory a:hover {
  background: none;
}

/* }}} */

/* Footer {{{ */

#footer {
  clear: both;
  margin: 0px;
  background: #ccc;
  color: #666;
  font-size: 85%;
  border-top: 16px solid white;
}

#footer #explore,
#footer #directory,
#footer #contact-information {
  float: left;
  width: 240px;
  margin-right: 16px;
}

#footer ul {
  display: block;
  margin: 0px;
  padding: 0px 8px 8px;
}

#footer ul li {
  display: inline;
  margin: 0px 0px 0.5em 0px;
  padding: 0px;
  border-right: 1px solid #ddd;
}

#footer ul li a {
  color: #eee;
  margin-right: 0.5em;
}

#footer h3 {
  margin: 0px;
  padding: 8px 8px 0.5ex;
}

#footer h3 a {
  color: #666;
  text-decoration: none;
}

#footer #contact-information {
  margin-right: 0px;
}

#footer #contact-information .contact {
  padding: 0px 8px 8px;
}

.cleaner {
  clear: both;
  height: 0px;
  overflow: hidden;
}

/* }}} */

