/*
        DS Ajax Grid
        Copyright 2011  David Fuentes  (email : david.fuentes@davoscript.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

        Davoscript Web Development
        www.davoscript.com
*/

/* DO NOT MODIFY */
.agrid-container{
  background-color:transparent!important;
  width:100%;
}
.agrid-col{
  float:left;
}
.agrid-col.last{margin-right:0px;}
.agrid-col .pbox{position:relative;}
.agrid-col .pbox.enter{opacity:0; filter: alpha(opacity = 0);}
.agrid-col .pbox.enter.slide{top:40px;}

.agrid_pimage img{display:inline-block; margin:0px; width:100%; vertical-align:bottom;}



/* Load more button */
.loadmore_box{text-align:left;}
.agrid_loadmore{
  position: relative;
  display:inline-block;
  padding:4px 8px;
  font-size:11px;
  color:#FFF;
  background:#999;
  cursor:pointer;
}
.agrid_loadmore .agrid_loadmore_icon{
  display:inline-block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}



/* Slidebox */
.agrid_slideboxcontainer{position:relative; overflow:hidden;}
.agrid_slidebox{position:absolute; top:0px; height:100%; width:100%;}
/* Fadebox */
.agrid_fadeboxcontainer{position:relative; overflow:hidden;}
.agrid_fadebox{position:absolute; top:0px; height:100%; width:100%;}


/***** Grid Content General Styles *****/
.agrid.static .agrid_post{
        font-family: arial, sans-serif;
  background-color:transparent;
  padding-bottom:4px;
}
.agrid .agrid_pdate{
  padding:6px 6px 0px 6px;
  font-size:11px;
}
/* Grid post title */
.agrid .agrid_ptitle{
  padding:6px 6px 12px 6px;
        font-family: 'Open Sans Condensed', sans-serif;
  color: #4297ba !important;
  font-size:1.8em;
  line-height: 1.2em;
}
/* Grid post title link */
.agrid .agrid_ptitle a{text-decoration:none; color: #4297ba;}
/* Grid post categories */
.agrid .agrid_pcats{
  padding:6px 6px 12px 6px;
        font-family: 'Open Sans Condensed', sans-serif;
  font-size:1.8em;
  line-height: 1.2em;
}
.agrid .agrid_pcats a{margin-right:5px;}
/* Grid post excerpt */
.agrid .agrid_pexcerpt {
  padding:6px 6px 0px 6px;
  margin:0px;
  font-family: arial, sans-serif; /* Google font loaded by WP Ajax Grid */
  font-size:14px;
  line-height:18px;
}
/* Grid read more button */
.agrid_preadmore{
  font-size:11px;
  padding:6px 6px 0px 6px;
}
/* Grid post effects (slide and fade) */
.agrid .agrid_innerfxbox{padding:0px 4px;}
.agrid .nomoreposts{font-size:12px;}


/***** Grid Styles: Dark *****/
.agrid.dark{background-color:transparent;}
/* Grid post wraper block */
.agrid.dark .agrid_post{background-color:transparent;}
/* Grid post title */
.agrid.dark .agrid_ptitle{}
/* Grid post title link */
.agrid.dark .agrid_ptitle a{color:#B5B5B5;}
/* Grid post categories */
.agrid.dark .agrid_pcats{}
.agrid.dark .agrid_pcats a{color:#8F8F8F;}
/* Grid post excerpt */
.agrid.dark .agrid_pexcerpt {color:#EEE;}
/* Grid post effects (slide and fade) */
.agrid.dark .agrid_innerfxbox{}
.agrid.dark .agrid_slidebox,
.agrid.dark .agrid_fadebox{background-color:transparent;}
/* Load More button */
.agrid.dark .agrid_loadmore{
  color:#DDD;
  background:#222;
}
.agrid.dark .agrid_loadmore.loading .agrid_loadmore_icon{
  background:#222 url('loadmore_dark.gif') no-repeat center center;
}
.agrid.dark .nomoreposts{color:#777;}



/***** Grid Styles: Light ****/
.agrid.light{background-color:transparent;}
/* WAS: #FFF Grid post wraper block */
.agrid.light .agrid_post{background-color:transparent;}
/* Grid post title */
.agrid.light .agrid_ptitle{}
/* Grid post title link */
.agrid.light .agrid_ptitle a{color:#4297ba;}
/* Grid post categories */
.agrid.light .agrid_pcats{}
.agrid.light .agrid_pcats a{color:#747474;}
/* Grid post excerpt */
.agrid.light .agrid_pexcerpt {color:#444;}
/* Grid post effects (slide and fade) */
.agrid.light .agrid_innerfxbox{}
.agrid.light .agrid_slidebox,
.agrid.light .agrid_fadebox{background-color:transparent;}
/* Load More button */
.agrid.light .agrid_loadmore{
  color:#444;
  background:#DDD;
}
.agrid.light .agrid_loadmore.loading .agrid_loadmore_icon{
  background:#DDD url('loadmore_light.gif') no-repeat center center;
}
.agrid.light .nomoreposts{color:#444;}



