@charset "UTF-8";
@import url(reset.css);

/* Universal HTML */

body {
	background:#666;
	color:#fff;
}

a, a:link, a:visited {
	color:#f39c00;
}

a:hover, a:active {
	color:#fff;
}

/* Universal classes */

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.clearboth {
	clear:both;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

/* Universal forms */

form {
	float:left;
	font-size:150%;
}

form fieldset {
	float:left;
	clear:left;
	width:100%;
	margin:1em 0 0 0;
	padding:0;
	border:1px solid #bfbab0;
	background-color:#333;
}

form fieldset legend {
	margin-left:1em;
	color:#fff;
	font-weight:bold;
	padding:0;
}

form fieldset ol {
	padding:1em 1em 0 1em;
	list-style:none;
}

form fieldset ol li {
	float:left;
	clear:left;
	width:100%;
	padding-bottom:1em;
}

form fieldset ol li label {
	float:left;
	width:8em;
	margin-right:1em;
	text-align:left;
}

form fieldset fieldset {
	margin-bottom:-1em;
	border-style:none;
	background-color:transparent;
	background-image:none;
}

form fieldset fieldset legend {
	margin-left:0;
	padding-left:1em;
	padding-bottom:0.5em;
	font-weight:normal;
}

form fieldset fieldset ol {
}

form fieldset fieldset ol li {
	position:relative;
	top:-1em;
	margin:0 0 0 9em;
	padding:0;
	width:auto;
}

form fieldset fieldset ol li label {
	float:none;
	width:auto;
	margin-right:auto;
}

form fieldset.submit {
	float:none;
	width:auto;
	border-style:none;
	padding-left:10em;
	background-color:transparent;
}

form fieldset.submit input {
	font-size:65%;
}

/* wrapper div */

#wrapper {
	width:80em;
	margin:0 auto;
	position:relative;
	background:#000;
}

#contentwrapper {
	background:url(../../images/operapics/for-you-woman-cutout.jpg) no-repeat top right;
}

/* nav div */

#nav {
	background:#f39c00;
	margin:0;
	padding:0;
	float:left;
	width:80em;
}

#nav ul {
}

#nav ul li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
}

#nav ul li a {
	font-size:135%;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 0.5em;
	line-height:2.5;
	border-right:1px #fff solid;
}

#nav ul li a:hover {
	color:#734a00;
}

#nav ul li.last a {
	border-right:none;
}

/* index header div */

body.index #header {
	clear:left;
	padding-left:1em;
}

body.index #header h1 {
	clear:left;
	background:url(../../images/operapics/for-you-lettering_w640.png) no-repeat 0 10px;
	text-indent:-999em;
	height:32em;
}

body.index #header h2 {
	float:left;
	background: url(../../images/furniture/mtw_logo_white.png) no-repeat 0 10px;
	text-indent:-999em;
	margin:3em 0 0 1em;
	width:210px;
	height:120px;
}

body.index #header h2 img {
}

body.index #header h3 {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:1.5em 10em 0 9em;
	font-size:240%;
	line-height:100%;
}

body.index #header h3 span.smallcaps {
	letter-spacing:0.25em;
	font-size:50%;
}

body.index #header h3 span.lowercase {
	text-transform:lowercase;
}

/* index maincontent div */

body.index #maincontent {
	clear:left;
	margin-top:-20px;
	padding-left:1em;
}

body.index #maincontent #photos {
	float:left;
}

body.index #maincontent #photos p {
	display:inline;
	margin:0 10px 0 0;
}

body.index #maincontent #photos p img {
}

body.index #maincontent #text {
	padding:2em 2em 0 30em;
}

body.index #maincontent #text p {
	font-size:200%;
}

/* main maincontent div */

body.main #maincontent {
	clear:left;
	padding-right:300px;
	padding-top:1em;
	padding-left:1em;
	position:relative;
	min-height:600px;
}

body.main div#maincontent div#logos {
	position:absolute;
	right:1em;
	bottom:0;
}

body.main div#maincontent div#logos h1 {
	background:url(../../images/furniture/mtw_logo_only_white_w210px.png) no-repeat center top;
	text-indent:-999em;
	width:210px;
	height:62px;
}

body.main div#maincontent div#logos h2 {
	background:url(../../images/operapics/for-you-lettering_w210.png) no-repeat center top;
	text-indent:-999em;
	width:210px;
	height:98px;
}

body.main #maincontent h1 {
	font-size:400%;
	text-transform:uppercase;
	padding-bottom:0.25em;
}

body.main #maincontent h2 {
	font-size:200%;
}

body.main #maincontent p {
	font-size:150%;
	margin-bottom:1em;
}

body.main #maincontent p.mailinglist {
	text-transform:uppercase;
}

body.main #maincontent p.mailinglist a {
	text-decoration:none;
	padding:0.25em 1em;
	border-bottom:3px solid #f39c00;
	border-top:3px solid #f39c00;
	width:auto;
}

body.main #maincontent p.mailinglist a:hover {
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
}

body.main #maincontent ul {
	font-size:150%;
	margin-bottom:1em;
	list-style:outside disc;
	margin-left:1em;
}

body.main #maincontent ul li {
}

body.main #maincontent table {
	width:48.5em;
	border-collapse:collapse;
	padding-top:1em;
	margin-bottom:2em;
}

body.main #maincontent table caption {
	font-size:150%;
	text-align:left;
	font-weight: bold;
	margin-bottom:0.5em;
}

body.main #maincontent table th, body.main #maincontent table td {
	text-align:left;
	padding:0.25em 1em;
	vertical-align:top;
	font-size:80%;
}

body.main #maincontent table th p, body.main #maincontent table td p {
	margin-bottom:0;
}

body.main #maincontent table tr {
}

body.main #maincontent table th {
	border-bottom:1px solid #fff;
	background:#734a00;
}

body.main #maincontent table th p {
}

body.main #maincontent table td {
	background:#452d00;
	border-bottom:1px solid #fff;
}

body.main #maincontent table td p {
}

body.main #maincontent .article {
	border-top:1px solid #f39c00;
}

body.main #maincontent .article h1 {
	font-size:200%;
}

body.main #maincontent .article h2 {
}

body.main #maincontent .article p {
}

body.main #maincontent .article p.date {
	margin-bottom:0;
}

/* footer div */

#footer {
	padding:0 0 0 1em;
	clear:both;
	background:#000;
	float:none;
	height:4.5em;
}

#footer p {
	width:8em;
	float:left;
	text-align:center;
	line-height:100%;
	margin-right:1em;
	margin-top:0.8em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
}

#footer ul {
	font-size:280%;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

#footer ul li {
	list-style:none;
	float:left;
	display:inline;
	padding-left:0.6em;
	padding-right:0.4em;
	background:url(../../images/furniture/whitedot.png) no-repeat 0 0.6em;
}

#footer ul li.first {
	padding-left:0;
	background:none;
}

#footer ul li.last {
}


@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
body.main #maincontent .CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
body.main #maincontent .CollapsiblePanelTab {
	background-color:#734a00;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

body.main #maincontent .CollapsiblePanelTab p {
	margin:0;
	padding:0;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
body.main #maincontent .CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
body.main #maincontent .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
body.main #maincontent .CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #f39c00;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
body.main #maincontent .CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #fff;
	color: #734a00;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
body.main #maincontent .CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ff0;
}
