/*
Theme Name:Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.0.0
Author:Eugene
Author URI:http://gigo.ru/
Tags:fixed-width

	"Home" by http://gigo.ru/

*/

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #122D42 url(images/bg.png) repeat;
  color: #98ABBA;
  font-family: Tahoma, Geneva, sans-serif;
}

h1, h2, h3 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}

h1 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

h2 {
  font-size: 14px;
  font-style: italic;
}

h3 {
  font-size: 12px;
}

ul {
  padding-left: 50px;
} 

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#background {
  background: url(images/tri_02.png) repeat-x;
  min-height: 100%;        
  height: auto !important;
  height: 100%;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  min-height: 100%;        
  height: auto !important;
  height: 100%;
}

#header {
  background: url(images/tri_04.png) no-repeat;
  height: 330px;
}

#topmenu {
  color: #7C9BB1;
  font-size: 11px;
  text-align: center;
  background: url(images/tri_06.png) no-repeat;
  height: 19px;
  padding-top: 15px;
}

#topmenu a {
  color: #7C9BB1;
}

#topmenu a:hover{
  color: #FFF; 
}


.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}

#content {
  background: url(images/tri_07.png) no-repeat;
  min-height: 304px;
  padding: 20px 0 129px;
  font-size: 12px;
  line-height: 18px;
}

textarea {
  overflow: hidden;
  padding: 5px;
}

#content p {
  text-align: justify;
  text-indent: 15px;
  padding: 0 60px 10px 20px;
}

#content a {
  color: #FFF;
} 

#content a:hover {
  color: #FFF;
  border-bottom: #FFF dotted 1px;
}

#content .SubCaption {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  padding-bottom: 10px;
}

.post {
  padding: 0 30px 20px;
}

#footer {
  background: url(images/tri_09.png) repeat-x;
  height: 129px;
  margin: -129px auto 0;
}

#footer p {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding-top: 60px;
}

#footer img {
  padding-top: 4px;
} 

#footer a {
  color: #F0D4C3;
} 

#footer a:hover {
  color: #FFF;
}