body
    {
	margin: 0;
	padding: 0;
	color: #222222;
	line-height: normal;
	background-color: #7E7D51;
	background-image: url();
	background-repeat: repeat;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    }
    
    /* Links */
    
    a:link 
    {
	text-decoration: none;
	color: #330000;
	font-weight: bold;
    } 
    
    a:visited 
    { 
        text-decoration: none; 
        color: #636958; 
    }
    
    a:hover, a:active { color: #330000; }
    
    /* Html Elements */
    
    h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 10px 0; }
    
    /* Structure */
    
    #container 
    {
	margin: 0 auto;
	width: 900px;
	background-color: #eeeeee;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
    }
    
    #header-wrapper 
    {
	width: 100%;
	float: left;
	background-color: #f7f4ee;
	background-image: url(Images/headerTittle.jpg);
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7e7d51;
	border-bottom-color: #7e7d51;
    }
    
    #header
    {
        float: left;
        width: 10%;
    }
    
    #navigation
    {
	float: right;
	width: 40%;
	height: 5.5cm;
    }
    
    #wrapper
    {
        clear: both;
        float: left;
        width: 100%; 
        background-color: #ffffff;
        border-bottom: 3px solid #7e7d51;
    }
    
    #content-wrapper
    {
        float: left;
        width: 70%;
    }
    
    #latest { line-height: 1.5em; }
    
    #content
    {
        float: left;
        padding: 20px;
    }
    
    #sidebar-wrapper
    {
        float: left;
        width: 30%;
    }
    
    #sidebar
    {
        float: right;
        padding: 20px; 
    }
    
    #footer
    {
	clear: both;
	text-align: center;
	background-color: #330000;
	font-size: 12px;
	color: #636958;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(Images/footer.gif);
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3c3016;
	border-bottom-color: #7e7d51;
    }
    
    /* Header */
    
    #header h1, #header h2 { padding-left: 10px; padding-right: 10px; }
    
    #header h2 { font-size: 12px; font-weight: bold; padding-top: 0; }
    
    /* Navigation */
    
    #navigation ul { float: left; list-style-type: none; margin: 0; padding: 0; }
    
    #navigation li { float: left; }
    
    #navigation li a:link,
    #navigation li a:visited
    {
        float: left; 
        display: block;
        margin: 10px 5px;
        padding: 5px 10px;
        color: #635b46;
        border: medium solid #bbbbbb;
    }
    
    #navigation li a:hover,
    #navigation li a:active
    {
        color: #330000; 
        background-color: #ffffff;
        border: 1px solid #53584a;
    }
    
    body#bhome #navigation li#home a, 
    body#babout #navigation li#about a,
    body#bcontact #navigation li#contact a,
    body#barchives #navigation li#archives a
    {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #333333;         
    }
    
    /* Latest */
    
    #latest .entry
    {
        border-top: 1px solid #4a502e;
        border-bottom: 1px solid #4a502e;
        color: #ffffff;
        background-color: #8e8568;
    }
    
    #latest a:link { color: #e0e8b9; }
    
    #latest a:visited { color: #f8f8ec; }
    
    #latest a:hover, #latest a:active { color: #330000; }
    
    #latest .entry { padding: 10px; }
    
    #latest .entry-body a:link 
    { 
        font-weight: bold; 
        font-size: 12px; 
        border-bottom: 1px dotted #e0e8b9; 
    }
    
    #latest .entry-body a:visited
    {
        font-weight: bold; 
        font-size: 12px; 
        border-bottom: 1px dotted #f8f8ec; 
    }
    
    #latest .entry-body a:hover,
    #latest .entry-body a:active
    {
        border-bottom-color: #ffe3ac;
    }
    
    #latest .entry-footer
    {
        padding-left: 20px;
        background: transparent url(date.png) 0 0 no-repeat;
    }
    
    #latest .entry-footer a
    {
        font-size: 11px;
        font-weight: bold; 
    }
    
    #latest h3 
    {
        font-size: 24px; 
        padding: 5px 0;
    }
    
    /* Content */
    
    #content .entry 
    {
        border-top: 2px solid #636958;
        background-color: #f8f8ec;
        margin-bottom: 25px; 
    }
    
    #content .entry h3 
    {
        font-size: 24px; 
        padding-left: 10px;
        padding-right: 10px; 
        padding-bottom: 0;
    }
    
    #content .entry-body, #content .entry-footer
    {
        padding-left: 2px; 
        padding-right: 2px;
    }
    
    #content .entry-footer
    {
        font-size: 12px;
        color: #555555; 
        padding-left: 30px;
        padding-bottom: 10px; 
        border-bottom: 1px dotted #636958;
        background: transparent url(date.png) 10px 0 no-repeat;
    }
    
    /* Sidebar */
    
    #sidebar .sideblock
    {
        border: 1px solid #636958;
        padding: 5px;
        margin: 0 0 16px;
        background-color: #f8f8ec;
    }
    
    #sidebar .sideblock h3
    {
        padding-left: 5px; 
        padding-right: 5px;
        padding-bottom: 0;
        color: #333333;
    }
    
    #sidebar .sideblock ul
    {
        line-height: 1.8em;
        font-weight: bold;
        font-size: 12px;
        list-style-type: square;
    }
    
    #sidebar #recently ul
    {
        font-weight: normal;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer a:link { color: #7e7d51; }
    
    #footer a:visited { color: #636958; }
    
    #footer a:hover,
    #footer a:active
    {
        color: #53584a;
        border-bottom: 1px dotted #7e7d51;
    } 
        
    //a:hover {
	color: #842b5a;
}
a:active {
	color: #330000;
}
a:hover {
	color: #330000;
}
.picture {
	border: 1px solid #000000;
}
.picture {
	border: thin solid #636958;
}/* CSS Document */
