body {
 font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
 font-size: 70%;
 line-height: 140%;
 text-align: center;
 background-color: #CB4994;
 background-image: url(../img/paradigm-bg.jpg);
 background-attachment: fixed;
 color: #333;
 margin: 10px 0 10px 0;
}
a {
 color: #486BEE;
 text-decoration: none;
 border-bottom: 1px dotted #2440A5;
}
a:hover {
 color: #A23344;
 border-bottom: 1px solid #790F37;
}
a.noDeco {
 border-bottom: 0;
 text-decoration: none;
}
img {
 border: 0;
}
h2 {
 font-family: 'Franklin Gothic Medium Cond', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
 font-size: 130%;
 color: #8C1445;
 margin: 10px 0 10px 0;
}
h3 {
 font-size: 100%;
 color: #000;
 border-bottom: 1px dotted #DDD;
 margin-top: 1.5em;
 margin-bottom: -.2em;
}
h3 a, h3 a:hover {
 border: none;
 color: inherit;
 text-decoration: none;
}
div.date {
 color: #999;
 font-size: 90%;
 margin-top: -.7em;
}
div.imagination {
 width: 700px;
 margin: auto;
 text-align: left;
 border: 1px solid #60173E;
}
div.heavens {
 background-image: url(../img/paradigm.jpg);
 background-color: #6A0E30;
 border-bottom: 1px solid #60173E;
 height: 100px;
 width: 700px;
}
div.atmosphere {
 padding: 1px 0 3px 0;
 border-bottom: 3px solid #DDD;
 text-align: center;
 width: 700px;
}
div.atmosphere ul {
 display: inline;
 list-style: none;
 padding-left: 0px;
}
div.atmosphere ul li {
 display: inline;
 list-style: none;
 padding: 0px 35px 0px 35px;
}
div.atmosphere a {
 border: none;
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
}
div.atmosphere a:hover {
 color: #FFF;
 border: none;
}
div.earth {
 background-color: #FFF;
 width: 700px;
}
div.western {
 width: 445px;
 padding: 0 15px 0 15px;
 float: left;
}
div.western p {
 margin: 1em 0 1em 0;
 text-align: justify;
}
div.western table {
 border-left: 1px solid #731C4C;
 border-top: 1px solid #731C4C;
 width: 100%;
}
div.western tr.main {
 border-bottom: 1px solid #731C4C;
 color: #FFF;
 background-color: #84265A;
}
div.western tr.sub {
 border-bottom: 1px solid #731C4C;
 background-color: #EEE;
 font-weight: bold;
}
div.western th,
div.western td {
 border-bottom: 1px solid #731C4C;
 border-right: 1px solid #731C4C;
 width: 50%;
}
div.western img.album {
 border: 1px dotted #DDD;
 float: right;
 margin: 10px 0px 10px 10px;
 padding: 10px !important;
}
div.western img.photo {
 border: 1px dotted #DDD;
 float: left;
 margin: 10px 0px 10px 10px;
 padding: 10px !important;
}
div.eastern {
 background-color: #F9F9F9;
 border-left: 1px dotted #DDD;
 border-bottom: 1px dotted #DDD;
 width: 195px;
 padding: 0px 15px 0px 14px;
 float: right;
}
div.eastern img.main {
 border: 1px dotted #DDD;
 padding: 10px !important;
}
div.eastern ol {
 font-size: 90%;
 margin-top: 9px;
 margin-bottom: 9px;
 margin-left: 0.7em;
 padding-left: 1.5em;
 text-indent: 0.1em;
}
div.footer {
 border-bottom: 3px solid #EEE;
 color: #CCC;
 font-size: 90%;
 line-height: 1.2em;
 padding: 2px 0px 3px 15px;
}
div.footer a {
 color: #CCC;
 border-bottom: 1px dotted #999;
}
div.footer a:hover {
 color: #999;
 border-bottom: 1px dotted #666;
}
input {
 width: 100px;
 border: 1px solid #DDD;
 padding: 4px 1px 4px 1px;
 font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 width: 100%;
}
input.button {
 width: 100px;
 border: 1px solid #60173E;
 background-color: #A23344;
 color: #FFF;
}
textarea {
 width: 100%;
 height: 200px;
 border: 1px solid #DDD;
 padding: 4px 1px 4px 1px;
 font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
}