﻿/*
Theme Name: The Petite Brunette Theme
Theme URI: http://thepetitebrunette.com/
Author: David López
Author URI: http://www.davidlpz.com
Description: A theme for The Petite Brunette blog
Version: 1.0
*/

/* Reset
-------------------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* General
-------------------------------------------------------------- */

*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:62.5%;
	line-height:1em;
	color:#333;
	-webkit-text-size-adjust:auto;
	-ms-text-size-adjust:auto;
	font-family:"Maison Neue Light",Helvetica,Arial,sans-serif;
	font-weight:200;
}
a{
	color:#333;
	text-decoration:none;
}
img{
	border:none;
}
strong, a, .footer h6,
.search-header h1,
.comments-area .leave-comment,
.comment-list .comment-author,
.comment-list .reply,
#respond #reply-title{
	font-family:"Maison Neue Medium",Helvetica,Arial,sans-serif;
	font-weight:500;
}
b, strong, .main a,
.search-header h1{
	font-weight:600;
}
.main h1, .main h1 a, .main h2, .main h2 > a, .main h3, h4{
	font-family:'Times New Roman', Times, serif;
	font-weight:normal;
}
em, i{
	font-style:italic;
}

/* Position */
.inline{
	display:inline-block;
}
.relative{
	position:relative;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	zoom:1;
}

/* Alignment */
.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
}
.alignright {
	display:inline;
	float:right;
	margin-left:1.5em;
}
.aligncenter {
	clear:both;
	display:block;
	margin:0 auto;
}
.one{
	width:135px; /* 14.06% 135 / 960 */
	margin-right:30px;
}
.two{
	width:300px; /* 31.25% 300 / 960 */
	margin-right:30px;
}
.icon{
	background:url('img/icons.png') no-repeat;
}
#wpstats{
	display:none;
}


/* Header
-------------------------------------------------------------- */

.header{
	background:#050505;
	padding:40px 0 25px;
	overflow-x:hidden;
}
.header a{
	color:#FFF;
}
.wrapper, .main{
	width:960px;
	margin:0 auto;
}
.header .wrapper{
	position:relative;
}
.about{
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	text-align:right;
	color:#FFF;
	position:absolute;
	right:0;
	top:4px;
}
.space{
	margin:0 10px;
	color:#4b4b4b;
}
.about .tw{
	margin-left:6px;
	display:inline-block;
	background-position:0 -1px;
	width:15px;
	height:13px;
}
.about .fb{
	display:inline-block;
	background-position:-16px 0;
	width:12px;
	height:15px;
}
.logowrapper, .drawer, .nav{
	float:left;
}
.logo{
	background-position:-128px 0;
	width:150px;
	height:66px;
	float:left
}
.drawer{
	margin-top:41px
}
.menu{
	margin-top:4px;
	margin-left:66px;
	text-align:right;
}
.menu li{
	float:left;
	display:inline;
	position:relative;
	margin-right:32px;
}
.menu li a{
	font-size:1.4em;
	text-transform:uppercase;
	padding:10px 5px;
	display:block;
}
.menu li a:hover,
.wf-active .menu li a.active{
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	padding:7px 5px;
}
.searchbox{
	width:170px;
	position:absolute;
	right:0;
}
.searchform{
	position:relative;
}
.search-input{
	width:100%;
	height:30px;
	-webmit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#1A1A1A;
	padding:0 27px 0 10px;
	color:#FFF;
	border:none;
	position:absolute;
	top:0;
	right:0;
	display:block;
}
.search-button{
	position:absolute;
	top:7px;
	right:7px;
	display:block;
}
.search-icon{
	border:0;
	padding:0;
	cursor:pointer;
	background-position:-32px 2px;
	width:16px;
	height:16px;
}


/* Footer
-------------------------------------------------------------- */

