@import url(luna_core.css);
@import url(http://static.englishclub.com/styles/screen.css);

/* Show left sidebar */
#ocwrapper {
  border-left-width: 200px;
}

#leftsidebar {
  display: block;
  background: #ffffff;
}

#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}

/* Hide right sidebar */
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}

/* remove shadows */

.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}

body {
  margin: 7px;
}

#wrapper {width: 985px;}

#header {background: transparent url(images/swirls.gif) top right no-repeat; text-align: left;}

.searchbar {text-align: left;}

.crumb {font-size: 12px;font-weight:bold;}

#content {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
  text-align: left;
}

#category dl {
  width: 99%;
}

/* link/bookmark status icons */
.formal-item, .informal-item, .offensive-item, .vulgar-item, .taboo-item {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}

.catshort {color:#ff0000;}

#ocwrapper {
  border-left: 200px solid #ffffff;
  background: #ffffff;
}

.searchbar {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-bottom: 0px solid #57594b;
  background: #edf2cb;
}

#content ul {
  list-style-type: disc;
}

