@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Fascination Castle
Author: Viola Mirabilis, Nicole Khoueiri
Description: Castle Theme for Wordpress
Version: 0.0.1
Tags: castle
*/



/* Note: If you're not sure what some element is doing, add this to the element to check what it is:
outline: 5px solid red;
*/

.disable-css-transitions {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.disable-css-animations {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

/* Globals */

body
{
	font-family:"Kabel LT Std";
	color: white;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
	letter-spacing: 2px;
}

p {
	text-align: left;
	font-size: 16px;
	color: #CCC;
}

@media only screen and (max-width: 1400px) {
p.right {
	text-align: left;
}
}

@media only screen and (min-width: 1400px) {
p.right {
	text-align: right;
}
}

a { 
	text-decoration: none;
	color: #99F;
	transition: all 1s ease;
	-webkit-transition: all .5s ease;
}

a:hover {
	color: #90F;
}

@font-face {
	font-family:"Kabel LT Std"; 
	src: url('fonts/KabelLTStd-Light.otf');
}

@font-face {
	font-family:"Kabel LT Std";
	src: url('fonts/KabelLTStd-Book.otf');
	font-weight: 300;
}

@font-face {
	font-family:"Kabel LT Std";
	src: url('fonts/KabelLTStd-Heavy.otf');
	font-weight: bold;
}

@font-face {
	font-family:"Kabel LT Std";
	src: url('fonts/KabelLTStd-Black.otf');
	font-weight: 900;
}


h1 {
	letter-spacing: 3px;
	font-weight: 300;
}


h6 {
	font-weight: lighter;
}


li {
	list-style-type: none;
}

/* Temp Media Query Breakpoints */
/*
.six-break {
	width: 600px;
	height: 400px;
	position: absolute;
	right: 0;
	border: 5px solid green;
	background-color: rgba(0, 255, 0, 0.2);
}

.seven-break {
	width: 768px;
	height: 600px;
	position: absolute;
	right: 0;
	border: 5px solid blue;
	background-color: rgba(0, 0, 255, 0.2);
}

.nine-break {
	width: 992px;
	height: 800px;
	position: absolute;
	right: 0;
	border: 5px solid red;
	background-color: rgba(255, 0, 0, 0.2);
}

.ten-break {
	width: 1060px;
	height: 900px;
	position: absolute;
	right: 0;
	border: 5px solid yellow;
	background-color: rgba(255, 255, 0, 0.2);
}

.max-break {
	width: 1315px;
	height: 1000px;
	position: absolute;
	right: 0;
	border: 5px solid lightblue;
	background-color: rgba(0, 255, 255, 0.2);
}
*/

@media only screen and (max-width: 1060px) {
.master-container {
	width: 100%;
}
}

@media only screen and (min-width: 1060px) {
.master-container {
	width: 1060px;
}
}

@media only screen and (min-width: 1400px) {
.master-container {
	width: 1315px;
}
}

.master-container {
	position: relative;
	margin: auto;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

/* Header */

.logo {
	background-image: url(images/FC.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 140px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	
}

.logo:focus {
	outline: none;
	border: none;
}

.logo:active {
	outline: none;
	border: none;
}

.title
{
	text-align: center;
	margin-top: -20px;
	text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black;
	-webkit-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black;
	-moz-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black;
	-ms-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black;
	-o-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black;
}

.description {
	text-align: center;
	margin-top: -22px;
	font-size: 16px;
}

.sitehead {
	background-image: url(images/sitename-head.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 220px;
	width: 100%;
	position: absolute;
	bottom: 80px; /* Adjust height of site name here */
	
}

@media only screen and (max-width: 1060px) {
.header {
	right: 0px;
	width: 100%;
}
}

@media only screen and (min-width: 1060px) { /* Set same as above */
.header {
	right: 25px;
	width: 1010px;
}
}

@media only screen and (min-width: 1400px) {
.header {
	right: 40px;
	width: 1010px;
	
}
}

.header {
	height: inherit;
	float: right;
	position: absolute;
	bottom: 0px;
	background-image: url(images/header-left.png), url(images/header-right.png), url(images/header-center.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: bottom left, bottom right, bottom center;
}

@media only screen and (max-width: 860px) {
.top-text-box {
	display: none;
}
}

@media only screen and (min-width: 860px) {
.top-text-box {
	left: 120px;
	bottom: 100px;
	display: block;
}
}

@media only screen and (min-width: 1400px) {
.top-text-box {
	left: -210px;
	bottom: 10px;
}
}

.top-text-box
{
	float: right;
	position: absolute;
	width: 200px;
	height: 250px;
	overflow: visible;
	font-size: 17px;
	text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black, 0px 0px 10px black;
	-webkit-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black, 0px 0px 10px black;
	-moz-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black, 0px 0px 10px black;
	-ms-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black, 0px 0px 10px black;
	-o-text-shadow: 0px 0px 2px black, 0px 0px 5px black, 0px 0px 8px black, 0px 0px 10px black;
}



@media only screen and (max-width: 1060px) {
.container-header {
	width: 95%;
}
}

@media only screen and (min-width: 1060px) {
.container-header {
	width: 1060px;
}
}

@media only screen and (min-width: 1400px) {
.container-header {
	width: 1315px;
}
}

.container-header
{
	margin: auto;
	height: 350px;
	text-align: center;
	background-color: black;
	position: relative;
}

.container-header:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 700px) {
.container-nav {
	width: 100%;
	height: 70px;
}
}

@media only screen and (min-width: 700px) {
.container-nav {
	height: 70px;
	width: 100%;
}
}

@media only screen and (min-width: 1060px) {
.container-nav {
	width: 1060px;
}
}

@media only screen and (min-width: 1400px) {
.container-nav {
	width: 1315px;
}
}

.container-nav {
	position: relative;
	margin: auto;
	background-color: black;
}

/* NEW Nav: Center aligns */

@media only screen and (max-width: 700px) {
.nav-image {
	background-size: 10% 70px, 10% 70px, 38px 70px;
	height: 70px;
	background-image: url(images/nav-left.png), url(images/nav-right.png), url(images/nav-mid.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left, right, center;
	width: inherit;
}
}

@media only screen and (min-width: 700px) {
.nav-image {
	margin-right: 0px;
	width: inherit;
	background-size: auto, auto, auto;
	background-image: url(images/nav-left.png), url(images/nav-right.png), url(images/nav-mid.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left, right, center;
	height: 70px;
}
}

@media only screen and (min-width: 1060px) {
.nav-image {
	margin-right: 0px;
	width: 1060px;
}
}

@media only screen and (min-width: 1400px) {
.nav-image {
	margin-right: 15px;
	width: 1060px;
}
}

.nav-image {
	float: right;
	}

.blog-nav-box {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	padding-left: 0;
	padding-right: 42px;
}

@media only screen and (max-width: 700px) {
.blog-nav li {
    -webkit-transform: rotate(-30deg); /* Safari */
    transform: rotate(-30deg);	
	margin: 32px calc(10% - 50px);
	background-color: black;
	width: 70px;
	letter-spacing: 1px;
}
}

@media only screen and (min-width: 700px) {
.blog-nav li {
width: 70px;
letter-spacing: 1px;
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);	
	margin: 32px 4px; /*To adjust line height of links, change first margin*/
	background-color: transparent;
}
}

@media only screen and (min-width: 800px) {
.blog-nav li {
width: 90px; /* To adjust width of blocks */
letter-spacing: 2px;

}
}

.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 1px 10px;
	border: 1px solid white;
	font-weight: lighter;
	height: 18px;	
	vertical-align: middle;
	border: 1px solid white;
	overflow: hidden;
	/*outline: 2px solid blue;*/
}


@media only screen and (max-width: 860px) {
.blog-nav li:first-child, .blog-nav li:last-child {
	display: none;
}
}

@media only screen and (min-width: 860px) {
.blog-nav li:first-child, .blog-nav li:last-child {
	width: calc(50% - 400px); 
    display: inline-block;
}
}

@media only screen and (min-width: 1060px) {
.blog-nav li:first-child, .blog-nav li:last-child {
		width: 90px;
}
}



/* Backup Nav
.blog-nav-box {
	background-color: black;
	background-image: url(images/nav.gif);
	background-repeat: none;
	text-align: center;
	float: right;
	width: 1060px;
	margin-right: 15px;
	height: 70px;
}

.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 1px 10px;
	margin: 32px 4px; /*To adjust line height of links, change first margin
	border: 1px solid white;
	width: 80px;
	height: 18px;	
	vertical-align: middle;
	overflow: hidden;
}
*/


/* Search Form */
@media only screen and (max-width: 1060px) {
#lens {
	opacity: 0.5;
	-webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}
}

@media only screen and (min-width: 1060px) {
#lens {
	opacity: 0;
	-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);}
}

#lens { /* Button */
	-webkit-transition: filter 0.40s ease-out, opacity 0.30s ease-in-out;
  	-moz-transition: filter 0.40s ease-out, opacity 0.30s ease-in-out;
  	-ms-transition: filter 0.40s ease-out, opacity 0.30s ease-in-out;
  	-o-transition: filter 0.40s ease-out, opacity 0.30s ease-in-out;
	background-image:url(images/search-lens.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 108px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 6;
	outline: none;
}

#lens:hover {
	opacity: 1;
	-webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
    filter: blur(0px);
	border: none;
	outline: none;
}

#lens:active {
	border: none;
	outline: none;
}


