@import url('reset.css');

body {
 text-align: center;
 background: #6ae8a7 url('../images/bg-gradient.jpg') repeat-x;
}

#container {
 margin: auto;
 width: 960px;
 min-height: 300px;
 background: url('../images/bg.jpg') no-repeat right top;
}

h1 {
 font-size: 20px;
}

h2 {
 font-size: 18px;
}

h3 {
 font-size: 16px;
 font-style: italic;
}

a, a:visited {
 text-decoration: none;
 color: #0ea758;
}

p {
 line-height: 1.2;
}

/** HEADER **/

#header {
 height: 170px;
}

#logo {
 float: left;
}

#headline {
 float: left;
 height: 35px;
 width: 300px;
 margin-top: 105px;
 padding-left: 10px;
 text-align: left;
}

/** LEFT CONTAINER **/

#left {
 width: 227px;
 background: #fff url('../images/vasak-top.jpg') no-repeat;
 float: left;
 padding-top: 50px;
}

/** MAINMENU **/

#mainmenu {
}

#mainmenu li {
 margin-bottom: 2px;
}

#mainmenu a {
 font: 18px "Georgia", serif;
}

#mainmenu a:hover, #mainmenu li.active a {
 color: #a8dfc2;
}

/** SECOND-MENU **/

#second-menu {
 padding: 0 20px 5px 100px;
}

#second-menu li {
 text-align: left;
}

#second-menu li a {
 font-size: 16px;
}

/** CENTER **/

#center {
 margin-left: 4px;
 text-align: left;
 width: 500px;
 background: url('../images/content-bottom.png') no-repeat center bottom;
 float: left;
}

#content {
 padding: 40px 20px 40px 20px;
 background: url('../images/content-top.jpg') no-repeat center top;
 min-height: 300px;
}

#content-top{
 position: relative;
 left: -20px;
}

/** RIGHT **/

#right {
 background: #fff url('../images/parem-top.jpg') no-repeat;
 width: 225px;
 height: 580px;
 float: left;
 margin-left: 4px;
 padding-top: 10px;
}

/** FOOTER **/

#footer {
 min-height: 40px;
 padding: 10px 10px;
 border-top: 4px solid #aaa;
}

#edicy {
 float: right;
}

#footer-inner {
 float: left;
}

/*************/
/* BLOG MAIN */
/*************/

.news-block {
 margin-bottom: 30px;
 padding-bottom: 20px;
 border-bottom: 1px solid #aaa;
}

.news-date {
 margin-bottom: 30px;
}

.news-block-last {
 border: none;
}

/*************/
/* BLOG POST */
/*************/

/* COMMENTS */

#comments {
 margin-top: 50px;
}

.comment {
 margin-top: 15px;
 padding: 15px 0px 15px 0px;
 border-top: 1px solid #aaa;
 
}

.comment-left {
 float: left;
}

.comment-right {
 margin-left: 155px;
}

/* COMMENTS FORM */

#comment-form {
 margin-top: 80px;
}

#comment-form table {
 width: 100%;
 margin-top: 10px;
 border-top: 1px solid #aaa;
}

#comment-form table td {
 vertical-align: top;
 padding: 10px 5px 0px 0px;
}

#comment-form table td.first {
 text-align: right;
}

/*************/
/*   FORMS   */
/*    NB!    */
/* ALAKRIIPS */
/*************/

.form_area {
 margin: 20px 0px 5px 0px;
}

.form_fields {
}

.form_field {
 margin: 30px 10px;
}

.form_field label {
 display: block;
 margin: 0px 10px 5px 0px;
}

.form_field_size_large { width: 600px; }
.form_field_size_medium { width: 350px; }
.form_field_size_small { width: 168px; }

/* Vorm on saadetud. Täname! */
.form_notice {
 padding: 5px;
 margin-bottom: 10px;
 color: green;
 border: 1px dotted green;
}