/*
---------------------------------------------------------
   specific stylesheet for archives and achive pages

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

/*         =layout
-----------------------------------------------------------*/


.archives #monthly{
    float:left;
    width: 70%;
}

.archives #sidebar{
    float:right;
    width: 28%;
}


   
   
   /*             =headings
----------------------------------------------------------*/
   
.archiveHeader {
        font-family:Georgia,serif;
        font-size:1em;
        text-align:center;
        background-color:#F8F8F8;
        border:1px dashed #CCCCCC;
        border-width:1px 0;
        margin-bottom: 20px;
        padding: 0.5em 0;
        font-weight: bold;
        color: #777;
   }
   
.archiveHeader span {
        color: #555;
   }
   

#monthly h2 {
   	font-family:Cambria,Georgia,Myriad Pro,Serif;
    letter-spacing:-1px;
    font-size: 300%;
    margin-bottom: 10px;
   }
   
#monthly h3 {
        color: #555;
	font-size: 150%;
	margin-bottom: 1em;
}

#monthly h3 a:link, #monthly h3 a:visited {
    border-bottom:1px solid #DBD5C5;
    color:#FF8C00;
    padding-bottom:1px;
    text-decoration:none;
}

#monthly h3 a:hover {
    color:#FF3300;
    border-bottom-color: #FF3300;
}

#monthly .posts li {
    background: transparent url(../images/icons/doc.gif) no-repeat scroll center left;
}

#sidebar .categories li {
    background: transparent url(../images/icons/bullet_black.png) no-repeat 0 70%;
}


   
#sidebar h3 {
    font-size: 80%;
    font-weight: bold;
    color:#555;
    border-bottom: 2px solid #888;
    margin-bottom: 8px;
    padding-bottom: 2px;
    letter-spacing: 1px;
}


.archive .entry h3 a{
    color: #77a739;
    text-decoration:none;
}

/*   =entries
------------------------------------------------------------------*/

.entry {
margin-bottom:0px;
}

.entry .entryFooter {
     margin-bottom: 0px;
     border-top: 1px dashed #ddd;
}