
/*CUSTOM CSS - Background and Image Borders *******/
body {
background: #ffffff;
background-color: #ffffff;
}

#outerwrapper {	
margin:0 auto;
width: 1020px;
background: #ffffff;
background-color: #ffffff;
}


img {border: solid 0px #cccccc;}

/*CUSTOM CSS - Removes Header Divisions *******/
#topbanner { display: none;}
#tagline   { display: none; }
#slideshowbanner { display: none;}
#customNavContainer { display: none;}


/*CUSTOM CSS - Removes the Bookmark Logic *******/

div.sexy-bookmarks {display: none;}
div.sexy-bookmarks-expand {display: none;}

/*CUSTOM CSS - Removes the bottom content box *******/

.content-box {display: none;}
.nocomments {display: none;}
.arrows {display: none;}

/*CUSTOM CSS - Footer Divisions *********/

#footer {display:none;}
#sitefooter {display:none;}
#webfooter {display:none; }
#oldblogfooter {display:none;}



/*CUSTOM CSS - Image Settings *********/
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block !important; margin-left: auto !important; margin-right: auto !important; margin-top: auto !important; margin-bottom: auto !important;}


a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block !important; margin-left: auto !important; margin-right: auto !important; margin-top: auto !important; margin-bottom: auto !important;}