/*
@keyframes search-apparation {
	0% {visibility: visible;}
	100% {visibility: hidden;}
}

@-webkit-keyframes search-apparation {
	0% {visibility: visible;}
	100% {visibility: hidden;}
}
*/

@media only screen and (max-width: 992px) {
#search-reveal {
	width: calc(100% + 100px);
	margin-left: -50px;
}
}

@media only screen and (min-width: 992px) {
#search-reveal {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 1400px) {
#search-reveal {
	width: 750px;
}
}


#search-reveal {
	visibility: hidden;
	z-index: 1;
}

@media only screen and (max-width: 992px) {
.search-box-off {
    -ms-transform: translate(0px, 150px); /* IE 9 */
    -webkit-transform: translate(0px, 150px); /* Safari */
    -moz-transition: translate(0px, 150px);
    -o-transition: translate(0px, 150px);
    transform: translate(0px, 150px); /* Standard syntax */
  -ms-transform: transform 1s ease, opacity 1.5s ease;
  -webkit-transition: transform 1s ease, opacity 1.5s ease;
  -moz-transition: transform 1s ease, opacity 1.5s ease;
  -o-transition: transform 1s ease, opacity 1.5s ease;
  transition: transform 1s ease, opacity 1.5s ease;
 }
.search-box-on {
	-ms-transform: translate(0px,50px); /* IE 9 */
    -webkit-transform: translate(0px,50px); /* Safari */
  	-moz-transition: translate(0px,50px);
  	-o-transition: translate(0px,50px);
  	transform: translate(0px,50px); /* Standard syntax */
  -ms-transform: transform 1s ease, opacity 1.5s ease;
  -webkit-transition: transform 1s ease, opacity 1.5s ease;
  -moz-transition: transform 1s ease, opacity 1.5s ease;
  -o-transition: transform 1s ease, opacity 1.5s ease;
  transition: transform 1s ease, opacity 1.5s ease;
 }
}

@media only screen and (min-width: 992px) {
.search-box-off {
    -ms-transform: translate(0px, 150px); /* IE 9 */
    -webkit-transform: translate(0px, 150px); /* Safari */
    -moz-transition: translate(0px, 150px);
    -o-transition: translate(0px, 150px);
    transform: translate(0px, 150px); /* Standard syntax */
  -ms-transform: transform 1s ease, opacity 1.5s ease;
  -webkit-transition: transform 1s ease, opacity 1.5s ease;
  -moz-transition: transform 1s ease, opacity 1.5s ease;
  -o-transition: transform 1s ease, opacity 1.5s ease;
  transition: transform 1s ease, opacity 1.5s ease;
 }
.search-box-on {
	-ms-transform: translate(0px,50px); /* IE 9 */
    -webkit-transform: translate(0px,50px); /* Safari */
  	-moz-transition: translate(0px,50px);
  	-o-transition: translate(0px,50px);
  	transform: translate(0px,50px); /* Standard syntax */
  -ms-transform: transform 1s ease, opacity 1.5s ease;
  -webkit-transition: transform 1s ease, opacity 1.5s ease;
  -moz-transition: transform 1s ease, opacity 1.5s ease;
  -o-transition: transform 1s ease, opacity 1.5s ease;
  transition: transform 1s ease, opacity 1.5s ease;
 }
}

.search-box-off { /* This class will be toggled with a button click */
	opacity: 0;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/search-top.jpg), url(images/search-bot.jpg), url(images/post-repeat.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top, bottom, top;
	background-size: 100%, 100%, 100%;
	position: relative;

  /* Safari 4.0 - 8.0 */ /*
	-webkit-animation: search-apparation 4s ease-in-out 1 alternate; 
    animation: search-apparation 4s ease-in-out 1 alternate;
    animation-fill-mode: ;
	-webkit-animation-fill-mode: both; */
} 

.search-box-on { /* This class will be toggled with a button click */
	opacity: 1;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(images/search-top.jpg), url(images/search-bot.jpg), url(images/post-repeat.jpg);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top, bottom, top;
	background-size: 100%, 100%, 100%;
	position: relative;

  /* Safari 4.0 - 8.0 */ /*
	-webkit-animation: search-apparation 4s ease-in-out 1 alternate;
    animation: search-apparation 4s ease-in-out 1 alternate;
    animation-fill-mode: both; */
	}
	

.search-form {
}

.search-form [type="search"] {
	background: #333;
	color: #CCC;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
  	padding: 3px 0px 3px 6px;
  	box-shadow: 0 0 5px #4F456C;
  border: 1px solid #4F456C;
  font-family: "Kabel LT Std";
  font-size: 16px;
  width: 80%;
	letter-spacing: 2px;}

.search-form [type="search"]:focus {
	box-shadow: 0 0 5px #99F;
	border: 1px solid #99F;
}

