/*
Theme Name: Honeypot
Theme URI: http://www.wpbees.com
Description: A sweet and sticky theme framework.
Version: 2.1
Author: WPBees
Author URI: http://www.wpbees.com
Tags: bones, zurb, foundation, wpbbes, clean, framework, hough
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

body {
	background: #fefefe;
	font-family: sans-serif;
	font-family: "PT Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #222222;
}

input, textarea {
	font-family: "PT Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.showme { background: #f01d4f; }

/******************************************************************
COMMON & REUSABLE STYLES
******************************************************************/

/* floats */
.alignleft { float: left; }
.alignright { float: right; }
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { color: #f01d4f; }
a:hover, a:focus { color: #f05e81; }
a:active {} /* on click */
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

.rtl {}
.home {} /* home page */
.blog {} 
.archive {} /* archive page */
.date {} /* date archive page */
	.date-paged-1 {} /* replace the number to the corresponding page number */
.search {} /* search page */
	.search-results {} /* search result page */
	.search-no-results {} /* no results search page */
	.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
.error404 {} /* 404 page */
.single {} /* single post page */
	.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
.attachment {} /* attatchment page */
	.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	.attachment-mime-type {} /* style mime type pages */
.author {} /* author page */
	.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
.category {} /* category page */
	.category-1 {} /* individual category page (i.e. body.category-6) */
	.category-paged-1 {} /* replace the number to the corresponding page number */
.tag {} /* tag page */
	.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	.tag-paged-1 {} /* replace the number to the corresponding page number */
.page-template {} /* custom page template page */
	.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	.page-paged-1 {} /* replace the number to the corresponding page number */
	.page-parent {}
	.page-child {}
	.parent-pageid-1 {} /* replace the number to the corresponding page number */
.logged-in {} /* if user is logged in */
.paged {} /* paged items like search results or archives */
	.paged-1 {} /* individual paged (i.e. body.paged-3) */

/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}


/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {}
	#logo {}

/******************************************************************
NAVIGATION STYLES
(Main Navigation shown on laptops)
******************************************************************/

.hide-for-small .nav-bar {
	height: 38px;
	background: #eee;
}

	.hide-for-small .nav-bar > li, .nav-bar > li:last-child {
		border: 0px;
	}
	
	.hide-for-small .nav-bar > li > a {
		color: #333;
		padding: 0px 30px !important;
	}

	.hide-for-small .nav-bar > li:hover, .nav-bar > li.current-menu-item { background: #ccc; }

	.hide-for-small .nav-bar > li:hover > a, .nav-bar > li.current-menu-item a { color: #000; }

	.flyout {
		background: #f2f2f2;
		padding: 20px;
		margin: 0;
		border: 0px;
		position: absolute;
		top: 39px;
		left: -1px;
		width: 250px;
	}

		.hide-for-small ul.flyout li a, .nav-bar li ul li a {
			color: 333;
		}

			.hide-for-small ul.flyout li:hover a, .nav-bar li ul li:hover a {
			color: 000;
		}

/******************************************************************
NAVIGATION STYLES
(Main Navigation shown on tablets & phones)
******************************************************************/

.show-for-small .has-flyout {
	background: #000;
}

	.show-for-small .has-flyout ul {
		margin-left: 0;
	}

		.show-for-small .has-flyout ul li ul {
			margin-left: 15px;
		}

		.show-for-small .has-flyout ul li {
			
		}

			.show-for-small .has-flyout ul li.current-menu-item {

			}

			.show-for-small .has-flyout ul li:hover {
				
			}

			.show-for-small .has-flyout ul li.current-menu-item a {
			
			}

			.show-for-small .has-flyout ul li a {
				
			}

			.show-for-small .has-flyout ul li:hover a {
				
			}



/******************************************************************
ORBIT SLIDER
******************************************************************/

#orbitslider img, #orbitslider div { display: none; }

#orbitslider.orbit { background: none; }
#orbitslider.orbit img, #orbitslider.orbit div { display: block; }

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content { }
	#main {}
		
/******************************************************************
SINGLE POSTS
******************************************************************/

.single #content {}
	.single #main {}
		
/******************************************************************
SINGLE PAGES
******************************************************************/

.page #content {}
	.page #main {}
	
	
/******************************************************************
ARCHIVES
******************************************************************/

.archive #content {}
	.archive #main {}

/******************************************************************
GALLERY
******************************************************************/

.play {
	position: absolute;
	top: -5%;
	left: 2%;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

	.play:hover {
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
		
		
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

/* page navigation */
.page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; }
	.bones_page_navi, .wp-prev-next ul { }
		.bones_page_navi li { float: left; margin-left: 10px; } 
			.bones_page_navi li a { padding: 3px 6px; display: block; text-decoration: none; position: relative; }
				.bones_page_navi li a:hover { color: #f01d4f; text-decoration: underline; }
		.bones_page_navi li.bpn-current { padding: 3px 6px; border-bottom: 2px solid #f01d4f; position: relative; } /* current page link */
				.bones_page_navi li.bpn-current:hover {}
		.bones_page_navi li.bpn-prev-link { } /* previous link */
			.bones_page_navi li.bpn-prev-link a { padding: 0; }
				.bones_page_navi li.bpn-prev-link a:hover { background: none; }
		.bones_page_navi li.bpn-next-link { font-weight: 700; } /* next page link */
			.bones_page_navi li.bpn-next-link a { padding: 0; }
				.bones_page_navi li.bpn-next-link a:hover { background: none; }
		.bones_page_navi li.bpn-last-page-link {} /* last page link */
			.bones_page_navi li.bpn-last-page-link a {}
				.bones_page_navi li.bpn-last-page-link a:hover { background: none; }
		.bones_page_navi li.bpn-first-page-link {} /* first page link */
			.bones_page_navi li.bpn-first-page-link a {}
				.bones_page_navi li.bpn-first-page-link a:hover { background: none; }
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link { float: left; }
			.wp-prev-next .next-link { float: right; }

	
/******************************************************************
COMMENT STYLES
******************************************************************/

#comments { }/* h3 comment title */
	#comments span { } /* number of comments span */
	
	.commentlist .alt {}
	.commentlist .odd { background: #eee; }
	.commentlist .even { background: #fefefe; }
	.commentlist .parent {}
	.commentlist .comment {}
	.commentlist .children { border-left: 2px solid #6ac8d3; }
	.commentlist .pingback {}
	.commentlist .bypostauthor {}
	.commentlist .comment-author {}
	.commentlist .comment-author-admin {}
	.commentlist .thread-alt {}
	.commentlist .thread-odd {}
	.commentlist .thread-even {}	
	
	.commentlist .vcard {}
		.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
		.commentlist .vcard time { float: right; }
			.commentlist .vcard time a { color: #999; text-decoration: none; }
				.commentlist .vcard time a:hover { text-decoration: underline; }
		.commentlist .vcard img.photo {}
		.commentlist .vcard img.avatar { position: absolute; left: 20px; padding: 2px; border: 1px solid #cecece; background: #fff; }
			.commentlist .vcard cite.fn a.url {}
		.commentlist .comment-meta {} 
			.commentlist .comment-meta a {}
		.commentlist .commentmetadata {}
			.commentlist .commentmetadata a {}
	.commentlist li .comment_content { margin-left: 55px; }
		.commentlist li .comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
		.commentlist li ul { margin: 0; }		
		.commentlist .comment-reply-link { text-decoration: none; float: right;  background: #4598bb; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
			.commentlist a.comment-reply-link:hover { opacity: 1; }

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar { }

	.widget { }
		.widget li { }
		.widget li ul {}
		
		.widgettitle { }

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	

/******************************************************************
FOOTER STYLES
******************************************************************/

#footer {}

	/* footer menu */
	.footer-links { margin-top: 0; }
		.footer-links li { list-style-type: none; float: left; font-size: 0.9em; }
			.footer-links li a { margin-right: 10px; text-decoration: underline; }
				.footer-links li:last-child a { margin-right: 0; }
		.footer-links li a:hover {}
		.footer-links li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */

	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
******************************************************************/

@media only screen and (min-width: 460px) {
	/* insert styles here */
}

@media only screen and (min-width: 748px) {
/* insert styles here */
}

@media only screen and (min-width: 780px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }

To target the .post_content area in older IE use:
html.oldie .post_content { ... }

Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/
