/*
Theme Name: TwentyTen Options
Theme URI: http://twentyten.info
Description: 3 column with left and right sidebar
Author: Scott Dixon
Author URI: http://twentyten.info
Template:       twentyten
Version:        1.0
*/
/* Sidebar left and right */
body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:left;
    margin:0 0 0 10px;
}
#content {
margin-left: 210px;
float: left;
overflow:hidden;
width: 520px
}
img.size-auto, img.size-full, 
img.size-large, img.size-medium, 
.attachment img, img.alignleft, 
img.alignright, img.aligncenter {
max-width: 520px ;
}
#primary {
width:200px;
float:left;
margin: 0 0 0 -940px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    width:200px;
    float:left;
margin: 0 0 0 -200px;
padding-left: 10px;
}
#footer {
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
#access{overflow: visible;}
#main{clear: both;}
#content img {
	height: auto;
	max-width: 90%;
	width: auto;
}