/*   
Theme Name: OEC Strategic Solutions
Theme URI: http://binarym.com/
Description: Custom themes for Organization Effectiveness Consultants.
Author: Matt McInvale
Author URI: http://binarym.com/
Version: 1.0
General comments/License Statement if any.
*/
* {
  margin:0;
  padding:0;
}
body {
  background:#fff;
  font-family:arial,verdana,sans-serif;
  font-size:90%;
}
a {
  color:#00c;
}
a:hover {
  color:#c00;
  text-decoration:none;
}
#wrapper {
  width:960px;
}
#left {
  background:transparent url("/wp-content/themes/oec/images/left.gif") top left no-repeat;
  float:left;
  width:216px;
  height:470px;  
}
#left h1 a {
  display:block;
  text-indent:-1000em;
  background:transparent url("/wp-content/themes/oec/images/logo.gif") top left no-repeat;
  height:230px;
  margin:10px 0 10px 10px;
}

#left ul {
  list-style:none;
  
}
#left ul li a {
  display:block;
  padding:4px;
  width:146px;
  text-indent:-1000em;
}
#left ul li.page-item-4 a {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") 0 -8px no-repeat;
}
#left ul li.page-item-4 a:hover {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") -145px -8px no-repeat;
}
#left ul li.page-item-5 a {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") 0 -32px no-repeat;
}
#left ul li.page-item-5 a:hover {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") -145px -32px no-repeat;
}
#left ul li.page-item-11 a {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") 0 -56px no-repeat;
}
#left ul li.page-item-11 a:hover {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") -145px -56px no-repeat;
}
#left ul li.page-item-59 a {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") 0 -81px no-repeat;
}
#left ul li.page-item-59 a:hover {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") -145px -81px no-repeat;
}
#left ul li.page-item-19 a {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") 0 -105px no-repeat;
}
#left ul li.page-item-19 a:hover {
  background:transparent url("/wp-content/themes/oec/images/nav.gif") -145px -105px no-repeat;
}

#top {
  background:transparent url("/wp-content/themes/oec/images/top.gif") top left no-repeat;
  height:210px;
  width:730px;
  float:left;
}
#top h2 {
  text-indent:-1000em;
}
#footer {
  font-size:80%;
  clear:left;
  padding:10px 40px 20px 10px;
  background:#c5c9dd url("/wp-content/themes/oec/images/footer.gif") top right repeat-y;
  text-align:right;
}
#footer ul {
  list-style:none;
}
#footer ul li {
  float:left;
  border-right:1px solid #333;
}
#footer ul li.page-item-19 {
  border-right:none;
}
#footer ul li a {
  padding-right:10px;
  margin-left:10px;
  color:#333;
}

#bread {
  color:#666;
  font-size:80%;
  margin-bottom:10px;
}
#bread a {
  color:#666;
}
#bread a:hover {
  color:#990;
}
#content {
  background:transparent url("/wp-content/themes/oec/images/content.gif") bottom right no-repeat;
  padding:0 80px 60px 230px;
}
#content p {
  margin-top:15px;
  line-height:120%;
}
#content ul, #content ol {
  margin:5px 0 10px 30px;
}

ul#children li {
  list-style:none;
  border:1px solid #fff;

}
ul#children li a {
  display:block;
  padding:4px 15px;
  background:transparent url("/wp-content/themes/oec/images/children.gif") center left no-repeat;
}

#colors div {
  padding:2px 4px 4px 10px;
  margin:0 0 20px 0;
  width:300px;
  font-size:90%;
}
#colors h3 {
  font-size:110%;
}
#colors div p {
  margin:0;
}
#blue {
  border-left:4px solid #00c;
}
#yellow {
  border-left:4px solid #cc0;
}
#red {
  border-left:4px solid #c00;
}

div.clear {
  clear:both;
}

img.right {
  float:right;
  border:1px solid #c5c9dd;
  padding:4px;
  margin:0 0 4px 4px;
}
img.left {
  float:left;
  border:1px solid #c5c9dd;
  padding:4px;
  margin:0 4px 0 4px;
}
img.alignright {
  float:right;
  margin:0 0 4px 4px;  
}
img.alignleft {
  float:left;
  margin:0 4px 0 4px;  
}

h4.red {
  margin:4px;
  color:#c00;
}

