/* --------------Metadata----------------
Filename: basic.css
Title : Primary CSS file
Author : Laura Zimmerman, lmzimmerman@world.oberlin.edu
URL :
License: Copyright 2007, Laura Zimmerman, All Rights Reserved.
Description : This style sheet contains hacks and workarounds.
--------------------------------------- */

body {
.behavior:url("styles/csshover.htc");
}

img {
.behavior: url(iepngfix.htc);	/* Allows transparency in IE6 */
}

#container {
_margin-left: 13px;
_padding-right: 0;
}

#logo {
.margin-top: -2em;
.margin-right: -3px;

_margin: 0;
_margin-top: -2em;
_margin-right: -6px;
}

#logo_content {
}

#wrapper {
.margin-top: 2em;
.padding-right: 40px;
_padding-right: 23px;
/* _background: #8A92EB; */ /* REMOVES RIGHT SHADOW FOR IE6 */
}

.nw {
/* .margin-left: -9px; */
.margin-left: -50px; /* TEST */
_margin-left: -12px;
_margin-top: -1px;
}

.ne {
.float: right;
.margin-top: 2em;
_margin-right: -5px;
}

#menuholder {
.margin-top: 6em;
/* Moves menu up in IE, decreasing yellow-sun area */
 /*_margin-top: 3em; */
 _margin-top: -2em; /* TEST */
}

#menu {
.padding-right: 1px;
_padding-right: 0;
}

#menu li:hover, #menu li.hover {
}

#menu a {
.padding-top: 1em;
}

#menu h2 {
.padding-top: 1em;
}


#upper_corner {
.background: none;
}

#content {
.margin-left: 0;
.margin-top: -1em;
.margin-bottom: -1em;
.background: #fff url('../images/corner_ul.jpg') no-repeat 40px 20px;
}

#content p {
.width: auto;
}

#content li {
.width: auto;
}

#footer {
.padding-left: 0em;
}
