/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.6.2
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

body{
	 background-image:url(images/bg_body.png);
}

#main{
	background-color:#FFF;
	margin-top:1em;
	padding-top:40px;
	padding-bottom:0;
}

#header{
	width:940px;
	margin:0 auto;
}

#primary{
	border:none;
}

#content.pagina{
	width:940px;
}

h3.widgettitle,h3.widgettitle a{
	color:#C90050;
	font-style:none;
	margin-bottom:0.5em;
	font-size:1.3em;
}

div.hentry{
	padding-bottom:0;
}

li.widgetcontainer ul li{
	list-style:none;
	margin-bottom:0.2em;
}

.aside a{
	text-decoration:none;
	font-size:1em;
}

.aside a:active,.aside a:hover{
	color:#C90050;
}

.entry-title a, h2 {
	color:#28C9C9;
}

h2 {
	color:#28C9C9;
	font-size:2em;
	margin-bottom:1em;
}

.entry-utility a{
	font-style:normal;
}


.entry-meta{
	font-size:11px;
}

span.comments-link{
	display:block;
	margin-top:1em;
}

span.comments-link a{
	text-indent:1.5em;
	background:url(images/comment.png) no-repeat;
	color:#C90050;
	display:block;
	line-height:1em;

}

span.meta-sep{
	visibility:hidden;
}

.entry-title a:active,.entry-title a:hover {
	color:#C90050;
}

.entry-meta abbr, .entry-meta .n{
	text-transform:none;
}

#branding{
	padding:0;
    padding-top:1em;
	float:left;
	width:auto;
}

#access{
	border:none;
	float:right;
	margin-top:3em;
}

.sf-menu {
	border:none;
        position:absolute;
        top:2em;
        left: -36em;
        width:39em;
}

.sf-menu a, .sf-menu a:visited{
	margin-left:0.4em;
	background-color:#FFF;
	color:#000;
	border:1px solid #EEE;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	background-color:#FFF;
	color:#C90050;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border:1px solid #CCC;
	color:#28C9C9;
}

#blog-title a{
    display:block;
    background-image:url(images/3d_market_logo.png);
    width:133px;
    height:173px;
    text-indent : -999em; 
}

.entry-content{
	padding-top:1em;
}

.entry-content p{
	color:#333;
	font-size:0.9em;
	text-align:justify;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.navigation{
	margin:0;
}

.menu{
	width:auto;
}

form.wpcf7-form{
	margin-left:1em;
	background-color: #EFEFEF;
	margin:-1em 0 0.5em 0;
	padding:1em 0 0.5em 1em;
	clear:both;
}

div.wpcf7-response-output{
	margin: 0 1em 1em 0;
	background-color:#FFF;
}

div.wpcf7-mail-sent-ok{
	color:#398F14;
}

li.twitter-item{
	display:block;
	margin-top:1em;
}

li.twitter-item a{
	color:#C90050;
}

#conteudo{
	float:left; 
	width:560px
}

#conteudo p{
	line-height:1.7em;
}

#conteudo p.destaque{
	background-color:#EEE;
	padding:1em;
}

#conteudo p.atencao{
	font-size:0.9em;
	color:#C90050;
	text-align:center;
}

#imagens{
	float:right; 
	width:310px;
	margin-right:2.5em;
}

#imagens a img{
	background-color:#EEE;
	margin-bottom:1em;
	padding:1em;
}

#footer{
	border:none;
	margin-top:1em;
	background:#fff;
	padding-left:1em;
}

#siteinfo{
	padding: 15px 0 15px;
}

strong.formulario{
	color:#C90050;
}

div.product{
   width:15em;
   height: 17em;
   margin:1em 2.8em 2.8em 2.8em;
   float:left;
   border:1px solid #ccc;
   text-align:center;
   line-height:1.7em;
}

div.product a{
   font-size:0.9em;
}

span.preco{
   color:#C90050;
   font-size:1.2em;
}

span.descricao{
   font-size:0.9em;
}

