/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2015, 10:36:41 AM
    Author     : IS-ANUWAT
*/
.custom-welcome{
    padding:1em 0;
    font-size: 20px;
}

ul#menu-sidebar-right-home li{
    background: #efefef;
    padding-left: 1em;
    margin-top: 1em;
    border-left: 5px solid #4f256d;
}
@media screen and (max-width: 940px){
    #secondary-right{
        width:100%;    
        float: none;
        margin-left: 0;
    }
}
.right-sidebar-home{
}
#sidebar-right-social
#facebook{
    background:url(images/facebook-16x16.png) no-repeat 0 7px;
    padding-left: 20px;
}
/** List Category Posts **/
/*.home1 ul{
    list-style: none;
}
.home1 ul li{
    clear:both;
    position:relative;
}
/*.home1 ul li img{
    float:left;
    display: block;
}*/
.home1 .widget-title{
    background: #4f256d;
    padding: 0.2em 0  0.2em 1em;
    color: #fff;
}
.lcp-box{    
    /*list-style: none;**/
    position: relative;
    clear: both;    
    display: block;
    border-bottom: 1px dashed #cccccc;
    padding: 0.5em;
}
.lcp-box:hover{
    background:#ececec;
}
.lcp-box .lcp-thumbnail, .lcp-box .lcp-box-title{
    display: inline-block;
    position: static;
}
.lcp-box .lcp-thumbnail{    
    float: left; 
    padding:0 0.4em;
}
.lcp-box .lcp-box-title{    
    width: 75%;
}
/*.lcp_catlist img { float:left; margin:5px 10px 5px 0; }
.lcp_catlist li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }*/
/****/

.lcp-morelink{text-align: right;}