/*
Theme Name: Homo Ridiculus Standard
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.0.1
License: GNU General Public License
License URI: license.txt
Text Domain: hr
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 hr is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic);

/* =Keyframes
---------------------------------------------------------- */
@-webkit-keyframes logoSmallLight{
	51% { box-shadow: inset 0px 0px 50px 3px rgba(150, 150, 150, 1.0); }
	100% { box-shadow: inset 0px 0px 35px 3px rgba(201, 201, 201, 1.0); }
}

@-webkit-keyframes shadowLight {
	0% { box-shadow:0 0 20px rgba(0,0,0,0.8); }
	50% { box-shadow: 0 0 25px rgba(0,0,0, 1.0); }
	100% { box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
}

body {
	background-color: rgba(241, 241, 241, 1.0);
}

body, html {
	height: 100%;
}

/* =Common Styles
---------------------------------------------------------- */
.divider {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 51%, rgba(255, 255, 255, 1.0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 51%, rgba(255, 255, 255, 1.0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 51%, rgba(255, 255, 255, 1.0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 51%, rgba(255, 255, 255, 1.0) 100%);
}

.divider-gradient:before {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	margin: 0px auto;
	background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.0) 0%, rgba(60, 60, 60, 0.6) 50%, rgba(0, 0, 0, 0.0) 100% );
	background: -moz-linear-gradient(top left, rgba(0, 0, 0, 0.0) 0%, rgba(60, 60, 60, 0.6) 50%, rgba(0, 0, 0, 0.0) 100% );
	background: -o-linear-gradient(top left, rgba(0, 0, 0, 0.0) 0%, rgba(60, 60, 60, 0.6) 50%, rgba(0, 0, 0, 0.0) 100% );
	background: -ms-linear-gradient(top left, rgba(0, 0, 0, 0.0) 0%, rgba(60, 60, 60, 0.6) 50%, rgba(0, 0, 0, 0.0) 100% );
	background: linear-gradient(top left, rgba(0, 0, 0, 0.0) 0%, rgba(60, 60, 60, 0.6) 50%, rgba(0, 0, 0, 0.0) 100% );
}

.divider-gradient:after {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	margin: 0px auto;
	background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -ms-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.0) 100%);

}

a, a:hover, a:active, a:visited {
	color: inherit;
}

.centerize {
	text-align: center;
}

/* =Logo styles
---------------------------------------------------------- */
.logo {
	display: block;
	position: relative;
	height: 200px;
	width: 200px;
	background-color: rgba(241, 241, 241, 1.0);
	border: 1px solid rgba(221, 221, 221, 1.0);
	padding: 25px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 35px 3px rgba(201, 201, 201, 1.0);
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 1.3;

 
}
.logo:before, .logo:after {
	content:"";   
	position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
 
.logo:after {
	right: 10px;
	left: auto;
}
 
 
.logo-inner {
	font-family: "Im Fell DW Pica";
	height: 100%;
	color: rgba(115, 115, 115, 1.0);
	transition: color 5s ease-in-out;
	text-align: center;
	font-size: 110px;
	font-weight: 200;
	border-radius: 3px;
}

.logo-small {
	display: block;
	position: relative;
	height: 100px;
	width: 100px;
	background-color: rgba(241, 241, 241, 1.0);
	border: 1px solid rgba(221, 221, 221, 1.0);
	padding: 25px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 35px 3px rgba(201, 201, 201, 1.0);
	border: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
}

.logo-small:before, .logo-small:after {
	content:"";   
	position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
 
.logo-small:after {
	right: 10px;
	left: auto;
	transform:skew(8deg) rotate(deg);
 
}

.logo-inner-small {
	font-family: "Im Fell DW Pica";
	height: 100%;
	color: rgba(115, 115, 115, 1.0);
	transition: color 5s ease-in-out;
	text-align: left;
	font-weight: 200;
	font-size: 2.5em;
	border-radius: 3px;
}

/* =Image Styling
--------------------------------------------------------------- */
.wp-caption-text {
	font-size: 0.6rem;
}

/* =Card styles, =Front Page styles
--------------------------------------------------------------- */
.front-page-header {
	position: relative;
	width: 100%;
	text-align: center;
}

.front-logo-wrapper {
	display: block;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 30px;

}

.article-card-lg {
	font-size: 1.5em;
	cursor: pointer;
	margin-bottom: 15px;
}

.article-card-lg:last-child {
	margin-bottom: 0;
}



.article-card-title {
	font-family: "Libre Baskerville", Baskerville, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
}

.article-card-sum {
	font-family: "Libre Baskerville", Baskerville, sans-serif;
	font-size: 0.75em;
}

p.article-card-sum {
	margin-bottom: 0;
	display: inline-block;
}

.card-link {
	font-family: 'Libre Baskerville', Baskerville, Georgia, sans-serif;
	font-size: 0.4em;
	color: rgba(150, 150, 150, 0.7);
}

.article-card-link:hover, .article-card-link:active, .article-card-link:visited {
	color: inherit;
}

footer#site-footer {
	margin-top: 15px;
}

.foot-link {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	color: gray;
	color: rgba(150, 150, 150, 0.5);
	padding: 7px;
	text-align: center;
}

.foot-link:hover {
	color: black;
	color: rgba(150, 150, 150, 1.0);
}

/* =About Page styles
---------------------------------------------------------------- */
#about-head p {
	font-family: "Libre Baskerville", Baskerville, sans-serif;
	font-size: 1.2em;
}

