/*
Theme Name:         Analytic Eye
Theme URI:          
Description:        Custom theme for theanalyticeyecom based off of Reverie by Zhen Huang (http://themefortress.com/) is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            1.0
Author:             Richard Rudy
Author URI:         http://designplusawesome.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5 { font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif; font-weight: 300; }
	
	/* Add Divider for Listed Posts */
	.divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure img {
	height: auto;
	border: 1px solid #DDD;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px #ddd;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	border-image: initial;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 12px; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 0; padding-top: 0; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
/*  --------------------------
    Your Customized Style
    ----------------------- */

body {
	font-family: "apertura-1","apertura-2",sans-serif;
	background-color: #A7A9AC;
}

#ContentWrapper {
	background-color: white;
}

h1, h2, h3,h4,h5,h6 {
	font-family: "adelle-1","adelle-2",serif;
	font-weight: 600;
}

body, p, ol, ul {
    font-size: 18px;
    line-height: 32px;
}

figcaption {
	background-color: #e1e1e1;
	border-bottom: 2px dashed #fff;
}

#PageHeader h1 {
	font-size: 91px;
    line-height: 108px;
    margin-top: 36px;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
}

#PageHeader h1 a {
   display: block;
}

#PageHeader h1 {
	width: 640px;
	height: 150px;
	background-image: url(images/the-analytic-eye-desktop.png);
}

#sidebar {
	background-color: #fafafa;
	color: #999;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_categories ul,
.widget_meta ul,
.baw_widgetarchives_widget_class ul,
.widget_rcp_recent_custom_posts ul {
	list-style: none;
	padding-left: 0;
	line-height: 16px;
	margin-bottom: 16px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_meta li,
.widget_rcp_recent_custom_posts li {
	margin-bottom: 16px;
}

.baw_widgetarchives_widget_class li {
	margin: 0;
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

.baw_widgetarchives_widget_class li ul {
	margin-bottom: 0;
}

.baw_widgetarchives_widget_class li ul li {
	border-top: 1px dotted #ddd;
	border-bottom: none;
	padding-left: 12px;
}



h1 {
    font-size: 44px;
    line-height: 64px;
    margin-top: 32px;
    margin-bottom: 64px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 64px;
    margin-bottom: 32px;
}
h3 {
    font-size: 23px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 0px;
}

.subheader	 {
    font-size: 27px;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 0px;
}

.subheader {
	margin-top: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: "apertura-1","apertura-2",sans-serif;

}
p, ul, ol {
	margin-top: 0px;
    margin-bottom: 32px;
}

.small, aside, #sidebar li, .post footer p, .tagHolder p {
    font-size: 12px;
}

.small.tight, .tagHolder p {
	line-height: 18px;
}

.tagHolder p {
	color: #ddd;
}

.tagHolder p:hover {
	color: #888;
	background-color: #fafafa;
}

#read-time {
	float: right;
}

#read-time-text {
	font-weight: bold;
}

article h2 {
	clear:both;
}

article h2 a {
	color: #7D1416;
}

article h2 a:hover {
	color: #c40d10;
	border-bottom: 1px solid;
}


.tagHolder a, #sidebar a {
	color: #7997a0;
}

.tagHolder a:hover, #sidebar a:hover {
	color: #1896bb;
}

div.reverie-header {
	margin: 0;
	padding: 0;
}

.nav-bar {
	height: 36px;
	margin-bottom: 36px;
	margin-top: 0;
}

.nav-bar > li {
	line-height: 32px;
}

.nav-bar > li > a:first-child {
	font-size: 14px;
	line-height: 34px;
}

#searchform {
	margin-top: 3px;
}

footer#content-info {
	background-color: #a7a9ac;
	border-top: 5px solid #7D1416;
	padding-top: 32px;
}

footer#content-info p, #FooterDec {
	font-size: 12px;
	line-height: 16px;
}

#FooterDec {
	text-align: center;
}



footer#content-info a {
	color: #eee;
}

.entry-meta {
	padding: 0 1em;
	background-color: #f4f4f4;
	border-top: 3px dashed #fff;
	border-bottom: 3px dashed #fff;
}

article.post, article.tae_blink {
	border-bottom: 1px dashed #aaa;
}

article.smallList {
	height: 400px;
	overflow-y: hidden;
}

.smallList h2 {
	font-size: 18px;
	margin-top: 32px;
	margin-bottom: 16px;
}

.tae_blink h2.post-title {
	padding-left: 32px;
	background-image: url(images/blink-icon.png);
	background-repeat: no-repeat;
}

.post h2.post-title {
	padding-left: 32px;
	background-image: url(images/eye-icon.png);
	background-repeat: no-repeat;
}

.smallList p {
	font-size: 16px;
}

#RelatedPosts {
	background-color: #fafafa;
	text-align: center;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.18);
	margin-bottom: 32px;
}

#RelatedPosts h4, #RelatedPosts p {
	text-align: left;
}

#RelatedPosts h4 {
	margin-bottom: 32px;
}

