<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- Defaults
------------------------------*/

html{
	background-color: #F9F8F8;
	height:100%;
}
body{
margin: 0;
padding: 0;
height:100%;
}
p, a, h1, h2, h3, table, input, span, label, li{
    font-family: 'Oxygen';
}

ul{
  margin: 0;
  padding: 0;
}

a{
    color: #70A199;
    text-decoration: none;
}

h1 {
    font-family: 'Oxygen';
    color: #70A199;
    font-size: 2em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* -- Login
------------------------------*/

table.login{
    width: 400px;
    outline: 1px solid #efefef;
    margin: 0 auto;
    background: rgba(112, 161, 153, 0.5);
    border-radius: 5px;
    padding: 10px;
}

table.login input[type="text"],
table.login input[type="password"]{
    border: 1px solid #efefef;
    padding: 3px 6px;
    width: 90%;
    border-radius: 3px;
}

table.login input[type="submit"]{
    background: #F9F8F8;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 6px 20px;
    margin: 6px auto 0 auto;
    color: #000;
    -webkit-font-smoothing: antialiased;
    clear: both;
    display: inline-block;
    text-align: center;
}

/* -- Dashboard
------------------------------*/

/* -- Products
------------------------------*/

div.product-block{
    display:inline-block;
    margin-right: 25px;
}

div.product-block img{
    width: 203px;
    height: 126px;
    overflow: hidden;
    outline: 1px solid #efefef;
    margin-bottom: 6px;
}

div.product-block h3{
    font-size: 1.3em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    margin: 0;
}

div.product-block span.button{
    background: #70A199;
    border: 1px solid #70A199;
    border-radius: 5px;
    padding: 6px 20px;
    margin-top: 6px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    clear: both;
    display: inline-block;
}

div.product-block span.button:hover{
    background: #64B1A4;
    border: 1px solid #64B1A4;
    transition-duration: 0.5s;
}

/* -- Product Detail
------------------------------*/

.prodContainer{
    margin: 0 auto;
    width: 100%;
}

.prodInfo h2{
    font-size: 1.6em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    margin: 0;
}

.colorblock{
    margin-right:15px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

label {
    float:left;
    text-align:right;
    font-weight:bold;
}

ul.prodColors,
ul.prodPrices{
    margin-top: 8px;
}

.prodColors li{
    list-style:none;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.prodPrices li{
    list-style:none;
    margin-bottom: 6px;
    padding: 3px 3px;
}

.prodPrices li:hover{
    cursor: pointer;
}

.prodPrices li.selected{
    background: rgba(112, 161, 153, 0.5);
}

textarea{
    height: 200px;
    width: 100%;
    margin-top: 10px;
}

span.cartBtn{
    background: #70A199;
    border: 1px solid #70A199;
    border-radius: 5px;
    padding: 6px 20px;
    margin-top: 6px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    clear: both;
    display: inline-block;
    font-size: 1.3em;
}

/* -- Cart
------------------------------*/
table.cart{
    width: 100%;
}

table.cart th{
    background: rgba(112, 161, 153, 0.5);
    padding: 8px 34px;
    font-weight: normal;
    font-size: 1.2em;
}

table.cart tr:nth-child(odd){
    background: #ecebeb;
}

table.cart td{
    padding: 8px 34px;
}

input.cartUpdateBtn{
    background: #70A199;
    border: 1px solid #70A199;
    border-radius: 5px;
    padding: 6px 20px;
    margin-top: 6px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    clear: both;
    display: inline-block;
}

input.cartUpdateBtn:hover{
    background: #64B1A4;
    border: 1px solid #64B1A4;
    transition-duration: 0.5s;
}

input.cartOrderBtn{
    background: #70A199;
    border: 1px solid #70A199;
    border-radius: 5px;
    padding: 6px 20px;
    margin-top: 6px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    clear: both;
    display: inline-block;
    font-size: 1.3em;
}

input.cartOrderBtn:hover{
    background: #64B1A4;
    border: 1px solid #64B1A4;
    transition-duration: 0.5s;
    cursor: pointer;
}






fieldset {
    padding: 1em;
    font:80%/1 sans-serif;
}

fieldset textarea{
    padding: 5px;
    width: 400px;
    height: 150px;
}



#colorfield,
#pricefield{
    border: 0 !important;
}

#colorfield input,
#pricefield input{
    width: 100px;
}

#addForm{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.colorCol{
    padding-left: 140px;
}
.priceCol{
    padding-left: 140px;
}

.primaryImg{
    width: 480px;
    height: 480px;
}
.supplementaryImg{
    width:45px;
    height: 45px;
}