#about-head p a {
	border-bottom: 1px solid gray;
	border-bottom: 1px solid rgba(150, 150, 150, 0.7);
}

.about-container header h2 {
	font-family: "Libre Baskerville", Baskerville, sans-serif;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 25px;
}


/* =Article styles
---------------------------------------------------------------- */
.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	font-style: italic;
}

.entry-author {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	font-style: normal;
}

.entry-date {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	font-size: 0.8em;
	font-weight: 100;
	font-style: normal;
	opacity: 0.7;
	margin-left: 20px;
}

.entry-content {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	line-height: 32px;
	margin-top: 25px;
}

.article-heading {
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	font-size: 1.1em;
}

.article-heading.old-timey {
	font-family: "Im Fell DW Pica", "Libre Baskerville", Baskerville, sans-serif;
	font-size: 2.2rem;
	margin-top: 4.5rem;
	margin-bottom: 1.5rem;
}

.entry-content blockquote {
	width: 80%;
	margin: 0 auto;
	display: block;
	padding: 20px;
	font-style: italic;
}

.entry-content p img {
	max-width: 90%;
}

.entry-content p a {
	color: gray;
	color: rgba(100, 150, 100, 1.0);
}

.entry-content p a:hover {
	border-bottom: 1px solid black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.art-nav-item {
	font-family: 'Libre Baskerville', Baskerville, Georgia, sans-serif;
	color: rgba(150, 150, 150, 1.0);
	text-align: center;
	border-right: 1px solid rgba(150, 150, 150, 0.5);
	border-left: 1px solid rgba(150, 150, 150, 0.5);
	margin-bottom: 50px;
	margin-top: 30px;
}

/* =Sidebar Styles
------------------------------------------------------ */
.side-menu {
	position: relative;
	padding-top: 5px;
	display: inline-block;
	width: 200px;
	text-align: center;
	cursor: pointer;
	margin-left: 5%;
}


.side-menu-wrapper {
	position: fixed;
	margin: 0 auto;
}

.logo-wrapper {
	opacity: 0.5;
}

.logo-wrapper:hover {
	opacity: 0.7;
}

.logo-wrapper:active {
	opacity: 0.9;
}

.fixed-wrapper:active {
	opacity: 1;
}

nav.hr-nav {
	margin-top: 15px;
}

nav.hr-nav ul {
	margin: 0;
	text-align: center;
}
nav.hr-nav ul li {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 0.5em;
	font-family: "Libre Baskerville", Baskerville, Georgia, sans-serif;
	position: relative;
	width: 100px;
	padding: 5px;
	background-color: gray;
	background-color: rgba(241, 241, 241, 1.0);
	left: 0;
	transition: left 0.3s ease-in-out;
}

nav.hr-nav ul li:hover {
	border-left: 2px solid gray;
	left: 5%;
	transition: left 0.3s ease-in-out;
}


nav.hr-nav ul li.active:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 20%;
	width: 1px;
	height: 60%;
	box-shadow: 0px 0px 10px 3px rgba(180, 180, 180, 0.5);
	z-index: -1;
}

