/*
THEME NAME: Bunch Custom V3
THEME URI:
DESCRIPTION: Custom Theme for Bunchfamily.ca
VERSION: 3.0
AUTHOR: Jimmy Rose
AUTHOR URI: 
*/

@import "reset.css";

/*-------------------
GENERAL
-------------------*/	

body {
    /*background-color: #777;*/
    /*border-bottom: 15px solid #2B2426;*/
    color: #000;
    /*font: 13px/1.7 'Helvetica',Arial,FreeSans,sans-serif*/;
	/*font-family: "museo-sans";*/
	font-family: 'PT Serif', serif;
	line-height:1.7;
	font-size:15px;
}

a {
    color: #FF7200;
    text-decoration: none;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

strong {
	font-weight: bold;
}

em {
	
	font-style:italic;}

p{
	margin-bottom:1em;
	}

h1, h2, h3 {
	/*font-family: "museo", serif;*/
	font-family: 'Yanone Kaffeesatz', sans-serif;
	}

h1 {
	font-size:1.5em;
	margin-bottom:1.25em;
}
h2 {
	font-size:1.25em;
	margin-bottom:1em;
}
h3 {
	font-size:1.125em;
	margin-bottom:1em;
}

h4 {
	font-size: 1.5em;
    font-weight: normal;
    margin-top: 25px;
	}


#wrapper {
	width:100%;
}

#container {
	max-width:1160px;
	min-width:960px;
	background:#F8F7F6;
	margin:auto;
	width:100%;
	clear:both;
	}
	
#content {
    border-right: 2px solid #EEEEEE;
    float: left;
    padding: 0;
    max-width: 838px;
	min-width: 638px;
	width:72%;
	}	

/*------------------
HEADER
------------------*/

#top-wrapper {
	width:100%;
	min-height:16px;
	background:#000;
	}
	
#top-menu {
    margin: 0 auto;
    max-width: 1160px;
    padding: 10px 0 30px;
    width: 100%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	font-size:1.25em;
	}
	
#top-menu ul li {
    float: left;
	}
	
#top-menu ul li a {	
    color:#B1AAA4;
	border-left: 1px solid #444;
    font-weight: normal;	
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;

}

#top-menu ul li a:hover {	
	color:#fff;
	text-decoration:none;
}
	
#top-menu ul li.first-menu-item	a{
	border-left: none;
	margin: 0;
    padding: 0;
	}
	
#header-wrapper {
	width:100%;
	min-height:100px;
	}
	
#header {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
	clear: both;
	background:#F8F7F6 /*NEW COLOR*/;
}

#masthead {
	min-height:100px;
	background:url("images/logo-220.png") no-repeat scroll left bottom transparent;
	margin:10px;
	}
	
#masthead #logo {
	float:left;
	width:220px;
	height:100px;
	}	
	
#masthead #logo img{
	width:100%;
	height:100%;
	}

#main-menu {
    background: none repeat scroll 0 0 #000000;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5;
}
	
#main-menu a {
	text-decoration:none;
	}	
	
#main-menu ul li {
    background: none repeat scroll 0 0 #000;
    float: left;
    padding: 10px 15px;
	font-size:1.125em;
	text-transform:uppercase;
	}
	
#main-menu ul li:hover {
    background: none repeat scroll 0 0 #F8F7F6;
	}		
	
#main-menu ul li.current-menu-item {
	background:#F8F7F6;
	}	
	
#leaderboard-ad	{
	width:728px;
	height:90px;
	float:right;
	margin:10px 0;
	background:#CC0000;
	}
	
#leaderboard-ad .widget	{
	padding:0;
	margin:0;
	border:0;
	}	
	
/*-------------------
SLIDERS
-------------------*/	

.slider-left {
    float: left;
    margin-right: 5%;
    width: 45%;
	}
	
.slider-right {
	width:50%;
	float:left;
	margin: 0 0 10px;
	height: 13.6em;
	}	
	
