
/* LAYOUT */
/* ----------------------------------------- */

/* FULL PAGE ELEMENTS */
* {
 margin: 0px;
 padding: 0px;
}

body {
 font-family: dejarip, Helvetica, 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
 height: 100%;
 text-align: justify;
 color: #edebe1 !important;
 font-size: 16px;
}

 #wrap {
 padding: 0px;
 margin-left:auto;
 margin-right:auto;
 margin-top: 0px;
 width: 100%;
// text-align: justify;
 background-image:url('http://underanyothersky.com/wp-content/themes/Starkers/images/background.png');
 background-repeat: repeat;

}

#header {
 margin-left:auto;
 margin-right:auto;
 margin-top: 0px;
 width: 100%;
 min-width: 1079px;
 height: 124px;
 background-image:url('http://underanyothersky.com/wp-content/themes/Starkers/images/header3.png');
 background-repeat: repeat-x;
}

#header-text {
 margin-left: 326px;
 margin-right:auto;
 padding-top: 65px;
 width: 466px;
 text-align: left;
 font-size: 35px;
}

#body {
 margin-left:auto;
 margin-right:auto;
 margin-top: 0px;
 width: 100%;
 min-height: 80%;
}

#top-space {
 margin-right: auto;
 margin-left: auto;
 margin-top: 0px;
 width: 100%;
 height: 77px;
// background-color: #CC2268;
}


#left-space {
 margin-right:auto;
 margin-top: 0px;
 width: 326px;
 min-height: 400px;
// background-color: #558899;
}

#right-space {
 position:relative;
 top:-403px;
 left:902px;
 width: 177px;
 height: 400px;
// background-color: #226699;
}

#the-loop {
 padding-right: 110px;
 margin-right:auto;
 margin-top: -849px;
 margin-left: 326px;
 width: 466px;
 height: auto;
// background-color: #7218A9;
}

#footer {
 margin-left:auto;
 margin-right:auto;
 margin-top: 48px;
 width: 100%;
 min-width: 1079px;
 height: 22px;
 padding-top: 6px;
// background-color: #131417;
}

#footer-text {
 padding: 0px;
 margin-left: 326px;
 margin-right:auto;
 margin-top: 0px;
 width: 466px;
 text-align: center;
 font-size: 12px;
 font-weight: 100;
 font-family: ff-enzo-web;

}

a:hover {
text-decoration: underline;
color: #f5e493;
}

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

h1 {
 font-size: 2.4em;
 font-weight: 300;
 font-family: ff-enzo-web;
}

h2 {
 font-family: ff-enzo-web;
 font-weight: 600;
 font-size: 24px;
 padding-bottom: 18px;
 padding-top: 48px;
 color: #f5e493;
}

h3 {
 font-family: ff-enzo-web;
 font-weight: 600;
 font-size: 20px;
 padding-bottom: 12px;
 color: #f5e493;
}


p, h4, h5, h6, tr, th {
 font-size: 16px;
 padding-bottom: 24px;
 font-family: ff-enzo-web;
 font-weight: 300;
 line-height: 1.5em;
}

table {
 padding-bottom: 18px;
}

tr {
 text-align: left;
 border-style: solid;
 background-color: blue;
}

th {
 text-align: left;
 border-width: 0px;
 background-color: #272833;
 padding-top: 6px;
 padding-left: 6px;
vertical-align: top;
}

#th-hollow {
 background-color: red;
}

#right-space ul li {
 font-family: ff-enzo-web;
 padding-bottom: 6px;
 list-style: none;
 float: left;
 width: 177px;
 margin: 0 0 0 0;
}

#the-loop p {
 color: edebe1;
}

#the-loop ul {
 font-family: ff-enzo-web;
 padding-bottom: 24px;
 font-size: 16px;
}

#the-loop ul li {
 margin-left: 32px;
 list-style-type: circle;
 padding-bottom: 3px;
}

#the-loop ul li ul {
 font-family: ff-enzo-web;
 margin-left: 16px;
 list-style-type: circle;
 padding-top: 6px; 
}

#the-loop ol {
 font-family: ff-enzo-web;
 font-size: 16px;
 padding-bottom: 24px;
}

#the-loop ol li {
 margin-left: 32px;
 list-style-type: decimal-leading-zero;
 padding-bottom: 3px;
}

blockquote {
 font-family: ff-enzo-web;
 font-size: 16px;
 font-weight: 100;
 background-color: #131417;
// background-color: #272833 !important;
 padding: 0px 18px 0px 18px;
 margin-left: 18px;
 margin-bottom: 24px;
}

blockquote p {
 padding-bottom: 12px;
 padding-top: 12px;
}

code {
 font-family: courier, courier-new;
 font-size: 14px;
 font-weight: 200;
 background-color: #272833 !important;
 padding: 12px 18px 12px 18px;
 margin-left: 18px;
 margin-bottom: 18px;
}

.footnote {
 font-size: small;
 vertical-align: top;
} 

hr {
 color: #cdcbc1;
}

.footnotes {
 font-size: small;
 vertical-align: top;
 margin-left: 18px;
 color: #f5e493;
 font-weight: 100;
 font-family: ff-enzo-web;
} 

.footnotes p {
 font-size: 14px;
 margin-top: 13px;
 padding-bottom: 6px !important;
}

.footnotes li {
 font-size: 14px;
}