/*
Theme Name: Sager LLP
Version: 1.6
Author: Francois Deschenes
Author URI: http://www.francoisdeschenes.com/
*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
 
ul, ol
{
  list-style: none;
}
 
fieldset, img
{
  border: none;
}
 
caption, th
{
  text-align: left;
}
 
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/* */
body
{
  color: rgb(86, 86, 86);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

a
{
  color: inherit;
}

div#container
{
  background-color: rgb(255, 255, 255);
  margin: 6px auto;
  overflow: hidden;
  text-align: left;
  width: 846px;
}

/* Global Header */
div#global-header
{
  background: url(images/global-header-background.png) no-repeat;
  height: 142px;
  position: relative;
}

div#global-header h1#logo
{
  background: url(images/logo.png) no-repeat;
  height: 44px;
  position: absolute;
  right: 34px;
  text-indent: -9999px;
  top: 53px;
  width: 163px;
}

/* Global Navigation */
ul#global-navigation
{
  background: url(images/global-navigation-background.png) repeat-y 100% 0 rgb(95, 27, 1);
  height: 30px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

ul#global-navigation li
{
  border-right: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: inline;
  float: left;
  line-height: 30px;
  padding: 0 12px;
  position: relative;
}

ul#global-navigation li:last-child
{
  border-right: none;
}

ul#global-navigation li a
{
  text-decoration: none;
}

ul#global-navigation li ul
{
  background: no-repeat rgb(190, 190, 190);
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 100;
}

ul#global-navigation li ul li
{
  border-right: none;
  border-bottom: 1px solid rgb(95, 27, 1);
  display: block;
  float: none;
  color: rgb(95, 27, 1);
  width: 200px;
}

ul#global-navigation li ul li:last-child
{
  border-bottom: none;
}

/* Global Footer */
div#global-footer
{
  background: url(images/global-footer-background.png) no-repeat;
  height: 50px;
}

ul#global-footer
{
  background: url(images/global-footer-background.png) no-repeat;
  height: 50px;
  margin-left: 0;
  overflow: hidden;
  padding-left: 0;
  list-style-type: none;
}

ul#global-footer li
{
  color: rgb(255, 255, 255);
  display: inline;
  float: left;
  line-height: 44px;
  margin: 3px 0;
  padding: 0 16px;
}

ul#global-footer li a
{
  text-decoration: none;
}

/* Content */
div#global-content
{
  margin: 41px 37px;
  overflow: hidden;
}

div#global-content h2
{
  border-bottom: rgb(95, 27, 1);
  color: rgb(95, 27, 1);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 28px;
}

div#global-content div.entry p
{
  margin: 14px 0;
}

div#global-content div.col
{
  float: left;
}

div#global-content div#col-left
{
  float: left;
  width: 439px;
}

div#global-content div#col-right
{
  float: right;
  width: 325px;
}

div#global-content div#content
{
  margin-right: 18px;
}

div#global-content div#sidebar
{
  margin-left: 19px;
}

/* Global Legal */
div#global-legal {
  color: rgb(95, 27, 1);
  margin: 16px 0;
  text-align: center;
}

/* Sidebar */
div#sidebar div.sidebar-content-top
{
  background: url(images/sidebar-content-background-top.png) no-repeat;
  height: 7px;
  width: 306px;
}

div#sidebar div.sidebar-content
{
  background: url(images/sidebar-content-background.png) repeat-y;
  width: 306px;  
}

div#sidebar div.sidebar-content-bottom
{
  background: url(images/sidebar-content-background-bottom.png) no-repeat;
  height: 5px;
  width: 306px;
}

div#sidebar div#sidebar-news-header h2
{
  background: url(images/sidebar-header-background.png) no-repeat;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: normal;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0;
  padding: 2px 15px;
  width: 235px;
}

h3,
div#sidebar div#sidebar-news-content h3
{
  color: rgb(95, 27, 1);
  font-size: 14px;
  font-weight: bold;
}

div#sidebar div#sidebar-news-content div.post
{
  padding: 10px 13px;
}
