* {
	    font-family: Verdana,sans-serif;
	    margin: 0;
	    padding: 0;    
	}
	body {
	    font-size: 56%;
	}
	a {
	    color: #0056B0;
	    color: #487858;
	}
	a:hover {
	    color: #d57e50;
	}
	a img {
	    border: 0;
	    text-decoration: none;
	}
    a#edit{
        color: #487858;
        display: block;
        font-size: 1.1em;
        font-weight: bold;
        text-decoration: none;
        position: absolute;
        top: 135px;
        left: 0.5em;
    }
    html>body a#edit {
        position: fixed
    }    
    a:hover#edit {
        color: #FFE761;
        text-decoration: none;
    }	
	img.right {
	    border: 6px solid #e6e6e6;
	    float: right;
	    margin: 5px 0 5px 18px;
	}
	img.left {
	    border: 6px solid #e6e6e6;
	    float: left;
	    margin: 5px 18px 5px 0;
	}
    .toc {
        font-size: 1.2em;
        padding-top: 10px;
    }
   .section h4 {
        font-size: 1.5em;
        padding-top: 2em;
   }    
   .section img {
        width: 90%;
        margin-left: 5%;
   }
    .literal-block {
        border-top: 1px solid #94DA3A;
        border-bottom: 1px solid #94DA3A;
        background: #E0FFB8;
        margin-left: 15px;
        padding: 20px;
        width: 90%;
        font-size: 1.2em;
    }
    .last {
        border-top: 1px solid grey;
        padding-top: 10px;
    }    
    .puces {
        display: list-item;
        list-style-image: url(/www/images/puce.gif);
    }
    .chapter_list a {
        text-decoration: none;
        font-size: 1.7em;
    }
    .chapter_list li {
        padding-bottom: 10px;
    }
    .date_list {
        float: right;
        color: #487858;
    }
	.note, .admonition {
	        background:transparent url(http://djangobook.zindep.com/www/images/docicons-note.gif) no-repeat 0.8em 0.8em;
	        padding-left:65px;
	        border:1px solid #94DA3A;
	        margin:1em 0pt;
	        padding:0.8em 1em;
	} 
	.note p.last {
	       border-top: none;
	       paddin-top: 0px;
	       margin-top: 0px;
	}
	.admonition-title {
	       font-weight: bold;
	       font-size: 1.5em; 
	}   
	.admonition p, .note p {
	       padding-top: 0px;
	        padding-left: 3em;
	}
	.admonition .last {
	        border: none;
	} 
    div.admonition pre.literal-block {
            width: 90%;
            margin-right: 1em;
    } 	
	.simple {
	       font-size:1.3em;
	       padding-left: 1.3em;
	}  
	.system-message {
	       border: 5px dashed red;
	       padding: 1em;
	} 
	.system-message p {
	       color: red;
	}
    table.docutils {
           padding: 1em 1em 1em;
           margin-left: 5em; 
    }
    table.docutils tbody tr td {
           padding-left: 5em;
	} 
    table.docutils tr th {
           padding-left: 4em;
           text-align: left;
    }
    .navig {
           float: right;
           display: inline;
    }
    .navig li {
            margin-top: 1.2em;
    }
    
      
/* HEADER */
    #header {
        background: #838f48;
        float: left;
        width: 100%;
        border-bottom:3px solid #487858;        
    }
    #header h1 {
        float: left;
        font-size: 2.8em;
        font-weight: normal;      
        padding-left: 25px;
        padding-top: 5px;        
        margin-top: 10px;
    }
    #header h1 a {
        color: #fff;
        text-decoration: none;
    }
    #header h1 a:hover {
        color: #FFE761;
    }
    #header h2 {
        color: #e5dbd3;
        clear: left;
        float: left;
        font-size: 1.6em;
        font-weight: normal;
        padding-left: 80px;
        padding-top: 1px;        
    }

