@import "tech.css";

*   {
    margin:0;
    padding:0;
}

.m10 {
    margin: 10px;
}

body    {
    width:100%;
    text-align:center;
    background:#9c9c9c url('images/bg.gif') repeat;
}

ul {
    padding-left:25px;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom:0.5em;
	font-weight: normal;
}

h1  { font-size: 200%; }
h2  { font-size: 175%; }
h3  { font-size: 150%; }
h4  { font-size: 125%; }
h5  { font-size: 110%; }

/*           LAYOUT          */
#wrapper    {
    width:1000px;
    font:12px tahoma;
    background-color:#5d4f38;
    color:#dbdac6;
    margin:0 auto;
    text-align:left;
    position: relative;
}

#left {
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:100%;
    background:url("images/left.png") repeat-y;    
}

#right {
    position:absolute;
    top:0;
    right:0;
    width:10px;
    height:100%;
    background:url("images/right.png") repeat-y;    
}


#header {
    height:359px;
    background:url("images/header.jpg") 0 0 no-repeat;
}

#menu   {
    height:61px;
    background:url("images/menu_bg.jpg") 0 0 no-repeat;
    border-bottom:1px solid #655745;
    padding-right:50px;
    text-align:right;
}

#main   {
    padding:5px;
    overflow:visible;
}

.blocks {
    width:300px;
    float:right;
}

.block  {
    border:1px solid #473c2b;
    margin-bottom:7px;
}

#content    {
    float:left;
    width:680px;
}

#footer {
    height:50px;
    border-top:1px solid #807a58;
    background-color:#403727;
}

/*         ELEMENTS       */

.err {
    color: #da7c34;
}

.bordash {
    border:1px dashed #857354;
}

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

a.dec   {
    text-decoration:underline;
}

a.dec:hover {
    text-decoration:none;
}

a.darken:hover  {
    color:#ba9d6d;
}

.small  {
    font-size:0.9em;
}

.small_for_topics  {
    font-size: 1em;
}

.test {
    border:1px solid red;
}

p   {
    padding-bottom:5px;
}

#menu a {
    display:inline-block;
    padding:0 10px;
    font:bold 14px/61px times new roman;
    text-transform:uppercase;
    text-decoration:none;
    color:#e2cabf;
}

#menu a:hover   {
    background-color:#201b13;
}

#menu a.selected   {
    background-color:#201b13;
}

#menu a.dipnnlink:hover {
    background-color:transparent;
}

.block h1, #content h1   {
    font:bold 16px "times new roman";
    padding:7px 15px;
    text-transform:uppercase;
    background-color:#3f3526;
}

.comment_form {
    margin:30px 0;
    padding:10px 0;
    border:1px dashed #857354;
    border-width:1px 0;
    clear:both;
}

.paginator {
    border-top:1px dashed #857354;
    padding-top:5px;
}


#topic_img {
    float:left;
    padding: 8px;
    border: 2px dashed #867354;
    margin: 8px;
}

.topic_img {
    float:left;
    padding: 8px;
    border: 2px dashed #867354;
    margin: 8px;
}

.inp {
    border:1px solid #3f3526;
    background-color: #716450;
    padding:3px;
    color:#dbdac6;
    font-size:0.9em;
}

.but {
    background-color: #dbdac6;
    border:1px solid #3f3526;
    font-size:0.9em;
    padding:3px;
    width:auto;
}

.order input, .order textarea {
    width:200px;
}

.order .short {
    width:50px;
} 

.row {
    clear:both;
    margin-bottom:20px;
    overflow:hidden;
}

.lside {
    float: left;
    width: 250px;
    text-align:right;
    padding-right: 20px;   
}

.rside {
    float: left;
}