#RelatedPosts p {
	font-size: 12px;
	line-height: 16px;
}

#RelatedPosts img {
	margin: auto;
}

#DesignAwesome {
font-weight: bold;
letter-spacing: 1px;
text-transform: lowercase;
text-decoration: none;
border-bottom: none;
}
#DesignAwesome #DplusAplus {
color: #FF7200 !important;
}

.post-thumb {
	display: inline-block;
	float: left;
	border: 1px solid #ccc;
	margin-right: 30px;
}

blockquote {
	background-color: #f1f1f1;
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
	border-left: 3px dashed #fff;
	border-right: 3px dashed #fff;
	padding:16px;
}

.socialTools {
	list-style: none;
}

.wf-active .socialTools {
}

.socialTools {
	line-height: 18px;
}

.socialTools .headerSpan, .socialTools a {
	font-size: 12px;
}

.socialTools .headerSpan {
	color: #ccc;
	font-weight: bold;
}

.wf-active .socialTools li 	 {
	font-size: 24px;
	width:48px !important;
	height: 24px;
    /*text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
}

.wf-active .socialTools a 	 {
	font-size: 12px;
	margin-left: 7px;
}

.wf-active .socialTools a.TwiiterShare {
	margin-left: 0;
}



.wf-active [data-icon]:before {
  font-family: 'JustVector'; /* socialicoregular;  BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none; /* Not to be trusted, but hey. */
  margin-right: 5px;
  font-size: 24px;
  color: #aaa;
}

.wf-active #SocialStalk a [data-icon]:before {
	font-size: 36px;
	line-height: 0;
	color: #b3b3b3;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.wf-active #SocialStalk a:hover [data-icon]:before {
	text-shadow: 0px 0px 8px rgba(255,255,255,0.3);
}

wf-active a.TwitterShare [data-icon]:before, {
	margin-top: 3px;
	line-height: 0;
}

.wf-active a:hover [data-icon]:before {
	color: #000;
}

.wf-active a.TwitterShare:hover [data-icon]:before,
.wf-active #SocialStalk a.TwitterShare:hover [data-icon]:before {
	color: #16bcda;
}

.wf-active a.FacebookShare:hover [data-icon]:before,
.wf-active #SocialStalk a.FacebookShare:hover [data-icon]:before {
	color: #1e5df0;
}

.wf-active a.GoogleShare:hover [data-icon]:before {
	color: #f01d1d;
}

.wf-active a.TechnorattiShare:hover [data-icon]:before {
	color: #2ba203;
}

.wf-active a.RedditShare:hover [data-icon]:before {
	color: #860202;
}

.wf-active a.LinkedInShare:hover [data-icon]:before,
.wf-active #SocialStalk a.LinkedInShare:hover [data-icon]:before {
	color: #00a5fc;
}

#SocialStalk {
	padding: 0;
	margin: 0;
}

#SocialStalk > li {
	height: 40px;
	list-style: none;
}


/* Very large display targeting */
@media only screen and (min-width: 1441px) {


	
	.row {
		width: 100%;
		max-width: 100%;
		min-width: 1001px;
		margin: 0 auto;
	}
	
	#PageHeader.row {
		width: 16.667%;
		min-width: 280px;
		max-width: 400px;
		float: left;
		min-height: 1px;
  		padding: 0 20px;
		position: relative;
	}
	
	#main {
		max-width: 1640px;
	}
	
	#content {
		padding: 0 10px;
		margin: 0 9px;
	}
	
	#sidebar {
		padding: 0 20px;
	}


	#content {
		width: 55%;
		min-width: 700px;
		max-width: 1000px;
		border-left: 1px dashed #f1f1f1 ;
		border-right: 1px dashed #f1f1f1 ;
	}
	
	#sidebar {
		width: 24%;
		min-width: 350px;
		max-width: 600px;
		float: left;
	}
	
	#PageHeader h1 {
		width: 180px;
		height: 157px;
		background-image: url(images/the-analytic-eye-square-180.png);
	}
	
	.subheader {
		padding-top: 14px;
		padding-bottom: 18px;
	}
	
	.nav-bar {
		height: auto;
	}
	
	.nav-bar li {
		display: block;
		clear: both;
		width: 100%;
		float: none;
		border: none;
	}
}

@media only screen and (max-width: 767px) {
	.nav-bar {
		height: auto;
	}
	
	.nav-bar li {
		display: block;
		clear: both;
		width: 100%;
		float: none;
		border: none;
	}
	
	.block-grid.two-up > li {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media only screen and (max-width: 630px ){
	#PageHeader h1 {
		width: 180px;
		/*
height: 157px;
		background-image: url(images/the-analytic-eye-square-180.png);
*/
		width: 100%;
		height: auto;
		background-size: contain;
	}
}


@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('YanoneKaffeesatz-Regular-webfont.eot');
    src: local('?'), url('/fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('/fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('/fonts/YanoneKaffeesatz-Regular-webfont.svg#webfont1BSMunJa') format('svg');
    font-weight: normal;
    font-style: normal;
}