/*
Theme Name: Column3
Theme URI: <a href="http://pgmagallanes/Column3" rel="nofollow">http://pgmagallanes/Column3</a>
Description: A child theme of 2010 default WordPress theme.
Author: Philip Gabriel Magallanes
Author url: <a href="https://pgmagallanes.com/" rel="nofollow">https://pgmagallanes.com/</a>
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options, 3-column
Template: twentyten
*/
@import url('../twentyten/style.css');

#main {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:980px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin-left: 230px;
	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:220px;
	float:left;
	margin: 0 0 0 -980px;
}
#secondary {
    width:180px;
    float:left;
	margin: 0 0 0 -220px;
	padding-left: 10px;
}
#footer {
    clear:both;
}
#content img {
    height: auto;
    max-width: 90%;
    width: auto;
}