
/**
 * Living Canvas Gallery CSS styles
 * Copyright Living Canvas Photography
 * All Rights Reserved
 * Duplication in part or in whole is expressly forbidden
 **/

/* Gallery view */
.lc_element_gal, .lc_element_gal_r {
  float:left;
  width:24%;
  margin-left: 3px; 
}
.lc_element_txt {
  margin-left: 3px; 
}
.lc_element_txt_subs {
  width:24%;
  margin-left: 3px; 
}
.lc_photo_container {
  margin-left: 3px; 
}

/* Category view */
.lc_element_cat {
  width:24%;
  float:left;
  margin-left: 3px; 
}
.lc_catelem_cat a{
  height:100px;
}
.lc_catelem_photo {
  /*width:24%;*/
  float:left;
  margin-left:3px !important;
}
.lc_catelem_txt {
  text-align:left !important;
}

/* Subcategory view */
.lc_subcatelem_cat, .lc_subcatelem_cat_r{
  width:49%;
  float:left;
  text-align:center !important;
}
.lc_subcatelem_cat a{
  height:100px;
}
.lc_subcatelem_photo {
  text-align:center !important;

}
.lc_subcatelem_txt {
  clear:both;
  text-align:center !important;
}

/* Detail view */
.lc_minipic {
  height:28px;
}
#motioncontainer {
  width:400px; /* Set to gallery width, in px or percentage */
  height:50px;/* Set to gallery height */
}

/* Special view - Toplists*/
.lc_topelement, .lc_favelement {
  width:50%;
  height:150px;
  float:left;

}
.lc_topelem_photo, .lc_favelem_photo {
  width:40%;
  float:left;
}
.lc_topelem_txt, .lc_favelem_txt {
  text-align:left !important;
  width:60%;
  float:left;
  font-size: 0.8em;
  padding:0px;
}
