/* --- Listing Item --- */
    .bloglistingcontainer                   {padding: 20px 0px 30px 0px;}
    .bloglistingleft                        {float: left; width: 12%; background-color: #e7e7e7; border-top: solid 5px #f39c12;}
        .blogauthorlistingimage img         {width: 100%; height: auto;}
        .blogauthorlistingname              {text-align: center; padding: 5px;}

    .bloglistingright                       {float: left; width: 88%; border-top: solid 5px #e7e7e7;}
        .bloglistingtitle                   {padding: 20px; border-bottom: solid 1px #e7e7e7;}
        .bloglistingtitle h2                {text-transform: uppercase; font-weight: bold; margin-bottom: 0px; border-bottom: none; }
        .bloglistingimage img               {width: 100%; height: auto;}
        .bloglistingsummary                 {padding: 20px; word-wrap:break-word !important;}
        .bloglistingfooter                  {padding: 20px; border-bottom: solid 1px #e7e7e7; border-top: solid 1px #e7e7e7;}
        .bloglistingbelowfooter             {padding: 20px;}

        .bloglistingresponses               {float: left;}
        .bloglistingreadmore                {float: right;}
        .bloglistingreadmore a              {padding: 10px; color: #fff !important; font-weight: bold; background-color: #3071a9; border-radius: 3px; transition: 0.3s; }
        .bloglistingreadmore a:hover        {background-color: #1c5587;}

/* --- View Item --- */
    /*--- Images in details --- */
        .bloglistingsummary img             {max-width: 100%; height: auto;}
        .bloglistingsummary p img           {max-width: 100%; height: auto;}


/* === Responsive Styles === */
        

    /* === More than 768px width and less than 980px (pads) */
        @media only screen and (min-width : 750px) and (max-width : 1069px) {
            
        }
        
        
    /* === Less than 768px(mobile devices) */
        @media only screen and (max-width : 749px) {
         
        .bloglistingleft                    {width: 15%;}
        .bloglistingright                   {width: 85%;}
        
        .bloglistingcontainer               {padding: 20px 0px;}
        .blogauthorlistingname              {display: none;}
        .bloglistingfooter                  {border-bottom: none;}
        .bloglistingbelowfooter             {display: none;}
        
        .bloglistingsummary img             {width: 100% !important; height: auto !important;}
        .bloglistingsummary p img           {width: 100% !important; height: auto !important;}
            
        }









/* Photo Area */

.articleImageList li
{
    display: inline;
    float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

/* File Area */

.articleFileList li
{
    display: inline;
    float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	margin:0pt auto;
	overflow: auto;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

#lightbox-container-image-data {
	padding: 0 10px; 
}

#lightbox-container-image-details {
	float:left;
	text-align:left;
	width:70%;
}

#lightbox-container-image-details-caption
{
	font-weight: bold;
}

#lightbox-container-image-details-currentNumber 
{
	clear:left;
	display:block;
}

#lightbox-container-image-details-currentNumber a, lightbox-container-image-details-currentNumber a:hover
{
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav {
	clear:left;
	display:block;
	padding:0pt 0pt 10px;
}

#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav-btnPrev
{
	margin:0pt 8px 0pt 0pt;
}
	
#lightbox-image-details-close-btnClose {
	float: right;
}

#lightbox-image-details-close a, #lightbox-image-details-close a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}