

/*
 * Page
 */

#page
{
	/* 2 x 20px shadows + 940px width = 980px background image */
	background-image: url(/media/images/common/shadow980.gif);
	background-repeat: repeat-y;
	width: 940px;
}

#page.edit-page
{
	background-image: url(/media/images/common/shadow980edit.gif);
}

#content
{
	width: 660px;
}

#content #commentsDiv .thread input.heading
{
	width: 652px;
}

#content #commentsDiv .thread .comment .byline
{
	background-image: url(/media/images/common/comment-background-top-wide.png);
}

#content #commentsDiv .thread .comment .body
{
	width: 630px;
	background-image: url(/media/images/common/comment-background-bottom-wide.png);
}

#content #commentsDiv .thread .comment .body textarea
{
	width: 616px;
}

#footer
{
	background-image: url(/media/images/common/footer-background-wide.png);
	width: 900px;
}

/*
 * Masthead
 */

#masthead
{
	background-image: url(/media/images/common/masthead-background-wide.jpg?version=2011.05.06-14:54);
	/* See AddStyleSheet in BlankPage */
}

