/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 115, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.11.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
  font-family: 'DroidSansRegular';
  src: url("/static/fonts/Droid-Sans/DroidSans-webfont.eot");
  src: url("/static/fonts/Droid-Sans/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Droid-Sans/DroidSans-webfont.woff") format("woff"), url("/static/fonts/Droid-Sans/DroidSans-webfont.ttf") format("truetype"), url("/static/fonts/Droid-Sans/DroidSans-webfont.svg#DroidSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 28, ../sass/screen.scss */
.clear {
  clear: both;
}

/* line 32, ../sass/screen.scss */
body {
  background-color: #d3e7e6;
  font-family: Georgia, Times, serif;
  font-size: 12px;
  color: #141414;
}

/* line 40, ../sass/screen.scss */
a {
  color: #141414;
}
/* line 45, ../sass/screen.scss */
a:hover {
  color: #aaaaaa;
}

/* line 50, ../sass/screen.scss */
.last_column {
  margin: 0px !important;
}

/* line 55, ../sass/screen.scss */
h1 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}

/* line 61, ../sass/screen.scss */
.image_tainer {
  text-align: left;
  margin-bottom: 2em;
  text-align: center;
}
/* line 65, ../sass/screen.scss */
.image_tainer img {
  border: 4px solid white;
  -moz-box-shadow: #e6e6e6 5px 5px 12px;
  -webkit-box-shadow: #e6e6e6 5px 5px 12px;
  -o-box-shadow: #e6e6e6 5px 5px 12px;
  box-shadow: #e6e6e6 5px 5px 12px;
}

/* line 73, ../sass/screen.scss */
hr {
  border: 0;
  color: #aaaaaa;
  background-color: #aaaaaa;
  height: 1px;
}

/* line 80, ../sass/screen.scss */
ul.indent {
  margin: 20px 0px 20px 20px !important;
}

/* line 84, ../sass/screen.scss */
.circled, #main_frame .highlighted ul {
  list-style-type: circle;
  margin: 20px 0px 20px 20px !important;
}

/* line 89, ../sass/screen.scss */
.second_chapter {
  margin-top: 2.5em;
}

/* line 93, ../sass/screen.scss */
#main_frame {
  width: 1000px;
  min-height: 700px;
  background-color: white;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 42px;
  background-image: url(/static/images/kante.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
/* line 109, ../sass/screen.scss */
#main_frame #header {
  width: 100%;
  height: 117px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
/* line 118, ../sass/screen.scss */
#main_frame #content-tainer {
  margin: 0 20px 42px 20px;
  min-height: 480px;
}
/* line 124, ../sass/screen.scss */
#main_frame #content-tainer menu {
  font-family: 'DroidSansRegular';
  width: 130px;
  float: left;
  margin-right: 53px;
  font-size: 14px;
}
/* line 131, ../sass/screen.scss */
#main_frame #content-tainer menu div {
  border-top: 1px solid #141414;
  line-height: 25px;
}
/* line 137, ../sass/screen.scss */
#main_frame #content-tainer menu .active {
  color: #aaaaaa;
}
/* line 141, ../sass/screen.scss */
#main_frame #content-tainer menu .last_el {
  border-bottom: 1px solid #141414;
}
/* line 145, ../sass/screen.scss */
#main_frame #content-tainer menu .lan_switch {
  margin-top: 2em;
  border: none;
  font-size: 12px;
  line-height: 14px;
}
/* line 153, ../sass/screen.scss */
#main_frame #content-tainer #content {
  float: left;
  position: relative;
}
/* line 160, ../sass/screen.scss */
#main_frame article {
  font-size: 13px;
  line-height: 17px;
  width: 330px;
  margin-right: 37px;
  padding: 20px;
  float: left;
}
/* line 168, ../sass/screen.scss */
#main_frame article ul {
  margin: 20px 0px 20px 0px;
}
/* line 170, ../sass/screen.scss */
#main_frame article ul li {
  margin-bottom: 10px;
}
/* line 175, ../sass/screen.scss */
#main_frame article p {
  margin-bottom: 1.5em;
}
/* line 179, ../sass/screen.scss */
#main_frame article h2 {
  font-size: 16px;
}
/* line 185, ../sass/screen.scss */
#main_frame .first_column {
  padding-left: 0px;
}
/* line 189, ../sass/screen.scss */
#main_frame .highlighted {
  width: 300px;
  background-image: url(/static/images/chruch.png);
  -moz-box-shadow: #e6e6e6 5px 5px 8px;
  -webkit-box-shadow: #e6e6e6 5px 5px 8px;
  -o-box-shadow: #e6e6e6 5px 5px 8px;
  box-shadow: #e6e6e6 5px 5px 8px;
  -webkit-border-radius: 10px 6px;
  -moz-border-radius: 10px / 6px;
  -o-border-radius: 10px / 6px;
  -ms-border-radius: 10px / 6px;
  -khtml-border-radius: 10px / 6px;
  border-radius: 10px / 6px;
  margin-bottom: 20px;
  font-family: 'DroidSansRegular';
}
/* line 199, ../sass/screen.scss */
#main_frame .highlighted h3 {
  font-family: Georgia;
  font-style: italic;
}
/* line 210, ../sass/screen.scss */
#main_frame #footer {
  height: 70px;
  width: 100%;
}
/* line 214, ../sass/screen.scss */
#main_frame #footer #small_logo {
  width: 121px;
  height: 49px;
  float: left;
  background-image: url(/static/images/logo-small.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0px 0px 10px 25px;
}
/* line 226, ../sass/screen.scss */
#main_frame #footer .adress_label {
  float: left;
  margin-left: 60px;
  font-size: 13px;
  line-height: 20px;
}
