﻿
/*****************************/
/*	OVERRIDE WRAPPER STYLE! 
		We do not want to center the content. Wrapper is defined in the MasterPage, 
		and is styled in the Stylesheet-Main.css.
 */

#Wrapper
{	
	margin: 0 auto;
	width: 90%;
	max-width: 99%;
}

body
{
	background-color: White;	
}

/*
body
{
	background: none;
	background-color: #e0e0e0;
}
*/
#PageBackground
{
  display: none;
}



#sidebar
{ 
  float: left;
  width: 21%
}

#content
{ 
  float: right;
  width: 78.5%;
}

/* nested inside content for left-right border 
   This is the main posts page */
#content3
{ 
  /* adding these borders (and we would like to), screws up IE6 and 7! */
  /*border-left: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;*/
  /*padding: 0px 0px 0px 0px;*/
  
  /* min-height hack so it works in IE6 and other browsers.firefox and ot*/
  min-height:0px;
  height:auto !important;
  
  background-color: white;
  
  /*border: solid 1px blue;*/
  
  /* provide space on top and to the left side of the contents: */
  padding-top: 1em;
  padding-left: 1em;

}






/* remove page corners, backgrounds and the such 
#PageCornerBottomLeft, #PageCornerBottomRight, #PageCornerTopLeft, #PageCornerTopRight, #GradientBelowTab, #ContentTopBorder
{
  display: none;
}
*/

#Footer
{ 
  margin-top: 0px;
}

/*
#content
{ 
  float: none;
  width: auto;
  margin: 0px;
}
*/


/* ---- OR ---- 

#content
{ 
  position: relative;
  left: 0px;
  right: 0px;
  
  float: none;
  width: auto;
  margin: 0 1em 0 1em;
  
}

*/





/*****************************/
