/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

#nav-main-menu {
        background-color: #253746;
	border-top-color: #959ca2;
        border-bottom-color: #776;
}

#nav-main-menu .dropdown ul {
        border-top-color: #959ca2;
}


.posts-archive .post-cover {
        margin-bottom: 20px;
        margin-right: 15px;
}

div.post-cover {
        float: left;
        padding: 0px;
}

.widget .post-cover img {
       height: auto;
       max-width: 100%;
}

.wpzoom-featured-post .post-excerpt {
	background:rgba(255,255,255,0.75); 
}

.archives-columns-one .post-cover {
        display: inline;
        float: left;
        margin-right: 0%;
        width: 25%;
}
#main .widget {
	margin-bottom: 10px;
	padding: 10px;
}

#main .widget-gold {
        background-color: #bebebe;
        border-top: solid 4px #f70000;
        border-right: solid 4px #f70000;
        border-left: solid 4px #f70000;
        border-bottom: solid 4px #f70000;
        color: #333;
}

.widget-gold .title {
        color: #003366;
}


#menu-main li {
        font-size: 12px;
        text-transform: none;
}

.wpzoom-featured-post .post-excerpt {
        bottom: 6px;
        left: 6px;
        padding: 6px;
}

footer .column-first {
       width: 16%;
}

footer .column-second {
       width: 28%;
}

.archives-columns-one .post-excerpt {
       padding-left: 14px;
}

