/*
Theme Name: Happy Kids - Children WordPress Theme
Theme URI: http://themeforest.net/item/happy-kids-children-wordpress-theme/4452871
Description: Happy Kids is a simple and clean, but still professional children WordPress Theme. 
It is designed towards kindergartens, daycares, preschools and other small busineses. 
It’s created by using the latest HTML5 and CSS3 technologies. It comes with 6 different color styles and 9 different background patterns.
Author: Creative Web Solutions
Author URI: www.creaws.com
Text Domain: happykids
Domain Path: /languages
Version: 3.0.a
*/

/* =Imports theme styles
-------------------------------------------------------------- */
@import url('front/css/styles.css');

#post-content ul li,
.entry-container ul li
{
list-style: disc outside none;
}

#sidebar .widget ul li {
list-style: none;
}

#post-content ul, #post-content ol,
.entry-container ul, .entry-container ol
{
margin-left:20px;
margin-bottom:20px;
}
#post-content ol,
.entry-container ol
{
   list-style-type: decimal;
   list-style-position: outside ;
}
.list li 
{
    list-style: outside none none !important;
}
.list
{
margin-left:0px !important;
}

.gl_col_1 .gallery ul li .gallery-text
{
  padding-left: 371px;
}

@media (min-width: 50px) and (max-width: 1000px)
{
    .gl_col_1 .gallery ul li .gallery-text
    {
      padding-left: 0px;
    }
}

.custom-table2 td,
.custom-table2 th
{
    border:1px solid #97BDDB !important;
    border-radius:0px !important;   
}
.custom-table2
{
    border-collapse:collapse;
    border:none;
}

p img{
    max-width:100%;
}

.post-entry p img.alignleft{
    margin-right:10px;
}
.post-entry p img.alignright{
    margin-left:10px;
}

@media only screen and (min-width: 508px) and (max-width: 795px)
{

    #filter
    {
        right:0px;
        font-size: 9px;
    }
    .splitter li a
    {
        padding: 0px 4px;
    }


}