.search-submit-box {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: -12px;
	
}

.search-submit {
cursor: pointer;
background-color: transparent;
background-image: url(images/reply.png);
background-position: center;
background-repeat: no-repeat;
font-family: "Kabel LT Std";
font-size: 14px;
letter-spacing: 2px;
color: #ffffff;
padding: 6px 25px 14px 25px;
text-decoration: none;
border: none;
font-variant: small-caps;

}

 
.search-submit:hover {
}

.search-submit:active {
}

@media only screen and (max-width: 992px) {
p.no-posts {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 0px;
	border: 1px solid white;
	height: 100px;
	margin-bottom: -80px;
	margin-top: -5px;
	width: calc(100% - 140px);
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}	
}

@media only screen and (min-width: 992px) {
p.no-posts {
	text-align: center;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 5px;
	height: 100px;
	margin-bottom: 0px;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}	
}


@media only screen and (max-width: 992px) {
.error-back {
	background-image: url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-position: left, right;
	background-repeat: repeat-y, repeat-y;
	background-color: black;
	height: 445px;
	width: 100%;
	position: relative;
	top: 20px;
	display: block;
}
}

@media only screen and (min-width: 992px) {
.error-back {
	display: none;
}
}

/* Main Content */

@media only screen and (max-width: 1060px) {
.container-content {
	width: 100%;
}
}

@media only screen and (min-width: 1060px) {
.container-content {
	width: 1060px;
}
}

@media only screen and (min-width: 1400px) {
.container-content {
	width: 1315px;
}
}

.container-content
{
	margin: auto;
	text-align: center;
	background-color: black;
	position: relative;
}

.container-content:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Content: Sidebar */

@media only screen and (min-width: 1400px) {
.sidebar {
	display: block;
}
}

@media only screen and (max-width: 1400px) {
.sidebar {
	display: none;
}
}

.sidebar {
	width: 300px;
	height: 700px;
	background-image: url(images/sidebar.jpg);
	background-repeat: none;
	float: right;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 40px;
}

@media only screen and (max-width: 730px) {
#top-sidebar-box {
	display: block;
	height: 450px;
	margin-bottom: -50px;
	background-image: url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png);				
	background-size: 60% 129px, 60% 129px, auto;
	background-position: bottom left, bottom right, bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	position: relative;
	top: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.barbox-down {
	top: 120px !important;
}

.barbox-up {
	top: 0px;
}

.open-box {
	height: 450px;
	opacity: 1;
}

.close-box {
	height: 30px !important;
	opacity: 0;
}
}

@media only screen and (min-width: 730px) {
#top-sidebar-box {
	display: block;
	height: 450px;
	margin-bottom: -50px;
	background-image: url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png);
	background-size: auto, auto, auto;
	background-position: bottom left, bottom right, bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	position: relative;
	top: 0px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.barbox-down {
	top: 120px !important;
}

.barbox-up {
	top: 0px;
}

.open-box {
	height: 450px;
	opacity: 1;
}

.close-box {
	height: 30px !important;
	opacity: 0;
}
}

@media only screen and (min-width: 992px) {
.barbox-down {
	top: 0px;

}

.barbox-up {
	top: 0px;

}
}


@media only screen and (min-width: 992px) {
#top-sidebar-box {
	display: none;
}
}


@media only screen and (max-width: 699px) {
.sticky-container {
	width: calc(100% + 80px);
	position: absolute;
	top: 0px;
	left: -40px;
	background-image: url(images/content-mirror.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 4;
	padding-top: 100px;
}
}

@media only screen and (min-width: 700px) {
.sticky-container {
	background-image: url(nada);
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 4;
}
}

@media only screen and (min-width: 992px) {
.sticky-container {
	display: block;
	position: -webkit-sticky; /* Safari */
    position: sticky;
	top: 20px;
	width: 70px;
	float: left;
	z-index: 4;

}
}

@media only screen and (max-width: 700px) {	
#sidebar-arrow.left-wide {
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
	top: -25px;
	-webkit-transition: top 1s, -webkit-transform 1s; /* Safari */
    transition: top 1s, transform 1s;
}

#sidebar-arrow.right-narrow {
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	top: 385px;
	-webkit-transition: top 1s, -webkit-transform 1s ; /* Safari */
    transition: top 1s, transform 1s ;
}
	
#sidebar-arrow {
	position: relative;
	top: 385px;
	left:0px; /* Position Arrow from here */
    transform: rotate(90deg);
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 700px) {	
#sidebar-arrow.left-wide {
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
	top: -25px;
	-webkit-transition: top 1s, -webkit-transform 1s; /* Safari */
    transition: top 1s, transform 1s;
}

#sidebar-arrow.right-narrow {
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	top: 315px;
	-webkit-transition: top 1s, -webkit-transform 1s ; /* Safari */
    transition: top 1s, transform 1s ;
}
	
#sidebar-arrow {
	position: relative;
	top: 315px;
	left:0px; /* Position Arrow from here */
    transform: rotate(90deg);
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 992px) {
#sidebar-arrow.left-wide {
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
	left: 50px !important;
	-webkit-transition: left 1s 0.2s, top 1s 0.2s, -webkit-transform 1s 0.2s; /* Safari */
    transition: left 1s 0.2s, top 1s 0.2s, transform 1s 0.2s;
	top: 45px;
}

#sidebar-arrow.right-narrow {
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
	left: 210px;
	-webkit-transition: left 1s, top 1s, -webkit-transform 1s ; /* Safari */
    transition: left 1s, top 1s, transform 1s ;
	top: 115px;
}
	
#sidebar-arrow {
	position: absolute;
    transform: rotate(0deg);
	left:210px; /* Position Arrow from here */
	margin-left: 0;
	margin-right: 0;
	top: 115px;

}
}

@media only screen and (min-width: 1060px) {
#sidebar-arrow.left-wide {
	left: 50px;
	
}

#sidebar-arrow.right-narrow {
	left: 220px; /* Position Arrow from here */
	
}

#sidebar-arrow {
	top: 45px !important;
	position: absolute;

}
}

@media only screen and (min-width: 1400px) {
#sidebar-arrow {
	display: none !important;
}
}
	
#sidebar-arrow {
	display: block;
	background-image: url(images/sidebar-arrow.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	height: 84px;
	width: 70px;
	/*bottom: 524px;
	left: 111px;
	margin-left: 174px;*/
	cursor: pointer;
	z-index: 5;
	outline: none;
}



#sidebar-arrow:hover {
	background-image: url(images/sidebar-arrow-active.png);
	background-repeat: no-repeat;
	outline: none;
}
}

@media only screen and (min-width: 1400px) {
.sticky-container {
	display: none !important;
}

#sidebar-arrow {
	display: none;
}
}

@media only screen and (max-width: 700px) {
#inner-sidebar {
	background-image: url(images/top-sidebar-narrow.png);
	background-size: auto;
	background-position: top center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	width: calc(100% + 80px);
	position: relative;
	left: -40px;
	top: -74px;
}
}

@media only screen and (min-width: 700px) {
#inner-sidebar {
	background-image: url(images/top-sidebar.png);
	background-size: 100%;
	background-position: bottom, top;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 375px;
	width: 380px;
	position: relative;
	left: 0px;
	top: -84px;
}
}

