/*
*   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 */
.article_title {
    margin-bottom:10px;
}
.article_title_area {
    background-color:transparent !important;
}
/*h4*/
.category_blog_view .article_title h4{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#454545;
    border-top: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 17px;
}

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

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

.nav_separator,
.nav_cat a,
.nav_cat a:visited{
    color: #89941E;
    font-weight:bold;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 18px;
    line-height: 1em;
}

.nav_cat a:hover {
    color: #E13200;
}

/*
* Article Styling
*/
.articles_view{
    padding:0;
}

ol.decimal,
ol.loweralpha,
ol.lowerroman,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4 {
    margin-left: 5px !important;
    overflow: hidden;
    padding-left: 15px !important;
}

ol.decimal li,
ol.loweralpha li,
ol.lowerroman li,
ul.bullet-1 li,
ul.bullet-2 li,
ul.bullet-3 li {
    margin-bottom: 5px !important;
    padding:3px 0 3px 22px !important;
}

ol.decimal {
    list-style: decimal;
}

ol.loweralpha li {
    list-style: lower-alpha;
}

ol.lowerroman li {
    list-style: lower-roman;
}

ul.bullet-1 li,
ul.bullet-2 li,
ul.bullet-3 li{
    list-style: none;
}

ul.bullet-1 li {
    background: url("images/icons/bullet1.png") no-repeat scroll 0 4px transparent;
}

ul.bullet-2 li {
    background: url("images/icons/bullet2.png") no-repeat scroll 0 5px transparent;
}

ul.bullet-3 li {
    background: url("images/icons/bullet3.png") no-repeat scroll 0 5px transparent;
}


/*
* 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;
}