/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
  margin: 0;
  padding: 0;
}

a:link {
  color: #0c44b3;
}

a:hover {
  color: #1161ff;
}

a:visited {
  color: #0c44b3;
}

body {
  background-color: #e0e8f0;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #143e5b;
  margin: 0;
}

input {
  color: #555;
}

p,cite,code,ul {
  font-size: 1.1em;
  padding-bottom: 0.8em;
}

h1 {
  font-size: 1.6em;
  margin-bottom: 6px;
  padding-top: 8px;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 4px;
  padding-top: 8px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 4px;
  padding-top: 4px;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 2px;
  padding-top: 0px;
}

h1,h2, h3, h4 {
  color: #194360;
}

.flag-title {
  margin-top: 4px;
}

.flag-image {
  vertical-align: text-bottom;
  margin-right: 14px;
  margin-bottom: 10px;
  float: left;
}

/* misc */
.clearer {
  clear: both;
}

/* structure */
.container {
	background-color: #fafaff;
  margin: 0 auto;
  padding-bottom: 6px;
  width: 980px;
  border: 1px solid #c3cddb;
  border-width: 0px 1px;
}

.header {
  background-color: #fafaff;
}

/* title */
.title {
  background: url('/images/header3.png');
  height: 110px;
  line-height: 110px;
}

/* navigation */
.navigation {
  margin-bottom: 4px;
}
.navigation a {
  background-color: #4A91C3;
  color: #FFF;
  float: left;
  padding: 8px 0;
  width: 19%;
  border-right: 1px solid #FFF;
  text-align: center;
  text-decoration: none;
}
.navigation a:hover {
  background-color: #000;
  color: #FFF;
}

/* main */
.main {
  clear: both;
  padding: 0px 0px;
}

.flag-thumb {
  vertical-align:middle;
  margin-bottom: 3px;
  margin-right: 10px;
}

.flag-thumb-new {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 10px;
  background-image: url(/images/flag-thumbs/all.png);
  background-repeat: no-repeat; 
  
}

.alphabet {
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
 
/* main left */
.sidenav h3,.sidenav ul,.sidenav div {
  padding-left: 12px;
}
.sidenav {
  border: 1px solid #E5E5E5; 
  border-width: 0px 1px 0px 0px; 
  float: left;
  width: 225px;
}
.sidenav h3 {
  color: #666;
  font-size: 1.2em;
  height: 20px;
  margin-top: 1.2em;
}
.sidenav ul {
  border-top: 1px solid #FAFAFA;
  margin: 0;
  padding: 0;
}
.sidenav li {
  border: 1px solid #FAFAFA;
  border-top: none;
  list-style: none;
  margin: 0;
}
.sidenav a {
  color: #666;
  text-decoration: none;
}
.sidenav a:hover {
  color: #111;
}
.sidenav li a {
  color: #666;
  display: block;
  font-size: 0.9em;
  padding: 3px 6px 3px 14px;
  text-decoration: none;
}
.sidenav li a:hover {
  color: #111;
}
.sidenav div.ads-skyscraper {
  width: 160px;
  height: 610px;
  margin-top: 20px;
  margin-left: 5px;
}

/* content */
.content {
  float: right;
  width: 750px;
}
.content .item {
	padding: 6px 12px;
  border: 1px solid #fff;
  margin-bottom: 8px;
}
.content .descr {
  color: #333;
  margin-bottom: 6px;
}
.content li {
  list-style: url(img/li.gif);
  margin-left: 18px;
}

.ads-leaderboard {
  font-size: 1.0em;
  width: 728px;
  height: 90px;
     
  margin-top: 22px;
  margin-bottom: 12px;
  margin-left: -8px;
}

/* search form */
form {
  padding: 0 0 6px 8px;
}
.styled {
  border: 1px solid #DDD;
  padding: 4px;
}
.button {
  border: none;
  height: 27px;
  width: 27px;
}

/* footer */
.footer {
  background: #FFF;
  border: 1px solid #EEE;
  color: #666;
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  padding: 6px;
  width: 720px;
}
.footer a {
  color: #36C;
  text-decoration: none;
}
.footer a:hover {
  color: #06F;
  text-decoration: underline;
}

a.book_button {
	border: 1px solid #404080; 
	background-color: orange;
	font-weight: 900;
	color: white;
	position: relative; 
	top: 0px;
	left: 30px; 
	padding: 4px 14px 4px 14px;
	text-decoration: none;
}
a.book_button:hover {
	color: #04a;
}
