/*
Theme Name: Default
Color: 3F2f22
*/

@import url("../../default/reset-min.css"); /* ------- Reset all CSS Styles */

div.logoarea div.article_item div.content { color:#fff; }


#outer a
{
color: #B96D00;
text-decoration: underline;
}

#outer a:hover
{
text-decoration: none;
}

.contentarea
{
padding-top: 1.3em;
}

#outer
{
  font-family: "georgia", "times new roman", serif;
  color: #333333;
  z-index: 0;
  position: relative;
  width: 900px;
  padding: .5em;
  background-color: #fff;
  margin: 2.5em auto;
}

#header
{
position: relative;
width: 100%;
height: 9.0em;
margin-bottom: 2px;
  background: #2B2B2B url(../images/topbg.gif) repeat-x;
}


#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('../images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
  position: relative;
  height: 109px;
  margin-bottom: 2px;
  background: #fff url(../images/hdrpic.jpg) no-repeat top left;
  min-height:100%;
}

#menu
{
position: relative;
background: #7F8400;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('../images/menuactive.gif') repeat-x top left;
}

#content { padding:1em 0.5em; }

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer
{
position: relative;
clear: both;
font-size: 0.8em;
padding:1.5em;
text-align:right;
}

