/* LINKS */
a {color: #B340FF; text-decoration: underline; font-weight: bold;}
a:hover {color: #CC66FF; text-decoration: underline; font-weight: bold;}
a img {border: none; }

a.nav:link {color: yellow; text-decoration: underline; }
a.nav:visited {color: yellow; text-decoration: underline; }
a.nav:hover {color: yellow; text-decoration: underline; }
a.nav:active {color: red; }

a.name {
text-decoration: none;        /* Blog Title Link */
color: #ffffff;
width: 550px;
font-variant: small-caps;
font-size: 15px;
font-weight: bold;
letter-spacing: 2px;
text-align: left;
}


a.name:hover {text-decoration: underline;}

a.tony {text-decoration: underline; color: black; }

a.tony:hover {color: blue; }

a.navlink {
color: white;            /* 'Sidebar' link in header */
text-decoration: none;
border-bottom: 1px solid white;
border-top: 1px solid white;
width: 100%;
}


a.navlink:hover {
color: blue;
text-decoration: none;
border-top: 2px #9933CC;
border-bottom: 2px #9933CC;
}


blockquote {
border-left: 1px dashed #9933CC;
margin-left: 1.5em;
padding-left: 5px;
}


body {
background: #000000;
color: #ffffff;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 13px;
}


h3 {              /* post titles */
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
color: #C285E0;
display: inline;
border-top: 2px dotted #ffffff;
padding-bottom: 3px;
}

h1 {             /* date */
font-size: 13px;
font-weight: bold; 
display: inline;
padding-left: 5px;
}

#post {
border-bottom: 1px dotted #ffffff;
padding-bottom: 3px;
}

#entry {
border-bottom: 1px dotted #ffffff;
padding-bottom: 3px;
}

ul {list-style: none; }

li.menu {list-style: none;}

ul.menu {list-style: none;}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#main {
background-color: #000000;
padding-left: 25px;
padding-right: 25px;
text-align: justify;
border-bottom: 1px dotted #ffffff;
padding-bottom: 3px;
}

#desc {
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
padding-left: 5px;
padding-bottom: 10px;
width: 520px;
margin-left: auto;
margin-right: auto;
text-align: center;
}


#menu {                      /* MENU */
padding-top: 2px;
padding-right: 2px;
text-align: left;
}

h2 {              /* menu titles */
font-size: 16px;
font-variant: small-caps;
border-top: 1px solid #ffffff;
width: 550px;
}


#cats {
font-size: 10px;
padding-left: 5px;
}


#banner {
background-image: url(http://paintedfurniture.com/wordpress/powimages/banner.jpg);  //Change this to change
text-align: left;         //The banner image
background-repeat: no-repeat;
background-position: center;
height: 70px;         //Change to the new banner's height if neccessery
width: 1500px;          //Change to the new banner's width if neccessery.
}


#divider {
border-bottom: 1px dotted #ffffff;
width: 100%;
}


#foot {           /* F00TER */
font-size: 10px;
text-align: center;
border-bottom: .5px;
padding-bottom: 3px;
}