.slider-footer {
	border-top:1px solid #000;
	padding:10px 0;
	clear:both;
	}	
	
.slider-category a{
	background:#FF7200;
	color:#fff;
	padding:3px 10px;
	position:relative;
	z-index:500;
	text-transform:uppercase;
	font-size:1.125em;
	}	
	
.slider-category a:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
	}		
	
.slider-image {
	position:relative;
	top:-27px;
	}	
	
.slides h2 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 0.25em;
    text-transform: uppercase;
	}
	
.slider-right a {
	clear:both;
	}	
	
.slider-footer .date {
	margin:0 10px;
	padding: 5px 25px;
	background:left no-repeat url(images/date.png);
	color:#000;
	}

.slider-footer .comment{
	margin:0 10px;
	padding:5px 25px;
	background:left no-repeat url(images/comment.png);
	}


/*-------------------
POST
-------------------*/	
.post {
	padding:20px;
	border-bottom: 1px solid #EDEAE9;
	}
	
.post-meta	{
	font-size:0.875em;
	}

.post .thumbnail{
	float:left;
	margin:0 10px 10px 0;
	}
	
.category {
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	}
	
	
.post .category {
	/*background:none;
	position:relative;
	z-index:500;
	top:20px;*/
	}	
	
.post .category a {	
	/*background: none repeat scroll 0 0 #000000*/;
    font-size: 0.875em;
    /*padding: 2px 5px;*/
	text-transform: uppercase;
	color:#999;
	line-height: 1;
}

.post .category a:hover {	
	color:#333;
}
	
h2.post-title{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    /*margin-top: 0.25em;*/
    text-transform: uppercase;
	}	

.post h1 {
    color: #000000;
    font-size: 1.75em;
    text-transform: uppercase;
	margin-bottom:0.5em;
}

.post-content a{
	color:#4c832f;
	}
	
.post-content a:hover{
	color:#233c15;
	}	
	
.post-content .aligncenter{
	margin:10px auto;
	display:block;
	}	
	
.post-content img{
	max-width:100%;
	height:auto;
	}		
	
.post ul {
	list-style:outside disc;
	margin-left:20px;
	margin-bottom:1.5em;
	}		

.post ol {
	list-style:outside decimal;
	margin-left:25px;
	margin-bottom:1.5em;
	}		


.wp-caption-text {
	text-align:right;
	margin-right:1em;
	font-size:0.75em;
	}
 
.breadcrumbs {
	border-bottom: 1px solid #EDEAE9;
    font-size: 0.75em;
    padding-bottom: 5px;
	margin:0 20px 10px;
	}
	
.breadcrumbs-page {
	margin:20px;
	}

.single-thumbnail {
	margin:15px 0;
	}
	
.single-thumbnail img{
	width:100%;
	height:auto;
}

.featured-caption {
	height:1em;
	top:-1.375em;
	position:relative;
	text-align:right;
	width:100%;
	}
	
.featured-caption span{
	font-size:0.75em;
	font-style:italic;
	padding:5px;
	background:rgba(255,255,255,0.5);
	}	
	
.pin-it-btn-wrapper	{
	max-width:25%;
	position:relative;
	top:-55px;
	left:5px;
	height:0;
	}
	
.cat-thumbnail {
	margin:0 15px 15px 0;
	float:left;
	/*width:50%;*/
	width:33.3333%;
	}
	
.cat-thumbnail img{
	width:100%;
	height:auto;
}		
	
#no-thumbnail {
	display:none;
	}	
	
.author {
	padding: 0 0 10px;
	}	
	
.single-meta {
	border-top:1px solid #000;
	padding:10px 0;
	clear:both;
	}		
	
.single-meta .date {
	margin:0 10px;
	padding: 5px 25px;
	background:left no-repeat url(images/date.png);
	color:#000;
	}

.single-meta .comment{
	margin:0 10px;
	padding:5px 25px;
	background:left no-repeat url(images/comment.png);
	}	
	
