/*
Theme Name: Foot Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Foot Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Template: foot-wp
Author: An-Themes
Author URI: http://www.anthemes.net/
Tags: black, white, red
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    text-decoration: none;
}

nav#myjquerymenu-cat ul li {
font-size:20px;} 


/* =
list-custom-taxonomy-widget.
-------------------------------------------------------------- */
.list-group {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #f5f5f5;
    
    top: 0px;
    width: 235px;
 
    color: #e1ffff;
    border: 1px solid #808080;
    border-radius: 10px;

}

ul#lct-widget-category.list-group li {
line-height: 35px;
background: rgb(169,169,169);
 cursor: pointer;
}
ul#lct-widget-category.list-group li a{
margin-left: 15px;
}

.home-sidebar {
    width: 1895px;
    float: left;
    padding: 0 0 5px 0;
}
@media only screen and (max-width: 750px) {
.home-sidebar{
width :570px !important;
float: right !important;
}

}
