/*
 * HIDDEN THINGS
 */
#header #header_nav,
#sidebar,
#footer-inner,
#quickcontact,
.addtoany_share_save_container {
    display:none !important;
}
/*
 * CHANGES TO EXISTING STYLES...
 */
html,
body {
    width:auto;
    max-width:700px;
    height:auto;
    background-color:transparent;
    color:#000000;
    font-size:12pt;
    margin:0 !important;
    padding:0 !important;
}
a {
    color:#0000FF;
    text-decoration:underline;
}
a:after {
    content:" [" attr(href) "]";
}
img,
a img {
    border:none;
}
:focus {
    border:none;
}
/*
 * PRE-FOOTER WRAPPER ("BODY")
 */
body,
#main {
    background-color:transparent;
    margin:0 !important;
    padding:0 !important;
}
/*
 * HEADER
 */
#header {
    position:relative;
    height:197px;/* logo height is 193px + border */
    width:100%;
    clear:both;
    margin:0 !important;
    padding:0 !important;
}
#header #logo {
    position:relative;
    left:0;
    margin:0 !important;
    padding:0 !important;
    border:2px solid black;
}
#header a:after {
    content:"";
}
/*
 * CONTENT (RIGHT COLUMN)
 */
#content {
    display:block;
    position:relative;
    width:100%;
    height:auto;
    float:none;
    clear:both;
    width:100%;
    margin:0 !important;
    padding:0 !important;
    border:5px solid #FFFFFF;/* fixes width (text cut off) problem in FF; also creates margin */
}
#content-inner {
    display:block;
    position:relative;
    width:100%;
    height:auto;
    background-color:transparent;
    margin:0 !important;
    padding:0 !important;
    border:5px solid #FFFFFF;/* fixes width (text cut off) problem in FF; also creates margin */
}
#respond {/* comments form */
    display:none;
}
/*
 * FOOTER
 */
#footer {
    position:relative;
    width:100%;
    height:auto;
    background-color:#000000;
    color:#FFFFFF;
    background-image:none;
    margin:0 !important;
    padding:0 !important;
}
#footer-inner {
    right:0;
    left:0;
    font-size:8pt;
    line-height:1.5em;
}
#footer #copyright {
    float:none;
    text-align:left;
}
#footer a {
    color:#CCCCFF;
}
#footer a:after {
    content:"";
}
#footer:after {
    content:"Copyright 2009 VisionsEncoded.com, All Rights Reserved.";
}
