/* Workplace Wellbeing Stylesheet */

*{
  margin: 0;
  padding: 0;
}


/* pages have classnames to help identify which template they are coming from */
/* div.index { border: 1px dashed blue; } */
/*div.page { border: 1px dashed red; }*/
div.posts { border: 1px dashed green; }
div.single { border: 1px dashed gray; }
/* remove for production */

body
{
  text-align: center;
  /*background-color: #91B55E;*/
  background: #91B55E url(/wp-content/themes/workplace_new/images/gradient.png) top left repeat-x;
  padding-top: 30px;
  padding-bottom: 30px;
}

body div#page
{
  /*background-color: #FF7F00;*/
/*   background: #EFEFEF url(/wp-content/themes/workplace_new/images/main-bg.gif) bottom left no-repeat; */
  background: transparent url(/wp-content/themes/workplace_new/images/main-bg.png) bottom left no-repeat;
  width: 976px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body div#page div#header
{
  width: 782px;
}

body div#page div#header img
{
  border: 0;
}

body div#page div#header .description
{
  display: none;
}

body div#page div#main
{
  float: left;
}

body div#page div#content
{
  width: 732px;
  padding-left: 15px;
  padding-right: 35px;
  padding-bottom: 60px;
  color: #6D6F71;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

body div#page div#content a
{
  color: black;
}

body div#page div#content a:hover
{
  background-color: #AFC88B;
}

body div#page div#content h1
{
  background: white url(/wp-content/themes/workplace_new/images/h1-bg.gif) top left no-repeat;
  color: white;
  height: 27px;
  font-size: 16px;
  padding-left: 40px;
  padding-top: 3px;
  font-family: Verdana, Arial, sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
}

body div#page div#content h1 a
{
  text-decoration: none;
  color: white;
}

body div#page div#content h2
{
  color: #6D6F71;
  font-weight: bold;
  font-size: 14px;
  margin-top: 2em;
  font-family: Verdana, Arial, sans-serif;
  background: transparent url(/wp-content/themes/workplace_new/images/h2-bg.gif) top left repeat-x;
}

body div#page div#content h2 span
{
  background: transparent url(/wp-content/themes/workplace_new/images/h2-inner-bg.gif) top left repeat-x;
  padding-top: 1px;
  padding-bottom: 3px;
}

body div#page div#content h2 img
{
  vertical-align: top;
  margin-top: -1px;
}

body div#page div#content h3
{
  background: white url(/wp-content/themes/workplace_new/images/h3-bg.gif) 3px 3px no-repeat;
  margin-left: 35px;
  padding-left: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #6D6F71;
}

body div#page div#content p, body div#page div#content ul, body div#page div#content ol
{
  padding-left: 40px;
}

body div#page div#content div.entry
{}

body div#page div#sidebar
{
  height: 100%;
  width: 194px;
  float: left;
  background: transparent url(/wp-content/themes/workplace_new/images/tr-corner.png) top right no-repeat;
  padding-top: 30px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

body div#page div#sidebar li 
{
  list-style-type: none;
}

body div#page div#sidebar ul#nav li a
{
  display: block;
  font-size: 15px;
  margin-left: 25px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #D9791A;
  height: 20px;
  width: 130px;
  padding-top: 5px;
}

body div#page div#sidebar ul#nav li:last-child a
{
  border-bottom: 0;
}

body div#page div#sidebar ul#nav ul li a
{
  width: 120px;
  border-bottom: 1px solid #D9791A !important;
  padding-left: 10px;
}

body div#page div#sidebar ul#nav
{
  margin-bottom: 3em;
}

body div#page div#sidebar div#testimonials, body div#page div#sidebar div#recent-posts
{
  background: #FF7F00 url(/wp-content/themes/workplace_new/images/orange-rect.gif) top right no-repeat;
  width: 128px;
  height: 72px;
  margin-left: 18px; 
  padding: 15px;
  margin-bottom: 15px;
}

body div#page div#sidebar div#testimonials, body div#page div#sidebar div#subscribe-form
{
  background: #FF7F00 url(/wp-content/themes/workplace_new/images/orange-rect.gif) top right no-repeat;
  width: 128px;
  height: 72px;
  margin-left: 18px; 
  padding: 15px;
  margin-bottom: 15px;
}

div#subscribe-form form
{
 text-align: right;
}

div#subscribe-form input
{
 text-align: left;
}

body div#page div#sidebar div#recent-posts h2
{
  font-size: 12px;
}

body div#page div#sidebar div#testimonials a, body div#page div#sidebar div#recent-posts a
{
  display: block;
  text-align: right;
  color: white;
  text-decoration: none;
}

body div#page div#sidebar div#recent-posts li a
{
  display:inline;
  text-align: left;
  color: white;
  text-decoration: none;
}

body div#page div#sidebar div#recent-posts
{}

body div#page div#footer
{}


body div#page div#content blockquote
{
  color: white;
  font-style: italic;
  font-weight: bold;
  background-color: #AFC88B;
  /*-moz-border-radius: 10px;*/
  width: 687px;
  overflow: hidden;
  margin: 0;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-top: 1em;
  line-height:140%;
}

body div#page div#content p blockquote, body div#page div#content ul blockquote
{
  margin-left: 0;
}

body div#page div#content blockquote img.lquote
{
  position: relative;
  top: 13px;
  left: 13px;
}

body div#page div#content blockquote img.rquote
{
  vertical-align: top;
  margin-left: 10px;
}

body div#page div#content blockquote p.cite
{
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 10px;
}

body div#page div#content li
{
  margin: 1em;
  margin-left: 3em;
  list-style-position: outside;
}


h4{
  margin-left: 40px !important;
  margin-top: 1em;
}


/* IE6 */
* html body div#page div#sidebar {
  width: 193px;
}

* html body div#page div#sidebar div#subscribe-form {
  margin-left: 5px; 
}

* html body div#page div#content h2 span {
  padding: 0;
}

* html body div#page div#content p blockquote, body div#page div#content ul blockquote {
  margin-left: -42px;
}