.facebook-comments {
	width:80%;
	margin:20px;
	}	
	
#comments {
	margin:20px;
	width:95%;
	}
	
#comments li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #eeeeee solid;
	}

#respond {
	margin:20px;
	width:95%;
	}	
	
#comment-form textarea {
	width:40%;
	margin-top:8px;
	}
	
#comment-form label {
    float: right;
    font-weight: bold;
    margin-bottom: 5px;
    width: 55%;
	}	
	
#comment-form input {
	float:left;
	width:40%;
	}	
	
#submit {
	background:#FF7200;
	border-radius:5px;
	border:none;
	padding:10px;
	-webkit-box-shadow:1px 1px 1px #000;
	-moz-box-shadow:1px 1px 1px #000;
	-o-box-shadow:1px 1px 1px #000;
	box-shadow:1px 1px 1px #000;
	color: #FFFFFF;
    margin: 5px 0;
	cursor:pointer;
	}	

.nr_title {
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	}

.nrelate ul {
	list-style:disc;
	margin-left:15px;
}

.nrelate ul a{
	font-weight:normal;
	color:#FF7200;
}

.nrelate ul a:hover{
	color:#000;
}

	
.nrelate .nr_inner {
    background: none repeat scroll 0 0 #DDDDDD;
    clear: both;
    padding: 15px;
    width: 95%;
}	

.tptn_counter {
	display:none;
	}
	
.flare-total {
	display:none;
	}
	
.flare-position-top {
	position:relative;
	width:90px;
	top:-20px;
	float:right;
	}	
	
.flare-horizontal.enablehumbleflare .flare-total {
	display:none;
	}
	
div.mr_social_sharing_wrapper {
  border: 0 none;
  float: right;
  height: auto;
  line-height: 0;
  margin: 4px 0;
  padding: 0;
  position: relative;
  top: -20px;
  width: 80px;
}

div.mr_social_sharing_top, span.mr_social_sharing_top {
  vertical-align: top;
  float:right;
}
	
.recently-in {
	font-weight:normal;
	}	
	
.more-by {
	font-weight:normal;
	}		
	
.category-post-title {
	margin-bottom:5px;
	}
	
.category-post-meta {
	font-size:0.75em;
	}	
	
.contributors a {
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.5em;
    line-height: 1.3;
    text-transform: uppercase;
}	


/*-------------------
PAGE
-------------------*/	

.page-subtitle {
	margin:20px;
	text-transform: uppercase;
	}

.posts-by {
	margin:20px;
	}

.navigation {
    background: none repeat scroll 0 0 #000000;
    clear: both;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 10px 2.5% 50px;
    text-transform: uppercase;
    width: 95%;
	}
	
.navigation a {
	color:#ddd;
	}	

.navigation a:hover {
	color:#fff;
	}	
	
.nav-more {
	float:left; 
	padding-right:20px; 
	margin-right:20px; 
	}	
	
.navleft {
	float:left; 
	padding-right:20px; 
	margin-right:20px; 
	border-right:1px dotted #fff;
	}	

.navright {float:left;}


/*-------------------
SIDEBARS
-------------------*/	

#sidebar-home, #sidebar-post, #sidebar-page {
    float: right;
    margin: 10px 0;
    padding: 10px;
    width: 300px;
	}
	
.widget {
	border-bottom: 2px solid #EEEEEE;
	padding-bottom:10px;
	margin-bottom:10px;
}

#sidebar-home h2, #sidebar-post h2, #sidebar-page h2 {
	color:#3D3437;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:bold;
	}
	
#featured-sidebar h2 {
	margin-bottom:5px;
	font-family: 'PT Serif', serif;
	text-transform:uppercase;
	font-size:0.875em;
	color:#333333;
}
	
#featured-sidebar .widget {
	border-bottom: none;
	}		
	
