#article-container,
#blog-modules{
    display: inline-block;
    vertical-align: top;
}

.blog-entries{
    width: 745px;
    margin-right: 50px;
}

    .blog-entries .admin{
        float:right;
        margin-top:20px;
    }
    
    .blog-entries #loader{
        display: none;
        margin: auto;
        margin-bottom:40px;
    }
    
    .blog-entries .entry-title{
        margin-bottom :10px;
        font-size: 16px;
		display:inline-block;
        color: #ffffff;
    }
    
    .blog-entries .entry-title img{
        margin-right: 10px;
    }    
    
    .blog-entries .entry-date{
        margin-bottom :10px;
		margin-left:30px;
        font-size: 14px;
		display:inline-block;
    }
    
    .blog-entries .entry-content{
        margin-bottom: 120px;
        font-size: 14px;
        line-height:1.5;
    }
    
    .blog-entries .entry-content img{
        width: 735px;
        height: auto;
        margin-bottom:20px;
        padding:5px;
        border:1px rgb(66,66,66) solid;
    }
    
#blog-modules .blog-module{
    width: 180px;
    margin-bottom: 60px;
}

    #blog-modules .blog-module img{
        display: inline-block;
    }  

    #blog-modules .blog-module h1{
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
        vertical-align: top;
        color: #ffffff;
        font-size: 14px;
        margin-bottom:0px;
    }
    
    #blog-modules .blog-module .module-content{
        margin-top: 15px;
        border-top: 1px solid rgb(34, 34, 34);
    }
    
    #blog-modules .blog-module .module-content a{
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid rgb(34, 34, 34);
        color: #d9aa98;
        font-weight: bold;
        text-decoration: none;        
    }

    #blog-modules .blog-module .module-content .year{
        font-size:16px;
        margin-top:30px;      
    }
    
    #blog-modules .blog-module .module-content .month{
        margin-left:20px;
        font-size:14px;
    }
    
    #blog-modules .blog-module .module-content a:hover{
        text-decoration: underline;
    }  
    
    #blog-modules .blog-module .module-content .filter.active {
        color:white;
        background: url('../images/check.png') no-repeat 150px;
    }
    
    #blog-modules .blog-module .module-content .filter.active.month {
        background: url('../images/check.png') no-repeat 130px;
    }

#entry, #library{
    display: inline-block;
    vertical-align: top;
}

#entry form{
    width: 640px;
    margin-right:20px;
}

#library form{
    width: 240px;
    margin-bottom: 60px;
}

    #entry form, #library form{
        color: black;
    }
    
    #library fieldset{
        float: left;
    }
    
        #entry form p,
        #library form p{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        #entry form ul{
            margin-left: 30px;
            margin-bottom: 20px;
        }
        
            #entry form ul li{
                margin-bottom: 5px;
            }
            
            #entry form ul .path{
                color: red;
            }
            
            #library form a .image{
                margin-top: 10px;
                width: 240px;
            }