/* $Id$ */

/**
 * @file
 * Makes the theme 1000px wide as opposed to 800px.
 *
 * This stylesheet can be activated in the theme settings page when
 * the Advanced Theme Settings module is enabled.
 *
 */

#wrapper, .view-frontpage {
  width:960px;
}

#main {
  width:100%;
}
body.two-sidebars #main, body.two-sidebars #specialfooter {
	width: 585px;
}

body.sidebar-left #main, body.sidebar-left #specialfooter {
  width: 784px;
}
body.sidebar-right #main,  body.sidebar-right #specialfooter {
  width: 748px;
}

body.sidebar-none #main,  body.sidebar-none #specialfooter {
  margin-left: 148px;
  width: 784px;
}

body.two-sidebars #specialfooter {
  margin: 0 26px 0 174px;
}

body.sidebar-left #specialfooter {
  margin: 0 26px 0 174px;
}

body.sidebar-right #specialfooter {
  margin: 0 174px 0 0px;
}

body.sidebar-none #specialfooter {
  margin: 0;
}
#footer {
  width: 980px;
}

#header {
  width: 960px;
}

body.section-section #main,  body.section-section #specialfooter {
	width: 960px !important;
	margin-left: 0 !important;
}
