﻿/*   CSS for   www.valigura.org.ua    */

body {
    background: #666666 url("../images/bg2.jpg") repeat;
    font-family: "Tahoma";
    color: white;
    font-size: 1em; 
}


/*      DIVS       */
#container {
    width: 1000px;
    height: 100%;
}

#header {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 20px;
    height: 415px;
}

#nav_top {
    position: absolute;
    top: 105px;
    left: 880px;
}

#menu {
    font-size: 1.1em;
    position: absolute;
    top: 350px;
    left: 270px;
    text-align: right;
}
#menu li {
  display: inline;
}
#menu img {
    position: relative;
    top: 8px;
}


#leftbar {
    float: left;
    padding: 30 30 0 30;
}

#content {
    
    text-align: left;
    padding: 10px 150px 10px 300px;
    min-height: 600px;
    margin: 10px;
    background: url("../images/shutter.jpg") bottom left no-repeat;
}

#footer {
    border-top: 1px solid #FFFFFF;
    font-size: 0.9em;
    padding: 20px;
    clear: both;
    overflow: auto;

}


/*     CLASSES & TAGS      */
div.item {
     width: 600px;
     margin-top:-20px;
}

h1, h2 {
    font-weight: normal;
}

h3, h4, h5, h6 {
    color: #996633;
}

hr {
    color: #666666;
    border-bottom: 1px solid white;
    width: 100%;
}

img {
  color: white;
  font-size: 1.6em;
}

.menu_icon {
   padding: 10 10 35 10;
}

legend {
    padding: 3px;
    color: #0099FF;
    background: white;
}

iframe {
    border: 0px solid white;
}
small {
    font-size: 0.7em;
}


/*     LINKS          */
a:link, a:visited, a:active {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: red;
    text-decoration: none;
}

#menu a:link, #menu a:visited, #menu a:active {
    color: white;
    text-decoration: underline;
}
#menu a:hover {
    color: red;
    text-decoration: none;
}