/* 
	Load in stylesheet settings for dasBlog specific items
*/
@import url("items.css");
@import url("rightSide.css");
@import url("admin.css");
@import url("calendar.css");

/* 
pre 
{ 
	white-space: normal; 
	overflow: auto; 
} 
*/

body
{
	margin: 0; 
	padding: 0; 
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

#pageContainer
{
	width: 800px;
	/*margin: 0 auto;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font: 11px Verdana, arial, helvetica, sans-serif;  
}

#pageContent
{
	float: left;
	width: 800px;
	/*padding: 0 10px;*/
	/*background: #fff url( "http://www.garrymiley.com/themes/GarryMiley/page_container_bg.gif" ) repeat-y;*/
	background-color:#FFFFFF;
}

/*
 * 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: 15px 0px 0px 0px;
	height: 130px;
	width: 800px;
	background: url("images/header-backpd.jpg") no-repeat;
	background-color: #FFFFFF;
}

#pageHeader h1 
{
	margin: 0;
	font-size:35px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 15px;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: bold;	
}

#pageHeader h2
{
	float: right;
	margin-top: 110px;
	margin-right: 5px;
	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;
	height: 105px;
	width: 760px;
	background: url( "http://www.garrymiley.com/themes/GarryMiley/HeaderClean.jpg" ) no-repeat; 
}

#pageHeader h1
{
	padding: 20px 0 0 20px;
	margin: 0;
	font: 32pt Tahoma, arial, helvetica, sans-serif;
	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: 5px 0 0 20px;
	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: 800px;
	background: white;
}

#leftSide
{
	float: left;
	width: 615px;
	padding: 5px 5px;
	line-height: 1.5em;
}

#rightSide
{
	float: right;
	width: 160px;
	padding: 5px 5px 5px 5px;
	font: 8pt Verdana, arial, helvetica, sans-serif;  
	font-size: 90%;
	line-height: 1.5em;
	border-left: #CCCCCC solid 1px;
	background-color:#EEFDFD;
}


#shadowBox
{
	width: 460px;
}

/*
#leftSide .date
{
	margin: 10px 10px 0px 10px;
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
	width: 75px;
	height: 30px;
	text-align:center;
	
}*/

.side 
{
	padding: 5px 5px 5px 5px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 1.2em;
}

form
{
	margin: 0;
	padding: 0;
}

.bodyContentStyle
{
	margin: 0;
	padding: 0;
}
#footer
{
/*	background: url( "http://www.garrymiley.com/themes/GarryMiley/page_bottom_bg.gif" ) no-repeat; */
	width: 800px;
	clear: both;
	background-color: #ffffff;
	font-size: .8em;
	position: relative;
}
#aboutBox
{
	position: absolute;
	width: 800px;
	border-top: 1px solid black;
	background-color: #eee;
	text-align:center;
}
#footer br
{ 
	display: none;
}
#footer p
{
	margin: 0;
	padding: 0;
}