/* Sticky footer */
html {
	position:relative;
	min-height:100%;
}
body {
	margin:0 0 505px; /* bottom = footer height + margin*/
	*margin:0;
}
.footer{
	position:absolute;
	*position:relative;
	left:0;
	bottom:0;
	right:0;
	color:#FFF;
	background:#050505;
	padding:40px 0;
	margin:30px 0 0;
	height:475px;
}
.footer .wrapper{
	min-height:378px;
	*height:378px;
}
.footer a{
	color:#FFF;
}
.footer h6{
	font-size:1.6em;
	line-height:1em;
	margin-bottom:25px;
	display:block;
}
.contact p{
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:10px;
}
.mail{
	text-decoration:underline;
}
.follow ul, .cats ul{
	font-size:1.3em;
	line-height:1.1em;
}
.follow ul li, .cats ul li{
	margin-bottom:10px;
}
.follow ul li a, .cats ul li a{
	font-family:"Maison Neue Light",Helvetica,Arial,sans-serif;
	font-weight:200;
	font-style:normal;
}
.sticky{
	margin-right:0;
}
.sticky p{
	margin-bottom:20px;
	width:100%;
}
.sticky p:last-child{
	margin-bottom:0;
}
.sticky img{
	width:100%;
	height:179px;
	display:block;
}
.copyright{
	width:130px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	background-position:0 -49px;
}
.love{
	font-family:Arial,sans-serif;
	font-size:1.2em;
	color:#b4b4b4;
	position:absolute;
	bottom:0;
	left:133px;
}
.more{
	position:absolute;
	top:100%;
}
.promsite{
	background: url(img/promsite.png) no-repeat center / contain;
	width:85px;
	height:35px;
}
.davidlpz{
	background-position:0 -87px;
	width:85px;
	height:25px;
	margin-left:15px;
}
.promsite, .davidlpz{
	margin-top:10px;
	display:inline-block;
	vertical-align:middle;
}
.social{
	position:absolute;
	bottom:0px;
	left:330px;
}
.social li{
	display:inline;
	position:relative;
	float:left;
}
.social li a{
	width:32px;
	height:32px;
	display:block;
	margin-right:12px;
}
.social li:last-child a{
	margin-right:0;
}
.roundedfb{
	background-position:-32px -16px;
}
.roundedtw{
	background-position:0 -16px;
}
.roundedig{
	background-position:-96px -16px;
}
.roundedpin{
	background-position:-64px -16px;
}

/* Index
-------------------------------------------------------------- */

.main{
	margin-top:30px;
}

/* Hero */
.hero{
	width:100%;
}
.hero .thumb{
	overflow:hidden;
	max-height:600px;
	*height:600px;
	width:100%;
	text-align:center;
}
.hero .thumb img{
	max-width:100%;
	height:auto;
}
.hero, .normal-post{
	margin-bottom:45px
}
.hero .content{
	width:630px;
	text-align:center;
	margin:25px auto 0;
}
.hero .content h1{
	font-size:2.8em;
	line-height:1em;
	margin-bottom:5px;
}
.hero .content .cat{
	margin-bottom:15px;
}
.content{
	text-align:center;
}
.content .cat,
.single .content .space,
.content .date,
.content .post{
	font-size:1.3em;
	line-height:1.4em;
}
.single .content .space{
	color:#DADADA;
}
.content .date, .content .post{
	color:#737373;
	margin-bottom:15px;
}
.content .comments{
	font-size:1.3em;
	line-height:1em;
}
.content .post a:hover{
	color:#999;
}

/* Normal post */
#normal-posts{
	opacity:0;
}
.normal-post{
	vertical-align:top;
	display:inline-block;
	width:300px;
}
.normal-post .thumb img{
	width:100%;
	height:auto;
}
.normal-post .content{
	width:255px;
	margin:16px auto 0;
}
.normal-post .content h1{
	font-size:2.1em;
	line-height:1.05em;
	margin-bottom:5px;
}
.normal-post .content .cat{
	margin-bottom:8px;
}

/* Pagination */
.pagination{
	display:block;
	margin-bottom:30px;
	text-align:center;
	font-size:1.3em;
	line-height:1em;
	color:#3d3d3d;
}
.previous:after, .next:before{
	content:'|';
	margin:0 10px;
	color:#c1c1c1;
}
.pagination, .page-numbers li a{
	font-family:Arial;
}
.page-numbers, .page-numbers li{
	display:inline;
}
.page-numbers li a{
	color:#a7a7a7;
}


/* Single & Page
-------------------------------------------------------------- */

.thinner{
	width:695px;
	margin:0 auto;
}
.main .single{
	margin:50px auto 15px;
}
.single .content{
	text-align:left;
}
.single .content h1{
	font-size:3.2em;
	letter-spacing:-0.05em;
	line-height:1em;
	margin-bottom:8px;
}
.single .content .cat{
	line-height:1em;
	margin-bottom:8px;
}
.single .content .info{
	line-height:1em;
	margin:0 0 23px;
}
.single .content .comment-icon{
	display:inline-block;
	background-position:-64px 0;
	height:13px;
	width:19px;
}
.single .content p{
	margin-bottom:10px;
}
.single .content p:last-child{
	margin-bottom:0;
}
.single .content p img{
	max-width:100%;
	height:auto;
}
.separator{
	border-bottom:1px solid #e6e6e6;
	margin:45px 0 35px;
}
#social-buttons li{
	display:block;
	float:left;
	margin:0;
	padding:0 15px 0 0;
}

