/* 
Document   : style
Created on : 21.05.2009, 14:49:25
Author     : s.senin
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: #333333;
    background-color: #ffffff;
}

div, h1, h2, h3, p {
    margin: 0;
    padding: 0;

}
p, span, div, td {
    font-size: 13px;
}
ol, ul, li {
    padding: 0;
    margin: 0 12px;
    padding-left: 5px;
}
ol, ul {
    margin-top: 12px;
}
li {
    vertical-align: middle;

}

img {
    border: 0;
}

h1 {
    font-family: Tahoma, "Trebuchet MS";
    font-size: 20px;
    font-weight:normal;
}
h3 {
    font-family:Arial,"Trebuchet MS";
    font-size:14px;
    font-weight:normal;
    margin: 0 0 10px 0;
    text-decoration:none;
    text-transform:uppercase;
}
a {
    font-size: 13px;
    color: #25B0EA;
}
a:hover {
    text-decoration: none;
}
.italic {
    font-style: italic;
}
input[type="text"], .gray_input {
    border: 1px solid #cacaca;
    color: #8b8c8d;
    
}
input[type="button"], input[type="submit"], .blue_button, #sendmail_button {
    background-image: url('bg_button.jpg');
    width: 23px;
    height: 23px;
    cursor: pointer;
}
#main {
    margin: 0 auto;
    padding: 0;    
    width: 996px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -498px;
    background-image: url('bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
}
#main_inner {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#main_inner td {
    vertical-align: top;
}
#header {
    height: 134px;
    border-bottom: 1px solid #dddddd;
    padding-left: 37px;
}


#main_menu{
    list-style-type: none;
    margin: 10px 0 26px -10px;;
    padding: 0;
    font-family: Arial, Tahoma;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#main_menu td{
    color: #CACACA;
    vertical-align: middle;
    font-size: 13px;
}
#main_menu a{
    margin: 0 10px;
    text-decoration: none;
    font-family: "Arial Narrow", Arial, "Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;

}
#main_menu a:hover{
    text-decoration: underline;
}

/* ------------------------------------ */
#center {
    /*background:url('flower.jpg') no-repeat top right;*/
}
#center td {
    vertical-align:top;

}

#center_column {
    padding-bottom: 20px;
}


span.date {
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #8B8C8D;
}



#center_column h1 {
    font-family: Tahoma, Arial;
    text-transform: uppercase;
    font-size: 20px;
    margin: 6px 0;
}
#center_column, #center_column p {
    font-size: 13px;
    color: #000000;

}
#center_column p {
    margin-bottom: 12px;
}

#center_column_inner {
    margin: 0 10px 0 38px;
}

#posts {
    
}
.post {

}
.post_body {
    background-color: #F3F3F3;
    padding: 20px 0;
}
.post_body_inner {
    margin: 0 20px;
    overflow: hidden;
}
.post_body_inner h1{
    
}
.post_body_inner h1 a{
    color: #970F1F;
    text-decoration: underline;
    font-size: 20px;
}

.post_footer {
    padding: 10px 0 30px 0;
    color: #8b8c8d;
}
.post_services {
    padding-bottom: 10px;
}
.post_tags a {
    color: #970F1F;
}


#nav {
    text-transform: uppercase;
    color: #8b8c8d;
    padding: 40px 0 60px 0;
}
#nav a{
    
}
.guard {
    margin: 0 15px;
}

#rpc {
    width: 540px;
    margin-left: 24px;
    border: 1px solid #cacaca;
    border-top: 6px solid #25B0EA;
    background-image: url('bg_rpc.jpg');
    background-position: top;
    background-repeat: repeat-x;

}
.rpc_inner {
    margin: 0 16px;
    padding: 14px 0;
}
#rpc_head {
    border-bottom: 1px solid #25B0EA;
}
#rpc_head a {
    text-decoration: none;
}
#rpc_head a:hover {
    text-decoration: underline;
}
#center_column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#center_column ul li{
    background-image: url('marker.jpg');
    background-repeat: no-repeat;
    background-position: 0 6px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    padding-left: 14px;
}
#skel {
    width: 710px;
    height: 1px;
    font-size: 0;
}

/* --------- right -------------- */
#right_column {
    width: 290px;
    padding: 10px 0;
}
#right_column_inner {
    padding: 0;
    width: 260px;
    margin: 0 20px 0 10px;
    border: 0px solid red;
    -margin-right: 16px;
}
#search_form {
    margin: 10px 0;
    color: #8b8c8d;
}
#search_input {
    width: 220px;
}
.blue_button {
    background-image: url('bg_button.jpg');
}
.documents {
    margin: 12px 0;
}

.block {
    border: 1px solid #cacaca;
    padding: 7px 0 20px 0;
    width: 100%;
    
}
.right_block, .center_block {
    margin-bottom: 10px;
}
.center_block {
    padding-top: 20px;
    width: 300px;
}
.block_inner {
    margin: 0 12px;
    position: relative;
}
.blue_square {
    position: absolute;
    top: 3px;
    left: -13px;
    height: 10px;
    width: 9px;
    background-color: #25B0EA;
    font-size: 0;
}
h2 {
    font-family: Tahoma, Arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    font-variant: normal;
    line-height: 17px;
}

#block_cats ul {
    margin: 0;
    padding: 0;
}

#block_cats ul li {
    list-style-type: none;
    margin: 14px 0;
    padding: 0;
    line-height: 18px;
}
#block_tags {

}
#block_tags a {
    color: #666666;
    text-decoration: none;
}
#block_tags a:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}



/* ------------------------------------ */

#footer{
    border-top: 1px solid #dddddd;
    width: 100%;
}
#copyright {
    width: 600px;
    margin: 10px 38px 20px;
    font-size: 10px;
    color: #999999;
}