/* Commented out {{{
$[$var{foo} = 10;			""; ]
$[$var{contentWidth} = 700;		""; ]
$[$var{contentPadding} = 10;		""; ]
$[$var{headerHeight} = 70;		""; ]
$[$var{logoHeight} = 63;   		""; ]
$[$var{sidebarWidth} = 65;   		""; ]
 }}} */
/* Absolute positioning of top-level elements {{{ */
#body {
  width: 1000px;
  font-family: sans-serif;
}
#header, #sidebar, #content, #adcontainer {
  padding: 0em;
  margin: 0em;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 70px;
  width: 840px; /* #sidebar + #content */
}
#sidebar {
  position: absolute;
  background-color: white;
  top: 70px;
  left: 0px;
  width: 120px;
}
#content {
  position: absolute;
  top: 70px;
  left: 120px;
  width: 700px;
  padding: 0px 10px 10px 10px;
}
#adcontainer, #amazoncontent {
  position: absolute;
  top: 70px;
  left: 840px; /* #sidebar width + #content width + borders and padding */
  width: 160px;
  font-family: sans-serif;
  text-align: justify;
  /* border: 1px solid red; */
}
/* }}} */
/* Positioning the logo {{{*/
#logo {
  padding: 0em;
  margin: 0em;
  display: block;
  /* border: 1px solid blue; */
}
#logo img {
  display: block;
  margin: 3px; /* #header height - my height / 2 (top and bottom) */
}
#logo {
  float: left;
}
/*}}}*/
/* header links {{{*/
#header ul {
  list-style: none;
}

#header ul li {
  display: inline;
  padding: 0em 0em 0em 0em;
  /* border: 1px solid gray; */
}
#common-links {
  margin: 30px 0px 0px 0px;
  padding: 0em;
  /* border: 1px solid blue; */
  display: block;
  font-size: 12px;
  line-height: 30px;
  float: right;
  font-family: sans-serif;
}
#common-links a {
  color: green;
  text-decoration: none;
  padding: 0px 12px 0px 12px;
  /*
  background-color: pink;
  */
}
/*}}}*/
/* General display properties (fonts, colors, etc) {{{*/
body {
  font-size: 9pt;
  padding: 0em;
  margin: 0em;
  background-color: white;
  color: black;
  font-family: serif;
}
img {
  border: none;
}
#menu a {
  color: green;
  display: block;
  padding-left: 10px;
  text-decoration: none;
  border-top: 1px solid rgb(178,216,178);
  /* border-bottom: 1px solid rgb(178,216,178); */
  border-collapse: collapse;
}
#menu ul.level1 li {
  background-color: #FF7;
  font-size: 9pt;
}
/* This will override a:all (i.e. a:hover) */
body a.disabled, #menu a.disabled, #common-links a.disabled {
  color: gray;
  /*
  background-image: url("../bulgaria/img/bikkuri");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 12px;
  */
}
#menu a:hover, #common-links a:hover {
  color: red;
}
#menu a.disabled:hover, a.disabled:hover, #common-links a.disabled:hover {
  /* text-decoration: line-through; */
}
#menu ul.level1 ul li {
  background-color: white;
  font-size: 8pt;
}
#menu ul {
  list-style: none;
  padding: 0em 0em 0em 0em;
  margin: 0em;
  font-family: sans-serif;
  font-size: 9pt;
}
#content {
  font-size: 10pt;
}
h1, h2, h4 {
}
h2 {
  text-align: center;
  margin: 0em;
  padding: 1ex 2em 1ex 2em;
  background-color: #bee1be;
  border-top-color: #bee1be;
  border-bottom-color: #ffe9e9;
  background-image: url("../bulgaria/img/flag-background.png");
  background-repeat: repeat-x;
  border-width: 2px;
  border-style: solid none solid none;
  color: black;
}
.linkToTop {
  float: right;
  color: green;
  font-size: 8pt;
  text-decoration: none;
  padding: 1pt 1ex 1pt 1ex;
  font-family: sans-serif;
}
.linkToTop:hover {
  background-color: green;
  color: white;
}
table {
  border-collapse: collapse;
  margin: 1ex 0ex 1ex 0ex;
}
td, th {
  padding: 4pt 1ex 4pt 1ex;
  border: thin solid gray;
}
th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}
a{
  color: #070;
  text-decoration: none;
}
a:visited {
  color: #050;
}
/* category-specific themes */
h2.indexDiscover, h2.indexTravel, h2.indexAreKore {
  border-top-right-radius: 12px;
  -o-border-top-right-radius: 12px;
  -icab-border-top-right-radius: 12px;
  -khtml-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -o-border-top-left-radius: 12px;
  -icab-border-top-left-radius: 12px;
  -khtml-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  background-image: none;
  font-size: 40pt;
  margin: 0pt;
  padding: 2pt 1ex 2pt 1ex;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: white;
}
h2.indexDiscover {
  color: #89fff6;
}
h2.indexTravel {
  color: #ffd83a;
}
h2.indexAreKore {
  color: #ffa6ff;
}

/*}}}*/
/* debugging *//*{{{*/
/*
#header, #sidebar, #content, #adcontainer {
border: 1px solid red;
}
*/
.image-links {
	white-space: nowrap;
}

.image-links img {
	margin-right: 10px;
	border: none;
}


/*}}}*/
.sitemap { /*{{{ Sitemap*/
  float: left;
  margin: 1ex;
  padding: 0ex 0ex 0ex 0ex;
  display: block;
  border: 3px solid green;
  background-color: green;
  border-top-right-radius: 12px;
  -o-border-top-right-radius: 12px;
  -icab-border-top-right-radius: 12px;
  -khtml-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -o-border-top-left-radius: 12px;
  -icab-border-top-left-radius: 12px;
  -khtml-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
}
.sitemap h3 {
  color: yellow;
  padding: 1ex;
  margin: 0ex;
  text-align: center;
  white-space: nowrap;
}
.sitemap h3 a {
  color: yellow;
}
.sitemap h3 a:visited {
  color: orange;
}
.sitemap ul {
  list-style-position: inside;
  margin: 0em;
  padding: 1em;
  background-color: white;
}
.sitemap ul li {
  background-color: white;
  margin: 0em;
}
.sitemap a {
  margin: 0em;
  padding: 0em;
} /*}}}*/
/* vim:fdm=marker:sts=2:sw=2:
 */

