/*
Theme Name: DA_version2
Theme URI: https://dreaming--arcadia.com/
Description: Dreaming Arcadia - A Blog
Version: ###
Author/Owner: Michelle
Theme coding by: Karen
Design by: Janelia
Theme Design/Coding URI: Janelia@Figma, Karen@http://snow-drops.org
*/

/**LAYOUT CODING HTTP://SNOW-DROPS.ORG, DESIGN BY JANELIA, DO NOT REMOVE**/

/**BASIC STYLING**/

body 
{font-family: 'Fragment Mono', monospace, Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #ffffff;
background-image: none;
background-repeat: none;
background-color: #111111;
cursor: default;}

tr, td
{font-family: 'Fragment Mono', monospace, Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #ffffff;}

textarea, input, output
{font-family: 'Fragment Mono', monospace, Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #ffffff; 
background-color: #6C6C6C;
border: #ffffff;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;}

blockquote
{width: 70%;
color: #ffffff;
background-color: #6C6C6C;
border: #ffffff;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 30px;
border-right-width: 0px;
padding: 10px;
margin: 0px auto;}

b, strong {color: #ffc800; letter-spacing: 1px;}
i, em {color: #cf6a90; letter-spacing: 1.5px;}
u 
{color: #aa1168;
text-transform: uppercase;}

strike, del {color: #324c7c;}

a:link, a:active, a:visited
{color: #c97cab;
border: #c97cab;
border-style: dashed;
border-width: 0px 0px 1px 0px;
text-decoration: none;
letter-spacing: 1px;}

A:hover 
{color: #dc39a3; 
cursor: crosshair;
font-weight: bold;
text-decoration: none;
text-transform: lowercase;
border: 0px;
letter-spacing: 3px;}

/**SCROLLBAR**/

/* scroll-width */
::-webkit-scrollbar {
  width: 20px;
}

/* scroll-track */
::-webkit-scrollbar-track {
  background: #111111; 
}
 
/* scroll-drag */
::-webkit-scrollbar-thumb {
  background: #fd269f; 
}

/* scroll on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dc39a3; 
}

/**LAYOUT**/

#container
{width: 1200px;
margin: 0px auto;
text-align: center;
background-repeat: repeat-y;
background-image: url('images/da_contentbg.jpg');}

#header
{height: 465px;
background-image: url('images/da_header.jpg');
background-repeat: no-repeat;
border: 0;}

#content
{width: 820px;
position: relative;
top: -160px;
margin: 0px auto;
text-align: center;
line-height: 200%;
min-height: 1000px;
text-align: justify;}

#navi1
{width: 820px;
position: relative;
top: -110px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px auto;
text-align: left;}

#navi2
{width: 820px;
position: relative;
top: -170px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px auto;
text-align: right;}

#footer
{height: 72px;
background-image: url('images/da_footer.jpg');
background-repeat: no-repeat;
clear: both;}

#reply-title
{font-family: 'Fragment Mono', monospace, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #c276d8;
text-align: left;
font-weight: bold;
font-style: italic;
letter-spacing: -1px;}

/**HEADERS**/

h1
{font-size: 30px;
font-family: 'Chelsea Market', system-ui, serif;
font-weight: bold;
text-align: left;
color: #ff0099;
letter-spacing: 1px;}

h2
{font-family: 'Fragment Mono', monospace, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #929292;
text-align: right;
font-weight: normal;
font-style: italic;
padding-top: 0px;
padding-bottom: 1px;
margin-top: -22px;
letter-spacing: -2px;}

/**CONTENT STYLING**/

.updatebox
{background-color: #202020;
border: #6C6C6C;
border-style: solid;
border-width: 1px;
padding: 10px;}

.readmoreupdate
{float: right;
margin-top: -25px;}

.center
{margin: 0px auto;
text-align: center;}

/**TOPBAR NAVIGATION**/

a:link.nav, a:active.nav, a:visited.nav
{border-style: none;}

a:hover.nav
{cursor: help;}

/**COMMENTBOX STYLING**/

.comment-body
{background-color: #6C6C6C;
border: #ffffff;
border-style: solid;
border-width: 0px 0px 10px 0px;
margin: 0px auto;
padding: 15px;
border-radius: 20px;}