/*CSS Document*/
@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../fonts/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
         url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {	background-color: #FFFFFF;
		background: url(/images/circuit_art-wallpaper-1680x1050.jpg) no-repeat;
		/*background: url(/images/valentinesday.jpg) no-repeat;*/
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
		margin:0;
		width:100%;
		height:100%;
		font-family: 'open_sansregular';
		font-size: 15px;
		/*overflow-y:hidden;*/
}

a:link {
	color: #000;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #F00;
	}
a:active {
	color: #000;
	}
#tracklist a:hover { color: #000;}
#tracklist a {
	text-decoration: none;
}
	
#viewtimeline a:link { color:#fff;}
#viewtimeline a:visited { color:#fff;}
#viewtimeline a:hover { color:#ff0;}
#viewtimeline a:active { color:#fff;}
#viewtimeline_black a:link { color:#000;}
#viewtimeline_black a:visited { color:#000;}
#viewtimeline_black a:hover { color:#008000;}
#viewtimeline_black a:active { color:#000;}

#wrapper_topmost {	width: 1280px;
                        margin: auto;
                        border: 0px;
}

#wrapper {	width: 1200px;
                margin: auto;
                border: 0px;
                border-left: 1px solid #333333;
                border-right: 1px solid #333333;
                background-color: rgba(255,255,255,0.8);
                margin: auto;
                border-bottom:1px solid #333333;
}

#menu { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	float: left;
	position: relative
}


/* CSS for each Parent Item */
#menu li {float: left; position: relative;}

#menu li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#menu li:hover a,
#menu li a:hover
{
	background: #999;
	color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#menu ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#menu li:hover ul {display: block;}

#menu ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.6em;
	left: 0;
}

#menu ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#menu li:hover ul li a,
#menu ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 4px;
	float: none;
	text-transform: capitalize;
	color: #000000;
	background: #ffffff;
}

#menu li:hover ul li a:hover,
#menu ul li a:hover
{
	background: #FFFFFF;
	color: #000;
	text-decoration:underline;
}

#menu_table {	border-collapse:collapse;
                border: 0px;
                width:1200px;
                text-align:left;
                margin: 0;
                padding: 0;
}

#right {	float: right;
		width: 210px;
		border: 0px;
		background-color:#FFFFFF;
		text-align:center;
		border-left:1px solid #333333;
		border-bottom:1px solid #333333;
}

article {	text-align:justify;}

#middle {	width: 900px;
			color:#000;
			padding-left:60px;
			padding-right:30px;
			text-align: left;
}

p {	text-indent: 30pt; }

.episode_arrow {
    max-height: 15px;
    max-width: 15px;
    margin-bottom: -2px;
}

.ASOT_image {	text-align: center; }
#info_table  { 	border: 0px;
				width: 900px;
				
}
#info_table_spotify, #info_table_apple {
	width: 160px;
	text-align:center;
}

#ASOT_notice {	width: 400px;
						border: #8C1717 dotted 2px;
						border-radius: 15px;
						-moz-border-radius: 15px;
						background-color: #FFCCCC;
						padding: 10px 5px 10px 5px;
						color: #000000;
						text-align: left;
						margin-left:50px;
}
#afterPlayback {	border:1px solid #000;
					width:335px;
					margin:auto;
}

#reddit {	vertical-align:bottom; }

ol hr {	border-top:1px solid #000000;
		width:500px;
		text-align:left;
		margin-left:-10px;
}

#search_episode {	padding:0px 0px 5px 0px;
}

#search_result {		padding-bottom: 5px;
					padding-left:15px;
}
#search_hr {		width:500px;
				color:#666;
				background-color:#666;
				border:none;
				height:1px;
}
#search_area {	width:500px;
				background-color:#FFF;
				border:1px solid #000;
				-webkit-border-radius: 9px;
				-moz-border-radius: 9px;
				border-radius: 9px;
				margin-left:auto;
				margin-right:auto;
				position:relative;
				margin-top: 15px;
				text-align:center;
}

#links {	padding-left:50px; }

#quote {	width:600px;
		margin: auto;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align:left;
		padding:10px;
		border:1px solid #333333;
		margin-top:20px;
		margin-bottom:20px;
}
#quote p {  margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline;
            text-indent: 0px;
}

#synopsis {	width:700px;
			margin:auto;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:1px solid #000000;
			padding:5px 3px 5px 10px;
}

