/*
Theme Name: Acrostica Twenty Ten Child
Theme URI: http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-ten-theme.html
Description: A Twenty Ten Child Theme
Author: Michael H. Dickman
Author URI: http://acrostica.com
Template: twentyten
Version: V0.1.0
*/

@import url('../twentyten/style.css');

#site-title, #site-title a {
    display: none;
}
#site-description {
    display: none;
}

#site-generator {
    display: none;
}
#site-generator a {
	display: none;
}


#header {
padding: 0 0 0;
}

/* This is the custom header image */
#branding img {
	border-top: none;
	border-bottom: none;
	display: block;
	float: left;
        height: 60px;
	width: 412px;
}

/* Start change the sidebar width 220px to 180px */
#container {
	margin: 0 -240px 0 0;
}
#content {
	margin: 0 240px 0 20px;
}
#primary,
#secondary {
	width: 220px;
}
/* End change the sidebar width */

/* Start Content and Container increased (I hope) from 940px to 1140px base = 200px */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1140px;
}
.one-column #content,
#content img{
	width: 480px;
}
#content .attachment img,
.single-attachment #content {
	width: 760px;
}
#site-info {
	width: 560px;
}
#site-title {
	width: 600px;
}
#site-description {
	width: 180px;
}
#access {
	width: 1140px;
}
#access .menu-header,
div.menu {
	width: 788px;
}
/* Adapted from "Start Content and Container reduced from 940px to 800px base = -140px" */