.heading-link, .heading-link:active, .heading-link:visited {
	text-decoration: none;
	color: inherit;
}

/* =Utility Classes
--------------------------------------------*/
.align-center {
	text-align: center;
}

.aligncenter {
	margin: 0 auto;
}

.align-left,
.alignleft {
	text-align: left;
}

.align-right,
.alignright {
	text-align: right;
}



/* =jQuery Manipulated Classes
------------------------------------------------------ */
.opaque {
	opacity: 1;
}

.opaque:hover {
	opacity: 1;
}

.transparent {
	opacity: 0;
}

.fixed {
	position: fixed;
}

.invisible {
	visibility: hidden;
}

/* =Animated Styles
------------------------------------------------------ */
.pulse {
	-webkit-animation-name: logoSmallLight;
	-moz-animation-name: logoSmallLight;
	animation-name: logoSmallLight;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}


/* =Testing --> Delete for Production
------------------------------------------------------ */
#test-button {
	position: absolute;
	width: 150px;
	height: 75px;
	background-color: blue;
	border: 1px solid black;
	border-radius: 5px;
	top: 200px;
	right: 10%;
	cursor: pointer;
}

#test-button:active {
	background-color: yellow;
}


/* =Media Queries
------------------------------------------------------ */
/* Defaults */
.only-large, .only-medium, .only-small, .only-xlarge, .only-xxlarge {
	display: none;
}

/* Small */
@media only screen and (max-width: 30em) {
	p.article-card-sum, p {
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 40.063em) {
	.only-small {
		display: inherit;
	}

}

/* Medium */
@media only screen and (min-width: 40.063em) {

}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.only-medium {
		display: inherit;
	}
	.logo-small.responsive {
		display: block;
		position: relative;
		height: 50px;
		width: 50px;
		background-color: rgba(241, 241, 241, 1.0);
		border: 1px solid rgba(221, 221, 221, 1.0);
		padding: 12px;
		border-radius: 3px;
		box-shadow: inset 0px 0px 35px 3px rgba(201, 201, 201, 1.0);
		border: 1px solid rgba(0, 0, 0, 0.2);
		line-height: 1.2;
		margin-left: auto;
		margin-right: auto;
	}
	 .logo-inner-small.responsive {
		font-family: "Im Fell DW Pica";
		height: 100%;
		color: rgba(115, 115, 115, 1.0);
		transition: color 5s ease-in-out;
		text-align: left;
		font-weight: 200;
		font-size: 1.2em;
		border-radius: 3px;
	}

	.logo-small.responsive:before, .logo-small.responsive:after {
		content:"";   
		position:absolute;
	    z-index:-1;
	    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
	    -moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
	    box-shadow:0 0 10px rgba(0,0,0,0.8);
	    top:5px;
	    bottom:5px;
	    left:0;
	    right:0;
	    -moz-border-radius:100px / 10px;
	    border-radius:100px / 10px;
	}
	 
	.logo-small.responsive:after {
		right: 10px;
		left: auto;
		transform:skew(8deg) rotate(deg);
	 
	}
	.post {
		margin-left: 25px;
	}

	.hr-nav {
		position: relative;
		opacity: 0;
		background-color: rgba(221, 221, 221, 1.0);
		border-right: 1px solid rgba(230, 230, 230, 0.3);
		border-bottom: 1px solid rgba(230, 230, 230, 0.3);
		border-radius: 3px;
		z-index: 5;
	}	
	.hr-nav:before, .hr-nav:after {
		content: "";
		position: absolute;
		box-shadow: 0px 0px 10px 1px rgba(180, 180, 180, 0.6);
	}

	.hr-nav:before {
		height: 80%;
		width: 1px;
		right: 2%;
		bottom: 10%;
	}

	.hr-nav:after {
		width: 80%;
		height: 1px;
		bottom: 2%;
		right: 10%;
		z-index: -1;
	}
}	

/* Large */
@media only screen and (min-width: 64.063em) {

}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.only-large {
		display: inherit;
	}

}	

/* X-Large */
@media only screen and (min-width: 90.063em) {
	.only-large {
		display: inherit;
	}
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) { 
	.only-xlarge {
		display: inherit;
	}


}

/* XX-Large */
@media only screen and (min-width: 120.063em) {
	.only-xxlarge {
		display: inherit;
	}


}