#packages {	text-align: left; }
#packages div {	text-align: center;
				font-size: larger;
				font-weight: bold;
}
#packages table th {	text-align: center; }

#hire {	text-align:center; }
#hire form { text-align:left; }
#hire form table { margin:auto; }
#hire span {	font-size:10pt; }

#bottom_menu {	text-align:center;
				font-size:10pt;
				width:700px;
				margin:auto;
				margin-top:100px;
				margin-bottom:5px;
}

#projects {
    border: 1px solid #000;
}

#footer {	width: 250px;
			margin:auto;
			text-align:center;
			color: #000;
			border-left:1px solid #333333;
			/*border-top:1px solid #333333;*/
			border-right:1px solid #333333;
			background-color: #FFFFFF;
}

#blog {		width: 800px;
			margin: auto;
			padding: 50px 0px 50px 0px;
			/*background-color: #F0F8FF;*/
}
#blog .topic {	background-color: #FAEBD7;
				-moz-box-shadow: 3px 3px 10px 2px #333333;
				-webkit-box-shadow: 3px 3px 10px 2px #333333;
				box-shadow: 3px 3px 10px 2px #333333;
}
#blog #breadcrumb {	font-family: Georgia, Serif;
					border-bottom:1px dashed #000;
					font-size:12px;
}
#blog .title {	font-family: 'droid_serifbold_italic';
				font-size: 20pt;
				/*font-family: fantasy;*/
				padding-left:5px;
				background-color: #FAEBD7;
}
#blog .title a:link, a:active, a:visited, a:hover { text-decoration:none;}
#blog .date {	border: 2px solid #000;
				width: 60px;
				padding-left: 2px;
				padding-right: 3px;
				height: 32px;
				line-height: 32px;
				font-family: Impact;
				font-size: 25px;
				margin-right: 3px;
}
#blog .post_text, .post_text_front { text-align: justify;
									font-family: 'sinkin_sans300_light';
									padding: 0px 5px 0px 5px;
}
#blog .post_text p:first-child, .post_text_front p:first-child { text-indent:1em;
}
#blog .post_text_front img:not(.smiley) {	display:none;
}
#blog .post_text img:not(.smiley) {	max-width: 200px;
						max-height: 200px;
						float:left;
						padding: 0px 5px 0px 1px;
}
#blog hr { margin-top: 100px; }
#blog .space { height: 50px; }
#blog_right {	border-top: 1px solid #000;
				text-align: left;
				padding: 10px 10px 10px 20px;
}
.num_comments {	float:right;
}
.num_comments a:link { color: #FFF; }
.num_comments a:visited { color: #FFF; }
.num_comments a:hover { color: #F00; }
.num_comments a:active { color: #F00; }
#blog #comments {
    margin:0px 20px 0px 5px;
    padding:0px 5px 5px 5px;
    background-color: #D6E6FA;
    -moz-box-shadow: 3px 3px 10px 2px #333333;
    -webkit-box-shadow: 3px 3px 10px 2px #333333;
    box-shadow: 3px 3px 10px 2px #333333;
}
#blog #comments .comment_name {	font-weight:bold;
						font-size:18px;
}
#blog #comments .comment_date {	font-style:italic;
						font-size:15px;
}
#blog #comments .comment	{   
    font-family: 'sinkin_sans300_light';
    font-size: 13px;
}
#blog #comment_box { padding:0px 0px 5px 10px; }
#blog #comments form {	padding-left: 5px; }
#blog #comments .comment_reply {
    text-align: right;
    padding-right:20px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* BLOG */
