/******************************************  
 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.
*/

    #main .homecat {
        width: 50%;
        float: left;
        height:735px;
        margin-bottom:25px; 
    }
    #main .red {
        width: 100%;
        float: left;
        height: auto;
        margin-bottom:25px; 
    }
    #main .red1 {
        width: 100%;
        float: left;
        height:auto;
        margin-bottom:25px; 
    }
    .homecat h4 {
        border-top:3px solid #336699;
	margin-bottom:15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform:uppercase;
        font-weight:normal;
        font-size:16px;
        background:#F5F5F5;
        float:left;
        width:100%;
    }
    .red1 h4 {
        border-top:3px solid #1A5912;
        /*  background: #1A5912;  */
    }
    .red1 h4 a {
        background: #1A5912;
    }
    .red1 h4 a:hover {
        background: #1A5912;
        color: #fff;
    }
    .homecat ul li {
    width:250px;
    margin-right:25px;
	display:inline;  
	float:left;
	line-height:1.5;
	}
    .red1 ul li {
        width: 75%;
	}
	.homecat ul li p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.homecat ul li h3 {
	font-size:11px;
 	font-weight:bold;
	line-height:1.4;
	margin-bottom:8px;
	}
.homecat-posts {
   /*  height: 150px;  */
}
#breakingNews {
   min-height:130px;
}
#breakingNews span {
   color:#336699;
}

.homecat h5 {
   margin-bottom: 5px;
   color: #000000;
   text-transform: uppercase;
   font-style: italic;
   /*  text-decoration: underline;  */
   font-weight: bold;
   font-size: 12px;
}
#bottomside .widget h3 {
    background: #1A5912;
}
.wp-caption-text {
    margin-bottom: 0px;    
}
#sidebar .widget h3 {
    color: #336699;  /*  #1A5912;  */
}
.top-links {
    margin-left: 65px;
    height: 20px;
    text-align: center;
    width: 150px;
    background: #1A5912;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.top-links a {
    color: #ffffff;
}
.top-links a:hover {
    /*  background: #A1AB30;  */
    color: #F8F28F;
}

#menu .dropdown ul li.current-menu-item {border: 1px solid #000; background: #F7F5F5; }
