﻿/*Main edits*/
  

        /*Removals*/
            .top-row,
            .nav-holder,
            .link-box,
            .social-row .link-right img,
            #bio-swap,
            .footer-txt img
            {display:none;}
                                    
        /*flush left list style*/
            .container-txt ul,
            .content-txt ul
            {padding:0;} 
            .container-txt ul li,
            .content-txt ul
            {list-style:none;}
        
        /*Mozilla "float-flub" fix for long floated elements*/
            #content{float:right;margin:auto;}
            .content-holder{float:left;}
        
        /* Layout Behavior */
        #header{
			position: static;
        }
        	#header img{
				width: 2in;
				height: .395in;
        	}
        
        #content, #sidebar, .content-holder, .aside, .aside-02{
			float: none;
        }
        
        body, #header, #footer, .header-holder, .header-frame, .footer-holder, #wrapper, #main, #content, #sidebar, .content-holder{
			width: 100%;
			margin: 0;
			padding: 0;
			border: none;
			min-width: 0;
        }
        .header-frame{
			height: auto;
        }
        .logo-img{
			position: static;
        }
        #main,
        #twocolumns{
			overflow: visible;
        }
        	#content{
				float: right;
				width: 85%;
        	}
        	#sidebar{
				float: left;
				width: 14%;
				margin-top: .27in;
        	}
        	.aside,
        	.aside-02{
				float: right;
				width: 29%;
        	}
        		.side-box,
        		.side-box .holder,
        		.side-box .holder .side-txt,
        		.side-box .holder .frame,
        		.side-box .holder .article-section{
					width: auto;
					margin-left: 0;
					margin-right: 0;
					padding-left: 0;
					padding-right: 0;
        		}
        		.side-box{
					padding-left: 2em;
        		}
        			.side-box .holder img{
						float: none;
						margin: 0;
						padding: 0;
        			}
        	.content-holder{
				float: left;
				width: 70%;
        	}
        .content-area{
			width: auto;
        }
        
        #footer{
			display: none;
        }
        
   