@media only screen and (min-width: 992px) {
#inner-sidebar {
	background-image: url(images/slim-sidebar.png);
	background-size: 98%;
	background-position: top;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	height: 700px;
	width: 256px;
	position: absolute;
	left: 30px;
	top: 0px;
}
}

@media only screen and (min-width: 1060px) {
#inner-sidebar {
	background-image: url(images/inner-sidebar.png);
	background-size: 100%;
	margin-top: 10px;
	height: 600px;
	width: 300px;
	/*position: absolute;*/
	left: 0;
	top: 0px;
}
}

@media only screen and (min-width: 1400px) {
#inner-sidebar {
	display: none !important;
}
}

#inner-sidebar {
	background-repeat: no-repeat;
}

#inner-sidebar.hide-bar {
    animation: hide-bar-anim 0.7s 1;
    animation-fill-mode: forwards;
    -webkit-animation: hide-bar-anim 0.7s 1;
    -webkit-animation-fill-mode: forwards;
}

#inner-sidebar.show-bar {
    animation: show-bar-anim 0.7s 0.4s 1;
    animation-fill-mode: forwards;
    -webkit-animation: show-bar-anim 0.7s 0.4s 1;
    -webkit-animation-fill-mode: both;
}


@keyframes hide-bar-anim {
	0% {visibility: visible; opacity: 1;}
	100% {visibility: hidden; opacity: 0; }
}

@-webkit-keyframes hide-bar-anim {
	0% {visibility: visible; opacity: 1; }
	100% {visibility: hidden; opacity: 0; }
}

@keyframes show-bar-anim {
	0% {visibility: hidden; opacity: 0;}
	100% {visibility: visible; opacity: 1; }
}

@-webkit-keyframes show-bar-anim {
	0% {visibility: hidden; opacity: 0; }
	100% {visibility: visible; opacity: 1; }
}

@media only screen and (max-width: 700px) {
.sidebar-sub {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 5px;
	width: 225px;
	padding-top: 40px;
	top: 30px;
}
}

@media only screen and (min-width: 700px) {
.sidebar-sub {
	width: 225px;
	margin-left: 85px;
	padding-top: 40px;
	left: 0px;
	top: 0px;
}
}

@media only screen and (min-width: 992px) {
.sidebar-sub {
	width: 205px;
	margin-left: 24px;
	padding-top: 60px;
}
}

@media only screen and (min-width: 1060px) {
.sidebar-sub {
	margin-left: 65px;
	padding-top: 20px;
}
}

@media only screen and (min-width: 1400px) {
.sidebar-sub {
	margin-top: 110px;
	padding-top: 0;
}
}

.sidebar-sub {
	height: 300px;
	box-sizing: border-box;
}

ul.vertical {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding-left: 20px;
}

.custom-menu-side {
list-style-type: none;
	text-align: left;
	margin-left: -20px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 22px; /* adjust height between menu items */
	text-indent: -10px;
}

.menu-item { /* Please note that this effects both menus/all menus */
}

.menu-item li {
}

.menu-item-has-children li {
	margin-left: -20px; /* adjust indent on sub-items in menu */
}
.menu-item-has-children li a {
	color: #CCF;
}

/* Main Content: Posts */
@media only screen and (max-width: 699px) {
.ext-content {
	background-image: url(images/nada), url(images/nada), url(images/nada);
	background-position: left, right, bottom; 
	background-repeat: repeat-y, repeat-y, repeat-x;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid white;
}
}

@media only screen and (min-width: 700px) {
.ext-content {
	width: 100%;
	margin-right: 70px;
	float: left;
	background-image: url(images/ext-content-midleft.png), url(images/ext-content-midright.png), url(images/ext-content-midbot.png);
	background-position: left, right, bottom; 
	background-repeat: repeat-y, repeat-y, repeat-x;
	border-right: 0;
	border: none;
	/*min-height: 700px;*/
}
}

@media only screen and (min-width: 1060px) {
.ext-content {
	border-right: 2px solid white;
	width: 990px;
	margin-right: 70px;
	float: left;
	background-image: url(images/ext-content-midleft.png), url(images/blank), url(images/ext-content-midbot.png);
	background-position: left, right, bottom; 
	background-repeat: repeat-y, repeat-y, repeat-x;
	/*min-height: 600px;*/
}
}

@media only screen and (min-width: 1400px) {
.ext-content {
	border-right: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	margin-right: 85px;
	background-image: url(images/blank), url(images/blank), url(images/blank);
	background-position: left, right, bottom; 
	background-repeat: repeat-y, repeat-y, repeat-x;	
	width: 920px;
	float: right;
	/*min-height: 0;*/
}
}

.ext-content {
	padding-bottom: 10px;
	position: relative;
	/*
-webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  */
 }

#content {
}

@media only screen and (max-width: 600px) { /* The only difference between this and the below is the removal of 2 back images */
@keyframes wide-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
@-webkit-keyframes wide-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}

@keyframes slim-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
@-webkit-keyframes slim-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
	
#content {
	width: calc(100% - 20px);
	float: none;
	background-image: url(images/nada), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(nada), url(images/nada);
	background-size: auto, 60% 129px, 60% 129px, auto, 60% 129px, 60% 129px, auto, auto, auto;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left bottom, right bottom;
	margin-right: 80px;
  position: relative;
	left: 10px;
  box-sizing: border-box;
}
	
#content.slide-wide {
	width: calc(100% - 20px);
	left: 10px;
	/*
	-webkit-transition: width 1s ease 0.2s;
  -moz-transition: width 1s ease 0.2s;
  -o-transition: width 1s ease 0.2s;
  transition: width 1s ease 0.2s;
  */
	
	-webkit-animation: wide-width 1s ease 0.2s;
  -moz-animation: wide-width 1s ease 0.2s;
  -o-animation: wide-width 1s ease 0.2s;
  animation: wide-width 1s ease 0.2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}

#content.slide-slim {
	width: calc(100% - 20px);
	left: 10px;
	/*
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  */
	-webkit-animation: slim-width 1s ease;
  -moz-animation: slim-width 1s ease;
  -o-animation: slim-width 1s ease;
  animation: slim-width 1s ease;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}
}

@media only screen and (min-width: 600px) { /* The only difference between this and the below is the background image size*/
@keyframes wide-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
@-webkit-keyframes wide-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}

@keyframes slim-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
@-webkit-keyframes slim-width {
	0% {width: calc(100% - 20px); left: 10px;}
	100% {width: calc(100% - 20px); left: 10px;}
}
	
#content {
	width: calc(100% - 20px);
	float: none;
	background-image: url(images/nada), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-size: auto, 60% 129px, 60% 129px, auto, 60% 129px, 60% 129px, auto, auto, auto;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left bottom, right bottom;
	margin-right: 80px;
  position: relative;
	left: 10px;
  box-sizing: border-box;
}
	
