/* 
	Load in stylesheet settings for dasBlog specific items
*/
@import url("items.css");
@import url("rightSide.css");
@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");

/* 
pre 
{ 
	white-space: normal; 
	overflow: auto; 
} 
*/

body
{
	margin: 0; 
	padding: 0; 
	background-color: #000000;
	text-align: left;
}

#pageContainer
{
	width: 760px;
	margin: 0 auto;
	font: 8pt Verdana, arial, helvetica, sans-serif;  
}

#pageContent
{
	float: left;
/*	width: 760px; */
	padding: 0 0px;
	background-color: #FFFFFF;

/*	background: #fff url( "page_container_bg.gif" ) repeat-y; */
}

/*
 * the next four styles display the page header using a header graphic that you can 
 * change as desired (the file is specified below as Header.jpg).  
 * The drawback of using this header graphic is that the blog title is not
 * automatically displayed from the site.config file.  The benefit is a slick header! ;-)
 * if you wish to use a header graphic *AND* have text in front of it, you can do that too- 
 * comment out the next four styles and then UNCOMMENT the four identically named styles after them.
 * The new header used is HeaderClean.jpg (you can use anything you want , but I submitted that one 
 * so you can play) and allows the blog title to come through.
 */
#pageHeader
{
	padding: 0;
	margin: 0;
	width: 760px;
}

#pageHeader h1 
{
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
}

#pageHeader h2
{
	margin: 0;
	color: #fff;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

#pageHeader h1 span
{
	display: none; 
}

/*
 * These are the four styles you may wish to uncomment if you want to retain the automatic
 * blog titling from the site.config file. (see above)
 */
/*
#pageHeader
{
	padding: 0;
	margin: 0;
	width: 760px;
	/* background: url( "HeaderClean.jpg" ) no-repeat; */
}

#pageHeader h1
{
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
}
#pageHeader a, #pageHeader A:hover, #pageHeaderA:active, #pageHeaderA.active:link, #pageHeaderA.active:visited
{
	color: white;
	text-decoration: none;
}
#pageHeader h2
{
	margin: 0;
	padding: 0px 0 0 0px;
	color: #fff;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

* Here is the end of the four styles which allow automatic blog titling from the site.config file
*/

#siteNavigation
{
	width: 760px;
	background: white;
}

#leftSide
{
	float: left;
	width: 500px;
	padding-left: 7px;
	padding-right: 0px;
	line-height: 1.5em;
}

#rightSide
{
	float: right;
	width: 210px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	font: 8pt Verdana, arial, helvetica, sans-serif;  
	font-size: 90%;
	line-height: 1.5em;
}


#shadowBox
{
	width: 500px;
}
#leftSide .date
{
	/*font-size: 1.5em;*/
	font-weight: bold;
	margin: 5px 0px 0px 5px;
	passing-left:2px;
}

.side 
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

form
{
	margin: 0;
	padding: 0;
}

.bodyContentStyle
{
	margin: 0;
	padding: 0;
}
#footer
{
	padding: 5px;
	width: 760px;
	clear: both;
	background-color: #ffffff;
	font-size: .8em;
}
#aboutBox
{
	width: 760px;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#footer br
{ 
	display: none;
}
#footer p
{
	margin: 0;
	padding: 0;
}
