/**
 * @file


/*
 * Body
 */
body {
color: #686868;
background-color: #000000;
}

#page-wrapper,
.region-page-closure {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

#page {
}

/*
 * Header
 */
#header {
}

#header .section {
}

#search-box {
}

.region-header {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}

#main {
}

/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 940px;
  margin-left: 0; /* LTR */
  margin-right: -940px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 740px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -940px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 740px;
  margin-left: 0; /* LTR */
  margin-right: -740px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 720px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -740px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content .section {
  margin: 0;
  padding: 0;
}

table {
border: 1 solid #686868;
}

#largeImg {
height: 444px;
width: 592px;
padding-top: 6px;
padding-left: 2px;
padding-right: 2px;
}
.gallery-thumbs img {

padding-right: 2px;
padding-left: 2px;
height: 107px;
width: 143px;
}
.gallery-thumbs img:hover {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
tr.gallery img:hover {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}
tr.gallery img {
display: block; 
margin-left: auto; 
margin-right: auto; 
margin-top: 10px;
height: 130px;
}

/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

#navigation ul /* Primary and secondary links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 210px;
  margin-left: 0; /* LTR */
  margin-right: -210px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 20px 0 0; /* LTR */
  padding: 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 200px;
  margin-left: 760px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  margin: 0 0 0 20px; /* LTR */
  padding: 0;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#navigation {
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/

a.language-link
{ 
position: relative;
display: block;
overflow: hidden;
height: 29px;
cursor: pointer;
text-decoration: none;
}

#block-locale-0 a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-style: normal;
 font-weight: normal;
font-size: 12px;
}
        
#block-locale-0 ul {
list-style-type: none;
}

#block-locale-0 ul a
        {
 display: block;
position:relative;
 top:0;
line-height: 20px;
color: #696969;
padding: 0 1px 0 1px;
margin-left: 0;
margin-right:0;
}
                        
                        
#block-locale-0 ul a
{
 color: #808080;
}
                          
#block-locale-0 ul a:active {
color: #FFFFFF;
}
#block-locale-0 ul a:hover {
color: #c0c0c0;
}
.content table {
color: #686868;
font-size: 0.7em;
text-align: justify;
width: 744px;
height: 470px;
}
span.gallery-text {
display: block;
font-family: 'Garamond-Italic';
src: url('font/garait.eot');
src: url('font/garait.eot?#iefix') format('embedded-opentype'),
url('font/garait.woff') format('woff'),
url('font/garait.ttf') format('truetype'),
url('font/garait.svg#garait') format('svg');
font-weight: normal;
font-style: normal;
font-size: 1.7em;
padding-top: 60px;
padding-left: 20px;
padding-right: 10px;
line-height: 1.3em;
}
span.gallery-contact {
display: block;
font-size: 1.4em;
padding-top: 200px;
padding-left: 50px; 
}
a:link {
text-decoration: none;
color: silver;
}
a:hover {
color: #ffffff;
}
a:visited {
color: silver;
}
div.copyright {
font-size: 0.7em;
padding-top: 320px;
}