/* MENU */ 
    #menu {
        background: #092E20 url(/www/images/djangolivre.png) no-repeat top left;
        float: right;
        width: 100%;
        height: 105px;
        margin-top:0px;
    }
    #menu ul li.edit {
        clear: left;
        margin-top: 35px;
        margin-left: 55px;
    }
    #menu ul {
        list-style-type: none;
        float: right;
        padding-top: 1px;
    }    
    #menu ul li {
        font-size: 120%;
    }
    #menu ul li a {
        color: #487858;
        font-size: 1.2em;
        font-weight: bold;
        margin-left: 6px;
        padding: 7px 18px;
        text-decoration: none;
        clear: both;
    }
    #menu ul li a:hover {
        color: #FFE761;
    }
    
/* MAIN */
    #main {
        clear: both;
        margin: 0 50px;
        padding: 20px 0;
    }
    
/* SIDEBAR */
    #sidebar {
        text-align: left;
        width: 250px;
        float: right;
    }
    #sidebar li {
        margin-left: 15px;
    }
    #sidebar div {
        margin-bottom: 25px;
    }
    #sidebar h3 {
        float: left;
        font-size: 1.4em;
        margin-left: 8px;
        margin-right: -35px;
    }
    #sidebar a {
        color: #444;
        text-decoration: none;
    }
    #sidebar a:hover {
        text-decoration: underline;
    }
    #sidebar #search-form {
        font-size: 1.2em;
        text-align: right;       
    }
    #sidebar ul.simple li a {
        font-size: 0.8em;
    }

        
/* CONTENT */
    #content {
		margin-left:90px;
		margin-right:255px;
    }
    #content h2 {
        color: #838f48;
        font-size: 1.9em;
        font-weight: normal;  
        margin-top: 1.6em;            
    }
    #content h2 a {
        color: #838f48;
    }
    #content h2 a:hover {
        color: #d57e50;
    }
    #content h2.search {
        background: #ffffee;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        color: #444;
        margin-bottom: 15px;
        padding: 10px 5px;
    }
    #content h3 {
        color: #555;
        font-size: 1.6em;
        margin-left: 25px;
        margin-top: 1.4em;
    }
    #content p {
        font-size: 1.3em;
        line-height: 18px;
        margin: 10px 0 12px 15px;
    }
    #content ul, #content ol {
        margin: 5px 0 5px 40px;
    }
    #content li {
        line-height: 18px;
        margin-bottom: 8px;
    }
    #content .post {
        clear: left;
    }
    #content .post h3 {
        color: #666;
        font-size: 1.4em;
        font-weight: normal;
        padding-left: 30px;
    }
    #content .story-content {
        padding-top: 6px;
    }
    #content blockquote {
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin: 15px 40px;
        padding: 10px 15px;
        text-align: justify;
    }
    #content .code {
        background: #ffffee;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-family: "Courier New", Courier, sans-serif;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
    }  
    #content textarea { 
        font-family: "Courier New", Courier, sans-serif;
        width: 150%;      
     }  
    #id_content, #id_title {
        margin-left: -150px;
        padding-left: 0px;   date_list
     }     
     
/* FOOTER */
    #footer {
        background: #092E20;
        border-top: 3px solid #487858;
        color: #fff;
        clear: both;
        font-size: 1.2em;
        font-weight: normal;
        padding: 6px 10px;
        text-align: left;
        height: 100px;
    } 
    #footer a {
        color: #e5dbd3;
        text-decoration: none;
    }    
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .link-group {
        float: left;
        margin: 5px 30px;
        text-align: left;
    }
    #footer h3 {
        font-size: 1.5em;
    }
    #footer ul {
        list-style: none;
        padding: 5px 0 15px 1px;
        text-align: left;
    }    
    #footer ul li a {
        border: 1px solid #838f48;
        border-bottom: 1px dotted #e5dbd3;
        color: #e5dbd3;
        display: block;
        font-size: 1.1em;
        font-weight: normal;
        margin-bottom: 4px;
        padding: 0 15px 0 4px;
        text-decoration: none;
        width: 200px;
    }
    #footer ul li a:hover {
        background: #d57e50;
        border: 1px solid #e5dbd3;
        color: #fff;
        text-decoration: none;
    }
    #footer #credits {
        clear: left;
        height: 25px;
    }
    #credits {
         color: #487858;
         margin: 1.3em;
         
    }      
    #logo_joint {
        float: right;   
        margin-top: 20px;  
    }
    
    
    h5 a {
    font-size: 2em;
    }