#content.slide-wide {
	width: calc(100% - 20px);
	left: 10px;
	/*
	-webkit-transition: width 1s ease 0.2s;
  -moz-transition: width 1s ease 0.2s;
  -o-transition: width 1s ease 0.2s;
  transition: width 1s ease 0.2s;
  */
	
	-webkit-animation: wide-width 1s ease 0.2s;
  -moz-animation: wide-width 1s ease 0.2s;
  -o-animation: wide-width 1s ease 0.2s;
  animation: wide-width 1s ease 0.2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}

#content.slide-slim {
	width: calc(100% - 20px);
	left: 10px;
	/*
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  */
	-webkit-animation: slim-width 1s ease;
  -moz-animation: slim-width 1s ease;
  -o-animation: slim-width 1s ease;
  animation: slim-width 1s ease;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}
}

@media only screen and (min-width: 700px) {
@keyframes wide-width {
	0% {width: calc(100% - 183px); left: 93px;}
	100% {width: calc(100% - 183px); left: 93px;}
}
@-webkit-keyframes wide-width {
	0% {width: calc(100% - 183px); left: 93px;}
	100% {width: calc(100% - 183px); left: 93px;}
}

@keyframes slim-width {
	0% {width: calc(100% - 183px); left: 93px;}
	100% {width: calc(100% - 183px); left: 93px;}
}
@-webkit-keyframes slim-width {
	0% {width: calc(100% - 183px); left: 93px;}
	100% {width: calc(100% - 183px); left: 93px;}
}
	
#content {
	width: calc(100% - 183px);
	float: none;
	background-image: url(images/content-mirror.png), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left center, right center;
	margin-right: 80px;
  position: relative;
	left: 93px;
  box-sizing: border-box;
}
	
#content.slide-wide {
	width: calc(100% - 183px);
	left: 93px;
	/*
	-webkit-transition: width 1s ease 0.2s;
  -moz-transition: width 1s ease 0.2s;
  -o-transition: width 1s ease 0.2s;
  transition: width 1s ease 0.2s;
  */
	
	-webkit-animation: wide-width 1s ease 0.2s;
  -moz-animation: wide-width 1s ease 0.2s;
  -o-animation: wide-width 1s ease 0.2s;
  animation: wide-width 1s ease 0.2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}

#content.slide-slim {
	width: calc(100% - 183px);
	left: 93px;
	/*
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  */
	-webkit-animation: slim-width 1s ease;
  -moz-animation: slim-width 1s ease;
  -o-animation: slim-width 1s ease;
  animation: slim-width 1s ease;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}
}

@media only screen and (min-width: 992px) {
@keyframes wide-width {
	0% {width: calc(100% - 303px); left: 214px; padding-left: 70px; padding-right: 60px;}
	25% {padding-left: 70px; padding-right: 60px;}
	100% {width: calc(100% - 183px); left: 93px; padding-left: 0px; padding-right: 0px;}
}
@-webkit-keyframes wide-width {
	0% {width: calc(100% - 303px); left: 214px; padding-left: 70px; padding-right: 60px;}
	25% {padding-left: 70px; padding-right: 60px;}
	100% {width: calc(100% - 183px); left: 93px; padding-left: 0px; padding-right: 0px;}
}

@keyframes slim-width {
	0% {width: calc(100% - 183px); left: 93px; padding-left: 0px; padding-right: 0px;}
	25% {width: calc(100% - 183px); left: 93px; }
	100% {width: calc(100% - 303px); left: 214px; padding-left: 70px; padding-right: 60px;}
}
@-webkit-keyframes slim-width {
	0% {width: calc(100% - 183px); left: 93px; padding-left: 0px; padding-right: 0px;}
	25% {width: calc(100% - 183px); left: 93px; }
	100% {width: calc(100% - 303px); left: 214px; padding-left: 70px; padding-right: 60px;}
}

#content {
	width: calc(100% - 303px);
	float: left;
	background-image: url(images/content-mirror.png), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left center, right center;
	margin-right: 80px;
  position: relative;
  left: 214px;
  padding-left: 70px;
  padding-right: 60px;
  box-sizing: border-box;
}
	
#content.slide-wide {
	width: calc(100% - 183px);
	left: 93px;
	padding-left: 0px;
	padding-right: 0px;
	/*
	-webkit-transition: width 1s ease 0.2s;
  -moz-transition: width 1s ease 0.2s;
  -o-transition: width 1s ease 0.2s;
  transition: width 1s ease 0.2s;
  */
	
	-webkit-animation: wide-width 1s ease 0.2s;
  -moz-animation: wide-width 1s ease 0.2s;
  -o-animation: wide-width 1s ease 0.2s;
  animation: wide-width 1s ease 0.2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}

#content.slide-slim {
	width: calc(100% - 303px);
  	left: 214px;
	padding-left: 70px;
	padding-right: 60px;
	/*
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  */
	-webkit-animation: slim-width 1s ease;
  -moz-animation: slim-width 1s ease;
  -o-animation: slim-width 1s ease;
  animation: slim-width 1s ease;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
}
}


@media only screen and (min-width: 1060px) {
@keyframes wide-width {
	0% {width: 68%;}
	100% {width: 88%;}
}
@-webkit-keyframes wide-width {
	0% {width: 68%;}
	100% {width: 88%;}
}

@keyframes slim-width {
	0% {width: 88%;}
	100% {width: 68%;}
}
@-webkit-keyframes slim-width {
	0% {width: 88%;}
	100% {width: 68%;}
}
	
#content {
	width: 68%;
	float: right;
	background-image: url(images/content-mirror.png), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left center, right center;
	margin-right: 20px;
  position: static;
  padding-left: 0px;
  padding-right: 0px;  
}
	
#content.slide-wide {
	width: 88%;
  padding-left: 0px;
  padding-right: 0px;  
  	/*
	-webkit-transition: width 1s ease 0.2s;
  -moz-transition: width 1s ease 0.2s;
  -o-transition: width 1s ease 0.2s;
  transition: width 1s ease 0.2s;
  */
  
	-webkit-animation: wide-width 1s ease 0.2s;
  -moz-animation: wide-width 1s ease 0.2s;
  -o-animation: wide-width 1s ease 0.2s;
  animation: wide-width 1s ease 0.2s;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  
  /*
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  */
}

#content.slide-slim {
	width: 68%;
  padding-left: 0px;
  padding-right: 0px;  
  	/*
	-webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  */

	-webkit-animation: slim-width 1s ease;
  -moz-animation: slim-width 1s ease;
  -o-animation: slim-width 1s ease;
  animation: slim-width 1s ease;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  /*
    animation-play-state: paused;
  -webkit-animation-play-state: paused;
  */
}

}

@media only screen and (min-width: 1400px) {
#content { /* 9 x 9 image grid creates the image of a resizable fireplace */
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/content-mirror.png), url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png), url(images/content-botleft-slide.png), url(images/content-botright-slide.png), url(images/content-botmid.png), url(images/content-midleft-slide.png), url(images/content-midright-slide.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
	background-position: top center, top left, top right, top center, bottom left, bottom right, bottom center, left center, right center;
}

#content.slide-slim { /* 9 x 9 image grid creates the image of a resizable fireplace */
	width: 95% !important; /* 915px */
}

