body {
font-family: Bookman Old Style, Arial, Helvetica, Verdana, sans-serif;
background-color: black;
background-attachment: scroll;
font-size: 14px;
color: black;
}


p {
font-size: 14px;
color: black;
padding: 10px 50px 0 50px;
margin: 0px;
text-align: left;
}



ol, ul {
padding-left: 75px;
padding-right: 75px;
font-size: 14px;
color: black;
}

/* --- SITE LINKS --------- */

a {
font-family: Century Gothic, Arial, Tahoma;
color: #707070;
text-decoration: none;
font-size: 14px;
}

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

a.current {
color: black;
}



/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: black;
margin-left: 20px;
margin-right: 20px;
}

h1 {
background: transparent;
font-family: Century Gothic, arial, helvetica, verdana;
font-size: 26px;
color: black;
font-weight: bold;
border-bottom: 1px solid black;
margin: 0px 20px 10px 20px;
padding: 20px 0 0 0;
}

h2 {
font-size: 18px;
font-weight: bold;
padding-top: 0px;
padding-left:20px;
color: black;
margin: 0px;
}

h3 {
padding-left: 12px;
font-style: italic;
font-weight: normal;
font-size: 110%;
}

.date {
font-size: 16px;
font-weight: bold;
margin: 20px 20px 0px 20px;
border-bottom: 1px solid black;
}

/* --- WRAPPER --------- */

.wrapper {
width: 700px;
padding: 0px;
margin: 0px auto;
}

#content {
width: 700px;
margin: 0px;
padding-top: 0px;
border: 0px;
}

/* --- NAVBAR --------- */

.navbar {
border-bottom: 0px solid white;
text-align: center;
height: 20px;
margin-top: 0px;
padding-bottom: 10px;
}

.navbar ul {
list-style-image: none;
margin: 0px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}

/* --- NAVIGATION --------- */

.nav-main ul {
display: inline;
margin: 0px 0 0 0;
padding: 0px 0px 0px 0px
}

.nav-main ul li {
font-family: "Century Gothic", Courier, Arial, Helvetica, Verdana, sans-serif;
display: inline;
margin-left: 0px;
padding: 0px;
border-left: 1px solid black;
text-align: center;
font-size: 16px;

}

.nav-main ul li a {
display: inline;
background: transparent no-repeat 0 0;
height: 30px;
line-height: 30px;
padding: 0px 15px 0px 15px;
color: white;
text-decoration: none;
}

.nav-main ul li a:hover {
color:#999999
}


.nav-main ul li a.current {
background: transparent no-repeat 0 0;
color: #996666;
}

.nav-main ul li a.current:hover {
background: transparent no-repeat 0 0;
color: black;
}



/* ---Header ---*/

#header {
height: 234px;
width: 700px;
background: url("http://volatilecreations.com/images/header.jpg");
margin: 0px;
padding: 0px;
border: 0px;
}

/* --- Main --- */

#main-content_top {
width: 700px;
height: 68px;
background: url("http://violetink.org/images/body_top.jpg") no-repeat;
margin: 0px;
padding: 0px;
}

#main-content_middle {
width: 700px;
background: url("http://violetink.org/images/body_middle.jpg");
background-repeat: repeat-y;
margin: 0px;
padding-bottom: 5px;
}

#main-content_bottom {
width: 700px;
height: 71px;
background: url("http://violetink.org/images/body_footer.jpg") no-repeat;
margin: 0px;
padding: 0px;
}

.image {
float: left;
margin: 0px 20px 10px 20px;
border: 1px solid black;
}



/* --- Sidebar ---*/

.sidebar {
width: 195px;
float: right;
margin: 0px;
padding: 0px;
}

/* --- Images  ---- */


.image {
text-align: center;
vertical-align: middle;
margin-top: 25px;
}

.widget {
text-align: center;
vertical-align: middle;
margin-left: 20px;
}


.float-right {
margin: 20px 20px 10px 10px;
float: right;
}

.float-left {
margin: 20px 10px 10px 20px;
float: left;
}



/* --- Footer ---*/
#footer {
height: 20px;
width: 749px;
background: url("http://violetink.org/images/footer.jpg");
}

#footer-info{
text-align: center;
color: white;
}

#footer-info a {
font-size: 11px;
}













