/*
Theme Name: FrameWork eShop
Theme URI: http://www.geniusti.com.br/
Description: Thema criado para a empresa Frame Work
Version: 1.0
Author: Rafael Cirolini
Tags: geniusti, framework

Criado para a Empresa Framwork eShop pela Genius
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/background.png) repeat-x;
	color: #656566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a {
	color: #675;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	font-size: 18px;
	color: #be3cc4;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

ol#comments li p {
	font-size: 100%;
}

/* tema framework */

#conteiner {
	width: 961px;
	margin: 0 auto;
}

#header {
	margin: 18px 0 0 0;
}

#search {
	float: left;
	margin: 0 0 0 70px;
}

#search label {
	width: 104px;
	height: 19px;
	display: block;
	background: url(images/pesquisa-no-site.png);
	text-indent: -10000px;
}

#banner {
	margin: 10px 0 0 20px;
	float: left;
}

#content {
	float: left;
	width: 790px;
	margin: 5px 10px 0 0;
}

.produto {
	width: 256px;
	height: 280px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 0 5px 10px 0;
}

.box {
	width: 95%;
	background: #FFF;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 10px 0;
	padding: 20px;
}

.produto h1 {
	font-size: 14px;
	color: #484242;
	margin: 5px 25px;
	width: 180px;
	padding: 0 10px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
}

.imagem {
	width: 100px;
	height: 185px;
	margin: 25px 0 0 25px;
	float: left;
}

.produto p {
	float: left;
	width: 115px;
	margin: 25px 0 0 0;
}

.btn-mais-detalhes {
	width: 104px;
	height: 27px;
	display: block;
	text-indent: -10000px;
	margin: 0 30px 0 0;
	background: url(images/btn-mais-detalhes.png);
	float: right;
}

.cont {
	height: 215px;
}

.produto h3 {
	margin: 5px 0 0 30px;
	font-size: 16px;
	color: #656566;
	float: left;
}

#sidebar {
	float: left;
	width: 150px;
	margin: 5px 0 0 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 100%;
	height: 148px;
	background: url(images/background-rodape.png) repeat-x bottom;
}

#footer-content {
	width: 961px;
	height: 94px;
	display: block;
	margin: 0 auto;
	background: url(images/rodape.png) no-repeat;
}

#footer-content img {
	float: right;
	margin: 30px 20px 0 0;
}

/*------------------- Menu -----------------*/

#menu {	
	width: 961px;
	height: 60px;
	float: left;
	list-style: none;
	display: block;
	margin: 10px 0  0 0;
	background: url(images/menu.png) no-repeat;
}

#menu li {
	float: left;
	height: 60px;
	display: block;
	text-indent: -10000px;
}

#menu li a {
  display:block;
  width:100%;
  height:100%;
}

#menu-home {
	width: 162px;
}

#menu-home a:hover {
	background:url(images/menu.png) no-repeat 0 -60px;
}

#menu-a-empresa {
	width: 158px;
}

#menu-a-empresa a:hover {
	background:url(images/menu.png) no-repeat -162px -60px;
}


#menu-celulares {
	width: 162px;
}

#menu-celulares a:hover {
	background:url(images/menu.png) no-repeat -320px -60px;
}

#menu-como-comprar {
	width: 158px;
}

#menu-como-comprar a:hover {
	background:url(images/menu.png) no-repeat -482px -60px;
}


#menu-meu-carrinho {
	width: 160px;
}

#menu-meu-carrinho a:hover {
	background:url(images/menu.png) no-repeat -640px -60px;
}


#menu-contato {
	width: 160px;
}

#menu-contato a:hover {
	background:url(images/menu.png) no-repeat -800px -60px;
}

/* fim do Menu */


/* fim do tema */

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 10px;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}
/* End captions & aligment */


#player {
	float: right;
	margin: 60px 0 0 0;
}