/* Comments
-------------------------------------------------------------- */

.comments-area h2{
	font-size:2.2em;
	line-height:1em;
	font-weight:bold;
}
.comments-area .number{
	font-size:0.8em;
	font-weight:100;
	font-family:"Maison Neue Light",Helvetica,Arial,sans-serif;
}
.comments-area .leave-comment{
	float:right;
	color:#000;
	font-size:0.5em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:1em;
	padding-top:11px;
	font-size:0.6em;
}
.comment-list li.comment{
	padding:30px 0;
	border-bottom:1px solid #e6e6e6;
}
.comment-list li.comment ul.children li.comment{
	padding-bottom:0;
	border-bottom:none;
}
img.avatar{
	float:left;
	display:block;
	width:48px;
	height:48px;
	margin:0 12px 12px 1px;
	border:1px solid #dadada;
	-webkit-box-shadow:inset 1px 1px 1px #FFF;
    -moz-box-shadow:inset 1px 1px 1px #FFF;
    box-shadow:inset 1px 1px 1px #FFF;
}
.comment-list .comment-author{
	font-size:1.5em;
	line-height:1.25em;
	color:#000;
}
.comment-list .fn, .comment-list .says{
	margin-top:5px;
	margin-bottom:9px;
	font-weight:500;
	display:inline-block;
}
.comment-list em{
	font-size:1.2em;
	display:block
}
.comment-list .comment-meta{
	font-size:1.3em;
	margin-bottom:10px;
}
.comment-list .comment-content{
	clear:both;
	color:#7e7e7e;
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:20px;
}
.comment-list .comment-content p{
	margin-bottom:10px;
	overflow:hidden;
}
.comment-list .reply{
	color:#000;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.comment-list ul.children{
	margin:0 0 0 60px;
}
.comment-reply-link{
	font-size:1.2em;
}
.reply-icon{
	background-position:-48px 1px;
	width:17px;
	height:14px;
	float:left;
	margin-right:6px;
	margin-top:-5px;
}

/* Comment form */

#respond{
	margin-top:40px;
}
#respond #reply-title{
	font-size:2.2em;
	line-height:0.9em;
}
#respond #reply-title small{
	font-size:0.6em;
}
#respond #commentform{
	margin-top:25px;
}
#respond .logged-in-as{
	font-size:1.2em;
	line-height:1em;
	margin:0 0 15px 2px;
}
#respond input{
	color:#818181;
	border:1px solid #e1e1e1;
	height:33px;
	margin-bottom:10px;
	width:255px;
	padding:0 10px;
	-webmit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#respond input[type=checkbox]{
	margin:0 5px 0 0;
	padding:0;
	height:auto;
}
#respond .fields{
	margin-left:70px;
}
#respond .comment-field{
	display:none;
}
#respond .comment-subscription-form{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:500;
	color:#000;
	margin-bottom:8px;
}
#respond #comment{
	padding:20px;
	font-size:1.3em;
	line-height:1.2em;
	color:#818181;
	border:1px solid #e1e1e1;
	width:100%;
	heigth:135px;
	margin:5px 0 20px;
	font-family:"Maison Neue Light",Helvetica,Arial,sans-serif;
	font-weight:200;
	font-style:normal;
}
#respond .form-submit{
	float:right;
}
#respond #submit{
	background:#000;
	width:190px;
	height:38px;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #CCC;
	cursor:pointer;
}


/* Related
-------------------------------------------------------------- */

.yarpp-related{
	margin-top:85px;
}
.yarpp-related h3{
	text-align:center;
	background:#000;
	height:1px;
	margin-bottom:45px;
}
.yarpp-related span{
	line-height:0.7em;
	font-size:2.4em;
	font-style:italic;
	font-weight:bold;
	background:#fff;
	padding:0 10px;
	position:relative;
	top:-10px;
}
ol.yarpp-items li{
	float:left;
	display:inline;
	position:relative;
}
ol.yarpp-items li:last-child{
	margin-right:0;
}
.yarpp-thumb{
	width:100%;
	height:225px;
	overflow:hidden;
}
.yarpp-thumb img{
	width:auto;
	height:225px;
}
.yarpp-info{
	margin-top:17px;
	min-height:75px;
	text-align:center;
}
.yarpp-info h2{
	font-size:2.2em;
	line-height:1em;
	margin-bottom:5px;
}
.yarpp-info .cat{
	font-size:1.3em;
	line-height:1.5em;
}