.prodImgs{
    display:inline-block;
}
.prodInfo{
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.cartBtn{
    padding: 15px;
    border: 1px solid #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.cartBtn:active{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

.catList li {
    list-style: none;
 }

 #category{
    visibility:hidden;
 }
.onoffswitch {
    position: relative; width: 57px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	float: right;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 16px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ACTIVE";
	font-size:8px;
    padding-left: 10px;
	text-align:left;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "INACTIVE";
	font-size:8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 10px; margin: 3px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 16px;
    position: absolute; top: 0; bottom: 0; right: 37px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.voeticaTitle{
	text-align: center;
	font-size: 72px;
	margin:0px;
	letter-spacing:6px;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #f00;
}
.voeticaSubTitle{
	text-align: center;
	font-size: 38px;
	margin:0px;
	letter-spacing:6px;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #f00;
}
.collectionTitle{
letter-spacing:6px;
text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.2);
	font-family: 'Cinzel Decorative';
	color: #f00;
}
div td a{
	font-family: 'Cinzel Decorative';
	font-size: 18px;
	color: #000099;

}

.lighter form{
	width:500px;
	margin:0 auto;
}
.lighter .search {
	padding:6px 15px 6px 30px;
	margin:3px;
	background: url('./images/search.png') no-repeat 8px 6px;
}
.rounded {
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.lighter input[type=text]{
	color:#bcbcbc;
}
.lighter input[type=button], input[type=button]:hover {
	position:relative;
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
.lighter, .light, .dark {
	width:95%;
	height:50px;
	padding:20px 25px;
	margin-bottom: 30px
}
.lighter{
	background: url('./images/lighter_grey.jpg');
}
.lighter input[type=text]{
	border:1px solid #d0d0d0;
	padding-left:10px;
	background-color:#fcfcfc;
	width: 500px;
	background: url('https://i.imgur.com/pg4gZb0.png');
	background-repeat: no-repeat;
	background-position: 5px;
height: 40px;
padding-left: 50px;
font-size: 28px;
color: rgba(0,0,0,0.6);
}
.theNav{
display:inline-block;
	text-align: center;
	font-size: 1.5em;
	background-color:#F9F8F8;
	font-weight:bold;
	text-align:center;
	margin:0px;
	width: 450px;
	letter-spacing:6px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #f00;
	cursor: pointer;
      border: 0 !important;        /*Removes border*/
      -webkit-appearance: none;        /*Removes default chrome and safari style*/
      -moz-appearance: none;  }



.poetName{
	letter-spacing: 6px;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #000099;
	font-weight: 100;
	font-size: 62px;
	margin-top:0;
	padding-top:20px;
}
.poetBio{
	letter-spacing: 6px;
	font-family: 'Cinzel Decorative';
	color: #000099;
	font-weight: 100;
	font-size: 38px;
	margin-top:-5px;
}
.poetPoems{
	font-family: 'Cinzel Decorative' !important;
	color: #000099 !important;
	font-size: 18px;
	font-weight: bold;
}
.Title{
	font-weight: bold;
	}
.poetSource{
	font-family: "Times New Roman";
	font-size: 18px;
}

#collection_output tr{
	height: 50px;
	font-weight: bold;
}

#floatyExample{
	display: none;
	width: 430px;
	height: 80px;
	position: absolute;
	margin-top: 30px;
	z-index: 5;
	background-color: #F9F8F8;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
#navCont{
	width: 1450px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.theNav a{
color: #f00 !important;
font-family: cinzel decorative;
}

#floatyExample ul li{
	padding: 5px 0px 0px 5px;
	list-style:none;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
	margin:0px;
	letter-spacing:6px;s
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative' !important;
	color: #f00 !important;

}
#floatyExample ul li:hover{
	background-color:rgba(0,0,0,0.2);
}
#book_btn{
	font-weight: bold;

	outline: 1px solid black;
	margin: 15px;
	padding: 5px;
	margin-top: 10px;
	display:inline-block;
}
#book_btn:hover{
	background-color:rgba(0,0,0,0.2);
}
#book_btn_link{
	color: #000 !important;
	width:100%;
	height:100%;
}
#navArrow{
	transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-o-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg) ;
}

.navArrowRotated{
	transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg)  !important;
	-moz-transform: rotate(0deg)  !important;
	-o-transform: rotate(0deg)  !important;
	-ms-transform: rotate(0deg)  !important;
}
.suppressed{
padding-left:20px;
padding-right:20px;
	opacity: 0.4;
}
.mobile_suppressed{

	opacity: 0.4;
}

.suppressed:hover{
	opacity: 1;
}

.splashTitle{
	text-shadow: 3px 3px 3px rgba(150, 150, 150, 1);
}

.lessersplashTitle{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.terms{
font-size: 12px !important;
font-weight: none !important;
color: #000;
font-family: cinzel decorative;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}
#paraphrase{
	font-family: 'Cinzel Decorative' !important;
	float: left;
	width: 300px;
	height: 50px;
	font-weight:bold;
	line-height:50px;

}
#paraphrase a{
	color: #000099 !important;
	padding-left:10px;
	cursor: pointer;
	font-size: 18px;
	font-style:italic;
}
#main_nav{
	margin-left: auto;
	margin-right: auto;

}
.navrow{
	width: 100%;
	height: 50px;
	display: inline-flex;
}

.navrow .nav_slice{
	float: left;
	text-align:center;
	font-weight:bold;
	letter-spacing:6px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #f00;
	cursor: pointer;
	margin: auto 5px;
}

.navrow .nav_full_slice{
	width:480px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-weight:bold;
	letter-spacing:6px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'Cinzel Decorative';
	color: #f00;
	cursor: pointer;
}

.theNav a{
font-size: 1em !important;
}
.nav_slice a, .nav_full_slice a{
	font-family: 'Cinzel Decorative';
	font-size: inherit;
	color: inherit;
}
.mobile_suppressed{

	opacity: 0.4;
}
.poetPoems .Title{
	font-size: 20px;
	text-decoration: underline;
	font-style: italic;
}
</pre></body></html>