/*!
 * Autor: Dannys - Dannybia
 * Web Designer: Dannys - www.dannybia.com
 * Copyright 2001-2015, Grupo Embras
 * E-mail: gilberto@showy.com.br
 * Site: www.showy.com.br
 */
@charset "UTF-8";

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_8,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

/* Pull Push */

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.omega {
  margin-right: 0;
}

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_8 {
  width: 310px;
}

/* `Wrapper
----------------------------------------------------------------------------------------------------*/

.pricing_wrapper .c_pricing .member_price .m_top {
height: 200px;
}
.content_wrap .post img {
padding: 4px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-box-shadow: 0 0 1px 1px #C2B9B9;
}

.content_wrap .post .post_content .postimg{
width: 595px;
height: auto;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.container_24 {
  zoom: 1;
}