/*   
Theme Name: WM Brown draft
Author: Derek Punsala/Nova Stevenson 

*/
 
* { margin: 0; padding: 0; }
body { background: #fff; color: #000; font: 62.5%/1.2em arial,sans-serif; text-align: center; }
#main-wrapper { display: block; margin: 0 auto; padding: 0 7px; width: 960px; text-align: left; }
 
 
/* ----------------------------------- basics */

h1, h2, h3 { font-weight: normal; }
h1 { font-size: 1.8em; line-height: 2.3em; }
h2 { font-size: 1.6em; line-height: 1.8em; }
h3 { font-size: 1.3em; line-height: 1.4em; }
h4 { font-size: 1.1em; line-height: 1.2em; color: #17427a}
a { color: #2c2c2c; }
a:hover { color: #16407d; }
a img { border: none; } 
ul, ol { list-style: none; } 
 
/* ----------------------------------- masthead */
    
    #leaderboard {
      float:left;
      width:100%;
      background: url("images/logo.gif") no-repeat bottom left; 
      font-size:125%;
      line-height:normal;      
      margin: 0 0 10px 0;
height: 150px;
position: relative;
      }
    #leaderboard ul {
      margin:0;
      padding:0;
position: absolute;
bottom: 0;
right: 0;
      list-style:none;
      background: url("images/underline.gif") repeat-x bottom; 
      }
    #leaderboard li {
      float:left;
      background:url("images/left_both.gif") no-repeat left top;
text-align: center;
      margin:0 0 0 10px;
      padding:0 0 0 9px;
      border-bottom:1px solid #555555;
      }
    #leaderboard a {
      float:left;
      display:block;
      width:.1em;
      background:url("images/right_both.gif") no-repeat right top;
      padding:15px 25px 14px 16px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      }
    #leaderboard > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #leaderboard a {float:none;}
    /* End IE5-Mac hack */
    #leaderboard a:hover {
      color:#333;
      }
    #leaderboard li.current {
      background-position:0 -150px;
      border-width:0;
      }
    #leaderboard li.current a {
      background-position:100% -150px;
      padding-bottom:15px;
      color:#333;
      }
    #leaderboard li:hover, #leaderboard li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #leaderboard li:hover a {
      background-position:100% -150px;
      }

 


/* ----------------------------------- home posts */
 
 
 
.home .left {  width: 607px; }
 
 
 
.home .recent-leads .secondary-post-bg { display: block; width: 116px; overflow: hidden; height: 85px; margin: 4px 1px 0 3.5px; position: relative; }
 
 
 
.home .right { width: 340px; text-align: left; margin-top: -24px;}
 
 
 
