/* 
	Load in stylesheet settings for dasBlog specific items
*/
@import url("items.css");
@import url("admin.css");
a:hover
{
	border-bottom: 2px solid #990000;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
}
body
{
	margin: 0;
	padding: 0;
	text-align: left;
	background: #1A1A1A url(bodyBG-v45-01.jpg) no-repeat fixed center top;
}

#pageContainer
{
	font: 8pt Verdana, arial, helvetica, sans-serif;
	left: 120px;
	position: relative;
}
#centerContent
{
}

#rightSide
{
	left: 850px;
	position: absolute;
}
#leftSide
{
}
#top
{
	left: 44px;
	position: relative;
	top: -40px;
}

/*
 * 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
{
	height: 300px;
	width: 1300px;
	background: transparent url(headerWrapperBG01.png) repeat-x scroll left center;
	padding: 0;
	margin: 0;
}

#pageHeader h1
{
	margin: 0;
	background-position: left top;
}

#pageHeader h2
{
	background: transparent url(Deprivation.jpg) no-repeat scroll 70px 95px;
	margin: 0;
	padding-left: 300px;
	padding-top: 185px;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #711915;
}

#pageHeaderNav
{
	background: transparent url(HeaderSpread.png) no-repeat scroll 500px 0px;
	color: #711915;
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 500px;
	position: absolute;
	top: 98px;
	height: 100px;
}
#navTable
{
	left: -25px;
	position: relative;
	top: -5px;
}
#navLeft
{
}
#navRight
{
	left: -20px;
	position: relative;
	top: -5px;
}
ol, ul, li
{
	list-style-type: none;
	line-height: 2em;
}
.navPopup
{
	position: absolute;
	line-height: 1.5em;
	padding: 5px;
}
#index
{
	background: transparent url(popUpBackGround.png) repeat scroll 0%;
	border: 1.5px solid #711915;
	left: -105px;
	position: absolute;
	top: 89px;
	width: 94px;
}
#share
{
	text-align: center;
	visibility: hidden;
	border: 1.5px solid #711915;
	width: 150px;
	background: transparent url(popUpBackGround.png) repeat;
	z-index: 99;
}
#description
{
	left: 270px;
	line-height: 1.5em;
	position: relative;
	top: -103px;
	width: 400px;
}
form
{
}

.bodyContentStyle
{
}
#footer
{
	padding: 0;
	margin: 0;
	height: 300px;
	width: 1300px;
	background: transparent url(headerWrapperBG01.png) repeat-x scroll left center;
}
#footerNav
{
	background: transparent url(HeaderSpread.png) no-repeat scroll 500px 0px;
	color: #711915;
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 500px;
	position: relative;
	top: 33%;
}
#footerNavLeft
{
	left: -20px;
	position: relative;
	top: -5px;
}
#aboutBox
{
	left: 770px;
	position: absolute;
	top: 10px;
	line-height: 1.5em;
	width: 400px;
}
