html
{
  height: 100%;
  width: 100%; 
}
body
{
  position:relative;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;  
  font-size: 11px; 
  width: 100%; 
  height: 100%;
}
a, a:visited 
{
	color: #000000;
	text-decoration: none;
}
img 
{
	border: none;
}
p 
{
	padding: 0px 0px 10px;
	margin: 0px;
}
form 
{
	margin: 0px;
	padding: 0px;
}
td 
{
	vertical-align: top;
}
h1 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3
{
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
/*******************************************************************************
* Header
*******************************************************************************/
#wrapper
{
  margin: 0 auto;
  text-align: left;
  z-index:1; 
}

#header, #siteMenu, #mainMenu, #logo
{
	display: none;
}

/*******************************************************************************
* Content section
*******************************************************************************/
.siteBanner
{
	padding-bottom: 10px;
	height: 113px;
}

.main_container
{
  width:100%;
 	border:0;
  /* Fix a bug with FF and border-collapse/spacing see : http://www.charlesgarwood.com/blog/?p=13 */ 
  border-spacing: 0px;
  border-collapse: separate;  
  /* end fix */
}

#printable_logo
{
  float: right;
  display: inline;
}

/*******************************************************************************
* Post
*******************************************************************************/
.post {
	clear:both;
	padding-bottom:10px;	
}

.post .info 
{
	padding-bottom:7px 	
}

.post .under 
{
	height: 45px;
	padding-top: 5px;
	border-top: 1px dashed #c6c9cc;
}

.post .date 
{
	color: #666666;
	margin: 0px;
	float:left;
	line-height:16px;
	display:block;	
	font-size:11px;	
}

.post .editpost 
{
	display:none;
}

.post .comments 
{
	background:url(images/icon-comments.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:right;
}

.post .tags, 
.post .categories 
{
	background:url(images/icon-tags.gif) no-repeat;
	padding-left:22px;	
	width:300px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;	
}

.post h1, .post h1 a, .post h1 a:visited {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	text-decoration: none;
}

.navigation 
{
	clear: both;
	padding: 10px 0px;
}

.previous-entries, .next-entries
{
	display:none;
}

/*******************************************************************************
* Comments
*******************************************************************************/
#comments, #respond 
{
	display:none;
}

.commentlist 
{
	margin: 10px 5px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li 
{
	padding: 5px 10px;
}

.commentlist .alt 
{
	background: #e6f2f6;
}

.commentlist cite 
{
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

.commentlist a, .commentlist a:visited 
{
	color: #666666;
}

.commentlist small 
{
	margin-bottom: 5px;
	display: block;
	float:right;
}

#commentform 
{
	display:none;
}

.content
{
	background-color: #ffffff;
	padding: 10px;
}

/*******************************************************************************
* Left Sidebar
*******************************************************************************/
.leftsidebar, .rightsidebar 
{
	width:0;
	column-width: 0;
	display: none;
}

#tool_box_print, #tool_box_font, #footer, .sociable
{
	display: none;
}