#content.slide-wide { /* 9 x 9 image grid creates the image of a resizable fireplace */
	width: 95% !important; /* 915px */
}
}

@media only screen and (max-width: 991px) {
.main-content-loop-up {
	margin-left: -50px;
	margin-right: -50px;
	margin-top: -180px;
}

.main-content-loop-down {
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 0px;
}
}

@media only screen and (min-width: 992px) {
.main-content-loop-up {
	margin-left: 0px;
	margin-top: -180px;
}

.main-content-loop-down {
	margin-left: 0px;
	margin-top: 0px;
}
}

.main-content-loop-up { /* Toggled up and down with jquery */
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	-webkit-transition: margin-top 1s ease;
  -moz-transition: margin-top 1s ease;
  -o-transition: margin-top 1s ease;
  transition: margin-top 1s ease;
}

.main-content-loop-down { /* Toggled up and down with jquery */
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	-webkit-transition: margin-top 1s ease;
  -moz-transition: margin-top 1s ease;
  -o-transition: margin-top 1s ease;
  transition: margin-top 1s ease;
   }

@media only screen and (max-width: 430px) {
.post {
	background-image: url(images/post-topleft.png), url(images/post-topright.png), url(images/post-topmid.png), url(images/post-botleft.png), url(images/post-botright.png), url(images/post-botmid.png), url(images/post-title-left.png), url(images/post-title-right.png), url(images/post-repeat-left.png), url(images/post-repeat-right.png);
	background-color: black;
	background-repeat: no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-y, repeat-y;
	background-position: top left, top right, top, bottom left, bottom right, bottom, top left, top right, center left, center right;
	background-size: auto, auto, auto, auto, auto, auto, 0, 0, auto, auto;
}
}

@media only screen and (min-width: 430px) {
.post {
	width: 100%;
	background-image: url(images/post-topleft.png), url(images/post-topright.png), url(images/post-topmid.png), url(images/post-botleft.png), url(images/post-botright.png), url(images/post-botmid.png), url(images/post-title-left.png), url(images/post-title-right.png), url(images/post-repeat-left.png), url(images/post-repeat-right.png);
	background-color: black;
	background-repeat: no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-y, repeat-y;
	background-position: top left, top right, top, bottom left, bottom right, bottom, top left, top right, center left, center right;
	background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 1400px) {
.post {
	width: 750px;
}
}

.post {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
 }

.textbox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: -10px;
	box-sizing: border-box;
}

.textbox p:first-child::first-letter {
    color: #999;
    font-size: 16px;
}

.textbox p:nth-child(4)::first-letter { /* This one sets the first paragraph capital letter in pages and posts */
    color: #90F;
    font-size: xx-large;
}