.home .right h3 { font-weight: normal; font-size: 1.6em; color: #0078b4; padding-left: 2px; }
 
 
 
 
 
 
 
/* ----------------------------------- entry style */
 
 
 
.post.single { font-size: 1.3em; line-height: 1.5em; color: #444; width: 590px; }
 
 
 
  .post.single h2, .post.single h2 a { font-size: 18px; line-height: 20px; color: #17427a; text-decoration: none; }
 
 
 
  .post.single .entry { float: right; width: 500px; }
 
 
 
  .post.single .meta { border-top: 2px solid #f47a0e; color: #444; text-transform:lowercase; padding: 4px 0 0 0; margin-top: 21px; float: left; width: 75px; font-size: 11px; }
 
 
 
    .post.single .meta a { color: #17417b; text-decoration: underline; }
 
 
 
    .post.single .meta a:hover { text-decoration: none; }
 
 
 
  .post.single p { margin: 1em 0; }
 
 
 
  .post.single p a,
 
 
 
  .post.single li a { font-weight: bold; }
 
 
 
  .post.single p strong { font-weight: bold; }
 
 
 
  .post.single p em { font-style: normal; background: #f9f9de; }
 
 
 
  .post.single blockquote { margin: 0 1.5em; color: #6c6c6c; }
 
 
 
  .post.single h3 { font-size: 16px; color: #17427d; margin-top: 2em; }
 
 
 
  .post.single ul,
 
 
 
  .post.single ol { margin: 1em 1.5em; }
 
 
 
  .post.single ul li,
 
 
 
  .post.single ol li { margin: 0 0 14px 0; color: #6c6c6c; line-height: 1.3em; }
 
 

 
  .post.single ul li { background: url("images/li.gif") no-repeat 1px -1px; padding-left: 20px; }
 
 
 
  .post.single ul li strong { font-weight: bold; }
 
 
 
  .post.single img.floatleft { float: left; margin: 4px 10px 0 0; }
 
 
 
  .post.single img.floatright { float: right; margin: 4px 0 0 10px; }
 
 
 
  .post.single code { font-family: courier, fixed, monospace; font-size: 12px; background: #eee; }
 
 
 
    .post.single code strong { color: #000; }
 
 
 
.navigation { font-size: 1.2em; padding: 10px 0; }
 
 
 
  .navigation .left { width: 50%; }
 
 
 
  .navigation .right { width: 49%; }
 
 
 
.archives-page h2 a { font-size: 14px !important; line-height: 16px; }
 
 
 
  
 
 
 
/* ----------------------------------- lists */
 
 
 
.sidebar-wrapper { background: #fff; }
 
.sidebar-block { background: url("http://www.wmbrown.co.uk/images/textbox.gif"); }
 
.sidebar-text {line-height: 1.3em; font-size: 13px; color: #bcdae5; text-decoration: none; padding: 10px; }
 
 
 
.sidebar-text a {color: white; }
 
 
 
 
 
.sidebar-wrapper h3 { overflow: hidden; }
 
 
 
ul.sidebar-ul,
 
 
 
.related-posts ul { font-size: 1.2em; line-height: 1.4em; width: 340px; }
 
 
 
  .sidebar-ul li,
 
 
 
  .related-posts li { color:#0078b4; border-top: 1px solid #ccc; line-height: 1.5em; width: 340px; }
 
 
 
  .sidebar-ul li a,
 
 
 
  .related-posts li a { background: url("images/li-grey.gif") no-repeat 1px 3px; display: block; font-weight: normal; color: #888; text-decoration: none; padding: 3px 0 3px 20px; }
 
 
 
  .sidebar-ul li a:hover,
 
 
 
  .related-posts li a:hover { background: url("images/li.gif") no-repeat 1px 3px; color: #17417b; }
 
 
 
  .sidebar-ul li a:hover em { color: #999; }
 
 
 
.related-posts h3 { display: none; }
 
 
 
.serve-random { font-size: 12px; color: #888; margin-top: 7px; }
 
 
 
  .serve-random a { color: #17417b; }
 
 
 
  .serve-random a:hover { text-decoration: none;  }
 
 
 
.sidebar-nextprev { margin-top: 10px; }
 
 
 
  .sidebar-nextprev li { float: left; }
 
 
 
  .sidebar-nextprev li.previous { margin-left: 5px; }
 
 
 
  .sidebar-nextprev li.next { float: right; margin-right: 5px; }
 
 
 
  .sidebar-nextprev li a { outline: none; display: block; height: 40px; width: 160px; background: #ddd; text-indent: -9999em; }  
 
 
 
  .sidebar-nextprev li.previous a { background: url("images/nextprev.gif") no-repeat top left; }
 
 
 
    .sidebar-nextprev li.previous a:hover { background-position: bottom left; }
 
 
 
  .sidebar-nextprev li.next a { background: url("images/nextprev.gif") no-repeat top right; }
 
 
 
    .sidebar-nextprev li.next a:hover { background-position: bottom right; }
 
 
 
  .sidebar-ul li a:hover em { color: #999; }
 
 
 
/* ----------------------------------- categories */
 
 
 
#categories { border: 1px solid #bbb; border-width: 1px 0; padding: 14px 0; margin: 35px 0 21px; }
 
 
 
#categories ul { color: #999; font-size: 1.2em; line-height: 1.6em; }
 
 
 
#categories li { float: left;  text-align: right;  display: block; width: 150px; margin-right: 10px; }
 
 
 
#categories li a { color: #17417b; font-weight: bold; float: left; text-decoration: none; }
 
 
 
#categories li a:hover { text-decoration: underline; }
 
 
 
 
 
 
 
/* ----------------------------------- search */
 
 
 
.search { background: #17427b url("images/search-bg.gif") no-repeat top left; display: block; width: 340px; height: 32px; }
 
 
 
  .search #searchForm { margin: 0 0 0 7px; }
 
 
 
  #searchForm input { vertical-align: middle; margin: 6px 0 0 0; }
 
 
 
  .search #searchForm #s { color: #666; font-size: 12px; border: 1px solid #f47a0e; padding: 1px; width: 265px; margin-right: 4px; }
 
 
 
  
 
 
 
/* ----------------------------------- footer */
 
 
 
#footer { color: #555; font-size: 1.2em; line-height: 1.4em; padding: 35px 0 72px; position: relative; width: 960px; }
 
 
 
  #footer .left { width: 590px; }
 
 
 
  #footer a { font-weight: bold; }
 
 
 
.hiddenpic { display: none; }
 
 
 
 
 
 
 
/* ----------------------------------- floats */
 
 
 
.right { float: right; }
 
 
 
.left { float: left; }

 
 
 
.clear { clear: both; }
 
 
 
.fix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 
 
 
.fix { display: inline-block; }
 
 
 
* html .fix { height: 1%; }
 
 
 
.fix { display: block; }


