/*
Theme Name: Compliance 247
Description: Compliance 247 Theme.
Author: QIS 
.
*/


/* 
	***********
	* GENERIC *
	***********
*/

html
{
	height:100% !important;
}

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #FFF;
	height:100% !important;
}

/* 
	***********
	* GLOBALS *
	***********
*/


/* 
	********
	* PAGE *
	********
*/

#page
{
width: 899px;
height: 221px;
margin: 0 auto;
 }
 
/* 
	********
	* BLOCK *
	********
*/

.block
{
width: 899px;
margin-top: 10px;
 }
 
/* NAVS BLOCK */

.navs
{
width: 889px;
overflow: hidden;
 }
 
 .navs .left-links
 {
 display: block;
 float: left;
  }

   .navs .left-links li
   {
   display: block;
   float: left;
   }
 .navs .left-links li a
 { 
 color:#66be6b;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
 display: block;
 float: left;
 background:url('images/left-links-bg.gif') no-repeat 100% 50%;
 padding-right: 25px;
 margin-right: 7px;
 }
 
 .navs .left-links li a:hover
 {
 color: #002f5f;
 }
  
  .navs .right-links
 {
 display: block;
 float: right;
  }
  
    .navs .right-links li
   {
   display: block;
   float: left;
   }
  
  .navs .right-links li a
 { 
 color:#66be6b;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 display: block;
 float: left;
 margin-left: 20px;
 margin-top: 5px;
 }
 
 .navs .right-links li a:hover
 {
 color: #002f5f;
 }
 
 /* CONTENT BLOCK */
 
 .content
 {
 padding-left: 20px;
 padding-top: 10px;
 overflow:hidden;
  }
  
 .content .post
{
width: 600px !important;
display: block;
float: left;
 }
  
 .content h2
 {
 width: 600px;
 color: #66be6b;
 font-size: 25px;
 margin-bottom: 10px; }
 
  .content p
 {
 width:600px;
 color: #6d6e71;
 font-size: 13px;
margin: 10px 0 10px 0;
line-height: 20px; }

*/ SIDEBAR */
 
.entry
{
width:: 600px; }
 
.sidebar
{
float: right;
margin: 30px 50px 20px 0;
display: block; }

/* FOOTER BLOCK */

.footer
{
overflow: hidden; 
border-top: solid 1px #002f5f;
margin-top: 30px;
padding: 10px;
color: #002f5f;
font-size: 11px;
}

.footer a
{
color: #002f5f; }
