/* CSS Document */
/*
Theme Name: Pixel Joy
Description: Theme designed for site maintenance.
Version: 1.0
Author: Rochelle
Author URI: https://gamingpixie.com/
*/

/* Added Fonts */

@font-face {
  font-family: DotGothic;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local(DotGothic) , url(DotGothic16-Regular.otf), url(DotGothic16-Regular.ttf);
}

/* All Screens */
@media screen {
  /* Archive styling */

  h1.cattitle {
    line-height: 100%;
    margin-bottom: 15px;
  }

  h3.archive {
    padding-bottom: 0;
    margin-bottom: 0;
    text-shadow: none;
  }

  div .archivelist {
    border-bottom: 3px dotted #333;
    padding: 5px 0 20px 0;
    margin: 0 0 30px 0;
  }

  .tiny {
    font-size: 12px;
    font-style: italic;
  }
}

/* 980 width or higher */
@media screen and (min-width: 980px) {
  /* Page */
  html {
  	padding: 0;
  	margin: 0;
  	position: relative;
  	min-height: 100vh;
  	max-width: 100vw;
    background-color: #000;
  }

  body {
  	padding: 0;
  	margin: 0;
  	position: relative;
    background-image: url(images/newbg.png);
  	background-position: top center;
    background-repeat: repeat-x;
  	min-height: 100vh;
  	max-width: 100vw;
    background-color: #000;
  	color: #fff;
    font-family: Verdana, Geneva, sans-serif;
  }

  blockquote {
  	padding: 5px 10px 5px 50px;
  	margin: 0 45px 0 20px;
  	color: #fff;
  	background-image: url(images/leftquote-new.gif);
  	background-position: left 15px;
  	background-repeat: no-repeat;
  	font-style: italic;

  }
}

/* All screens */

#gameslider {
  width: 900px !important;
  height: 460px !important;
  border: 38px solid #fff !important;
  display: block;
}

#respond {
  position: relative;
  padding: 15px 0 0 0;
  width: 100%;
  max-width: 94vw;
  margin: 50px auto 0 auto;
}

/* Text */
strong {
	font-weight: bold !important;
}

em {
  font-style: italic !important;
}

h1 {
	font-family: DotGothic;
	font-size: 48px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #fff;
}

h1 a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 400 !important;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h1.sticky a {
	color: #FF0000 !important;
}

h1.sticky a:visited {
	color: #FF0000 !important;
}


h2 {
	font-family: DotGothic;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}

h3 {
	font-family: DotGothic;
	font-size: 24px;
	font-weight: 200;
	color: #fff;
}

h4 {
	font-family: DotGothic;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	line-height: 150%;
	color: #fff;
}

a:link {
	font-weight: bold;
	color: #F6F;
	text-decoration: none;
}

a:active {
	color: #1fa7ff;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #66F;
}

a:hover {
	color: #1fa7ff;
	text-decoration: underline;
}

/* 980 width minimum */

