/*
Theme Name: Mamura 3.0
Theme URI: http://wordpress.org/
Description: Tema criado para o blog do Mamura
Version: 1.0
Author: Mamura
Author URI: http://www.mamura.com.br
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}

/* extra fonts */
@font-face {
	font-family: 'VegurExtraLight';
	src: url('font/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('font/Vegur-EL_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('font/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('font/Vegur-R_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurBold';
	src: url('font/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('font/Vegur-B_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'BodoniStd-BookItalic';
	src: url('css/BodoniStd-BookItalic.eot');
	src: local('Bodoni Std'), local('Bodoni Std BookItalic'), url('font/BodoniStd-BookItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('css/MyriadPro-Regular.eot');
	src: local('MyriadPro-Regular'), local('Myriad Pro Regular'), url('font/MyriadPro-Regular.ttf') format('truetype');
}
/* global styles
----------------------------------------------- */
html{
    font-size:62.5%;
}

body{
    font-size:1em;
}

label{
    cursor:pointer;
}

h2{
    font-size: 3em;
    font-weight: normal;
    font-family: 'VegurRegular',Arial,sans-serif;
}

h3{
    font-size: 2em;
    font-weight: normal;
    font-family: 'VegurRegular',Arial,sans-serif;
}

a{
    color: #FFC011;
    text-decoration: none;
    border: none;
}

a:hover{
    text-decoration: underline;
}

p{
    padding-bottom: 15px;
}

p a:hover{
    color: #FAAC05;
}

input{
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width: 250px;
    height: 20px;
}

address, cite, em, i{
    font-style: italic;
}

/* utility classes
----------------------------------------------- */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
	* html .clearfix {height:1%;}
	.clearfix {display:block;}
/* End hide from IE-mac */

/* additional
----------------------------------------------- */
body{
    margin:0;
    padding:0;
    border-top:5px solid #474747;
    background:url(images/bkg_body.gif) 0 5px repeat-x #fff;
}

.txtIndent{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height:100%;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

#header{
    background:url(images/bkg_header.gif) top center no-repeat;
    padding:21px 0 0 0;
    height:98px;
    overflow:hidden;
}

#header .logo{
    background: url("images/logo_mamura.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 80px;
    margin: 0 0 0 20px;
    width: 266px;
}
#header .logo h1{
	height:100%;
}
#header .topmenu{
    float: right;
    font-family: 'VegurRegular',Arial,sans-serif;
    font-size: 14px;
    height:45px;
    margin:30px 20px 0 0 ;
    padding: 0 0 15px 0;
    width: 570px;
    text-align: center;
}
#header .topmenu ul{
    width:405px;
    margin: 0 auto;
}

#header .topmenu li{
    display: block;
    float:left;
    height: 45px;
    margin: 0 15px;
}
#header .topmenu li a{
    outline: medium none;
    text-decoration: none;
    color: #2D2D2D;
}

#header .topmenu li a:hover{
    outline: medium none;
    text-decoration: none;
    color: #FAAC05;
}

.slider-wrapper{
    margin: 0 0 50px 0;
}

.grid_post{
    background:url(images/block_bot_bg.png) repeat-x scroll center bottom transparent;
    border-top: 1px solid #ececec;
}

.col_bot_bg{
    background: url(images/block_top_bg.png) repeat-x scroll center bottom transparent;
    padding: 17px 20px;
}

.col_bot_bg time{
    background: none repeat scroll 0 0 #ffc71e;
    box-shadow: 0 0 9px #FAAC05 inset;
    color: #fff;
    float: left;
    font-size: 1.917em;
    margin:0 14px 0 0;
    padding: 10px 10px 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.col_bot_bg time span{
    display: block;
    font-size: 0.478em;
    margin: -2px 0 0;
}

.col_bot_bg h2{
    padding: 7px 0 7px 0;
}

.box_head{
    padding-bottom: 15px;
}

.box_head a{
    color: #434343;
}


.post{

    border-top: 1px solid #ccc;
}

.post-meta{
   border-bottom: 1px solid #DBDBDB;
   border-top: 1px solid #DBDBDB;
   font-size: 125%;
   margin-bottom: 1em;
   overflow: hidden;
   padding: 0.5em 0;
   width: 100%;
   color: #A8A8A8;
}

.post-content{
   font-size: 140%;
   line-height: 1.3;
   color: #434343;
}

#feature{
    border-top:1px solid #dadbd9;
    background:url(images/bkg_feature.gif) top center repeat-x #fafafa;
    text-align:center;
    padding:0;
    height:192px;
    overflow:hidden;
}
#feature #welcome{
    float:left;
    width:328px;
    margin:0 28px 0 0;
    text-align:left;
    padding:25px 0 0;
}
#slider {
    position:relative;
    width:960px; /* Change this to your images width */
    height:200px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
    margin: 0 auto;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#sidebar{
    width: 280px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#top-search{
    height: 15px;
    margin-bottom: 30px;
}