/* Categories
-------------------------------------------------------------- */

.category-header{
	text-align:center;
	background:#000;
	height:1px;
	margin-top:50px;
	margin-bottom:55px;
	font-weight:bold;
}
.category-header h1{
	line-height:0.7em;
	font-size:2.8em;
	font-weight:bold;
}
.category-header span{
	background:#fff;
	padding:0 25px;
	position:relative;
	top:-12px;
}
.category-header .back{
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:10px;
	display:block;
}


/* Search
-------------------------------------------------------------- */

.search-page{
	margin-bottom:30px;
}
.search-header{
	margin-top:45px;
}
.search-header span{
	font-weight:bold;
}
.search-header h1{
	font-size:2.4em;
	line-height:1em;
}
.search-header .results-number{
	margin-top:5px;
	font-size:1.3em;
	line-height:1em;
	display:block;
}
.result-posts{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #dadada;
}
.search-no-results .result-posts, .error404 .result-posts{
	border-bottom:1px solid #dadada;
}
.search-page .pagination{
	margin-top:40px;
	padding-top:25px;
	border-top:1px solid #dadada;
	text-align:left;
}
.no-results{
	padding-bottom:30px;
}
.main .single.no-results{
	margin:5px 0 15px;
}
.search-page.no-results{
	padding-bottom:50px;
}



@media only screen and (max-width:960px){
	.header{
		padding:25px 0 15px;
	}
	.wrapper, .main{
		width:90%;
	}
	.one{
		width:14.06%; /* 135 / 960 */
		margin-right:3.125%;
	}
	.two{
		width:31.25%; /* 300 / 960 */
		margin-right:3.125%;
	}
	.logo{
		background-position:-278px 0;
		width:125px;
		height:56px;
	}
	.about{
		top:0;
	}
	.drawer{
		margin-top:31px;
	}
	.menu li{
		margin-right:20px;
	}
	.searchbox{
		width:17.71%;
	}
	.hero .content{
		width:65.63%;
	}
	.normal-post{
		width:31.25%;
	}
	.normal-post .content{
		width:85%;
	}
	.header, .footer{
		font-size:90%;
	}
	.social{
		left:34.375%;
	}
	.sticky{
		margin-right:0;
	}
	.sticky img{
		height:auto;
	}
}

@media only screen and (max-width:870px){
	.menu{
		margin-left:50px;
	}
	.menu li{
		margin-right:15px;
	}
}

@media only screen and (max-width:815px){
	.menu{
		margin-left:35px;
	}
	.menu li{
		margin-right:10px;
	}
}