@media screen and (min-width: 980px) {
/* Horizontal Rules */
hr {
	width: 99%;
	height: 10px;
	border: none;
  background-color: #fff;
	margin: 8px auto 6px auto;
}

hr.doodlebar {
  width: 890px;
  height: 10px;
  margin: 5px auto 10px auto;
  border: none;
  background-color: #fff;
}

hr.long {
  width: 100%;
  height: 8px;
  margin: 0 auto 20px auto;
  border: none;
  background-color: #fff;
}

hr.thin {
  width: 100%;
	height: 1px;
  background: none;
	border-top: 3px dotted #333;
	border-left: 0;
  border-right: 0;
  border-bottom: 0;
	margin: 8px auto 6px auto;
}

/* Page Arrangement */

  #container {
  	width: 900px;
  	position: relative;
  	top: 0;
  	margin: 0 auto 0 auto;
  	height: auto;
  	min-height: 100vh;
  	clear: both;
    padding: 0 0 0 10px;
  }

  #header {
  	position: relative;
  	width: 890px;
  	height: 180px;
  	top: 0;
  	margin: 0 auto 5px auto;
  }

  #header img {
    border: 0;
    width: 890px;
    height: 180px;
    }

  #container h3 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  /*mobile menu */

  #menu {
    display: none;
  }
  .invisible {
    display: none;
  }

  /* navbar */

  #navbar {
  	width: 755px;
  	height: 60px;
  	position: relative;
  	padding: 0;
  	margin: 0 auto 10px auto;
  	z-index: 50;

  }

  #navbar ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	position: relative;
    z-inded: 50;
  	font-family: DotGothic;
  	font-size: 24px !important;
  	font-weight:200 !important;
  }

  #navbar li {
  	float: left;
  	list-style-type: none;
  	margin: auto 0 auto 0;
  	position: relative;
  }

  #navbar a {
  	color: #fff;
  	text-align: center;
  	text-decoration: none !important;
  	font-size: 24px !important;
  	font-weight:200 !important;
  	padding: 10px 0 15px 0;
  	float: left;
  	height: 25px;
  	width: 150px;
  	display: block;
  }

  #navbar a:hover {
  	color: #fff;
  	text-align: center;
  	text-decoration: none !important;
  	padding: 10px 0 15px 0;
  	float: left;
  	height: 25px;
  	width: 150px;
  	display: block;
  	background-color: #500095;
  }

  #navbar ul li {
  	background: none;
  }

  /* Dropdown Menu */

  #navbar ul li ul li {
  	display: block;
  	width: 175px;
  	height: 40px;
  	padding: 0 0 10px 0;
  	margin: 0;
  	background-color: #500095;
  }

  #navbar ul li ul li.first {
    padding-top: 15px !important;
  }

  #navbar ul li:hover ul {
  	display: block;
  	z-index: 49;
  	width: 175px;
  	height: auto;
    margin: 5px 0 0 0;
  }

  #navbar ul li ul li a {
  	background-color: #500095;
  	margin: 0;
  	text-align: left !important;
  	padding: 0 0 0 25px !important;
    font-size: 18px !important;
  }

  #navbar ul li ul li a:hover {
    background-color: #500095;
  	background-image: none !important;
  	text-decoration: underline !important;
  }

  #navbar ul li ul {
  	display: none;
  	width: 175px;
  	height: auto;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	left: 0px;
  	top: 40px;
  	z-index: 100;
  }

  /* Main Content */
  #maincontent {
  	position: relative;
  	left: 0;
  	width: 600px;
  	float: left;
  }


  /* Entries */

  .entry {
  	padding-bottom: 50px;
  }

  .entry h1 {
  	line-height: 100% !important;
  	margin-bottom: 25px !important;
  }

  /* Sidebar */
  #social {
    width: 42px;
    height: auto;
    padding: 4px 4px 0 0;
    position: fixed;
    z-index: 500;
    top: 32px;
    left: 0;
    background-color: #000;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;

  }

  #social h3 {
  	text-align: left !important;
    margin-left: 18px;
  }

  #social img {
  	border: none;
  	float: none;
  	margin: 7px 2px 7px 2px;
  }

  #social a {
  	filter:alpha(opacity=0.70);
  	-moz-opacity: 0.70;
  	opacity: 0.70;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  #social a:hover {
  	filter:alpha(opacity=100);
  	-moz-opacity: 1.00;
  	opacity: 1.00;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  #social p {
  	text-align: center;
  	margin: 0;
  	padding: 0;
  }

  #searchbox {
    position: relative;
    width: 256px;
    height: 50px;
    top: -10px;
    right: -2px;
    margin: 0 0 15px 0;
  }

  #searchbox .srchBttn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 14px;
    top: 26px;
  }

  #searchbox h3.reducemargin {
    margin: 5px 0 10px 0;
    text-align: left !important;
  }

  #sidebar {
  	position: relative;
  	right: -10px;
  	top: 0;
  	height: auto;
  	width: 270px;
  	float: left;
  	padding: 0;
  	margin: 10px 0 110px 30px;
  	font-family: DotGothic;
  }

  #sidebar h1, h2, h3 {
  	margin-top: 0 !important;
  	padding-top: 0 !important;
    text-shadow: 0px 0px 1px #fff;
  }

  #sidebar ul {
  	list-style-type: none;
  	margin: 0 0 20px 0;
  	padding: 0;
  	position: relative;
  	width: 205px;
  	font-size: 18px !important;
  	font-weight:200 !important;
  }

  #sidebar .addmargin {
  	padding-left: 15px;
  }

  #sidebar .addmargin2 {
  	padding-bottom: 5px;
  }

  .reducemargin {
    margin-bottom: -5px !important;
  }

  #sidebar ul li.top {
  	height: 15px;
  	width: 260px;
  	margin: 0 !important;
  	padding: 0 !important;
  	background-image: url(images/sidebar-top-new.png);
  	background-repeat: no-repeat;
  	background-position: top left;
  }

  #sidebar ul li.mid {
  	width: 260px;
  	margin: 0 !important;
  	padding: 0 !important;
  	background-image: url(images/sidebar-mid-new.png);
  	background-repeat: repeat-y;
  	background-position:center left;
  }
  #sidebar ul li.bottom {
  	height: 15px;
  	width: 260px;
  	margin: 0 !important;
  	padding: 0 !important;
  	background-image: url(images/sidebar-bttm-new.png);
  	background-repeat: no-repeat;
  	background-position: bottom left;
  }

  #sidebar ul li ul {
  	padding: 0 0 15px 15px;
  	margin: -30px 0 0 0;
  	width: 240px;
  	background-image: url(images/sidebar-mid-new.png);
  	background-repeat: repeat-y;
  	background-position:center left;
  }

  #sidebar ul li ul li {
  	width: 90%;
    line-height: 120%;
  }

  #sidebar ul li ul.text {
  	list-style-type: disc;
  }

  #sidebar ul li ul.text li {
  	margin-left: 20px;
  	padding-bottom: 8px;
  }

  #sidebar ul.children {
    list-style-type: disc;
  	line-height: 120%;
  	padding: 0;
  	margin: 5px 0 -5px -20px;
  	width: 245px;
  	background-image: none;
  }

  /* Footer */
  #footer {
  	position: relative;
  	bottom: 0;
  	clear: both;
  	height: 40px;
  	width: 875px;
  	padding: 20px 10px 5px 10px;
  	margin: 50px auto 0 auto;
  	text-align: center;
  	border-top: 8px solid #fff;
  	font-family: DotGothic;
  	font-size: 16px;
  }

  #footer a { margin: 0 8px 0 8px }
  #footer a:link { color: #fff; }
  #footer a:visited { color: #fff; }

  /* Page Navigation */

  h2.screen-reader-text {
  	font-size: 16px !important;
  	text-align: center;
  	margin: 0;
  	padding: 0;
  }

  .navi {
  	text-align: center;
  	padding: 0 5px 10px 5px;
  	height: 20px;
  	width: 520px;
  	/*background-color: #141D32; */
  	margin: 10px 0 10px 0;
  }

  .pointleft {
  	text-align: left !important;
  	margin: 2px 2px 2px 0;
    width: 220px;
  	padding: 0;
  	position: absolute;
  	z-index: 50;
    font-family: DotGothic
  }

  .pointright {
  	text-align: right !important;
  	margin: -20px 0 2px 0;
  	padding: 0;
  	position: absolute;
    width: 220px;
    right: 0;
    font-family: DotGothic
  }

  .pointright a {
      background-color: #373737;
  }

  .pointleft a {
      background-color: #373737;
  }

  .pagenav {
  	position: relative;
  	padding: 40px 0 5px 0;
  }

  .centernav {
  	text-align: center !important;
  	font-family: DotGothic;
  	font-size: 20px;
  	font-weight: 200;
  	position: relative;
  	left: auto;
  	right: auto;
  	top: 0;
  	padding: 0;
  }

  /* Comment Styling */

  /* Avatars */
  img.avatar {
  	float: left;
  	margin-right: 5px;
  	margin-left: -5px;
  	border: none;
  }

  /* Form styling */

  ol.comment-list {
  	list-style-type: none;
  }

  ol.comment-list li {
  	border-left: 2px solid #fff;
  	padding-left: 8px;
  }


  ol.children {
  	list-style-type: none;
  }

  ol.children li {
  	border-left: 2px solid #99F;
  	padding-left: 8px;
  }

  #submit {
  	border: 2px solid #999;
  	background-color: #333;
  	color: #FFF;
  	padding: 3px 10px 3px 10px;
  	font-size: 13px;
  	font-weight: bold;
  }

  #submit:hover {
  	border: 2px solid #1fa7ff;
  	background-color: #036;
  }

  .reply {
  	margin-bottom: 30px;
  	margin-top: 20px;
  }

  .reply a:link {
  	padding: 5px 20px 5px 20px;
  	background-color: #333;
  	border: 1px solid #999;
  	color: #fff;
  }

  .reply a:visited {
  	color: #fff;
  	border: 1px solid #999;
  }

  .reply a:hover {
  	color: #fff;
  	border: 1px solid #1fa7ff;
  	background-color: #036;
  	text-decoration: none;
  }

  #respond {
  	background-image: url(images/chalk-bar-bg-01.png);
  	background-position: top center;
  	background-repeat: repeat-x;
  }

  #replyform {
    width: 75%;
    height: 120px;
  }
  /* Wordpress Image Styling */

  /* Wordpress Image Styling */

  .wp-caption {
    border: 1px solid #fff;
    background-color: #999;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    text-align: center;
  }

  .wp-caption-text {
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
    padding: 4px 0 4px 0;
    border-top: 1px solid #fff;
    margin: -3px 0 0 0;
    color: #fff;
    text-align: center !important;
  }


  .wp-caption {
  	border: 1px solid #333;
  	background-color: #ffffff;
  	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	color: #000000;
  	padding-top: 3px;
  	text-align: center;
  }

  .wp-caption-text {
  	font-weight: bold;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	padding: 0 0 4px 0;
  	border-top: 1px solid #fff;
  	margin: 4px 0 0 0;
  	color: #000;
  	text-align: center !important;
  }

  .aligncenter {
  	padding: 3px;
      display: block;
      margin: 0 auto 0 auto !important;
  }

  .alignright {
  	float: right;
  	margin: 0 0 0 5px;
  	display: inline;
  }

  .alignleft {
    margin: 0 5px 0 0;
  	float: left;
  	display: inline;
  }

  /* Game Listings */

  #listframe {
  	width: 600px;
  	height: auto;
  	padding: 0 0 25px 0;
  	margin: 10px 0 0 0;
  }

  img.featurepic {
  	margin: 0 auto 0 auto !important;
  	display: block !important;
  }

  .headerimg {
  	margin-top: 20px 10px 20px 0 !important;
  	pointer-events: none;
  	cursor: default;
  	border: 2px solid #333 !important;
    width: 590px !important;
  }

  .gamedate { /* For single pages */
  	width: 99%;
  	text-align: right;
  	font-weight: 200%;
  	font-style: italic;
  	padding: 0;
  	margin: 0 0 50px 0;
  }

  .gamelist {
    width: 185px;
  	height: 185px;
  	float: left;
  	margin: 0 5px 10px 0;
  	padding: 3px;
  	border: 1px solid #666;
    background-color: #111111;
  }

  .descheader {
  	margin: 0 auto 0 auto;
  	padding: 0 0 5px 0;
    font-size: 15px;
    font-weight: 200;
    line-height: 110%;
    font-family: DotGothic;
  }

  .listpic {
  	display: block !important;
  }

  p.gamedesc {
  	font-size: 12px !important;
  	line-height: normal !important;
  	margin: -5px 0 15px 0 !important;
  	padding: 0 !important;
  }

  .gamedate {
  	width: 99%;
  	text-align: right;
  	font-weight: bold;
  	font-style: italic;
  	padding: 0;
  	margin: 0 0 50px 0;
  }

  .gametitle {
  	text-align: left;
    padding-bottom: 0;
    line-height: 100%;
  	margin: 15px auto 10px auto !important;
  }

  .engine {
  	font-weight: 200%;
  	color: #fff;
    font-size: 12px;
  }

  .nsfw {
  	font-weight: 200%;
  	color: #e40058;
    font-size: 15px;
  }

  .advisory {
  	font-size: 13px;
    font-weight: 200%;
  	color: #f7ff98;
  	font-style: italic;
  }

  /* Gallery things */
  .gallery-size-thumbnail img {
  	width: 190px !important;
  	height: 190px !important;
  }

  .gallery-caption {
  	font-weight: bold;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	padding: 0 0 4px 0;
  	margin: 1px 0 0 0;
  	color: #fff;
  	text-align: center !important;
  	border: none !important;
  }

  /* Sharing Area */
  .addtoany_share_save_container {
    width: 100%;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
    padding: 5px 0 5px 0;
  }

  /* Support Box Styling */

  #support {
    width: 185px;
    height: 40px;
    margin: 15px auto 15px auto;
    padding-right: 5px;
  }
}