#blog {
    width: 800px;
    margin: auto;
    padding: 50px 0px 50px 0px;
    /*background-color: #F0F8FF;*/
}
#blog .topic {
    background-color: #FAEBD7;
    -moz-box-shadow: 3px 3px 10px 2px #333333;
    -webkit-box-shadow: 3px 3px 10px 2px #333333;
    box-shadow: 3px 3px 10px 2px #333333;
}
#blog #breadcrumb {
    font-family: Georgia, Serif;
    border-bottom:1px dashed #000;
    font-size:12px;
}
#blog .title {	font-family: 'droid_serifbold_italic';
				font-size: 20pt;
				/*font-family: fantasy;*/
				padding-left:5px;
				background-color: #FAEBD7;
}
#blog .title a:link, a:active, a:visited, a:hover { text-decoration:none;}
#blog .date {	border: 2px solid #000;
				width: 60px;
				padding-left: 2px;
				padding-right: 3px;
				height: 32px;
				line-height: 32px;
				font-family: Impact;
				font-size: 25px;
				margin-right: 3px;
}
#blog .post_text, .post_text_front { text-align: justify;
									font-family: 'sinkin_sans300_light';
									padding: 0px 5px 0px 5px;
}
#blog .post_text p:first-child, .post_text_front p:first-child { text-indent:1em;
}
#blog .post_text_front img:not(.smiley) {	display:none;
}
#blog .post_text img:not(.smiley) {	max-width: 200px;
						max-height: 200px;
						float:left;
						padding: 0px 5px 0px 1px;
}
.smiley {
    width:30px;
    height:30px;
}
.smiley_small {
    width:20px;
    height:20px;
}
#blog hr { margin-top: 100px; }
#blog .space { height: 50px; }
#blog_right {	border-top: 1px solid #000;
				text-align: left;
				padding: 10px 10px 10px 20px;
}
.num_comments {	float:right;
}
.num_comments a:link { color: #FFF; }
.num_comments a:visited { color: #FFF; }
.num_comments a:hover { color: #F00; }
.num_comments a:active { color: #F00; }
#blog #comments {	margin:0px 20px 0px 5px;
					padding:0px 5px 5px 5px;
					background-color: #D6E6FA;
					-moz-box-shadow: 3px 3px 10px 2px #333333;
					-webkit-box-shadow: 3px 3px 10px 2px #333333;
					box-shadow: 3px 3px 10px 2px #333333;
}
#blog #comments .comment_name {	font-weight:bold;
						font-size:18px;
}
#blog #comments .comment_date {	font-style:italic;
						font-size:15px;
}
#blog #comments .comment	{	font-family: 'sinkin_sans300_light';
					font-size: 13px;
}
#blog #comment_box { padding:0px 0px 5px 10px; }
#blog #comments form {	padding-left: 5px; }
#blog #comments .comment_reply {	text-align: right;
								padding-right:20px;
}

#projects { border-collapse: collapse; }
#projects th, #projects td {	border:1px dotted #000000;
                                text-align:center;
}
#projects td:nth-child(2) {	text-align:left;
							padding-left:20px;
}

#contact img {  width: 50px;
                height: 50px;
}
#contact {  border: 1px solid #333333;
            width: 550px;
            margin: auto;
            margin-top: 20px;
}
.contact_td {
    border-right:1px solid #000;
    padding-right: 3px;
}

#logo {
    /*display:inline-block;*/
    position:relative;
    height:200px;
}

#logo3 {
    background-color: #FFFFFF;
    background: url(/images/logo3.png) no-repeat;
    background-size: 100%;
    margin:0;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    z-index: 0;
    /*overflow-y:hidden;*/
}

#logo #lightsout {
    position:absolute;
    bottom:166px;
    right:0px;
    color:#FFF;
    border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    background: #333333;
    padding: 0px 20px 5px 20px;
}

#logo #lightsout a:link {
	color: #FFF;
	}
#logo #lightsout a:visited {
	color: #FFF;
	}
#logo #lightsout a:hover {
	color: #F00;
	}
#logo #lightsout a:active {
	color: #FFF;
	}
#logo #log_cont a:link {
	color: #FFF;
	}
#logo #log_cont a:visited {
	color: #FFF;
	}
#logo #log_cont a:hover {
	color: #F00;
	}
#logo #log_cont a:active {
	color: #FFF;
	}
#logo #whylogin a:link,
#logo #lastPlayed a:link {
	color: #000;
	}
#logo #whylogin a:visited,
#logo #lastPlayed a:visited {
	color: #000;
	}
#logo #whylogin a:hover,
#logo #lastPlayed a:hover {
	color: #F00;
	}
#logo #whylogin a:active,
#logo #lastPlayed a:active {
	color: #000;
	}

#log_cont #loggedin {
    position:absolute;
    bottom:178px;
    left:0px;
    color:#FFF;
    border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    background: #333333;
    padding: 0px 20px 5px 20px;
    z-index: 5;
}
#log_cont {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#log_cont #lastPlayed {
    display: none;
    position:absolute;
    bottom:0px;
    left:0px;
    color:#000;
    border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    background: #999;
    padding: 0px 20px 5px 20px;
    width: 146px;
    z-index: 2;
}
#log_cont #lastPlayed a:link,
#log_cont #lastPlayed a:hover,
#log_cont #lastPlayed a:visited,
#log_cont #lastPlayed a:active {
    text-decoration: none;
}