@media only screen and (max-width:750px){

	body{
		margin:0 0 105px;
	}
	article iframe{
		width:100%;
		height:auto;
	}
	.left, .logowrapper, .drawer, .nav{
		float:none;
	}
	.about,	.contact, .follow,
	.cats, .sticky, .more,
	.yarpp-info .cat{
		display:none;
	}
	.header, .header .wrapper, .top, .drawer, .hero .content, .normal-post, .thinner{
		width:100%;
	}
	.main, .logowrapper, .menu, .searchbox, .footer .wrapper{
		width:90.63%; /* 580 / 640 */
	}
	.header{
		height:50px;
		background:none;
		overflow-x:visible;
	}
	.header .wrapper{
		position:static;
	}
	.header, .top, .logowrapper{
		padding:0;
		margin:0 auto;
	}
	.top{
		display:block;
		position:absolute;
		top:0;
		left:0;
		right:0;
		z-index:5;
		background:#050505;
	}
	.logo, .mobilemenu, .social li a,
	.single .content .comment-icon,
	.copyright{
		-webkit-background-size:206px auto;
		-moz-background-size:206px auto;
		background-size:206px auto;
	}
	.logo{
		background-position:2px -55px;
		margin:18px 0 17px;
		width:210px;
		height:15px;
		float:left;
	}
	.mobilemenu{
		background-position:0 -72px;
		margin:18px 0 17px;
		height:15px;
		width:23px;
		float:right;
		cursor:pointer;
	}
	.drawer{
		margin:0;
		background:#050505;
		-webkit-transform:translate(0,-270px);
		-moz-transform:translate(0,-270px);
		-o-transform:translate(0,-270px);
		transform:translate(0,-270px);
	}
	.drawer.show{
		-webkit-transform:translate(0,49px);
		-moz-transform:translate(0,49px);
		-o-transform:translate(0,49px);
		transform:translate(0,49px);
	}
	.main.show, .footer.show{
		-webkit-transform:translate(0,267px);
		-moz-transform:translate(0,267px);
		-o-transform:translate(0,267px);
		transform:translate(0,267px);
	}
	.drawer, .main,
	.drawer.show, .main.show{
		-webkit-transition:-webkit-transform 0.25s linear;
		-moz-transition:-moz-transform 0.25s linear;
		-o-transition:-o-transform 0.25s linear;
		transition:transform 0.25s linear;
		-webkit-backface-visibility: hidden;
	}
	.nav{
		margin-top:10px;
	}
	.menu{
		clear:both;
		margin:0 auto;
		text-align:left;
		border-top:1px solid #212121;
	}
	.menu li{
		display:block;
		position:static;
		float:none;
		margin:0;
		border-bottom:1px solid #212121;
	}
	.menu li a{
		font-size:1.3em;
		padding:13px 10px;
		display:block;
		color:#818181;
	}
	.menu li a:hover,
	.wf-active .menu li a.active{
		color:#333;
		background:#FFF;
		padding:13px 10px;
		border:none;
	}
	.searchbox{
		margin:5px auto;
		position:relative;
		overflow-x:hidden;
	}
	.search-input{
		color:#707070;
		font-size:1.3em;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		width:100%;
		border-radius:0;
		border:1px solid #3e3e3e;
		background:#050505;
		margin:0 auto;
		position:static;
	}
	.search-button{
		right:10px;
		top:8px;
	}
	.main{
		margin-top:15px;
	}
	.main .single{
		margin:25px auto 15px;
	}
	#normal-posts{
		opacity:1;
	}
	.hero, .normal-post{
		margin:15px 0 0;
		padding-bottom:20px;
		display:block;
	}
	.hero .content h1,
	.normal-post .content h1,
	.single .content h1{
		font-size:2.3em;
	}
	.single .content .info{
		overflow:hidden;
		height:17px;
		margin:0 0 35px;
	}
	.single .content .comment-icon{
		background-position:-23px -76px;
		width:13px;
	}
	.space{
		margin:0 2px;
	}
	.pagination{
		margin-top:20px;
	}
	.yarpp-related {
		margin-top:50px;
	}
	.yarpp-related h3{
		margin-bottom:35px;
	}
	.yarpp-related span{
		font-size:2em;
		top:-8px;
	}
	.yarpp-thumb{
		height:100px;
	}
	.yarpp-info{
		min-height:auto;
		margin-top:15px;
	}
	.yarpp-info h2{
		font-size:1.5em;
	}
	.separator{
		margin:20px 0 30px;
	}
	.comments-area .leave-comment{
		float:none;
		display:block;
	}
	.comment-list ul.children{
		margin:0 0 0 40px;
	}
	#respond #commentform{
		overflow-x:hidden;
	}
	#respond input{
		width:100%;
	}
	#respond #submit{
		margin-bottom:10px;
	}
	#respond .comment-subscription-form{
		line-height:1.5em;
		clear:both;
	}
	.social{
		right:0;
		bottom:0;
		left:inherit;
		width:auto;
		margin-right:0;
	}
	.social li a{
		width:26px;
		height:26px;
		margin-right:8px;
	}
	.footer{
		height:75px;
		padding:12px 0 30px;
	}
	.footer .wrapper{
		min-height:32px;
		height:32px;
	}
	.copyright{
		bottom:15px;
		background-position:-49px -45px;
	}
	.love{
		left:0;
	}
	.roundedfb{
		background-position:-127px -70px;
	}
	.roundedtw{
		background-position:-101px -70px;
	}
	.roundedpin{
		background-position:-153px -70px;
	}
	.roundedig{
		background-position:-180px -70px;
	}
	.result-posts{
		padding-top:0;
		display:block;
	}
	.search-page .pagination{
		margin-top:0;
		margin-top:10px;
		padding-top:20px;
	}
	.search-no-results .result-posts{
		padding-top:40px;
	}
	.category-header{
		margin-bottom:35px;
	}
}