/* Small screens */
@media screen and (max-width: 979px) {
/* Page */
html {
  padding: 0;
  margin: 0;
  max-width: 100vw;
}

body {
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #000;
  font-family: Verdana, Geneva, sans-serif;
  max-width: 100vw;
}

p {
  font-size: 10pt;
}

h1 {
  text-align: left;
  margin-right: 10px;
}


blockquote {
  padding: 0 0 0 5px;
  margin: 5px 10px 5px 10px;
  color: #fff;
  border-left: 2px solid #ccc;
  font-style: italic;
  }


  #respond {
  	border-top: 3px solid #fff;
  }

  /* Horizontal Rules */
  hr {
  	width: 100%;
    height: 3px;
  	border: none;
    background-color: #fff;
  	margin: 6px auto 6px auto;
  }

  hr.doodlebar {
    width: 100%;
    height: 1px;
    margin: 8px auto 6px auto;
    background: none;
    border-top: 4px dotted #fff;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

/*
  hr.long {
    width: 100%;
    height: 1px;
    margin: 0 auto 50px auto;
    border-top: 4px dotted #fff;
    background: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
*/



  hr.thin {
    width: 100%;
  	height: 1px;
    background: none;
  	border-top: 3px dotted #fff;
  	border-left: 0;
    border-right: 0;
    border-bottom: 0;
  	margin: 8px auto 6px auto;
  }

/* Page Arrangement */

  #container {
    width: 100%;
    top: 0;
    margin: 0 auto 0 auto;
    padding: 0;
    height: auto;
    min-height: 100vh;
  }

  #header {
    width: 100%;
    height: auto;
    top: 5px;
    margin: 0 auto 0 auto;
  }

  #header img {
    border: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    }

  #container h3 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* navbar */

  #mobilemenu {
    width: 100%;
    height: 32px;
    background-color: #333;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
  }

  label.invisible {
    height: 32px;
    overflow: hidden;
    background-image: url(images/menu-open.png);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 36px;
    font-family: DotGothic;
    color: #fff !important;
    font-size: 30px;
    line-height: 100%;
  }

  label.invisible:hover {
    cursor: pointer;
  }

  #menu:checked ~label.invisible {
    background-image: url(images/menu-close.png);
  }

  #menu {
    display:none;
  }


  #navbar {
    visibility: hidden;
    height: 1px;
  }

  #navcontainer {
    visibility: hidden;
    width: 75%;
    height: 40vh;
    margin: 11vh auto 12vh auto;
  }

  #menu:checked ~ #navbar {
    visibility: visible;
    width: 100%;
    height: 98vh;
    padding: 0;
    margin: 0 0 20px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #333;
  }

  #menu:checked ~ #navbar #navcontainer {
    visibility: visible;
    width: 75%;
    height: 40vh;
    margin: 12vh auto 12vh auto;
  }

  a.topnav {
    color: #fff;
    text-decoration: none !important;
    font-size: 22px !important;
    font-weight:200 !important;
    padding: 1vh 0 2vh 0;
    height: 5vh;
    width: 60vw;
    min-width: 150px;
    border: 3px dotted #fff;
    margin: 1vh 1vw 1vh 1vw;
    display: inline-block;
  }

  a.topnav:hover {
    color: #fff;
    text-decoration: none !important;
    border: 3px dotted rgb(252, 134, 219);
  }


  /* Main Content */
  #maincontent {
    padding: 0;
    width: 100%;
  }


  /* Entries */

  .entry {
    padding: 0 1% 55px 1%;
    min-height: 25vh;
  }

  .entry h1 {
    line-height: 100% !important;
    margin-bottom: 20px !important;
  }

  .postdate {
    text-align: right;
    margin-right: 10px;
  }

  /* Sidebar */

  #sidebar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 35px 0 50px 0;
    font-family: DotGothic;
  }

  #sidebar h1, h2, h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-shadow: 0px 0px 1px #fff;
  }

  #sidebar h2 {
    margin-bottom: 0 !important;
  }

  #sidebar ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 2vw 1% 2vw 1%;

    width: 98%;

    font-size: 16px !important;
    font-weight:200 !important;
    background-color: rgb(27, 40, 52);
  }


  #sidebar ul li ul.text {
    list-style-type: none;
  }

