/* This is where general and custom styles are */

.main-search-textbox {
    margin-right: 10px;
    height: 50px;
}

.main-search-form {
    max-width: 745px;
}

.category-header-main {
    padding-top: 18px; 
    padding-bottom: 12px; 
    padding-right: 12px;
}

.subdomain-main-link {
    font-weight: bold;
    font-size:1.8em;
    font-family: 'Nunito Medium';
}

.header-main-list {
    font-weight: bold ;
    color:#808080;
    padding-top:10px;
    font-family: 'Nunito Medium';
}

.category-header-main a:link, 
.category-header-main a:visited, 
.category-header-main a:hover, 
.category-header-main a:active {
    /*font-family: "Nunito Bold";*/
    text-decoration: none;
    font-size: 24px; 
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #595959;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin-top: 0
}

body.home #main-general {
    width: 640px;
    float: left;
    margin-top: -20px 40px 0 0
}

.subcategory-main {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background-color: transparent;
    text-shadow: none;
}

.subcategory-main a:link,
.subcategory-main a:visited,
.subcategory-main a:hover,
.subcategory-main a:active {
    text-decoration: none;
    color: #404040;
    /*color: #1167b1;*/
    /*font-weight: bold;*/
}

.category-icon-base {
    font-size: 24px; color: #ffffff; 
    border-radius: 24px; 
    width: 26px; 
    height: 26px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 12px; 
    padding-right: 12px;
}

.category-icon-for-sale {
    background: #BF2C34 none repeat scroll 0 0; 
}

.category-icon-real-estate {
    background: #2B43FD none repeat scroll 0 0; 
}

.category-icon-jobs {
    background: #B15DEA none repeat scroll 0 0; 
}

.category-icon-services {
    background: #3CA234 none repeat scroll 0 0; 
}

.category-icon-vehicles {
    background: #F36839 none repeat scroll 0 0; 
}

.category-icon-community {
    background: #CBBA06 none repeat scroll 0 0; 
}

.category-icon-classes {
    background: #43a5be none repeat scroll 0 0; 
}

.category-icon-personals {
    background: #E859A5 none repeat scroll 0 0; 
}




