@import url("left-rail.css");

#primary p, #secondary p, #tertiary p {
  margin: 0px;
}

#mainpage-containerA {
    float: right;
    width: 460px;
    margin-right: 4px;
}


#leadimg {
    float: left;
    border-style: dotted;
    padding: 2px;
}

.constrained {
  width: 220px;
  height: 260px;
}


#primary, #secondary, #tertiary  {
  height: 90px;
  width: 224px;
  float: right;
  position: relative;
  left: 2px;
}

#primary a, #secondary a, #tertiary a, #left-rail ul {
    text-decoration: none;
}

#primary a {
  color: #ffffff;
}

#primary a:hover, #secondary a:hover, #tertiary a:hover {
    border-bottom: 1px solid;
}

#mainpage-containerA h1, #mainpage-containerA h2 {
  padding: 10px 18px 0 18px;
}

#mainpage-containerA p {
  padding: 0 18px 10px 18px;
}

#mainpage-containerA li {
  margin-left: 30px;
}

#optional {
  width: 456px;
}


#mainpage-containerB {
    float: left;
    margin-right: 4px;
}

#featurepoll {
  float: none;
}


#more {
  width: 150px;
  text-align: center;
  float: right;
  margin: 4px;
  padding-bottom: 10px;
}

#more img.thumb {
    border-style: dotted;
    margin-top: 12px;
    width: 90px;
    height: 106px;
}

#more p {
    font-weight: bold;
    width: 90px;
    margin: 0 auto 5px auto;
}

#more a {
  text-decoration: none;
}

.moretext a:hover {
  border-bottom: 1px solid;
}

#left-rail ul {
  color: #ffffff;
}

/* archive
---------------------------------*/
#archive-container {
  float: left;
  width: 460px;
  padding: 10px 0;
  margin-top: 6px;
  margin-left: 4px;
}

.archive-item {
float: left;
width: 110px;
height: 180px;
margin-left: 4px;
text-align: center;
}

.archive-item p a {
  font-weight: bold;
  text-decoration: none;
}

.archive-item p a:hover {
   text-decoration: underline;
}











