


/* == BASICS == */

#wpadminbar { display: none; }
header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 896px;
    font-family: arial;
    font-size: 12px;
	}
nav+section {
	overflow: hidden;
	width: 600px;
	float: left;
	clear: none;
	}
img {
    border: 0;
}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
	}

/* == HEADER == */

body>header {
    color: #000000;
    background-color: #ffffff;
    filter: Alpha(opacity=90); opacity: .9;

    z-index: 150;
    }
    body>header img.logo {
        float: left;
    }
    body>header>div>nav>a>img{
        float: left;
        margin-right: 15px;
    }
    body>header>div>nav>ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: -40px;
    }
    body>header>nav>ul>li{
        margin-bottom: 15px;
    }
    body>header>nav>ul.address>li{
        margin-bottom: 1px;
    }
    body>header>div>nav>ul>li>a:hover{
        background-color: #defacd;
    }
    body>header>div>nav>ul>li>a:active{
        background-color: #c1d8b4;
    }
    body>header>div>nav>ul>li>a {
    	padding: 20px 60px;
    }
	.blogroll li {
		float: left;
		list-style: none;
		text-transform: uppercase; 
		margin-top: 35px;
		font-size: 14px;
		font-weight: bold;
	}
	.blogroll li:last-child {
		margin-right: 0px;
	}

/* == POSTS == */

body>section {
    clear: both;
    margin-top: 195px;
}
article[id*=post-] {
	padding: 0;
	float: left;
    cursor: pointer;
	}
article>header p, 
article>footer p {
	font-style: italic;
	}
article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

/* == COMMENTS == */

article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #eee;
		}
form[method=post] label {
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */
.menu-essay {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 50px 0;
    }
    .menu-essay .item {
        padding: 5px 10px;
    }
aside {
	margin-top: 30px;
	overflow: hidden;
	width: 300px;
	float: right;
	clear: none;
	}
	aside li {
		list-style: none;
		}
		aside li ul li {
			list-style: disc outside;
			}

/* == FOOTER == */
body>footer
 {
	text-align: left;
    padding: 25px;
	overflow: hidden;
	width: 846px;
	clear: both;
	}
.footer-widgets .error {
    margin-bottom: 5px;    
}
.footer-widgets {  
    float: right;
    width: 150px;
}
body>footer input {
    font-size: 11px;
} 
body>footer input[type=text] { 
    border: 0;
    width: 150px;  
    background: #000000;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    float: right;
}
body>footer input[type=submit] { 
    clear: both;
    float: left;
    background: #333333;
    color: #ffffff;
    border: 0;
    padding: 4px;
}
body>footer input[type=submit]:hover {
    background: #666666;    
}
/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */
footer {
    display: block;
    background-color: #000000;
    height: 95px;
    margin-top: 0px;
    color: #ffffff;
}
footer a,footer a:link,footer a:active,footer a:visited {
    color:#ffffff;
}
footer p {
    padding: 0;
    margin: 0;
}
#post-content { 
    display: none;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    width: 180px;
    right: 0px;
    filter: Alpha(opacity=90); opacity: .9;
    padding: 50px;
    padding-top: 135px;
}
#the-content {
    margin-top: 15px;
}
article>section {
    margin-bottom: -3px;
    position: relative;
}
.info-box {
    height: 298px;  
    background-color: #f1f2f2;
    position: absolute;
    margin-left: 448px;
    width: 224px;
}
 .info-box div {
    padding: 25px 20px;
    position: absolute;
    top: 0;
}
.info-box div>div {
    padding: 0;
    position: relative;
    padding-top: 15px;
}
.info-box a {
    font-weight: bold;
}
#logo, #gallery-link, #studio-link, #about-link, #journal-link, #store-link, .grid-link {
    cursor: pointer;
}
.ecwid-poweredBy { display: none; }
.twitter-share-button { float: left; height: 25px; margin-top: 25px; }
.fb_ltr { margin-left: 20px; height: 25px; margin-top: 25px; float: left; } 
/* == ALL YOUR CODE ARE BELONG TO POETRY == */


h1 { text-transform: uppercase; font-size: 14px; }

body.page-id-26 #journal-link,
body.page-id-7 #gallery-link,
body.page-id-9 #studio-link,
body.page-id-2 #about-link { background-color: #DEFACD; }

.artist-name {
	text-transform: uppercase;
}
.show-link a {
	color: #775e43
}
body.slideshow footer { display: none; }
.grid-square { overflow: hidden; }


	
@media only screen and (max-device-width: 480px){body>header{position:absolute; width:1008px;}}


@media only screen 
and (min-device-width : 768px) and (max-device-width : 1024px)  { body>header{position:absolute; width:1008px;} }
	





/*
     FILE ARCHIVED ON 14:10:53 Apr 09, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:16:18 Jul 18, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1087.491
  exclusion.robots: 0.083
  exclusion.robots.policy: 0.073
  RedisCDXSource: 2.672
  esindex: 0.01
  LoadShardBlock: 1067.847 (3)
  PetaboxLoader3.datanode: 442.122 (5)
  load_resource: 1000.361 (2)
  PetaboxLoader3.resolve: 842.706 (2)
*/