.more-from {
	color:#3D3437;
	margin:10px 0 0;
	text-transform:uppercase;
	font-size:0.75em;
	}	

	
/*----------------------
WIDGETS
-----------------------*/	
	
.author-more {
	border-bottom: 1px dotted #EDEAE9;
	margin:20px 0;
	}	
	
.cat-post-item img {
	width:100%;
	height:auto;
	}
	
.cat-post-item .post-title {
	font-size:1.5em;
	text-transform:uppercase;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-weight:bold;
	line-height: 1;
	}
	
.cat-post-item p {
	line-height: 1.4;
	}	
	
#featured-sidebar .widget_categorypostscustom {
	float:left;
	margin:10px 2.5%;
	width: 28.3333%;
	}	
	
.tptn_thumb	{
	float:left;
	margin-right:10px;
	margin-top:10px;
	}
	
.tptn_excerpt  {
	line-height:1.2;
		}
		
.tptn_posts li {
    /*border-bottom: 1px dotted #EDEAE9;
    min-height: 5em;*/
    margin-bottom: 1em;
}

.tptn_posts_daily li {
    margin-bottom: 1em;
}
	
.tptn_link	 {
    clear: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    top: 0.5em;
	}
	
.tptn_list_count {
	display:none;
	}
	
#menu-category-menu	li a{
	font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.5em;
	text-transform:uppercase;
	line-height:1.3;
	}
	
.widget_search {
    background: none repeat scroll 0 0 #EDEAE9;
    padding: 5px;
	width: 90%;
	margin: 0 auto 10px;
}	

.widget_search searchform {
	width:90%;
	}

.widget_search input[type="text"] {
    background: url("images/lup.png") no-repeat scroll 96% center #FFFFFF;
    padding: 10px;
    width: 90%;
}

.widget_search #searchsubmit {
	display:none;
	}
	
.widget_search label {
	display:none;
	}	
	
.hide-widget-title h2 {
		display:none;
	}	
	
#archives-2 {
	clear:both;
	}	
	
.enhanced-text-widget	{
	clear:both;
	margin:20px 0;
	}
	
	
#mc_embed_signup {
	text-align:center;
	width:300px;
	}
	
#mc_embed_signup .subscribe-title{
	text-transform:uppercase;
	margin:10px 0;
	}

#mc_embed_signup .subscribe-email input{
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px 5%;
    text-align: center;
    width: 70%;
	}
	
#mc_embed_signup .subscribe-button input{
    background: none repeat scroll 0 0 #FF7200;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #444444;
    text-transform: uppercase;
    width: 50%;
	cursor:pointer;
	}		
	
#mc_embed_signup .subscribe-button input:hover{
	background:#000;
}

#text-11, #text-12 {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    width:300px;
	clear:both;
	margin:20px auto;
	}
	
#text-11 h2, #text-12 h2 {
	text-align:center;
	}	

/*-------------------
FOOTER
-------------------*/	
	
#footer-wrapper {
	width:100%;
	background:#555555;
	}

#footer {
	clear:both;
	width:1160px;
	margin:0 auto;
	color:#000;
	}
	
#footer .widget {
	border-bottom:none;
	}	
	
#footer h2 {
	color:#ffe617;
	font-size:1.5em;
	font-weight:bold;
	text-shadow: 3px 3px 5px #222222;
	}	
	
#footer a:hover {
	color:#ffffff;
	}		
	
.left-footer {
	width:20%;
	margin:15px 2.5%;
	float:left;
	}	

.center-left-footer {
	width:20%;
	margin:15px 2.5%;
	float:left;
	}	

.center-right-footer {
	width:20%;
	margin:15px 2.5%;
	float:left;
	}	

.right-footer {
	width:20%;
	margin:15px 2.5%;
	float:left;
	}	
	
.left-footer .widget, .center-left-footer .widget, .center-right-footer .widget {
	border-right:1px #666 dotted;	
	}
		
		
	@media only screen and (max-width:1200px)
{	

body {
    font-size:14px;
}	

	
#content {
    width: 70%;
	}	
	
}	

	@media only screen and (max-width:1064px)
{	
#container {
	width:960px;
	}
	