#top-search .input-search{
    background: none repeat scroll 0 0 #fff;
    border-color: #E2E2E2;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    float: left;
    height: 15px;
    padding: 5px;
    width: 240px;
    color: #A8A8A8;
}

#top-search .input-submit{
    background: url("images/search_but.gif") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 27px;
    text-indent: -999em;
    width: 29px;
}

#top-search .input-submit:hover{
    background-position:left -27px;
}

.widget{
    margin-bottom: 30px;
}

.widget h3{
    font-weight: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
}

.teaser_meta{
    background: none repeat scroll 0 0 #F8F8F8;
    border-top: 1px solid #E7E7E7;
    padding: 7px 30px;
    position: relative;
    font-size: 120%;
    margin-top: 10px;
}

.more-link{
    display: none;
}

.read_more{
    background: url('images/read_more.gif') no-repeat scroll left transparent;
    display: inline-block;
    margin: 2px 15px 0 0;
    padding-left: 16px;
}
.read_more:hover{
    color: #FFC71E;
}

.comment_ballon{
    background: url('images/comment_left.gif') no-repeat scroll left 0px transparent;
    padding-left: 18px;
}

.social_buttons{
    float: right;
    width: 250px;
}
.twitter-share-button, .fb-send{
    float: right;
    overflow: hidden;
    margin-right: 5px;
}

.clear{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    visibility: hidden;
}

.cat-item{
    font-size: 120%;
    border-bottom: 1px solid #E7E7E7;
    margin: 10px;
    padding-left: 15px;
}

#boo-box{
    text-align: center;
    padding-left: 15px;
}

.oldernewer{
    margin-top: 1.0em;
    margin-bottom: 1.5em;
    overflow: hidden;
    width:100%;
    font-size: 120%;
    display: block;

}

.older{
    float: left;
}

.newer{
    float: right;
}

.commentlist{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.comment-body{
    background: none repeat 0 0 scroll #FAFAFA;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding: 10px 10px 35px 60px;
    position: relative;
    color: #A8A8A8;
    font-weight: normal;
}

.comment-author{
    padding: 0.5em 0 1em;
}

.reply{
    float: right;
}

.reply a{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
}

.avatar{
    display: block;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #DBDBDB;
    float: none;
    left: 10px;
    margin: 0;
    padding: 1px;
    position: absolute;
    top: 10px;
}

.commentmetadata{
    color: #999999;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 80%;
}

#respond h3{
    padding-bottom: 25px;
}

.input-enviar{
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
    width: 120px;
}

.footer-section{
    width: 960px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.grid_footer{
    display: inline;
    float: left;
    margin: 0 5px 0 5px;
    position: relative;
}

.ft-contato{
    background: url('images/footerPhoto.png') no-repeat;
    height: 150px;
    padding-top: 30px;
}

.ft-contato h3, .ft-contato ul{
    padding-left: 240px;
}

.ft-contato ul li{ float: left}

.navigation a, .navigation span, .navigation b{
    background: none repeat scroll 0 0 #FFC71E;
    color: #FFFFFF;
    float: left;
    font-size: 1.5em;
    margin: 5px;
    display: block;
    width: 10px;
    height: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.navigation a:hover{
    background: none repeat scroll 0 0 #000000;
    color: #FFC71E;
}
.navigation b{
    background: none repeat scroll 0 0 #FBFBFB;
    color: #666666;
    width: 25px;
    font-size: 2.1em;
    font-weight: normal;
    letter-spacing: 5px;
}

.navigation span{
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    border: 1px solid #CCCCCC;
}











* html #feature #welcome{width:302px;}
#feature #featured{
background:url(../images/bkg_feature-separator.gif) left center no-repeat;
padding:3px 0 0 39px;
float:left;
width:330px;
}
#portfolio{
border-top:1px solid #e6e6e6;
background:url(../images/bkg_portfolio.gif) top center repeat-x;
padding:30px 0 0 0;
}
#footer{
    clear:both;
    border-top:1px solid #d2d2d2;
    background-color:#f5f5f5;
    border-bottom:5px solid #474747;
    min-height:210px;
    display: block;
    margin-top: 10px
}
* html #footer{margin-top:28px;}
*:first-child+html #footer{margin-top:28px;}
#footer #about {
float:left;
width:466px;
padding:16px 0 0 0;
}
#footer #contact {
float:right;
width:226px;
padding:16px 0 0 25px;
background:url(../images/bkg_footer.gif) top left repeat-y;
min-height:186px;
}
#meta{
clear:both;
padding:10px 0 0 0;
min-height:18px;
}
.content{
margin:0 auto;
width:960px;
}

