/*
Theme Name: hypedragon
Theme URI: http://hypedragon.net/
Author: Will Yates
Author URI: http://hypedragon.net/
Description: custom theme for hypedragon.net by Will Yates
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hypedragon
Tags:
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

	#hdn-search input { /* Legacy IE Search Box Alignment Hack */
		margin: 25px 0px 0px 10px!important; 
	}

}

article iframe { /* responsive iframes for embedded videos that aren't from Youtube, etc. */
	width: 100%; 
	max-height: 430px; 	
	min-height: 180px; 
	height: 46vw; 
	padding: 10px 0px 0px 0px;
}

/* Post navigation */

.navigation.pagination .screen-reader-text {
	font-size:120%;
	color: #232323;
}

.post-navigation, .posts-navigation h2 {

}

.navigation.pagination {
	font-size:100%;
	color: #aaa;
	margin:4px 0px;
	padding:5px 5px 5px 0px; 
} 

.navigation.pagination .screen-reader-text {

}

.page-numbers {
	margin:0.2em;
}

.page-numbers.current {
	border-bottom: 1px solid #aaa;
}

a.page-numbers:hover {
	color:#ccc;
}

.prev.page-numbers::before {
	content: "← ";
}

.next.page-numbers::after{
	content: " →";
}


.nav-previous, .nav-next {
	font-size:110%;
	font-family: 'Roboto Slab', Serif;
	margin:4px 0px;
	padding:5px 5px 5px 0px;
}

.nav-previous a:hover, .nav-next a:hover {
	color:#555;
}

.nav-previous::before {
	content: "← ";
}

.nav-next::after{
	content: " →";
}

/* WordPress Admin Bar Front End Customization */

#wpadminbar {
	position:absolute;
	background: none;
	color: #232323;
}

#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
	color: #777;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
	background: #eee;
	color: #232323;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus, #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
	background: #eee; 
}

#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
	color: #777;
}

#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
	color: #999;
}

#wp-admin-bar-comments, #wp-admin-bar-wp-logo, #wp-admin-bar-customize {
	display:none!important;
}