#content {
    width: 638px;
	}	
	
#header {
   width: 960px;
}

#masthead {
	min-height:100px;
	background:url("images/logo-160.png") no-repeat scroll left bottom transparent;
	margin:10px;
	}
	
#masthead #logo {
	float:left;
	width:160px;
	height:100px;
	}	

#footer-wrapper {
    background: none repeat scroll 0 0 #555555;
    margin: 0;
    width: 100%;
    position: relative;
    top: -10px;
}

#footer {
	width:960px;
	}
	
}	

/*For iPhones
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
*/
@media only screen and (max-width:568px)

{
	
html, body {
		max-width:568px;
		min-width:320px;
		}
	
	
a {	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
	}

/* Main Structure */

#top-menu {
    font-size: 1em;
    margin: 0 auto;
    max-width: 568px;
	min-width:320px;
	width:90%;
    padding: 10px 0 30px;
    text-transform: uppercase;
}

#main-menu {
	height: 10px;
	}

#menu-main-menu {
	display:none;
	}

#wrapper {
	position:relative;
	top:0;
	}

#header {
    max-width: 568px;
	min-width:320px;
	width:100%;
    background: none repeat scroll 0 0 #F8F7F6;
    clear: both;
    margin: 0 auto;
}

#leaderboard-ad {
    display:none;
}

#masthead #logo {
    float: none;
    height: 100px;
    margin: auto;
    width: 220px;
}

#container {
    max-width: 568px;
	min-width:320px;
	width:100%;
}

#content {
    border-right: 0 solid #EEEEEE;
    float: left;
	max-width: 568px;
	min-width:320px;
	width:100%;
	padding:0;
}

#posts {
	max-width: 568px;
	min-width:320px;
	width:100%;
	}

.post {
    padding: 20px 10px;
}

#masthead {
    background: url("images/logo-220.png") no-repeat scroll center transparent;
    margin-bottom: 20px;
	padding-bottom:20px;
    min-height: 100px;
}



/* Content */
.slider-right {
    float: left;
    min-height: 17.5em;
	max-height: 22.5em;
    margin: 0 0 10px;
    width: 50%;
	line-height: 1.5;
}

.slider-footer {
	visibility:hidden;
	}
	
.slides h2 {
    font-size: 1.5em;
 }	

.flex-control-nav {
	display:none;
	}

.slides .comment {
	display:none;
	}

.post .thumbnail{
	float:none;
	margin:0 0 10px;
	width:100%;
	}

.post .thumbnail img{
	width:100%;
	height:auto;
	}


#respond {
	display:none;
	}
/* Sidebars */

#sidebar-home, #sidebar-post, #sidebar-page {
    float: none;
	display:block;
    margin: 10px auto;
    padding: 10px 0;
    max-width: 568px;
	min-width:320px;
	width:90%;
	clear:both;
}

#sidebar-home .widget, #sidebar-post .widget, #sidebar-page .widget{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	}

#featured-sidebar .widget_categorypostscustom {
    float: none;
    margin: 10px auto;
    width: 90%;
}

#featured-sidebar h2 {
    color: #FF7200;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#nav_menu-2, #nav_menu-6 {
    border: 0 none;
    float: left;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    padding-left: 7.5%;
    text-align: center;
    width: 40%;
	}
	
#widget_tptn_pop-2	{
	clear:both;
	}
	
	
#text-8	{
	display:none;
	}

.enhanced-text-widget {
	display:none;
}

/* Footer */

#footer {
    max-width: 568px;
	min-width:320px;
	width:100%;
	padding: 20px 0;
}

.left-footer, .center-left-footer , .center-right-footer {
    display: none;
}

.right-footer {
	float:none;
    margin: 15px auto;
    width: 100%;
}

}