/*
Theme Name: Pophaircuts Mobile Theme
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, br {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}
small {font-size:11px;}
/* Floating 
---------------------------------------------------------------- */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.left{float:left;}
.right{float:right;}

/* Clear Floats 
---------------------------------------------------------------- */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Global
-------------------------------------------------------------- */
body {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;
	line-height: 1.25em;
	background: none repeat scroll 0 0 #fff;
}



/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
	text-decoration: none; color:#e11761;
}

a:hover {
	text-decoration: none;
}

a img {
    border: medium none;
}

a, #slider a p::after {
    color: #e11761;
}
ins, a {
    text-decoration: none;
}

h1 a,h2 a,h3 a,h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration: underline;
}

/* Input Form & TextArea 
---------------------------------------------------------------- */
input, textarea {
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
	color: #777;
	padding: 6px;
}

input:focus {
	background: #ffffff;
}

.loop-link {
    display: block;
    min-height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.loop-link .post-thumbnail  img{
    float: left;
    height: 64px;
    margin: 12px 10px 0;
    position: relative;
    width: 64px;
    z-index: 1;
	border-radius: 14px;
}
.loop-link .post-date-author {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 70%;
    margin-left: 50px;
    padding-top: 10px;
    text-transform: uppercase;
}

.loop-link h2, .heading-font {
    display: inline-block;
    font-size: 121%;
    font-style: normal;
    font-weight: normal;
    line-height: 121%;
    margin: 0;
    overflow: hidden;
    padding-bottom: 10px;
    width: 60%;
}

.loop-link .bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    bottom: 0;
    display: block;
    left: 88px;
    position: absolute;
    right: 0;
}
.arrow { background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll center center;
    display: inline-block;
    float: right;
    height: 20px;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 1em;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;}
	
	
	
	
	
	
	
#content-sidebar{  width:100%;
	}

/* Post Page Style
---------------------------------------------------------------- */
.breadcrumbs {background: none repeat scroll 0 0 #fff;color: #666666;font-size: 11px;margin: 0 0 10px;padding: 3px 15px;}
p,.category-archive-meta p, .entry-content p{    color: rgba(0, 0, 0, 0.7);margin: 0 0 1em; line-height:1.7em; }

.entry-content {padding:0 20px;}
.entry-content img{ max-width:100%; height:auto;}

.entry-content ol, .entry-content ul {margin: 0;padding: 0 0 20px;}

.entry-content ol {margin: 0;}

.entry-content ul li {list-style-type: square;margin: 0 0 10px 20px;}

.entry-content ol li {list-style: decimal outside none;margin: 0 0 10px 25px;}

.entry-content ol ol, .entry-content ul ul {padding: 0;}

.post-head{ 
background-color: rgb(225, 23, 97);
background-image: -webkit-gradient(radial,50% 0%,0,50% 0%,500,from(rgba(255,255,255,0.20)),to(rgba(0,0,0,0)));
 overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	margin:0 -20px;}
	
	
.post-head .entry-title { color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	line-height: 130%;
    margin-bottom: 15px;
    margin-top: 15px;
	font-size: 180%;
    font-weight: normal;
    letter-spacing: -2px;
    margin: 0 !important;
    padding: 10px 12px;
	}
.entry-content{margin-bottom:20px;}

.entry-content h3 {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
	font-size:110%;   font-weight: normal;
}
.entry-content li{padding:0 0 5px 0; line-height: 24px;}
.entry-content .wp-caption-text{ color: #666666;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    height: 18px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: center;
}
.post-page-thumbnail { margin-left: -20px;
    margin-right: -20px;
	}
.post-page-thumbnail img	{height: auto;
    margin: 0 0 -8px;
    min-width: 100%;
    padding: 0;}
	
.post-comments a, .post-author a{font-size: 75%;
    margin-left: 10px;
    margin-right: 10px; color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);}
	
blockquote {background: url(images/q.png) no-repeat;border: none;margin: 5px 15px;padding: 15px 20px 10px 40px;}

blockquote p {color: #666;font-style: italic;}

.attachment1{ text-align:center;}

.post-meta {padding:0 20px; font-size:12px; }

.wp-caption {max-width:100%; height:auto;}

.nav-controls {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
    font-size: 90%;
    font-weight: bold;
    margin: -1px 0;
    padding: 10px 20px;
    text-align: center;
	 margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    text-transform: capitalize;
}
.nav-controls div {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 49%;
}
.nav-controls a::before {
    margin-right: 3px;
}
.nav-controls a.next-post {
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-controls a {  padding-bottom: 8px;
    padding-top: 8px;
    display: block;
    font-style: normal;
    font-weight: normal;
}
.nav-controls a.prev-post {
    padding-right: 8px;   
	
}
.nav-controls .previous {
    text-align: left;
}
.nav-controls .next {
    float: right;
    text-align: right;
}
.nav-controls a::after {
    margin-left: 3px;
}

.post-social{text-align:center; padding:20px 0 ;}
/* ## Comments
--------------------------------------------- */
#comments{
    color: rgba(0, 0, 0, 0.7);
	padding:20px;
  font-size: 0.92em;
}
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 12px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 12px;
	padding: 24px;
}

form#commentform textarea {
    margin: 0;
    min-height: 100px;
    width: 95%;
}

.touch-ad { display: block;
    height: auto;
    margin: 5px;
    max-width: 100%;
    text-align: center; }
	