/*
Theme name: Dalhousie Women's Centre
Editors: Catherine Holloway (milankie@gmail.com), Joseph Howse (josephhowse@nummist.com)
*/

body {
  background-color: #f2d446;
  font-size: 12px;
  font-family: Century Gothic, Arial, sans-serif;
  text-align: center;
}
h1 {
  color: #950000;
}
h2 {
  color: #767547;
}
a:link {
  color: #950000;
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}
img {
  border-style: none;
}
#main_box {
  border-style: solid;
  border-color: white;
  background-color: white;
  width: 760px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#top_menu {
  background-color: #ebac49;
  border-bottom-style: solid;
  border-color: white;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  width: 760px;
  text-align: center;
  display: block;
}
#top_menu ul {

  border-bottom-style: solid;
  border-color: white;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  width: 760px;
  text-align: center;
  display: block;


  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#top_menu li {
  font-size: 14px;
  font-weight: normal;
  display: inline;
}
#top_menu a {
  color: white;
}
#bottom_menu {
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: black;
  padding-top:10px;
  padding-bottom:5px;
}
#bottom_bar {
  background-color: #f1c71b;
  border-top-style: solid;
  border-color: white;
  font-family: Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0 auto;
  height:30px;
  width:760px;
  text-align:center;
  display:block;
  padding-bottom:5px;
}
#bottom_bar a {
  color: black;
}
.page_item {
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 2.1em;
  text-align: left;
  padding: 0 5px;
  color: none;
}
.page_item a {
  color: white;
  underline: none;
}
#main_content {
  min-height: 400px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
#main_content p {
  line-height: 20px;
}
#main_content li {
  line-height: 20px;
}
.posted {
  font-size: 12px;
  font-weight: bold;
  color: #767547;
  line-height: 12px;
}
#sidebar {
  width: 190px;
  float: left;
  font-family: Arial, sans-serif;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.sidebar_item {
  background-color: #e8dcb9;
  border-bottom: solid;
  border-color: white;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar_item h1 {
  font-size: 14px;
}
.sidebar_item ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}
.sidebar_item li {
  text-indent: -40px;
}
img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
div.alignright {
  background-color: #f1c71b;
  padding: 10px;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
div.alignleft {
  background-color: #f1c71b;
  padding: 10px;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.wp-caption {
  padding: 5px;
  padding-top: 10px;
  text-align: center;
}
.wp-caption-text {
  font-size: 12px;
  font-family: Arial, sans-serif;
}