/*
Theme Name: Franshop
Theme URI: http://franshop.com.br/
Description: Franshop
Version: 1.0
Author: Prosoma Informatica
Author URI: http://www.infoage.com.br
*/


html {
	margin: 0;
}

body {
	background: black;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	
}

a {
	color: #cc1b35;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7e5515;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}

form {
	margin: 0;
}

#page {
	width: 960px;
	margin: auto;
}

#header {
	background: url('images/header.jpg') black no-repeat;
	height: 248px; 
	color: white;
	margin-left: 19px !important;
	margin-left: 22px;
}

#content {
	width: 900px;
	margin-left: 45px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	background: url('images/content_bg.jpg') repeat-y;
	padding-bottom: 15px;
	color: #52180d;
}

#content div {
/*	width: 606px; */
	margin: 0 36px auto 36px !important;
	padding: 0 10px 0 10px;
	overflow: hidden;

	
}

#pesquisa {
	background: url('images/pesquisa.jpg') no-repeat;
	height: 51px;
}

#pesquisa p {
	margin: 0;
	padding: 20px;
}
#pesquisa input {
	border: 1px solid #430103;
	float: right;
	color: #430103;
	background: #b19c6f;
}

.category_icon {
	background: no-repeat center center #cdb47e;
	display: block;
	height: 150px;
	width: 190px;
	float: left;
	margin: 2px;
	color: #461c00;
}

.category_icon:hover {
	background-color:#b6996d;
}

.category_icon * {
	padding: 1px 5px 0 5px;
	font-size: 12pt;
}

.category_icon h1, .category_icon h2, .category_icon h3 {
	text-align: right;
	font-size: 14pt;
}

.gallery, .gallery * {
	padding: 0px;
	list-style: none;
	display: block;
	margin: auto;
}
.gallery_navigation a {
	color: #440204;
	border: 1px solid black;
	margin: 1px;
	padding: 2px;
	display: block;
	float: left;
}

.gallery_navigation .on {
	color: white !important; 
	background: #440204;
}

.right {
	float: right;
}
/* buttons */

#tabs {
	float: left;
	overflow: hidden;
	padding-top: 5px;
	
}

#tabs a {
	display: block;
	width: 35px;
	height: 97px;
	margin-left: 8px !important;
	margin-left: 10px;
}

#home {
	background: url('images/home.jpg') no-repeat;
}

#home:hover, #home.on {
	background: url('images/home_on.jpg');
}

#quemsomos {
	background: url('images/quemsomos.jpg') no-repeat;
}

#quemsomos:hover, #quemsomos.on {
	background: url('images/quemsomos_on.jpg') no-repeat !important;
}

#produtos {
	background: url('images/produtos.jpg') no-repeat;
}

#produtos:hover, #produtos.on {
	background: url('images/produtos_on.jpg') no-repeat !important;
}

#contato {
	background: url('images/contato.jpg') no-repeat;
}

#contato:hover, #contato.on  {
	background-image: url('images/contato_on.jpg') !important;
}

#comments, #respond, #commentform {
	margin-left: 40px;
	width: 300px;
}

#content .post img { margin: 10px; }

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }
.wp-caption { border: 1px solid #dde6c7; text-align: center; background-color: #e4eed6; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