/* End sidebar main */

#searchbox {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  background-color: rgb(27, 40, 52);
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  margin: 0 0 15px 0;
  }

  #searchbox h3.reducemargin {
    margin: 5px 0 0 10px;
    text-align: left !important;
  }

  .searchInput {
    width: 65vw !important;
    max-width: 300px;
    margin: 0 auto 0 10px;
  }

  #searchbox .srchBttn {
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px; left: 5px;
  }

  #twitter {
    display: none;
  }

  /* Social */
  #social {
    width: auto;
  	height: 32px;
    padding: 2px 0 4px 14px;
  	margin: 0 auto 5px auto;
  }

  #socialcontainer {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    margin: 0;
    border-top: 1px solid #333;
    background-color: #000;
  }

  #social h3 {
  	margin-left: 16px;
    text-shadow: 0px 0px 1px #fff;
  }

  #social img {
  	border: none;
  	margin: -10px 15px 0 0;
  }

  #social a {
  	filter:alpha(opacity=0.70);
  	-moz-opacity: 0.70;
  	opacity: 0.70;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  #social a:hover {
  	filter:alpha(opacity=100);
  	-moz-opacity: 1.00;
  	opacity: 1.00;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  #social p {
  	text-align: center;
  }

  /* Support Box Styling */

  #support {
    position: fixed;
    z-index: 500;
    height: 30px;
    width: auto;
    top: 2px;
    left: 120px;
  }

  #support img {
    height: 28px;
    width: auto;
  }

  #support a {
  	filter:alpha(opacity=0.70);
  	-moz-opacity: 0.70;
  	opacity: 0.70;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  #support a:hover {
  	filter:alpha(opacity=100);
  	-moz-opacity: 1.00;
  	opacity: 1.00;
  	transition-property: opacity;
  	transition-duration: 0.5s;
  }

  /* Sharing Area */
  .addtoany_share_save_container {
    width: 102%;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
    padding: 5px 0 5px 0;
    background-color: rgb(27, 40, 52);
    margin-left: -1% !important;
    margin-right: -1% !important;
  }

  .entry.clearspace .addtoany_share_save_container {
    margin-top: 100px !important;
    margin-bottom: -80px !important;
  }

  /* footer */
  #footer {
    position: relative;
    height: auto;
    width: 96vw;
    margin: 20px auto 60px auto;
    text-align: center;
  }

  #footer a {
    font-size: 13px !important;
  }

  /* Page Navigation */

  h2.screen-reader-text {
    font-size: 16px !important;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .navi {
    text-align: center;
    padding: 0;
    min-height: 20px;
    height: auto;
    width: 95vw;
    position: relative;
    margin: 0 auto 0 auto;
    top: -60px;
  }

  .pointleft {
    text-align: left !important;
    margin: 2px auto 2px 0;
    width: 100%;
    padding: 0;
    z-index: 50;
    font-family: DotGothic;
    position: relative;
    left: 0;
  }

  .pointright {
    text-align: right !important;
    margin: -20px 0 2px auto;
    padding: 0;
    width: 100%;
    right: 0;
    font-family: DotGothic;
    position: relative;
  }

  .pointright a {
      display: inline-block;
      width: 99%;
      padding: 0 1% 0 0;
      background-color: #373737;
  }

  .pointleft a {
      display: inline-block;
      width: 99%;
      padding: 0 0 0 1%;
      background-color: #373737;
  }

  .pagenav {
    position: relative;
    padding: 30px 0 5px 0;
  }

  .centernav {
    text-align: center !important;
    font-family: DotGothic;
    font-size: 20px;
    font-weight: 200;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    padding: 0;
  }

  /* Individual Games Pages */

  .featurepic {
    width: 95vw;
    height: auto;
  }

  /* Game Listings */

  #listframe {
  	width: 100%;
    max-width: 98vw;
  	height: auto;
  	padding: 0 0 15px 0;
  	margin: 5px 0 0 0;
  }

  img.featurepic {
  	margin: 0 auto 0 auto !important;
  	display: block !important;
  }

  .headerimg {
  	margin: 20px 10px 20px 0 !important;
  	pointer-events: none;
  	cursor: default;
  	border: 2px solid #333 !important;
    width: 100% !important;
  }

  .gamedate { /* For single pages */
  	width: 99%;
  	text-align: right;
  	font-weight: 200%;
  	font-style: italic;
  	padding: 0;
  	margin: 0 0 30px 0;
  }

  .gamelist {
    width: 42vw;
  	height: 40vw;
    max-width: 200px;
    max-height: 200px;
  	float: left;
  	margin: 0 1vw 1vw 1vw;
  	padding: 3px;
  	border: 1px solid #666;
    background-color: #111111;
    overflow: hidden;
  }

  .descheader {
  	margin: 0 auto 0 auto;
  	padding: 0 0 5px 0;
    font-size: 15px;
    font-weight: 200;
    line-height: 110%;
    font-family: DotGothic;
  }

  .listpic {
  	display: block !important;
    width: 100% !important;
  }

  p.gamedesc {
  	font-size: 10px !important;
  	line-height: normal !important;
  	margin: -5px auto 15px auto !important;
  	padding: 0 !important;
  }

  .gamedate {
  	width: 99%;
  	text-align: right;
  	font-weight: bold;
  	font-style: italic;
  	padding: 0;
  	margin: 0 0 50px 0;
  }

  .gametitle {
  	text-align: left;
    padding-bottom: 0;
    line-height: 100%;
  	margin: 15px auto 10px auto !important;
  }

  .engine {
  	font-weight: 200%;
  	color: #fff;
    font-size: 10px;
  }

  .nsfw {
  	font-weight: 200%;
  	color: #e40058;
    font-size: 13px;
  }

  .advisory {
  	font-size: 13px;
    font-weight: 200%;
  	color: #f7ff98;
  }

}
