/*  
Theme Name: 
Theme URI: 
Description: Brought to you by Tony Coen
Version: 1.0
Author: Tony Coen
Author URI: http://blogleases.com
*/

/* Page structure */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/background.jpg) center repeat;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 770px;
	padding: 0;
	margin: 0 auto 30px auto;
	border: 0px solid #B3E4F7;
	border-top: none;
	background-color: #ffffff;
}

#header {
	margin: 0 0 0px 0;
	width: 770px;
	height: 194px;
	background: #ffffff url(images/header.jpg) center no-repeat;
}
#menu {
	height: 30px;
	background: #A8ADE0;	
	text-align: center;
	}
#menu a:link, #menu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#menu a:hover {
	background: #9198E1;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}
#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}

#main {
	float: left;
	width: 508px !important;
	width: 484px;
	margin: 0 0 10px 10px;
}

#sidebar { 
	float: right;
	width: 230px;
	margin: 0 10px 0 10px;
}

#insidebar {
	padding: 8px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	border: 0px solid #DADADA;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	background-color: #A8ADE0;
	padding: 10px;
}

/* elements */

.post {
	padding: 8px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	border: 0px solid #DADADA;
}

.date {
	font-size: 0.8em;
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #ffffff;
	color: #999999;
	font-weight: normal;
}

.navigation {
	text-align: center;
	margin: 0 0 8px;
}

.mtbox {
	padding: 8px;
	margin: 0 0 10px 0;
}

.postmetadata {
	margin: 0 0 0 15px;
}

.comment {
	background-color: #f4f6fb;
	padding: 5px;
}

.alt { 
	background-color:#e8ebf2;
}

.right {
	text-align: right;
}


/* lists */
ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

/* headers */
h1 {
	margin: 8px 0 8px 0;
	font-size: 2.2em;
	color: #2E3192;
}
h2 {
	margin: 8px 0 8px 0;
	font-size: 1.2em;
	color: #2E3192;
}

h3 {
	margin: 8px 0 8px 0;
	font-size: 1.1em;
	color: #2E3192;
}

#sidebar h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #ffffff;
	color: #999999;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: #ffffff;
	color: #999999;
}

#sidebar a {

	color: #2E3192;
	border-bottom:1px dotted #2E3192;
}

#sidebar a {

	color: #2E3192;
	border-bottom:1px dotted #2E3192;
}

/* links  */
a {
	color:#2E3192;
	text-decoration: none;
}

a:hover {
	color:#0000FF;
}

a img {
	border: none;
}
/* begin Box, Block */
.Block 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .Block 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.Block-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}




.Block
{
  margin: 7px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #A7C1CD;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 7px;
  text-align: left;
  color: #000000;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}

* html .BlockHeader
{
  zoom: 1;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 6px;
}

* html .BlockHeader .l
{
  width: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r 
{
  right: 0;
  width: 6px;
}

* html .BlockHeader .r
{
  left: expression(this.parentNode.offsetWidth-6+'px');
}

.BlockHeader .r div
{
  width: 790px;
  right: 0;
}

* html .BlockHeader .r div
{
  left: expression(this.parentNode.offsetWidth-790+'px');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  font-size: 1px;
}

.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}

* html .BlockHeader .l, * html .BlockHeader .r div 
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"images/BlockHeader.png',sizingMethod='crop')");
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}


* html .BlockContent 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  
  zoom: 1;
}


.BlockContent-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 7px;
  text-align: left;
  color: #000264;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}

.BlockContent a
{
  color: #000000;
}
.BlockContent a:link
{
  color: #000000; 
}

.BlockContent a:hover
{
  color: #265973;
}
.BlockContent a:hover:visited
{
  color: #265973;
}

.BlockContent a:visited
{
  color: #666666;
}

/* end Box, BlockContent */