@media only screen and (max-width: 430px) {
	h2.post-heading {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -10px;
	margin-right: -10px;	
}

.who-when {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -10px;
	margin-right: -10px;
	background-image: url(images/who-when.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 50px; 
}
}

@media only screen and (min-width: 430px) {
	h2.post-heading {
	padding-left: 60px;
	padding-right: 60px;
	margin-left: auto;
	margin-right: auto;
}

.who-when {
	padding-left: 70px;
	padding-right: 70px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/who-when.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
}

	h2.post-heading {
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
}

.who-when {
	text-align: center;
	margin-top: -16px;
	font-size: 16px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

	
p:first-child::first-letter {
    color: #90F;
    font-size: xx-large;
}

.cat-comment {
	background-image: url(images/cat-comment.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 14px;
	margin-top: 20px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 30px;
	padding-bottom: 0;
	padding-top: 2px; /* Adjust text height from background image here */
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	line-height:  40px;
	vertical-align: top;
}

.cat-comment::first-line {
}

@media only screen and (min-width: 600px) {
.swan-ends-front {
	display: none;
}

.swan-ends-back {
	display: none;
}
}

@media only screen and (min-width: 600px) {
.swan-ends-front {
	background-image: url(images/swan-ends.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	display: inline-block;
	vertical-align: top;
	line-height: 0px;
	margin-right: 2px;
	margin-left: 10px;
	margin-bottom: 0;
}

.swan-ends-back {
	background-image: url(images/swan-ends.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 38px;
	width: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 0px;
	margin-left: 2px;
	margin-right: 10px;
	margin-bottom: 0;
}
}

@media only screen and (max-width: 730px) {
	/*
.before-post {
	background-color: black;
	position: absolute;
	height: 200px;
	width: 100%;
	top: 0px;
	outline: 4px solid red;
}
*/
/*	
.before-post:first-child {
	position: absolute;
	outline: 2px solid blue;
	height: 100px;
	width: 100%;
	top: 0;
}
*/

.behind-post {
	position: absolute;
	bottom: -100px;
	height: 100px;
	width: calc(100% - 39px);
	background-color: black;
	margin-left: 19px;
}
	
.between-posts, .after-singular {
	position: relative;
	bottom: 60px;
	height: 70px;
	margin-bottom: -70px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: black;
}

.between-posts:nth-last-child(2), .after-singular:nth-child(2) {
	bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	height: 120px;
	margin-bottom: -100px;
	background-image: url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png);
	background-size: 60% 129px, 60% 129px, auto;
	background-position: top left, top right, top center;
	background-color: transparent;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
}

@media only screen and (min-width: 730px) {
	/*
.before-post {
	background-color: black;
	position: absolute;
	height: 200px;
	width: 100%;
	top: 40px;
	outline: 4px solid red;
}
*/
/*	
.before-post:first-child {
	position: absolute;
	outline: 2px solid blue;
	height: 100px;
	width: 100%;
	top: 0;
}
*/

.behind-post {
	position: absolute;
	bottom: -100px;
	height: 100px;
	width: calc(100% - 39px);
	background-color: black;
	margin-left: 19px;
}

.between-posts, .after-singular {
	position: relative;
	bottom: 60px;
	height: 70px;
	margin-bottom: -70px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: black;
}

.between-posts:nth-last-child(2), .after-singular:nth-child(2) {
	bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	height: 120px;
	margin-bottom: -100px;
	background-image: url(images/content-topleft-slide.png), url(images/content-topright-slide.png), url(images/content-topmid.png);
	background-size: auto, auto, auto;
	background-position: top left, top right, top center;
	background-color: transparent;
	background-repeat: no-repeat, no-repeat, repeat-x;
}
}

@media only screen and (min-width: 992px) {
	/*
.before-post {
	display: none;
}
*/
/*
.before-post {
	display: none;
}
*/

.behind-post {
	display: none;
}

.between-posts, .after-singular {
	display: none;
}

.between-posts:nth-last-child(2), .after-singular:nth-child(2) {
	display: none;
}
}

/* Comments */

@media only screen and (max-width: 992px) {
.master-container-comments {
	margin-left: 70px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	top: 40px;
	padding-bottom: 40px;
}
}

@media only screen and (min-width: 992px) {
.master-container-comments {
	margin-left: -20px;
	margin-right: -30px;
	padding-left: 0px;
	padding-right: 0px;
	top: 0px;
	padding-bottom: 0px;
}
}

@media only screen and (min-width: 1060px) {
.master-container-comments {
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
}

@media only screen and (min-width: 1400px) {
.master-container-comments {
	padding-left: 60px;
	padding-right: 60px;
}
}

.master-container-comments { /* Master Comment Container */
	text-align: left;
	margin-top: -20px;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 600px) {
h2.comment-head {
	width: calc(100% + 36px);
	margin-left:-45px;	
	padding-left: 60px;
	padding-right: 30px;
}
}

@media only screen and (min-width: 600px) {
h2.comment-head {
	width: calc(100% - 50px);
	margin-left: 50px;
	padding-left: 60px;
	padding-right: 20px;
}
}

@media only screen and (min-width: 992px) {
h2.comment-head {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	float: none;
}
}

@media only screen and (min-width: 1400px) {
h2.comment-head {
	margin-left: 125px;
	width: 630px;
}
}

h2.comment-head { /* Heading to all comments */
	text-align: center;
	margin-top: -20px;
	margin-bottom: -30px;
	padding-bottom: 20px;
	padding-top: 64px;

	background-image: url(images/comment-header-left.png), url(images/comment-header-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	box-sizing: border-box;
	letter-spacing: 4px;
	font-weight: lighter;
	font-variant: small-caps;
	font-size: 22px;
}

/* Comments: List */

@media only screen and (max-width: 600px) {
.comment-chain {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: -100px;
	background-image: url(images/black.png), url(images/black.png);
	background-position: right, left;
	background-repeat: repeat-y, repeat-y;
}
}

@media only screen and (min-width: 600px) {
.comment-chain {
	padding-right: 0px;
	padding-left: 10px;
	margin-left: 0;
	background-image: url(images/black.png), url(images/nada);
	background-position: right;
	background-repeat: repeat-y;
}
}

@media only screen and (min-width: 992px) {
.comment-chain {
	padding-right: 10px;
}
}
.comment-chain { /* Container for list of comments */
}

.comment-chain p { /* Container for list of comments */
	color: #000;
	font-size: 14px;
}

@media only screen and (max-width: 600px) {
li.comment {
	margin-left: -10px; /* To adjust margin on comments */
}
}

@media only screen and (min-width: 600px) {
li.comment {
	margin-left: 0px;
}
}

li.comment { /* Nested Comment items */
	/* margin-left: 0px; /* To adjust margin on comments */
}

@media only screen and (max-width: 992px) {
.comment-body {
	margin: 20px -15px 20px 15px;
}
}

@media only screen and (min-width: 992px) {
.comment-body {
	margin: 20px 8px;
}
}

.comment-body { /* Container for a full single comment */
	background-image: url(images/c-mid-back.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-size: 256px 256px;
	background-origin: padding-box;
	/*border-image: url(images/comment-border.png) 10% stretch;
	border: 10px solid transparent;
	^ Alternate border, line too smooth*/
	
}

.comment-author { /* Avatar Box */
	border: 2px solid gray;
	width: 80px; /* IMPORTANT! Match the avatar size to the width of the box by editing the avatar size in the functions file */
	height: 80px;
	float: left;
	margin-right: 35px;
}

.td-stamps { /* Container for time watch and date calendar box on the right */
	float: right;
	display: inline;
	position: absolute;
	right: 5px;
	top: 52px;
	width: 150px;
	height: 60px;
}

.cal-stamp { /* Container for date calendar box */
position: absolute;
border: 2px solid white;
background: rgba(0,0,0,0.8);
text-align: center;
color: white;
font-weight: bold;
text-transform: uppercase;
width: 80px;
height:45px;
transform: rotate(-15deg);
-ms-transform: rotate(-15deg); /* IE 9 */
-webkit-transform: rotate(-15deg); /* Safari */
}

p.day-number {
margin-top: 2px;
text-align: center;
font-size: 36px;
	color: #90F;
}

p.day-number::first-letter {
	font-size: 26px;
	color: white;
}

.watch-stamp { /* Container for time watch box */
background-image: url(images/c-watch.png);
background-repeat: no-repeat;
background-position: center;
position: absolute;
right: 14px;
top: -20px;
color: #C0F;
font-weight: bold;
width: 75px;
height: 105px;
text-align: center;
line-height: 105px;
font-size: 12px;
transform: rotate(15deg);
-ms-transform: rotate(15deg); /* IE 9 */
-webkit-transform: rotate(15deg); /* Safari */
}

.comment-meta-text { /* The Meta Text inside comment-meta */
float: left;
margin-top: 28px;
text-indent: -10px;
}

.comment-meta { /* Box around all the author meta info */
background-image: url(images/c-avatar.png), url(images/c-top-left.png), url(images/c-top-right.png), url(images/c-top-center.png), url(images/c-bar.png);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
background-position: top left, bottom left, bottom right, bottom center, bottom center;
background-size: 156px 108px, auto, auto, 100% 128px, 100% 78px;
background-origin: padding-box, border-box, border-box, border-box, border-box;
width: 100%;
height: 118px;
box-sizing: border-box;
padding-left: 30px;
padding-top: 30px;
line-height: 20px;
position: relative;
}

.fn { /* Class for author of comment lettering */
color: black;
font-size: 18px;
font-weight: bold;
}

.says { /* Class for 'says' text after author text */
color: black;
font-size: 15px;
}

@media only screen and (max-width: 1400px) {
.date-style {
	display: flex;
	flex-wrap: wrap;
}
}

.date-style { /* Class for styling date and time meta text */
	font-size: 14px;
	}

.comment-awaiting-moderation { /* Class for 'your comment is awaiting moderation' text */
color: red;
font-weight: bold;
position: absolute;
top: 104px;
left: 154px;
font-variant: small-caps;
font-size: 14px;
}

.actual-comment-text { /* The actual body of text in a comment */
border: 1px solid transparent;
padding-left: 45px;
padding-right: 45px;
background-image: url(images/c-mid-left.png), url(images/c-mid-right.png);
background-repeat: no-repeat, no-repeat;
background-position: left, right;
background-size: 58px 100%, 58px 100%;
background-origin: border-box, border-box;
}

.reply-back {
	width: 100%;
	height: 62px;
	background-image: url(images/reply-back.png), url(images/c-bot-left.png), url(images/c-bot-right.png), url(images/c-bot-center.png);
	background-position: top center, bottom left, bottom right, bottom center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-origin: padding-box, border-box, border-box, border-box;
	background-size: 100% 40px, auto, auto, 100% 62px;
	position: relative;
}

.reply { /* box surrounding reply button */
height: inherit;
width: 122px;
margin-left: auto;
margin-right: auto;
}

.comment-reply-link{ /* Reply button */
    cursor: pointer;
    background-image: url(images/reply.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 70% 70%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    padding-left: 42px;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 26px;
    text-transform: uppercase;
	line-height: 40px;

}

.comment-reply-link:hover{
    color: #fff;
}

.link-corner {
	text-align: center;
	width: 50px;
	transform: rotate(-20deg);
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
	position: relative;
	top: 84px;
	left: 70px;
	}

.edit-corner {
	width: 142px;
	height: 108px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	background-image: url(images/edit-corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Comments: Comment Form */

@media only screen and (max-width: 600px) {
.form-header {
	display: none;
}
}

@media only screen and (min-width: 600px) {
.form-header {
	height: 172px;
	background-image: url(images/form-header.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 361px 172px;
	margin-right: 30px;
	margin-top: -30px;
	margin-bottom: -40px;
	display: block;
}
}

@media only screen and (min-width: 992px) {
.form-header {
	display: none;
}
}

@media only screen and (max-width: 730px) {
.comment-write {
	left: -70px;
	width: calc(100% + 70px);
}
}

@media only screen and (min-width: 730px) {
.comment-write {
	left: -90px;
	width: calc(100% - 10px);
}
}

@media only screen and (min-width: 992px) {
.comment-write {
	width: 92%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}
}

@media only screen and (min-width: 1400px) {
.comment-write {
	width: 750px;
	margin-right: 20px;
	margin-left: 25px;
}
}

.comment-write { /* Comment Form Container, note that repeating background image is under #respond */
	margin-top: 40px;
	position: relative;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) {
.closed-comments {
	padding-top: 45px;
	font-size: 18px;
}
}

@media only screen and (max-width: 1400px) {
.closed-comments {
	padding-top: 35px;
	font-size: 14px;
}
}

.closed-comments {
	background-image: url(images/comment-form-topbot.png);
	background-position: top left;
	padding-right: 40px;
	box-sizing: border-box;
	text-transform: uppercase;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #90F;
	font-style: italic;
	text-align: center;
	margin: auto;
	width: 95%;
	height: 208px;
	font-weight: bold;
	position: relative;
}

p.closed-comments::first-letter {
}

/*
.comment-respond label {
    display: block;
    margin-right: 12px;
}
*/

#reply-title { /* Container surrounding the heading of the comment form */
margin: 0px;
} 

.logged-in-as { /* Container surrounding the logged-in-as text */
	margin-top: 0px;
}
.logged-in-as::first-letter { /* Override the default large first letter on p text */
	font-size: 16px !important;
	color: #99F !important;;
}

@media only screen and (max-width: 860px) {
#respond {
	background-size: 0, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 860px) {
#respond {
	background-size: 40% 85px, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 900px) {
#respond {
	background-size: 50% 85px, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 962px) {
#respond {
	background-size: 70% 85px, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 1060px) {
#respond {
	background-size: 65% 85px, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

@media only screen and (min-width: 1400px) {
#respond {
	background-size: 90% 85px, auto, auto, 80% 136px, auto, auto, auto, auto;
}
}

#respond { /* Reply Box */
background-image: url(images/comment-form-topmid.png), url(images/comment-form-topleft.png), url(images/comment-form-topright.png), url(images/comment-form-botmid.png), url(images/comment-form-botright.png), url(images/comment-form-botleft.png), url(images/comment-form-repeat-right.png), url(images/comment-form-repeat-left.png); /* Change background of overall "Leave a Reply" Form box */
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y;
background-position: top center, top left, top right, bottom center, bottom right, bottom left, top right, top left;
background-origin: border-box, border-box, border-box, border-box, border-box, border-box, border-box, border-box;
background-clip: border-box, border-box, border-box, border-box, border-box, border-box, padding-box, border-box;
padding-left: 30px;
padding-top: 50px;
padding-bottom: 70px;
text-align: left;
}
 
 #respond.p {
padding-right: 100px;
	 
 }
 
#respond input[type=text], textarea { /* Comment Box */
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  background: #333;
  padding: 3px 0px 3px 3px;
  box-shadow: 0 0 5px #4F456C;
  margin: 2px 1px 10px 0px; /* Adjust height between fields on form */
  border: 1px solid #4F456C;
  color: #999;
  display: block;
	resize: vertical; /* vertical, horizontal, both, or none */
  font-family: "Kabel LT Std";
  font-size: 16px;
	letter-spacing: 2px;
  /*height: 150px;*/
}
  
  #respond textarea {
	  width: 80%;
  }
  #respond input[type=text] {
	  width: 60%;
  }
  
#respond input[type=text]:focus, textarea:focus { /* Comment Box: Highlight active form field */
  box-shadow: 0 0 5px #99F;
  margin: 2px 1px 10px 0px; /* Be sure to adjust the same amount as above */
  border: 1px solid #99F;
	font-family: "Kabel LT Std";
	font-size: 16px;
	letter-spacing: 2px;
  /*width: 450px;
  height: 150px;*/
}

.comment-respond input[type="text"], { 
    width: 50%; /* Set width on input text boxes */
}

.comment-policy {
	padding-right: 150px;
	box-sizing: border-box;
}

#author { /* Style the author text */
font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
font-size: 16px;
color:#1d1d1d; 
letter-spacing:.1em;
} 

#email { /* Style the email text */
}

#submit { /* Post Comment Button */
cursor: pointer;
background-color: black;
background-image: url(images/submit.jpg);
background-position: center;
background-repeat: no-repeat;
font-family: "Kabel LT Std";
font-size: 14px;
letter-spacing: 2px;
color: #ffffff;
padding: 30px 40px;
text-decoration: none;
border: hidden;
} 
 
#submit:hover {
}

#submit:active {
background-image: url(images/submit-hover.jpg);
}

/* For reference, the following list of IDs and classes are WP defaults for styling comment form */

#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit { }


/* Pagination */
@media only screen and (max-width: 992px) {
	.pager {
	background-image: url(images/decor-back-5.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 350px;
	height: 150px;
	top: -5px;
	}
}

@media only screen and (min-width: 992px) {
	.pager {
	background-image: url(images/nada);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0;
	height: auto;
	top: 0px;
	}
}
.pager {
	list-style-type: none;
	text-align: center;
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin-top: 0 auto;
	margin-bottom: -10px;
	padding: 0;
	position: relative;
	
}

.arrow-container {
	position: relative;
	display: inline;
	margin: auto;
	position: relative;
}

li.arrows {
	cursor: pointer;
	display: inline;
	margin: 0px -35px; /* Adjust second margin to adjust distance between arrows */
}

.newer {
	margin: auto;
	position: absolute;
	font-size: 14px;
	top: -69px;
	left: 80px;
	
}

.older {
	margin: auto;
	position: absolute;
	font-size: 14px;
	top: -69px;
	left: 40px;
}

/* Footer */

@media only screen and (max-width: 1060px) {
.footer {
	width: 100%x;
	float: none;
}

.credits {
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 1060px) {
.footer {
	float: none;
	width: 1060px;
}

.credits {
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 1400px) {
.footer {
	float: right;
	width: 1315px;
}

.credits {
	margin-right: 85px;
	margin-left: 0;
	width: 920px;
}
}

.footer {
	margin: auto;
	background-color: black;
	display: block;
	overflow: auto;
	position: relative;
}

.credits {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

/* Nav links */
/*
.blog-nav-item {
  position: relative;
  display: inline-block;
  width: 80px;
  padding: 10px;
  color: #cdddeb;
}

.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}
*/
/* Active state gets a caret at the bottom */
/*
.blog-nav .active {
  color: #fff;
  border: 2px solid black;
  width: 80px;
  padding: 1px;
  margin: 2px;
}

.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}
*/

