/*  
Theme Name: Blue Oxen Associates
Theme URI: http://www.blueoxen.com/
Description: Blue Oxen's evolving corporate theme.
Version: 1.0
Author: Eugene Eric Kim
Author URI: http://www.eekim.com/

*/

/* The Basics */

body {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12pt;
  margin: 0;
  height: 100%;
}

p {
  line-height: 150%;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 11pt;
}

th,h2,h3,h4 {
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
  color: #0C1844; /* navy blue */
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

li {
  list-style-type: square;
  font-size: 11pt;
  padding-bottom: 0.5em;
}

td {
  font-size: 11pt;
}

dd {
  padding-bottom: 0.5em;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

a.nid {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  color: #C8A8FF;  /* light purple */
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("/wp-content/themes/blueoxen/images/feed-icon-14x14.png") no-repeat 0 50%;
}

img {
  border: none;
}

.alignleft {
  float: left;
  vertical-align: top;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  vertical-align: top;
  margin-left: 1em;
  margin-bottom: 1em;
}

/* Header */

#header {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #0C1844; /* navy blue */
  color: #FFFFFF;
}

#header li {
  display: inline;
  padding-right: 1em;
  font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
}

#header li.last {
  border-right: none;
}

#header li a.nav:link, a.nav:visited {
  color: #FFCC00; /* gold */
  text-decoration: none;
}

#header li a.nav:hover, a.nav:active {
  color: orange;
  background-color: #0C1844; /* navy blue */
}

#title {
  background-color: #404040; /* dark gray */
  color: #FFFFFF;
  width: 100%;
}

#title h1 {
  margin: 0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: bold;
  font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 18pt;
}

/* Main */

#main {
  float:left;
  width: 70%;
  padding-left: 1.5em;
  padding-top: 1em;
}

#mainsmall {
  float:left;
  width: 60%;
  padding-left: 1.5em;
  padding-top: 1em;
}

#mainfull {
  width: 95%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
}

.signature {
  padding-top: 2em;
  padding-left: 60%;
}

div.box {
  border-style: solid;
  border-width: 1px;
  border-color: #0C1844; /* navy blue */
  padding: 1em;
}

/* Sidebar */

#sidebar {
  background-color: #cccccc; /* light gray */
  float: right;
  width: 23%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
  line-height: 100%;
  min-height: 100%;
  height: 100%;
}

#sidebar h2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 12pt;
}

#sidebar h3 {
  font-size: 11pt;
}

#sidebar ul, #sidebarbig ul {
  margin: 0;
  padding: 0;
}

#sidebar li, #sidebarbig li {
  list-style: none;
}

#sidebarbig {
  background-color: #cccccc; /* light gray */
  float: right;
  width: 33%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
  line-height: 100%;
  min-height: 100%;
  height: 100%;
}

#sidebarbig h2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 12pt;
}

#sidebarbig h3 {
  font-size: 10pt;
}

#sidebarbig p {
  font-size: 9pt;
}

p.quote {
  font-style: italic;
}

p.source {
  font-size: 8pt;
  margin-left: 2em;
}

/* Sidebar: News Items */

#sidebar li.option, #sidebarbig li.option {
  margin-top: 1em;
}

#sidebar a.option, #sidebarbig a.option {
  color: #0C1844; /* navy blue */
  font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

#sidebar li.suboption {
  margin-left: 1em;
  margin-top: 0.5em;
}

#sidebar a.suboption {
  color: #0C1844; /* navy blue */
  font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
}

#sidebar ul.submenu {
  padding-top: 0.5em;
}

#sidebar li.news {
  font-size: 10pt;
}

#sidebar a.news {
  color: black;
}

#sidebar span.date, #sidebarbig span.date {
  color: gray;
}

#sidebar a.register, #sidebarbig a.register {
  color: green;
  font-weight: bold;
  font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
}

/* Footer */

#footer {
  clear: both;
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
}

#footer p {
  font-size: 10pt;
}