.left_section{
    width: 640px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.piece{
float:left;
margin:0 16px 28px 16px;
width:211px;
background-color:#fcfcfc;
}
* html .piece{margin:0 12px 28px 12px;}
.piece:hover{background-color:#f7f7f7;}
.piece img{
background:url(../images/bkg_piece.gif) top left repeat;
padding:5px;
}
.separator{
background:url(../images/bkg_gradient.gif) top left repeat-x #d8d8d8;
height:5px;
overflow:hidden;
}
#portfolio .details{
border:1px solid #f6f6f6;
background-position:bottom left;
background-repeat:no-repeat;
padding:8px 16px 8px 22px;
min-height:48px;
}
.print{background-image:url(../images/bkg_piece-print.gif);}
.web{background-image:url(../images/bkg_piece-web.gif);}
.code{background-image:url(../images/bkg_piece-code.gif);}
.identity{background-image:url(../images/bkg_piece-identity.gif);}
/* .logo{background-image:url(../images/bkg_piece-logo.gif);} */
.flash{background-image:url(../images/bkg_piece-flash.gif);}
#portfolio .details h2, #portfolio .details h2 a{
color:#464646;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
font-weight:normal;
margin:1px 0 2px;
text-decoration:none;
}
#portfolio .details h3,#portfolio .details h3 a {
color:#6d6d6d;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:10px;
font-weight:normal;
margin:6px 0 0 0;
text-decoration:none;
line-height:1.4;
}
#additional{
float:left;
display:block;
margin:0 0 40px 16px;
}
#additional ul{
list-style:none;
margin:12px 0 0 0;
padding:0;
}
#additional li{
background:url(../images/bkg_check.gif) 2px 4px no-repeat;
margin:0 16px 15px 15px;
padding:4px 0 6px 18px;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
float:left;
width:185px;
border-bottom:3px solid #fff;
}
* html #additional li{margin:0 12px 15px 12px;}
#additional li a{
color:#bebfbe;
line-height:1.2;
text-decoration:none;
}
#additional li a strong{
font-weight:normal;
color:#8d8c8c;
display:block;
line-height:1;
margin-bottom:2px;
}
#additional li:hover{
border-bottom:3px solid #efefef;
background-color:#fafafa;
}
#footer img{
float:left;
}
#footer h1{
color:#434343;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:19px;
font-weight:bold;
text-transform:uppercase;
margin:0;
padding:9px 0 0 0;
}
#footer h2{
color:#8d8c8c;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
font-weight:normal;
margin:7px 0 13px 0;;
line-height:1.2;
}


#footer li a{
color:#8d8c8c;
text-decoration:none;
background-image:url(../images/btn_arrow.gif);
background-position:left 1px;
background-repeat:no-repeat;
padding-left:15px;
}
#footer li a:hover{
color:#555;
text-decoration:underline;
background-image:url(../images/btn_arrow.gif);
background-position:left -20px;
background-repeat:no-repeat;
}
#meta ul{
float:left;
margin:0;
padding:0;
}
#meta li{
text-transform:uppercase;
display:inline;
padding-right:5px;
}
#meta span{
float:right;
}
#footer .details{
float:right;
width:220px;
}
#meta li, #meta span{
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
color:#bfbfbf;
}
#meta li a{
background:url(../images/bkg_li.gif) top left no-repeat;
padding:0 0 0 12px;
}
#meta a, #meta span a{
color:#a3a3a3;
text-decoration:none;
text-transform:none;
}
#meta a:hover{
color:#909090;
text-decoration:underline;
}
.form {
background-color:#f0f0f0;
border:1px solid #d2d2d2;
width:221px;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
color:#868484;
margin:5px 0;
padding:2px;
}
.submit, .form{
float:right;
}
#welcome h2 a{
color:#555;
text-decoration:underline;
}
#welcome h2 a:hover{
color:#8d8c8c;
text-decoration:none;
}
#welcome h1{
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
color:#434343;
text-transform:lowercase;
font-weight:normal;
line-height:1.1;
margin-bottom:8px;
display:block;
}
#welcome h1 strong{
font-size:19px;
text-transform:uppercase;
display:block;
}
#welcome h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#8d8c8c;
line-height:1.6;
font-weight:normal;
}
ol{
list-style:none;
padding:0;
margin:26px 0 0;
}
* html ol{padding:0 0 5px 0;}
*:first-child+html ol{padding:0 0 5px 0;}
ol li{
color:#424242;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-weight:bold;
font-size:13px;
text-transform:lowercase;
background:url(../images/bkg_li-num02.gif) top left no-repeat;
padding:4px 0 5px 27px;
margin:0 22px 0 0;
display:inline;
}
ol li:first-child{
background:url(../images/bkg_li-num01.gif) top left no-repeat;
}
#featured-carousel img{
border-bottom:1px solid #EBEBEB;
display:block;
margin-bottom:9px;
padding-bottom:3px;
}
#featured-carousel li{
text-align:center;
font-family:Arial, Helvetica, Verdana, sans-serif;
color:#bebfbe;
font-size:10px;
text-transform:uppercase;
list-style:none;
}
#featured-carousel strong{
color:#8d8c8c;
}
a{
border:none;
outline:none;
}
img{
border:none;
}
