/*
*   Categories List Style
*/
.categories_view{
    padding-top: 10px; 
    padding-left: 10px;
}
/*
* Category Blog Styling
*/
.category_blog_view{
    padding-left: 10px;
}
/*
* Category List Styling
*/
.category_list_view{
    padding-left: 10px;
}
/* Articles */
/*h4*/
.category_blog_view .article_title h4{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#454545;
    font-weight: bold;
    font-size: 17px;
	border:0px !important;
}

.category_blog_view .article_title h4 a{
    color:#095197;
}

.category_blog_view .article_title h4 a:hover{
    color:#FFFFFF;
    background-color: transparent !important;
}

.article_title h4 a:hover
{
background-color: transparent !important;
}

.article_title h4 a
{
color:#7C4E24!important;
}

/*
* Article Styling
*/
.articles_view{
    padding:10px !important;
}
/*
* Title
*/
/*h2*/
.article_title h2{
    color:#454545;
}

.article_title h2 a{
    color:#095197;
}

.article_title h2 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Widget Title
*/
.widget h3 span{
    margin-bottom:25px;
    font-size:25px;
    font-weight:bold;
    color:#3c3c3c;
    text-decoration:underline;    
}

/*
*   Search Form
*/
.search_form ul{
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f5f5f5;
}

#respond label
{
color:#7C4E24 !important;
font-weight:bold !important;
}

#respond h2
{
color: #7C4E24 !important;
margin: 20px 0px !important;
float: left !important;
width: 100% !important;
}
