@import url(https://fonts.googleapis.com/css?family=Hind:300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);

body, html {
	font-family: 'Hind', sans-serif;
	font-size:13pt;
	font-weight:300;
	margin: 0px;
	padding: 0px;
	background: #fbfbfb;
	color: #232323;
	transition: 0.6s;
}

h1, h2, h3, h4 {
		font-family: 'PT Serif', serif;
		font-weight:normal;
}

a h1, a h2, a h3, a h4 {
	color: #232323;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
	color:#777;
	transition: 0.2s;
}

strong, b {
	font-weight: 700;
}

a {
	font-weight: 700;
	text-decoration: none;
	color: #232323;
	border: none;
	background: none;
}

a:visited {
	color: #232323;
}

a:hover {
	color: #777;
	transition: 0.2s;
}


#hdn-container {
	min-width:520px;
	max-width: 760px;
	margin:auto;
	overflow:hidden;
	padding:6px 3% 0px 3%;
}

#hdn-header {
	height: 80px;
	margin-bottom:20px;
}

#hdn-preload {
	display:none;
	background: 
	url('../img/hypedragon-logo-wide.svg'), 
	url('../img/hypedragon-logo-wide-dark.svg'),
	url('../img/facebookhover.svg'), 
	url('../img/facebookdark.svg'), 
	url('../img/twitterhover.svg'), 
	url('../img/flashlighthover.svg');,
	url('../img/flashlightdark.svg');,
	url('../img/flashlightdarkhover.svg');,
	url('../img/facebookdark.svg');
}

#hdn-logo {
	background: url('../img/hypedragon-logo-wide.svg') no-repeat center bottom;
	width:200px;
	height:80px;
	float:left;
}

#hdn-facebook, #hdn-twitter, #hdn-flashlight {
	width: 46px;
	height: 80px;
	margin: 0px 0px 0px 6px;
	float:right;
}

#hdn-search input {
	float:right;
	width:120px;
	height:32px;
	margin: 40px 0px 0px 10px;
	background: #ddd;
	border:none;
	padding: 14px 12px;
	color: #777;
	outline:2px solid #ddd;
	border-radius:0px; /* for IOS */
	-webkit-border-radius:0px; /* for IOS */
	-webkit-appearance: none; /* for IOS */
}

#hdn-search input:focus {
	outline:2px solid #5d8fc7;
	transition: 0.2s;
}

#hdn-facebook {
	background: url('../img/facebook.svg') no-repeat center bottom;
}

#hdn-facebook:hover {
	background: url('../img/facebookhover.svg') no-repeat center bottom;
}

#hdn-twitter {
	background: url('../img/twitter.svg') no-repeat center bottom;
}

#hdn-twitter:hover {
	background: url('../img/twitterhover.svg') no-repeat center bottom;
}

#hdn-flashlight {
	background: url('../img/flashlight.svg') no-repeat center bottom;
	margin: 0px 0px 0px 2px;
}

#hdn-flashlight:hover {
	background: url('../img/flashlighthover.svg') no-repeat center bottom;
	margin: 0px 0px 0px 2px;
}

.hdn-article {
	white-space: justify;
	clear: both;
	margin: 10px 0px 45px 0px;
	border-bottom: 1px solid #ddd;
}

.hdn-article h2.hdn-title {
	text-transform: uppercase;
	margin:0px;
	padding:0px;
}

h3.hdn-author {
	font-family: 'Hind', Sans-serif;
	font-size: 65%;
	margin:3px 0px 6px 0px;
	padding:0px;
	height:12px!important;
}

.hdn-article.featured .hdn-featuredimage {
	display:inherit;
	height:300px;
	position: relative;
	overflow:hidden; 
	margin:6px 0px;
}

.hdn-article.featured .hdn-featuredimage img {  /* center and show full size image to scale */
	position:absolute;
	top:30%;
	bottom:0;
	margin:auto;
	width:100%;
}	

.hdn-article .hdn-featuredimage {
	display:none;
}

.hdn-article a {
	font-weight: 700;
	text-decoration: none;
	color: #5d8fc7;
	border: none;
	background: none;
}

.hdn-article a:visited {
	color: #765dc7;
}

.hdn-article a:hover {
	color: #99a8c7;
	transition: 0.2s;
}

.hdn-postmeta {
	height:25px; /* specified height keeps links above line */
}

.hdn-postmeta, .hdn-postmeta a, .hdn-postmeta a:visited {
	text-transform: uppercase;
	color: #aaa;
	font-weight:normal;
}

.hdn-postmeta a:hover {
	color:#888;
	font-weight:normal;
}

.hdn-readmorelink {
	float:left;
}

.hdn-commentlink {
	float:right;
}

#hdn-footer {
	margin:0px;
	text-transform: uppercase;
	padding:35px 0px 35px 0px;
}

#hdn-footer a, #hdn-footer a:visited {
	color: #999;
	font-weight:normal;
}

#hdn-footer a:hover {
	color:#777;
	font-weight:normal;
}

ul.hdn-footerlist {
	padding: 0px 15px 25px 0px;
	margin: 0px;
	display: inline-block;
}

ul.hdn-footerlist h3 {
	margin:3px 0px;
	font-weight: bold;
}

ul.hdn-footerlist li {
	list-style-position: inside;
	list-style-type: none;
	color: #999;
}

#hdn-footerlogo {
	background: url('../img/hypedragon-logo-wide.svg') no-repeat center;
	width:400px;
	height:100px;
	margin:40px auto;
}


/* Start Mobile Portrait Conditionals*/
@media only screen 
  and (max-width: 600px) and (orientation: portrait) 
 {
 
	body {
		font-size:15.5pt;
	}
  
	.hdn-article.featured .hdn-featuredimage {
		height:160px;
	}
	
}
/* End Mobile Portrait Conditionals */

/* Start Mobile Landscape Conditionals*/
@media only screen 
and (max-width: 768px) and (orientation: landscape) 
 {
 
	body {
		font-size:13.5pt;
	}
	
	#hdn-container {
	min-width:700px;
	}
  
	.hdn-article.featured .hdn-featuredimage {
		height:260px;
	}
	
}
/* End Mobile Landscape Conditionals */