#log_cont #whylogin {
    display: none;
    position:absolute;
    bottom:0px;
    left:0px;
    color:#000;
    border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    background: #999;
    padding: 0px 20px 5px 20px;
    width: 38px;
    z-index: 1;
}

#log_cont:hover #whylogin {
    position: absolute;
    bottom:153px;
    display:block;
}

#log_cont:hover #lastPlayed {
    position: absolute;
    bottom:153px;
    display:block;
}

#log_cont #logout {
    display: none;
    position:absolute;
    bottom:0px;
    left:0px;
    color:#000;
    border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
    background: #999;
    padding: 0px 20px 5px 20px;
    width: 45px;
    z-index: 1;
}

#log_cont:hover #logout {
    position: absolute;
    bottom:131px;
    display:block;
}

.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align:center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-body input{
  width:200px;
  padding:8px;
  border:1px solid #ddd;
  color:#888;
  outline:0;
  font-size:14px;
  font-weight:bold
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}

/* CSS Button */
.css_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:107px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.css_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.css_button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

input.account-input {
    width: 91%;
    padding: 5px;
    margin: 0px;
}
form#account table tr td:first-child {
    text-align: right;
    width: 49%;
}
form#account table tr td:last-child {
    text-align: left;
}

@media (prefers-color-scheme: dark)
{
	/*CSS Document*/

	body, html {	background-color: #FFFFFF;
		background: url(/images/circuit_art-wallpaper-1680x1050-inverted.jpg) no-repeat;
		background-position: fixed;
		background-attachment: fixed;
		background-size: 100%;
		margin:0;
		width:100%;
		height:100%;
		/*overflow-y:hidden;*/
	}

	#wrapper {      border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
				background-color:#222831; /*2A2A2E*/
				border-bottom:1px solid #FFF;
	}

	#logo3 {
	background-color: #FFFFFF;
	background: url(/images/logo3-inverted.png) no-repeat;
	background-size: 100%;
	margin:0;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
	/*overflow-y:hidden;*/
	}

	#middle {   color:#EEEEEE;
			background-color: #222831; /*2A2A2E*/
	}
	.quote1 {	color: #EEEEEE !important; /*2A2A2E*/
				background: #31363F !important; } 
	.episode_arrow { filter: brightness(0) invert(1);
	}

	a:link {
	color: #FFF;
	}
	a:visited {
	color: #FFF;
	}
	a:hover {
	color: #F00;
	}
	a:active {
	color: #FFF;
	}

	#menu li:hover a,
	#menu li a:hover
	{
	background-image: url(/images/menu_back-inverted.png);
	color: #EEEEEE;	
	}

	#right {    background-color: #222831;
			text-align:center;
			border-left:1px solid #FFF;
			border-bottom:1px solid #FFF;
			color:#EEEEEE;
	}

	#projects {
	border: 1px solid #FFF;
	}

	#projects th, #projects td {	border:1px dotted #FFF;
	}

	#blog .topic {	background-color: #051428;
				-moz-box-shadow: 3px 3px 10px 2px #333333;
				-webkit-box-shadow: 3px 3px 10px 2px #333333;
				box-shadow: 3px 3px 10px 2px #333333;
	}
	#blog .title {	background-color: #051428;
	}
	#blog .date {	border: 2px solid #FFF;
	}
	#blog #comments {   background-color: #282828;
					-moz-box-shadow: 3px 3px 10px 2px #333333;
					-webkit-box-shadow: 3px 3px 10px 2px #333333;
					box-shadow: 3px 3px 10px 2px #333333;
	}
	#blog_right {	border-top: 1px solid #FFF;
	}

	#bottom_menu {  color:#EEEEEE;
	}

	#footer {   color: #EEEEEE;
			border-left:1px solid #FFF;
			/*border-top:1px solid #FFF;*/
			border-right:1px solid #FFF;
			background-color: #222831;
	}
	#contact {
	color: #EEEEEE;
	border-color: #FFF;
	}
	.contact_td {
	border-right:1px solid #FFF;
	padding-right: 3px;
	}

	a.css_button:link {
	color: #000;
	}
	a.css_button:visited {
	color: #000;
	}
	a.css_button:hover {
	color: #F00;
	}
	a.css_button:active {
	color: #000;
	}

	#afterPlayback {	border:1px solid #FFF;
	}

	div#quote {	border-color: white;}
}