/* 
    Document   : ./css/arina_kaledina.css
    Created on : 22.01.2013, 20:21:59
    Author     : Anatoli Simon
    Description: Project Inna Kolesnikova etc.
*/

    body { 
        margin: 0 0 0 2em;
        padding: 0em;
        font-family: "Trebuchet MS";
        font-size: 90%;
        background-color: #ee9;
        }
    h3 { color: red; 
           font-weight: 500;
           decoration: none;
           font-style: bold;
           text-shadow: -1px -1px 1px #eee, 3px 3px 2px #faa;           
         }
    h4 { color: blue; 
           font-weight: 400;
         }

    .main { 
        width: 800px; 
	padding: 2em;
        }
        
    .block_row {
	display: inline-block;
	position: relative;
	width: auto;
	float: left;
	border: groove red 1px; 
	padding: 0.5em 2em 0.5em 0.5em;
         	       }
    .main_menu {
	clear: both;
	float: left; 
	         } 
    .main_menu li a { 
	text-decoration: none; 
	color: #666; 
	font-weight: 300;
		  }
    .main_menu li a:hover {
	color: black;
	font-weight: 500;
    }
    a { 
	text-decoration: none; 
	color: #66c; 
	font-weight: 300;
    }   
    a:hover {
        text-decoration-line:  cancel-underline;
	color: #f66;
	font-weight: 500;
    }
    .middle {
	clear: both;
	color: #444;
	padding: 2em 0em 1em 0em;
<!--	background: #eee;-->
	}
        
    .middle #left {
	float: left; 
        padding: 0em 2em 1em 0em;
/*	background: #eff;*/
        }
    .middle #left_menu, #right_novels{
	float: left; 
        padding: 1em;
        margin-right: 2em;
        margin-left: -1em;
	background: #eff;
        border: #66c dashed 1px;
        width: 180px;
        border-radius:  1em/1em;
	display: inline-block;
	position: relative;        
        }        
    .middle #right {
	float: left; 
<!--	background: #eef;-->
        }
    .paragraf {
        text-align: justify;
        text-indent: 2.5em; 
        border: #f66 solid 1px;
        padding: 2em;
        border-radius: 10%;
        }
    .middle #right_novels {
	float: left; 
        width: 500px;
	display: inline-block;
	position: relative;         
<!--	background: #eef;-->
        }        
    ul { margin-left: -2em; }

