/*
Theme Name: oias
Theme URI: http://lairdesign.com/
Description: oias website
Version: 1.0 Beta
Author: Michael McCrea
*/


/* Global Styles & Basic typography
   -------------------------------------------- */

*, body {
  padding:0;
  margin:0;
}

body {
  font: 0.9em/1.4em Arial, Sans-Serif;
  color: #333;
  min-width: 780px;
  background-color: #eee;
}

h2, h3, h4, h5 {
  margin: 0 0 20px 0;
  color: #7E91A1;
  font-family: Arial,Sans-Serif;
  line-height: 1.5em;
}

p {
  margin: 20px 0;
}

p, td, th, li {
  line-height: 1.65em;
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #7E91A1;
}

a:hover {
  color: #3A627F;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

img {
  border: 0;
}

ul, ul ul {
  list-style-type: square;
  margin: 5px 0 20px 15px;
}

* html img {
  margin-bottom: -3px;
}


/* Layout & Positioning
   -------------------------------------------- */

#container {
  width: 780px;
  border: 1px solid #eee;
  margin: 0 auto;
  padding: 0;
  background: url("img/bg_strip.gif") #fff top left repeat-y;
}

* html #container {
  width: 780px;
}

#news_contact {
  position: absolute;
  font-size: 1.25em;
  color: #7E91A1;
  left: 50%;
  top: 180px;
  margin-left: 165px;
}



/* Content
   -------------------------------------------- */

#content {
  width: 500px;
  margin-left: 250px;
}

.postmetadata {
  font-size: 0.85em;
  background-color: #f4f4f4;
  padding : 8px;
  margin-bottom: 35px;
}

.news_meta {
  margin-top: -20px;
  font-size: 0.85em;
}

#content h3 {
  padding-left: 24px;
  background: url(img/edit_01.png) no-repeat left center;
}

#content h4 {
  font-size: 1.2em;
}

small {
  margin-top: -25px;
}

li.pdf {
  list-style-type: none;
  margin-left: -16px;
  padding-left: 25px;
  padding-bottom: 4px;
  padding-top: 4px;  
  background-image:url("img/pdficon_small.gif");
  background-repeat:no-repeat;
  background-position: center left;
}

/* Menu
   -------------------------------------------- */

#menu {
  width: 200px;
  float: left;
  padding-left: 28px;
  padding-right: 10px;
  padding-bottom: 28px;
}

#menu ul, ul ul {
  list-style-type: square;
  margin: 5px 0 0 15px;
}

#menu h4 {
  font-size: 1.4em;
  margin-bottom: 4px;
}

.feed {
  padding-left: 18px;
  background: url("img/feed-icon-12x12.gif") no-repeat;
  background-position: 0px 1px;
}

/* Bottom Panel
   -------------------------------------------- */

#bottom_panel {
  color: #fff;
  width: 760px;
  padding: 10px;
  height: 200px;
  background: url("img/bg_stip_top_2px.gif") #7E91A1 top left repeat-x;
}

#admin {
  width: 200px;
  height: 200px;
  float: left;
  padding-left: 40px;
  padding-right: 10px;
}

#news-sec	{
  width: 500px;
  height: 200px;
  float: left;
  text-align: left;
}

#news-sec  ul,
#news-sec  ul li {
  display: block;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }
 
#news-sec	span{
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#bottom_panel a:link, #bottom_panel a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#bottom_panel a:hover {
  color: #3A627F;
}

#bottom_panel h3 {
  color: #fff;
}

/* Footer
   -------------------------------------------- */

#footer {
  width: 740px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 35px;
  padding-bottom: 5px;
  font-size: 0.75em;
  clear: both;
  background: url("img/footer_top.gif") #fff top left no-repeat;
}

* html #footer {
  width: 728px;
}